- update to version 3.50

Approved by:	marcus (mentor)
This commit is contained in:
Oliver Eikemeier 2004-01-19 22:31:35 +00:00
parent 5b279805c7
commit 7881db98b7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=98605
4 changed files with 2 additions and 31 deletions

View file

@ -6,8 +6,7 @@
#
PORTNAME?= nmap
PORTVERSION= 3.48
PORTREVISION= 1
PORTVERSION= 3.50
CATEGORIES= security ipv6
MASTER_SITES= http://download.insecure.org/nmap/dist/ \
http://www.mirrors.wiretapped.net/security/network-mapping/nmap/

View file

@ -1 +1 @@
MD5 (nmap-3.48.tar.bz2) = 8c38559a863efd476c5b042123f1ee3a
MD5 (nmap-3.50.tar.bz2) = b4363f445a7c502cf314ae88ab71ec6c

View file

@ -9,12 +9,3 @@
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

View file

@ -1,19 +0,0 @@
--- 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