summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2000-07-28 19:43:15 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2000-07-28 19:43:15 +0000
commit2c67e7f4f581c74b12b0c78ff9cf3af7ed7a4757 (patch)
treea4d684664628e9af38de053739636718ba683ea7 /net-mgmt
parentUpdate to proftpd 1.2.0rc2 (diff)
Activate IPv6 support.
Approved by: billf
Notes
Notes: svn path=/head/; revision=31087
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/net-snmp-devel/Makefile6
-rw-r--r--net-mgmt/net-snmp/Makefile6
-rw-r--r--net-mgmt/net-snmp4/Makefile6
-rw-r--r--net-mgmt/net-snmp53/Makefile6
4 files changed, 20 insertions, 4 deletions
diff --git a/net-mgmt/net-snmp-devel/Makefile b/net-mgmt/net-snmp-devel/Makefile
index a6810058b6bc..62f62e75af7f 100644
--- a/net-mgmt/net-snmp-devel/Makefile
+++ b/net-mgmt/net-snmp-devel/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ucd-snmp
PORTVERSION= 4.1.2
-CATEGORIES= net
+CATEGORIES= net ipv6
MASTER_SITES= ftp://ucd-snmp.ucdavis.edu/ \
ftp://sunsite.cnlab-switch.ch/mirror/ucd-snmp/ \
ftp://ftp.win.or.jp/pub/network/snmp/ucd-snmp/
@@ -47,6 +47,10 @@ STARTUP_FILE= ${PREFIX}/etc/rc.d/snmpd.sh.sample
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 400014
+CONFIGURE_ARGS+= --enable-ipv6
+.endif
+
SHLIB_VERSION= 4
PLIST_SUB+= shlib=${SHLIB_VERSION}
diff --git a/net-mgmt/net-snmp/Makefile b/net-mgmt/net-snmp/Makefile
index a6810058b6bc..62f62e75af7f 100644
--- a/net-mgmt/net-snmp/Makefile
+++ b/net-mgmt/net-snmp/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ucd-snmp
PORTVERSION= 4.1.2
-CATEGORIES= net
+CATEGORIES= net ipv6
MASTER_SITES= ftp://ucd-snmp.ucdavis.edu/ \
ftp://sunsite.cnlab-switch.ch/mirror/ucd-snmp/ \
ftp://ftp.win.or.jp/pub/network/snmp/ucd-snmp/
@@ -47,6 +47,10 @@ STARTUP_FILE= ${PREFIX}/etc/rc.d/snmpd.sh.sample
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 400014
+CONFIGURE_ARGS+= --enable-ipv6
+.endif
+
SHLIB_VERSION= 4
PLIST_SUB+= shlib=${SHLIB_VERSION}
diff --git a/net-mgmt/net-snmp4/Makefile b/net-mgmt/net-snmp4/Makefile
index a6810058b6bc..62f62e75af7f 100644
--- a/net-mgmt/net-snmp4/Makefile
+++ b/net-mgmt/net-snmp4/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ucd-snmp
PORTVERSION= 4.1.2
-CATEGORIES= net
+CATEGORIES= net ipv6
MASTER_SITES= ftp://ucd-snmp.ucdavis.edu/ \
ftp://sunsite.cnlab-switch.ch/mirror/ucd-snmp/ \
ftp://ftp.win.or.jp/pub/network/snmp/ucd-snmp/
@@ -47,6 +47,10 @@ STARTUP_FILE= ${PREFIX}/etc/rc.d/snmpd.sh.sample
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 400014
+CONFIGURE_ARGS+= --enable-ipv6
+.endif
+
SHLIB_VERSION= 4
PLIST_SUB+= shlib=${SHLIB_VERSION}
diff --git a/net-mgmt/net-snmp53/Makefile b/net-mgmt/net-snmp53/Makefile
index a6810058b6bc..62f62e75af7f 100644
--- a/net-mgmt/net-snmp53/Makefile
+++ b/net-mgmt/net-snmp53/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ucd-snmp
PORTVERSION= 4.1.2
-CATEGORIES= net
+CATEGORIES= net ipv6
MASTER_SITES= ftp://ucd-snmp.ucdavis.edu/ \
ftp://sunsite.cnlab-switch.ch/mirror/ucd-snmp/ \
ftp://ftp.win.or.jp/pub/network/snmp/ucd-snmp/
@@ -47,6 +47,10 @@ STARTUP_FILE= ${PREFIX}/etc/rc.d/snmpd.sh.sample
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 400014
+CONFIGURE_ARGS+= --enable-ipv6
+.endif
+
SHLIB_VERSION= 4
PLIST_SUB+= shlib=${SHLIB_VERSION}