diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2003-11-18 11:18:02 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2003-11-18 11:18:02 +0800 |
commit | e85e376bcd8b8271a42b15cefc56b84bfa037e20 (patch) | |
tree | 673d8bdc871994a0a23e2f6503710f87eda7e50c /net-mgmt/net-snmp53/Makefile | |
parent | 4eb5272dc0665112420f2704a0d4b87c83714e41 (diff) | |
download | freebsd-ports-gnome-e85e376bcd8b8271a42b15cefc56b84bfa037e20.tar.gz freebsd-ports-gnome-e85e376bcd8b8271a42b15cefc56b84bfa037e20.tar.zst freebsd-ports-gnome-e85e376bcd8b8271a42b15cefc56b84bfa037e20.zip |
o Upgrade to 5.1 (bump shlib major to 6, use autoconf257).
o Add ${NET_SNMP_MIB_MODULES} which is "host smux ucd-snmp/diskio"
by default.
o Remove unused variables.
o Update various local patches around {tcp,udp}Table and
hr_{storage,system}.
Diffstat (limited to 'net-mgmt/net-snmp53/Makefile')
-rw-r--r-- | net-mgmt/net-snmp53/Makefile | 20 |
1 files changed, 8 insertions, 12 deletions
diff --git a/net-mgmt/net-snmp53/Makefile b/net-mgmt/net-snmp53/Makefile index b5ed765822d6..3146fef15ac6 100644 --- a/net-mgmt/net-snmp53/Makefile +++ b/net-mgmt/net-snmp53/Makefile @@ -6,8 +6,7 @@ # PORTNAME= net-snmp -PORTVERSION= 5.0.9 -PORTREVISION= 1 +PORTVERSION= 5.1 CATEGORIES= net ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= net-snmp @@ -16,7 +15,7 @@ MAINTAINER= kuriyama@FreeBSD.org COMMENT= An extendable SNMP implementation USE_REINPLACE= yes -USE_AUTOCONF_VER=213 +USE_AUTOCONF_VER=257 USE_LIBTOOL= yes USE_RC_SUBR= yes INSTALLS_SHLIB= yes @@ -26,7 +25,7 @@ NO_LATEST_LINK= yes USE_PERL5= yes .endif -CONFIGURE_ARGS+=--enable-shared --with-mib-modules="host ucd-snmp/diskio" \ +CONFIGURE_ARGS+=--enable-shared --with-mib-modules="${NET_SNMP_MIB_MODULES}" \ --with-default-snmp-version="${DEFAULT_SNMP_VERSION}" \ --with-sys-contact="${NET_SNMP_SYS_CONTACT}" \ --with-sys-location="${NET_SNMP_SYS_LOCATION}" \ @@ -40,19 +39,13 @@ PLIST_SUB+= WITHPERL="@comment " CONFIGURE_ARGS+= --with-perl-modules PLIST_SUB+= WITHPERL="" .endif -.if defined(BATCH) -CONFIGURE_ARGS+=--with-defaults -.else -IS_INTERACTIVE= yes -.endif -_CONFIGURE_ENV= AUTOCONF=${LOCALBASE}/bin/autoconf213 \ - AUTOHEADER=${LOCALBASE}/bin/autoheader213 DEFAULT_SNMP_VERSION?= 3 NET_SNMP_SYS_CONTACT?= nobody@no.where NET_SNMP_SYS_LOCATION?= NET_SNMP_LOGFILE?= /var/log/snmpd.log NET_SNMP_PERSISTENTDIR?=/var/net-snmp +NET_SNMP_MIB_MODULES?= host smux ucd-snmp/diskio MAN1= mib2c.1 \ snmpbulkget.1 snmpbulkwalk.1 snmpcmd.1 snmpconf.1 \ @@ -108,7 +101,7 @@ CONFIGURE_ARGS+=--enable-ipv6 \ --with-transports="UDP UDPIPv6 TCP TCPIPv6 Unix" .endif -SHLIB_VERSION= 5 +SHLIB_VERSION= 6 PLIST_SUB+= shlib=${SHLIB_VERSION} RC_SCRIPTS_SUB= PREFIX=${PREFIX} RC_SUBR=${RC_SUBR} @@ -140,3 +133,6 @@ post-install: @${CAT} ${PKGMESSAGE} .include <bsd.port.post.mk> + +# Dependency: +# lang/php4,net/braa,net/docsis,net/ethereal,net/mbrowse,net/tethereal,net/zabbix,security/libfwbuilder |