[Bug 192486] [new port] cad/cura-engine (ENGINE of Slicing solution for RepRap 3D Printers)
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Aug 7 19:46:03 UTC 2014
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192486
--- Comment #9 from John Marino <marino at FreeBSD.org> ---
(In reply to cederom from comment #8)
> Uhm, I can see no symbols in the binary anyway. The build type by default is
> a RELEASE. Do we have false positive? What do I miss? :-)
dunno, I guess it tests a different way (e.g. not specifying -g is not the same
as stripping).
Anyway, can you post the "install" target of the makefile ?
Or better yet, just don't use the vendor makefile and put in your makefile,
e.g.
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/build/CuraEngine ${STAGEDIR}${PREFIX}/bin
By the way, that's a lot better than what's going on now: "/bin/cp
/mnt/stuff1200ufs/usr/ports/cad/cura-engine/work/Ultimaker-CuraEngine-4c1043f/build/CuraEngine
/mnt/stuff1200ufs/usr/ports/cad/cura-engine/work/stage//usr/local/bin/"
it's not even using "install" program, just /bin/cp which is very frowned upon.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list