[Bug 192532] [stage][maintainer] Update Port: www/ephemera to 4.0
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Aug 10 00:18:54 UTC 2014
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192532
--- Comment #6 from John Marino <marino at FreeBSD.org> ---
everything looks fine except this stage-qa warning:
====> Running Q/A tests (stage-qa)
Warning: 'bin/ephemera' is not stripped consider using ${STRIP_CMD}
====> Checking for pkg-plist issues (check-plist)
I checked the port and it's used the vendor makefile to install. One solution
for the above is use "${BSD_INSTALL_PROGRAM} <original patch> <copy-to-patch>"
rather than "cp" or "install" or whatever. BSD_INSTALL_PROGRAM is an
environmental variable set during "do-install" target.
The less pretty way is use a post-install target e.g.
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/ephemera
Note that STRIP_CMD is disabled when WITH_DEBUG is set.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list