mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Mark BROKEN on 8: does not build after the arp-v2 import.
Submitted by: pointyhat
This commit is contained in:
parent
5757f03eee
commit
ccd4eff1b4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=225509
11 changed files with 62 additions and 6 deletions
|
@ -35,4 +35,10 @@ post-install:
|
||||||
.endif
|
.endif
|
||||||
@${SH} ${PKGREQ} ${PKGNAME} INSTALL
|
@${SH} ${PKGREQ} ${PKGNAME} INSTALL
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 800059
|
||||||
|
BROKEN= does not build
|
||||||
|
.endif
|
||||||
|
|
||||||
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -41,6 +41,10 @@ MAKE_ARGS+= PREFIX=${PREFIX}
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 800059
|
||||||
|
BROKEN= does not build
|
||||||
|
.endif
|
||||||
|
|
||||||
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
|
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
|
||||||
CFLAGS+= -fPIC
|
CFLAGS+= -fPIC
|
||||||
.endif
|
.endif
|
||||||
|
|
|
@ -86,4 +86,10 @@ post-install:
|
||||||
@${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
|
@${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
|
||||||
@${CAT} ${PKGMESSAGE}
|
@${CAT} ${PKGMESSAGE}
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 800059
|
||||||
|
BROKEN= does not build
|
||||||
|
.endif
|
||||||
|
|
||||||
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -73,4 +73,10 @@ do-install:
|
||||||
post-install:
|
post-install:
|
||||||
@${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
|
@${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 800059
|
||||||
|
BROKEN= does not build
|
||||||
|
.endif
|
||||||
|
|
||||||
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -21,4 +21,10 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||||
|
|
||||||
MAN3= Net::ARP.3
|
MAN3= Net::ARP.3
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 800059
|
||||||
|
BROKEN= does not build
|
||||||
|
.endif
|
||||||
|
|
||||||
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -44,6 +44,10 @@ OPTIONS= ISISD "Enable experimental ISIS daemon" off \
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 800059
|
||||||
|
BROKEN= does not build
|
||||||
|
.endif
|
||||||
|
|
||||||
CONFIGURE_ARGS+=--includedir=${PREFIX}/include --enable-exampledir=${PREFIX}/share/examples/quagga --enable-pidfile-mask=0644
|
CONFIGURE_ARGS+=--includedir=${PREFIX}/include --enable-exampledir=${PREFIX}/share/examples/quagga --enable-pidfile-mask=0644
|
||||||
CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
|
CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
|
||||||
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" \
|
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" \
|
||||||
|
|
|
@ -43,4 +43,10 @@ do-install:
|
||||||
${CP} ${PREFIX}/etc/trafshow.dist ${PREFIX}/etc/trafshow; \
|
${CP} ${PREFIX}/etc/trafshow.dist ${PREFIX}/etc/trafshow; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 800059
|
||||||
|
BROKEN= does not build
|
||||||
|
.endif
|
||||||
|
|
||||||
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -22,4 +22,10 @@ CONFIGURE_ENV+= YACC=${YACC}
|
||||||
MAN5= wackamole.conf.5
|
MAN5= wackamole.conf.5
|
||||||
MAN8= wackamole.8 wackatrl.8
|
MAN8= wackamole.8 wackatrl.8
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 800059
|
||||||
|
BROKEN= does not build
|
||||||
|
.endif
|
||||||
|
|
||||||
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -45,6 +45,10 @@ INFO= zebra
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 800059
|
||||||
|
BROKEN= does not build
|
||||||
|
.endif
|
||||||
|
|
||||||
.if defined (WITHOUT_IPV6)
|
.if defined (WITHOUT_IPV6)
|
||||||
CONFIGURE_ARGS+=--disable-ipv6
|
CONFIGURE_ARGS+=--disable-ipv6
|
||||||
WITHOUT_OSPF6D= yes
|
WITHOUT_OSPF6D= yes
|
||||||
|
|
|
@ -30,6 +30,10 @@ LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet10-config
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 800059
|
||||||
|
BROKEN= does not biuld
|
||||||
|
.endif
|
||||||
|
|
||||||
# If net/libnids has been compiled with the GLIB2 option then this port needs
|
# If net/libnids has been compiled with the GLIB2 option then this port needs
|
||||||
# the corresponding library and additional linker flags.
|
# the corresponding library and additional linker flags.
|
||||||
LIBNIDS_GLIB2?=
|
LIBNIDS_GLIB2?=
|
||||||
|
|
|
@ -37,6 +37,10 @@ OPTIONS= OPENSSL "OpenSSL support" off \
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
if ${OSVERSION} >= 800059
|
||||||
|
BROKEN= does not build
|
||||||
|
.endif
|
||||||
|
|
||||||
.if defined(WITH_OPENSSL)
|
.if defined(WITH_OPENSSL)
|
||||||
CONFIGURE_ARGS+= --with-openssl=yes
|
CONFIGURE_ARGS+= --with-openssl=yes
|
||||||
.endif
|
.endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue