diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2000-07-28 19:43:15 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2000-07-28 19:43:15 +0000 |
commit | 2c67e7f4f581c74b12b0c78ff9cf3af7ed7a4757 (patch) | |
tree | a4d684664628e9af38de053739636718ba683ea7 | |
parent | Update to proftpd 1.2.0rc2 (diff) |
Activate IPv6 support.
Approved by: billf
-rw-r--r-- | net-mgmt/net-snmp-devel/Makefile | 6 | ||||
-rw-r--r-- | net-mgmt/net-snmp/Makefile | 6 | ||||
-rw-r--r-- | net-mgmt/net-snmp4/Makefile | 6 | ||||
-rw-r--r-- | net-mgmt/net-snmp53/Makefile | 6 | ||||
-rw-r--r-- | net/net-snmp/Makefile | 6 | ||||
-rw-r--r-- | net/net-snmp4/Makefile | 6 | ||||
-rw-r--r-- | net/ucd-snmp/Makefile | 6 |
7 files changed, 35 insertions, 7 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} diff --git a/net/net-snmp/Makefile b/net/net-snmp/Makefile index a6810058b6bc..62f62e75af7f 100644 --- a/net/net-snmp/Makefile +++ b/net/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/net-snmp4/Makefile b/net/net-snmp4/Makefile index a6810058b6bc..62f62e75af7f 100644 --- a/net/net-snmp4/Makefile +++ b/net/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/ucd-snmp/Makefile b/net/ucd-snmp/Makefile index a6810058b6bc..62f62e75af7f 100644 --- a/net/ucd-snmp/Makefile +++ b/net/ucd-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} |