Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Sep 2004 10:55:11 -0400 (EDT)
From:      Michael Johnson <ahze@ahze.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        eik@FreeBSD.org
Subject:   ports/71343: [PATCH] security/nmap: [fix build when used with ccache and/or distcc]
Message-ID:  <200409031455.i83EtB6P034354@gentoo.ahze.net>
Resent-Message-ID: <200409031500.i83F0hSe035376@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409031455.i83EtB6P034354>