mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
Mark the various sysutils/rsyslog*-snmp ports as only being broken on
i386-8 and above, instead of everywhere. Reported by: pointyhat
This commit is contained in:
parent
681f94148b
commit
cc8428d927
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=269619
@ -10,7 +10,13 @@ COMMENT= SNMP trap sender for rsyslog
|
||||
MNAME= snmp
|
||||
MTYPES= om
|
||||
LIB_DEPENDS= netsnmp.20:${PORTSDIR}/net-mgmt/net-snmp
|
||||
BROKEN= fails to build
|
||||
|
||||
.include "${.CURDIR}/../rsyslog3/bsd.rsyslog.mk"
|
||||
.include <bsd.port.mk>
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "i386" && ${OSVERSION} >= 800000
|
||||
BROKEN= Does not link on i386: can't find symbol snmp_timeout in libnetsnmp
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -12,7 +12,6 @@ MNAME= snmp
|
||||
LIB_DEPENDS= netsnmp.20:${PORTSDIR}/net-mgmt/net-snmp
|
||||
|
||||
CONFIGURE_ARGS+=--enable-snmp
|
||||
BROKEN= fails to build
|
||||
|
||||
PLIST_FILES+= lib/rsyslog/omsnmp.la \
|
||||
lib/rsyslog/omsnmp.so
|
||||
|
@ -81,6 +81,10 @@ post-install:
|
||||
IGNORE= with gssapi module is only supported on FreeBSD 7.x or later
|
||||
.endif
|
||||
|
||||
.if ${MNAME} == "snmp" && ${ARCH} == "i386" && ${OSVERSION} >= 800000
|
||||
BROKEN= Does not link on i386: can't find symbol snmp_timeout in libnetsnmp
|
||||
.endif
|
||||
|
||||
CONFIGURE_ARGS+= --disable-rsyslogd --disable-klog
|
||||
|
||||
DESCR?= ${.CURDIR}/../rsyslog4-devel/pkg-descr
|
||||
|
@ -16,8 +16,6 @@ CONFIGURE_ARGS+=--enable-snmp
|
||||
PLIST_FILES+= lib/rsyslog/omsnmp.la \
|
||||
lib/rsyslog/omsnmp.so
|
||||
|
||||
BROKEN= fails to build
|
||||
|
||||
do-install:
|
||||
@${INSTALL_PROGRAM} \
|
||||
${WRKSRC}/plugins/omsnmp/.libs/omsnmp.so ${PREFIX}/lib/rsyslog
|
||||
|
@ -81,6 +81,10 @@ post-install:
|
||||
IGNORE= with gssapi module is only supported on FreeBSD 7.x or later
|
||||
.endif
|
||||
|
||||
.if ${MNAME} == "snmp" && ${ARCH} == "i386" && ${OSVERSION} >= 800000
|
||||
BROKEN= Does not link on i386: can't find symbol snmp_timeout in libnetsnmp
|
||||
.endif
|
||||
|
||||
CONFIGURE_ARGS+= --disable-rsyslogd --disable-klog
|
||||
|
||||
DESCR?= ${.CURDIR}/../rsyslog4/pkg-descr
|
||||
|
@ -13,8 +13,6 @@ LIB_DEPENDS= netsnmp.20:${PORTSDIR}/net-mgmt/net-snmp
|
||||
|
||||
CONFIGURE_ARGS+=--enable-snmp
|
||||
|
||||
BROKEN= fails to build
|
||||
|
||||
PLIST_FILES+= lib/rsyslog/omsnmp.la \
|
||||
lib/rsyslog/omsnmp.so
|
||||
|
||||
|
@ -77,6 +77,10 @@ post-install:
|
||||
IGNORE= with gssapi module is only supported on FreeBSD 7.x or later
|
||||
.endif
|
||||
|
||||
.if ${MNAME} == "snmp" && ${ARCH} == "i386" && ${OSVERSION} >= 800000
|
||||
BROKEN= Does not link on i386: can't find symbol snmp_timeout in libnetsnmp
|
||||
.endif
|
||||
|
||||
CONFIGURE_ARGS+= --disable-rsyslogd --disable-klog
|
||||
|
||||
DESCR?= ${.CURDIR}/../rsyslog5-devel/pkg-descr
|
||||
|
@ -13,8 +13,6 @@ LIB_DEPENDS= netsnmp.20:${PORTSDIR}/net-mgmt/net-snmp
|
||||
|
||||
CONFIGURE_ARGS+=--enable-snmp
|
||||
|
||||
BROKEN= fails to build
|
||||
|
||||
PLIST_FILES+= lib/rsyslog/omsnmp.la \
|
||||
lib/rsyslog/omsnmp.so
|
||||
|
||||
|
@ -88,6 +88,10 @@ post-install:
|
||||
|
||||
.ifdef MNAME
|
||||
|
||||
.if ${MNAME} == "snmp" && ${ARCH} == "i386" && ${OSVERSION} >= 800000
|
||||
BROKEN= Does not link on i386: can't find symbol snmp_timeout in libnetsnmp
|
||||
.endif
|
||||
|
||||
CONFIGURE_ARGS+= --disable-rsyslogd --disable-klog
|
||||
|
||||
DESCR?= ${.CURDIR}/../rsyslog5/pkg-descr
|
||||
|
@ -13,8 +13,6 @@ LIB_DEPENDS= netsnmp.20:${PORTSDIR}/net-mgmt/net-snmp
|
||||
|
||||
CONFIGURE_ARGS+=--enable-snmp
|
||||
|
||||
BROKEN= fails to build
|
||||
|
||||
PLIST_FILES+= lib/rsyslog/omsnmp.la \
|
||||
lib/rsyslog/omsnmp.so
|
||||
|
||||
|
@ -86,6 +86,10 @@ post-install:
|
||||
IGNORE= with gssapi module is only supported on FreeBSD 7.x or later
|
||||
.endif
|
||||
|
||||
.if ${MNAME} == "snmp" && ${ARCH} == "i386" && ${OSVERSION} >= 800000
|
||||
BROKEN= Does not link on i386: can't find symbol snmp_timeout in libnetsnmp
|
||||
.endif
|
||||
|
||||
CONFIGURE_ARGS+= --disable-rsyslogd --disable-klog
|
||||
|
||||
DESCR?= ${.CURDIR}/../rsyslog6-devel/pkg-descr
|
||||
|
Loading…
Reference in New Issue
Block a user