diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2003-02-18 11:28:57 +0000 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2003-02-18 11:28:57 +0000 |
commit | f582850f14496972beba3ff6dd8d0d65ce9afca7 (patch) | |
tree | a12d66b5c6a380e6b8744dbe0e77d7331f2f01bc /net-mgmt | |
parent | 41d21ee19818d4e7da0a79a8346bc96f0808b68b (diff) | |
download | FreeBSD-ports-f582850f14496972beba3ff6dd8d0d65ce9afca7.zip FreeBSD-ports-f582850f14496972beba3ff6dd8d0d65ce9afca7.tar.gz |
Mark IGNORE with $OSVERSION >= 500100.
Backporting 4.x for latest OpenSSL suite will take some timeslots, but
I'll not work for it.
Release maintainership to ports@ until now. If there is no maintainer
appeared, I'll remove this port some time after.
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/net-snmp4/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net-mgmt/net-snmp4/Makefile b/net-mgmt/net-snmp4/Makefile index 102886d..59631fb 100644 --- a/net-mgmt/net-snmp4/Makefile +++ b/net-mgmt/net-snmp4/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://ftp.win.ne.jp/pub/network/snmp/ucd-snmp/ MASTER_SITE_SUBDIR= net-snmp -MAINTAINER= kuriyama@FreeBSD.org +MAINTAINER= ports@FreeBSD.org USE_AUTOCONF_VER=213 USE_REINPLACE= yes @@ -66,6 +66,9 @@ STARTUP_FILE= ${PREFIX}/etc/rc.d/snmpd.sh .if ${OSVERSION} >= 400014 CONFIGURE_ARGS+= --enable-ipv6 .endif +.if ${OSVERSION} >= 500100 +IGNORE= Broken with latest OpenSSL suite +.endif SHLIB_VERSION= 4 PLIST_SUB+= shlib=${SHLIB_VERSION} |