From ccd4eff1b49405149cc8a1e3c63c91b60f702921 Mon Sep 17 00:00:00 2001 From: Erwin Lansing Date: Thu, 8 Jan 2009 17:59:41 +0000 Subject: [PATCH] Mark BROKEN on 8: does not build after the arp-v2 import. Submitted by: pointyhat --- net-mgmt/wide-dhcp/Makefile | 8 +++++++- net/olsrd/Makefile | 4 ++++ net/openbgpd/Makefile | 8 +++++++- net/openospfd/Makefile | 8 +++++++- net/p5-Net-ARP/Makefile | 8 +++++++- net/quagga/Makefile | 4 ++++ net/trafshow3/Makefile | 8 +++++++- net/wackamole/Makefile | 8 +++++++- net/zebra/Makefile | 4 ++++ security/dsniff/Makefile | 4 ++++ www/wyvern/Makefile | 4 ++++ 11 files changed, 62 insertions(+), 6 deletions(-) diff --git a/net-mgmt/wide-dhcp/Makefile b/net-mgmt/wide-dhcp/Makefile index 75a546dd5cc2..59b05fb1af8b 100644 --- a/net-mgmt/wide-dhcp/Makefile +++ b/net-mgmt/wide-dhcp/Makefile @@ -35,4 +35,10 @@ post-install: .endif @${SH} ${PKGREQ} ${PKGNAME} INSTALL -.include +.include + +.if ${OSVERSION} >= 800059 +BROKEN= does not build +.endif + +.include diff --git a/net/olsrd/Makefile b/net/olsrd/Makefile index b830a86ead4d..06a7ee618e4d 100644 --- a/net/olsrd/Makefile +++ b/net/olsrd/Makefile @@ -41,6 +41,10 @@ MAKE_ARGS+= PREFIX=${PREFIX} .include +.if ${OSVERSION} >= 800059 +BROKEN= does not build +.endif + .if ${ARCH} == "amd64" || ${ARCH} == "ia64" CFLAGS+= -fPIC .endif diff --git a/net/openbgpd/Makefile b/net/openbgpd/Makefile index bbb11e8cc529..19f4f80e06f9 100644 --- a/net/openbgpd/Makefile +++ b/net/openbgpd/Makefile @@ -86,4 +86,10 @@ post-install: @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL @${CAT} ${PKGMESSAGE} -.include +.include + +.if ${OSVERSION} >= 800059 +BROKEN= does not build +.endif + +.include diff --git a/net/openospfd/Makefile b/net/openospfd/Makefile index 1d047ed39216..4d6309e10e4b 100644 --- a/net/openospfd/Makefile +++ b/net/openospfd/Makefile @@ -73,4 +73,10 @@ do-install: post-install: @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -.include +.include + +.if ${OSVERSION} >= 800059 +BROKEN= does not build +.endif + +.include diff --git a/net/p5-Net-ARP/Makefile b/net/p5-Net-ARP/Makefile index 5e5121de019b..eb3712abae28 100644 --- a/net/p5-Net-ARP/Makefile +++ b/net/p5-Net-ARP/Makefile @@ -21,4 +21,10 @@ WRKSRC= ${WRKDIR}/${PORTNAME} MAN3= Net::ARP.3 -.include +.include + +.if ${OSVERSION} >= 800059 +BROKEN= does not build +.endif + +.include diff --git a/net/quagga/Makefile b/net/quagga/Makefile index 661639579093..3373fa23126e 100644 --- a/net/quagga/Makefile +++ b/net/quagga/Makefile @@ -44,6 +44,10 @@ OPTIONS= ISISD "Enable experimental ISIS daemon" off \ .include +.if ${OSVERSION} >= 800059 +BROKEN= does not build +.endif + CONFIGURE_ARGS+=--includedir=${PREFIX}/include --enable-exampledir=${PREFIX}/share/examples/quagga --enable-pidfile-mask=0644 CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" \ diff --git a/net/trafshow3/Makefile b/net/trafshow3/Makefile index 7ea0e8b686d7..6e38956c71f7 100644 --- a/net/trafshow3/Makefile +++ b/net/trafshow3/Makefile @@ -43,4 +43,10 @@ do-install: ${CP} ${PREFIX}/etc/trafshow.dist ${PREFIX}/etc/trafshow; \ fi -.include +.include + +.if ${OSVERSION} >= 800059 +BROKEN= does not build +.endif + +.include diff --git a/net/wackamole/Makefile b/net/wackamole/Makefile index 0189aabe512c..01be6470e990 100644 --- a/net/wackamole/Makefile +++ b/net/wackamole/Makefile @@ -22,4 +22,10 @@ CONFIGURE_ENV+= YACC=${YACC} MAN5= wackamole.conf.5 MAN8= wackamole.8 wackatrl.8 -.include +.include + +.if ${OSVERSION} >= 800059 +BROKEN= does not build +.endif + +.include diff --git a/net/zebra/Makefile b/net/zebra/Makefile index f282b138bf88..4ebff0671ad1 100644 --- a/net/zebra/Makefile +++ b/net/zebra/Makefile @@ -45,6 +45,10 @@ INFO= zebra .include +.if ${OSVERSION} >= 800059 +BROKEN= does not build +.endif + .if defined (WITHOUT_IPV6) CONFIGURE_ARGS+=--disable-ipv6 WITHOUT_OSPF6D= yes diff --git a/security/dsniff/Makefile b/security/dsniff/Makefile index a2bc82908526..2458fa3d062b 100644 --- a/security/dsniff/Makefile +++ b/security/dsniff/Makefile @@ -30,6 +30,10 @@ LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet10-config .include +.if ${OSVERSION} >= 800059 +BROKEN= does not biuld +.endif + # If net/libnids has been compiled with the GLIB2 option then this port needs # the corresponding library and additional linker flags. LIBNIDS_GLIB2?= diff --git a/www/wyvern/Makefile b/www/wyvern/Makefile index 35ce55ee92d1..609594e1599a 100644 --- a/www/wyvern/Makefile +++ b/www/wyvern/Makefile @@ -37,6 +37,10 @@ OPTIONS= OPENSSL "OpenSSL support" off \ .include +if ${OSVERSION} >= 800059 +BROKEN= does not build +.endif + .if defined(WITH_OPENSSL) CONFIGURE_ARGS+= --with-openssl=yes .endif