mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
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.
This commit is contained in:
parent
54af146904
commit
559b7b4c32
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=75797
@ -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}
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user