summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2015-11-01 15:12:06 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2015-11-01 15:12:06 +0000
commit5ffbb2f7a774fc7e2ec96b43bcca1e3323c48957 (patch)
tree1cdf0c51a3a21533473785e08e6df8d68e06ec50
parentdevel/libvirt: improve configuration handling (diff)
Mark BROKEN, it doesn't compile any more even on FreeBSD 11
cc -DNDEBUG -O2 -pipe -fstack-protector -fno-strict-aliasing -fPIC -I/usr/local/include/python2.7 -c netif.c -o build/temp.freebsd-11.0-CURRENT-amd64-2.7/netif.o -g netif.c:31106:43: error: use of undeclared identifier 'LAGG_PROTO_ETHERCHANNEL' __pyx_t_4 = __Pyx_PyInt_From_lagg_proto(LAGG_PROTO_ETHERCHANNEL); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 426; __pyx_clineno = __LINE__; goto __pyx_L1_error;} ^ Reported by: pkg-fallout
Notes
Notes: svn path=/head/; revision=400620
-rw-r--r--net/py-netif/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/py-netif/Makefile b/net/py-netif/Makefile
index 0575e1701239..1e5c2176bff0 100644
--- a/net/py-netif/Makefile
+++ b/net/py-netif/Makefile
@@ -29,6 +29,8 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}enum34>0:${PORTSDIR}/devel/py-enum34
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100036
IGNORE= This module requires at least FreeBSD 11
+.else
+BROKEN= fails to compile
.endif
.include <bsd.port.post.mk>