svn commit: r400620 - head/net/py-netif

Antoine Brodin antoine at FreeBSD.org
Sun Nov 1 15:12:07 UTC 2015


Author: antoine
Date: Sun Nov  1 15:12:06 2015
New Revision: 400620
URL: https://svnweb.freebsd.org/changeset/ports/400620

Log:
  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

Modified:
  head/net/py-netif/Makefile

Modified: head/net/py-netif/Makefile
==============================================================================
--- head/net/py-netif/Makefile	Sun Nov  1 15:11:07 2015	(r400619)
+++ head/net/py-netif/Makefile	Sun Nov  1 15:12:06 2015	(r400620)
@@ -29,6 +29,8 @@ RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}enu
 
 .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100036
 IGNORE=	This module requires at least FreeBSD 11
+.else
+BROKEN=	fails to compile
 .endif
 
 .include <bsd.port.post.mk>


More information about the svn-ports-all mailing list