Re: [MacPorts] #48791: jarbundler 2.2.0 Unable to verify file checksums

2016-02-20 Thread Ryan Schmidt
On Feb 17, 2016, at 7:43 AM, Armando Singh wrote: > > So whats the solution.. ? Is it going to work now ? Not until somebody resolves the ticket. > >> On Feb 17, 2016, at 2:23 AM, MacPorts wrote: >> >> #48791: jarbundler 2.2.0 Unable to verify

Re: cmake order of includes

2016-02-20 Thread Michael Dickens
Generally it's the project's poor build system that is at fault, and needs to be tweaked / patched. That said, I've seen a CMAKE variable that one can set that might help out. Something like CMAKE_INCLUDE_EXTERNAL_HEADERS_LAST or the like. I don't remember where I saw it, nor if it really works.

cmake order of includes

2016-02-20 Thread Bradley Giesbrecht
When building mysql56 with the bundled yassl instead of macports openssl, cmake finds the openssl headers in prefix before the bundled yassl headers in worksrcpath because cmake is including prefix/include before the bundled yassl/include resulting in a build error. Is there a standard way to