ports/71343: [PATCH] security/nmap: [fix build when used with ccache and/or distcc]

Michael Johnson ahze at ahze.net
Fri Sep 3 15:00:45 UTC 2004


>Number:         71343
>Category:       ports
>Synopsis:       [PATCH] security/nmap: [fix build when used with ccache and/or distcc]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 03 15:00:43 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Michael Johnson
>Release:        FreeBSD 5.3-BETA1 i386
>Organization:
>Environment:
System: FreeBSD gentoo.ahze.net 5.3-BETA1 FreeBSD 5.3-BETA1 #64: Thu Aug 26 13:59:58 EDT 2004
>Description:
- Fix build when used with ccache and/or distcc

Port maintainer (eik at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
cd security/nmap && make CXX="/usr/local/bin/ccache /usr/bin/c++"

>Fix:

--- nmap-3.70.patch begins here ---
Index: Makefile
===================================================================
RCS file: /usr/opt/cvs/freebsd-src/ports/security/nmap/Makefile,v
retrieving revision 1.83
diff -u -r1.83 Makefile
--- Makefile	31 Aug 2004 20:41:10 -0000	1.83
+++ Makefile	3 Sep 2004 14:51:50 -0000
@@ -21,6 +21,7 @@
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--without-localdirs
+CONFIGURE_ENV=	CXXPROG="${CXX}"
 
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 
--- nmap-3.70.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list