Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 09 Sep 2014 12:44:23 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 193478] security/nmap Compilation test omits ccache environment
Message-ID:  <bug-193478-13-G0SZATOtZM@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-193478-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-193478-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193478

--- Comment #1 from dewayne@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-193478-13-G0SZATOtZM>