On Thu, Aug 11, 2016 at 10:25 AM, Pedro Giffuni <[email protected]> wrote: > Hello guys; > > I wanted to take a look at bringing back some old engineering glory to the > ports trees by porting FreeCAD (from the Wanted Ports wiki). > > My initial attempt is here: > https://people.freebsd.org/~pfg/ports/freecad.tgz > > Unfortunately it only reaches 71 % of the build and I would need the > help of a CMake/linker expert to continue. > > The complete build log is here: > https://people.freebsd.org/~pfg/ports/freecad-log.txt > > The relevant failure: > > ... [snip] > > Regards, > > Pedro. > _______________________________________________ > [email protected] mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "[email protected]"
Looks like a missing declared dependency of libCoin.so from graphics/Coin, which will likely/hopefully solve the problem -- graphics/Coin does include some pkgconfig magic. Thanks, Kyle Evans _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[email protected]"
