- update to version 3.50
Approved by: marcus (mentor)
This commit is contained in:
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
|
@ -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/
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (nmap-3.48.tar.bz2) = 8c38559a863efd476c5b042123f1ee3a
|
||||
MD5 (nmap-3.50.tar.bz2) = b4363f445a7c502cf314ae88ab71ec6c
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
Loading…
Reference in a new issue