[Bug 193478] security/nmap Compilation test omits ccache environment

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Sep 9 12:44:23 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193478

--- Comment #1 from dewayne at heuristicsystems.com.au ---
Created attachment 147108
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=147108&action=edit
Patch to add test for ccache

The nmap Makefile explicitly tests ${CC} to be either cc or clang, otherwise
additional stuff is added to the build.  Unfortunately the test fails where
ccache is used as ${CC} is /usr/local/libexec/ccache/cc (derived from cd
/usr/ports/security/nmap && make -V CC)

The attached patch fixes this anomaly, which strangely stopped our build on a
10.Stable (FreeBSD 10.1-PRERELEASE #0 r267757M) yesterday, but built packages
on a 9.3Stable i386 and amd64.  The ports and distfiles are shared (so they're
identical).  Another of life's little mysteries!

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list