Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Oct 2003 17:50:16 -0700 (PDT)
From:      Oliver Eikemeier <eikemeier@fillmore-labs.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/57646: [MAINTAINER] port security/nmap: update to version 3.48
Message-ID:  <200310080050.h980oGxS027234@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/57646; it has been noted by GNATS.

From: Oliver Eikemeier <eikemeier@fillmore-labs.com>
To: Edwin Groothuis <edwin@FreeBSD.org>
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: ports/57646: [MAINTAINER] port security/nmap: update to version
 3.48
Date: Wed, 08 Oct 2003 02:45:08 +0200

 Edwin Groothuis wrote:
 
 > Commited, thanks!
 > Please check the comments of Marius Strobl in the PR:
 > 	http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/57646
 
 Yes, they actually make sense, even though I'm currently unable to
 test them. And please, please ask before you commit changed patches.
 
 Thanks
     Oliver
 
 --- nmap.patch begins here ---
 diff -Nur security/nmap/Makefile.orig security/nmap/Makefile
 --- security/nmap/Makefile.orig	7 Oct 2003 22:31:18 -0000
 +++ security/nmap/Makefile	8 Oct 2003 00:28:12 -0000
 @@ -10,6 +10,7 @@
  CATEGORIES=	security ipv6
  MASTER_SITES=	http://download.insecure.org/nmap/dist/ \
  		http://www.mirrors.wiretapped.net/security/network-mapping/nmap/
 +DISTNAME=	nmap-${PORTVERSION}
  
  MAINTAINER=	eikemeier@fillmore-labs.com
  COMMENT?=	Port scanning utility for large networks
 diff -Nur security/nmap/files/patch-nbase::configure.orig security/nmap/files/patch-nbase::configure
 --- security/nmap/files/patch-nbase::configure.orig	7 Oct 2003 22:31:18 -0000
 +++ security/nmap/files/patch-nbase::configure	7 Oct 2003 05:27:04 -0000
 @@ -1,5 +1,5 @@
 ---- nbase/configure.orig	Mon Oct  6 13:03:52 2003
 -+++ nbase/configure	Mon Oct  6 13:04:08 2003
 +--- nbase/configure.orig	Fri Oct  3 10:33:24 2003
 ++++ nbase/configure	Tue Oct  7 07:27:03 2003
  @@ -2971,7 +2971,7 @@
   
   
 @@ -9,3 +9,12 @@
   do
   as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
   if eval "test \"\${$as_ac_Header+set}\" = set"; then
 +@@ -5908,7 +5908,7 @@
 +     ;;
 +   *)
 +     specialssldir="$with_openssl"
 +-    CXXFLAGS="-I$with_openssl/include $CXXFLAGS"
 ++    CFLAGS="-I$with_openssl/include $CFLAGS"
 +     ;;
 +   esac
 + 
 diff -Nur security/nmap/files/patch-nsock::src::configure.orig security/nmap/files/patch-nsock::src::configure
 --- security/nmap/files/patch-nsock::src::configure.orig	1 Jan 1970 00:00:00 -0000
 +++ security/nmap/files/patch-nsock::src::configure	7 Oct 2003 05:27:34 -0000
 @@ -0,0 +1,19 @@
 +--- nsock/src/configure.orig	Tue Oct  7 07:23:06 2003
 ++++ nsock/src/configure	Tue Oct  7 07:27:33 2003
 +@@ -1287,7 +1287,6 @@
 +      fi
 +    if test -d /usr/local/include; then
 +      CFLAGS="$CFLAGS -I/usr/local/include"
 +-     CXXFLAGS="$CFLAGS -I/usr/local/include"
 +    fi
 + fi
 + 
 +@@ -3207,7 +3206,7 @@
 +     ;;
 +   *)
 +     specialssldir="$with_openssl"
 +-    CXXFLAGS="-I$with_openssl/include $CXXFLAGS"
 ++    CFLAGS="-I$with_openssl/include $CFLAGS"
 +     ;;
 +   esac
 + 
 --- nmap.patch ends here ---
 



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