diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-02-18 11:28:57 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-02-18 11:28:57 +0000 |
commit | 559b7b4c32f49956d4d782ca7978b1e6d12b50ae (patch) | |
tree | 13563af991ae0d6b48903e22423d6a92571f7ed8 /net | |
parent | Touch configure in the pre-configure stage lest the timestamp of (diff) |
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.
Notes
Notes:
svn path=/head/; revision=75797
Diffstat (limited to 'net')
-rw-r--r-- | net/net-snmp4/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/net-snmp4/Makefile b/net/net-snmp4/Makefile index 102886d376ae..59631fb7776d 100644 --- a/net/net-snmp4/Makefile +++ b/net/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} |