Re: Cmake build problem workaround

2018-06-19 Thread Ryan Schmidt
On Jun 19, 2018, at 12:15, Randolph M. Fritz wrote: > Ryan Schmidt – Portfile attached. Thanks. It references the patchfile cmakelists_patches.diff; could you attach that too? I want to try to build the port.

Re: Cmake build problem workaround

2018-06-19 Thread Randolph M. Fritz
Rainer Müller – and, no, there is no fixup_bundle in our CMakeLists.txt files. I'm unclear on why cmake generates it. -- Randolph M. Fritz || +1 206 659-8617 || rmfri...@gmail.com On Tue, Jun 19, 2018 at 10:15 AM, Randolph M. Fritz wrote: > Ryan Schmidt – Portfile attached. > > Rainer Müller –

Re: Cmake build problem workaround

2018-06-19 Thread Randolph M. Fritz
Ryan Schmidt – Portfile attached. Rainer Müller – thank you. I'll try to apply that to our CMake files. Portfile Description: Binary data

Re: Cmake build problem workaround

2018-06-19 Thread Rainer Müller
On 2018-06-18 21:20, Randolph M. Fritz wrote: > This is what I ended up with. I don't like it at all. > > pre-destroot { >     # This fixes what may be a cmake error >     catch { > # look for DESTDIR in the fixup_bundle arguments > exec grep -q {fixup_bundle.*DESTDIR} > ${workpath}/build/InstallR

Re: Cmake build problem workaround

2018-06-19 Thread Ryan Schmidt
On Jun 18, 2018, at 14:20, Randolph M. Fritz wrote: > This is what I ended up with. I don't like it at all. > > pre-destroot { > # This fixes what may be a cmake error > catch { > # look for DESTDIR in the fixup_bundle arguments > exec grep -q {fixup_bundle.*DESTDIR} > ${wo