Created attachment 152524 [details] patch for updating the port Here is a maintainer port update. poudriere testport log will follow.
Created attachment 152525 [details] poudriere testport log file
needs stripping: Warning: 'bin/configctl' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'lib/libSystem.so.0.0' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD}
Created attachment 152623 [details] patch for updating the port New patch (I've forgot to remove old file too) that strip bin+lib. ====> Running Q/A tests (stage-qa) ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR ===> No pkg-plist issues found (check-plist) ====>> Checking for staging violations... done
Thanks, I'm promoting it now.
This port doesn't respect our ports framework CFLAGS it would be nice to fix this. Also this would probably fix not stripped binaries as this port compiles with debugging symbols by default (-g).
Created attachment 154271 [details] patch for updating the port I've replaced CFLAGS= by CFLAGS+= in the port Makefile. The usage of -g is useless: Then I kept the strip action.
A commit references this bug: Author: rodrigo Date: Sun Mar 15 23:10:08 UTC 2015 New revision: 381366 URL: https://svnweb.freebsd.org/changeset/ports/381366 Log: - update to 0.2.0 - fix CFLAGS usage - stripe binaries before install PR: 197298 Changes: head/devel/deforaos-libsystem/Makefile head/devel/deforaos-libsystem/distinfo head/devel/deforaos-libsystem/files/ head/devel/deforaos-libsystem/pkg-plist
committed with minor changes, thanks