summaryrefslogtreecommitdiff
path: root/net/nmap/patches
diff options
context:
space:
mode:
authorwiz <wiz>2012-03-08 11:43:47 +0000
committerwiz <wiz>2012-03-08 11:43:47 +0000
commit029c1950a5a7e7183922a24ff8a666a22c750494 (patch)
treeabaa31b7d2d837d77780b68193df2b4b3d7f392d /net/nmap/patches
parentc427c3372126e32a645b93f4e44db79f5174e764 (diff)
downloadpkgsrc-029c1950a5a7e7183922a24ff8a666a22c750494.tar.gz
Recognize python2.7. Bump PKGREVISION.
Diffstat (limited to 'net/nmap/patches')
-rw-r--r--net/nmap/patches/patch-ab6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/nmap/patches/patch-ab b/net/nmap/patches/patch-ab
index ace42e00adf..d66f20185b0 100644
--- a/net/nmap/patches/patch-ab
+++ b/net/nmap/patches/patch-ab
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.16 2011/01/31 23:22:48 pettai Exp $
+$NetBSD: patch-ab,v 1.17 2012/03/08 11:43:47 wiz Exp $
--- configure.orig 2011-01-21 21:00:04.000000000 +0000
+++ configure
@@ -7,7 +7,7 @@ $NetBSD: patch-ab,v 1.16 2011/01/31 23:22:48 pettai Exp $
else
- for am_cv_pathless_PYTHON in python python2 python3 python3.0 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 none; do
-+ for am_cv_pathless_PYTHON in python python2 python3 python3.0 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 none; do
++ for am_cv_pathless_PYTHON in python python2 python3 python3.0 python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 none; do
test "$am_cv_pathless_PYTHON" = none && break
prog="import sys
# split strings by '.' and convert to numeric. Append some zeros
@@ -16,7 +16,7 @@ $NetBSD: patch-ab,v 1.16 2011/01/31 23:22:48 pettai Exp $
else
- for am_cv_pathless_PYTHON in python python2 python3 python3.0 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 none; do
-+ for am_cv_pathless_PYTHON in python python2 python3 python3.0 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 none; do
++ for am_cv_pathless_PYTHON in python python2 python3 python3.0 python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 none; do
test "$am_cv_pathless_PYTHON" = none && break
prog="import sys
# split strings by '.' and convert to numeric. Append some zeros