pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/nmap Ignore subversion if detected (don't install ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7f3765b4a815
branches:  trunk
changeset: 610602:7f3765b4a815
user:      pettai <pettai%pkgsrc.org@localhost>
date:      Tue Oct 30 23:34:38 2012 +0000

description:
Ignore subversion if detected (don't install experimental tool nmap-update)

diffstat:

 net/nmap/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r 557a424a5990 -r 7f3765b4a815 net/nmap/Makefile
--- a/net/nmap/Makefile Tue Oct 30 23:30:19 2012 +0000
+++ b/net/nmap/Makefile Tue Oct 30 23:34:38 2012 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.97 2012/10/23 17:18:42 asau Exp $
+# $NetBSD: Makefile,v 1.98 2012/10/30 23:34:38 pettai Exp $
 
 DISTNAME=      nmap-6.01
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    net security
 MASTER_SITES=  http://nmap.org/dist/
 EXTRACT_SUFX=  .tar.bz2
@@ -39,6 +39,7 @@
 CONFIGURE_ARGS+=       --with-libpcap=${BUILDLINK_PREFIX.libpcap}
 CONFIGURE_ARGS+=       --with-libpcre=${BUILDLINK_PREFIX.pcre}
 CONFIGURE_ARGS+=       --with-openssl=${BUILDLINK_PREFIX.openssl}
+CONFIGURE_ARGS+=       --without-subversion
 
 .include "../../mk/bsd.prefs.mk"
 
@@ -73,5 +74,6 @@
 .include "../../devel/pcre/buildlink3.mk"
 .include "../../net/libpcap/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
+#.include "../../devel/subversion-base/buildlink3.mk"
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index