Date: Sun, 13 Apr 2003 09:09:56 +0100 (BST) From: Dominic Marks <dom@cus.org.uk> To: FreeBSD-gnats-submit@FreeBSD.org Cc: marius@alchemy.franken.de Subject: ports/50894: Maintainer Update: security/nmap Message-ID: <200304130809.h3D89u9u075847@cus.org.uk> Resent-Message-ID: <200304130810.h3D8ALT0090755@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 50894 >Category: ports >Synopsis: Maintainer Update: security/nmap >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Apr 13 01:10:20 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Dominic Marks >Release: FreeBSD 4.7-RELEASE-p3 i386 >Organization: UMIST >Environment: System: FreeBSD moo.cus.org.uk 4.7-RELEASE-p3 FreeBSD 4.7-RELEASE-p3 #3: Mon Jan 20 23:49:12 GMT 2003 root@moo.cus.org.uk:/usr/obj/usr/src/sys/BAA i386 >Description: The nmap port is not building correctly where libgnugetopt is installed. This patch fixes the problem, please add it to the files directory. Patched by: marius@alchemy.franken.de >How-To-Repeat: Install nmap on a machine where libgnugetopt is already installed. >Fix: Index: files/patch-configure =================================================================== RCS file: files/patch-configure diff -N files/patch-configure --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-configure 11 Apr 2003 17:53:39 -0000 @@ -0,0 +1,15 @@ +--- configure.orig Fri Apr 11 19:52:29 2003 ++++ configure Fri Apr 11 19:53:19 2003 +@@ -1251,12 +1251,6 @@ + + + +-if test -d /usr/local/lib; then +- LDFLAGS="$LDFLAGS -L/usr/local/lib" +-fi +-if test -d /usr/local/include; then +- CXXFLAGS="$CXXFLAGS -I/usr/local/include" +-fi + + libpcapdir=libpcap-possiblymodified + Index: files/patch-nbase::configure =================================================================== RCS file: files/patch-nbase::configure diff -N files/patch-nbase::configure --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-nbase::configure 11 Apr 2003 17:55:51 -0000 @@ -0,0 +1,15 @@ +--- nbase/configure.orig Fri Apr 11 19:49:54 2003 ++++ nbase/configure Fri Apr 11 19:50:27 2003 +@@ -1238,12 +1238,6 @@ + + + +-if test -d /usr/local/lib; then +- LDFLAGS="$LDFLAGS -L/usr/local/lib" +-fi +-if test -d /usr/local/include; then +- CFLAGS="$CFLAGS -I/usr/local/include" +-fi + + ac_config_headers="$ac_config_headers nbase_config.h" + >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304130809.h3D89u9u075847>