svn commit: r461846 - head/net/openvswitch

Antoine Brodin antoine at FreeBSD.org
Wed Feb 14 23:17:49 UTC 2018


Author: antoine
Date: Wed Feb 14 23:17:48 2018
New Revision: 461846
URL: https://svnweb.freebsd.org/changeset/ports/461846

Log:
  openvswitch fails to build with python3

Modified:
  head/net/openvswitch/Makefile

Modified: head/net/openvswitch/Makefile
==============================================================================
--- head/net/openvswitch/Makefile	Wed Feb 14 22:14:12 2018	(r461845)
+++ head/net/openvswitch/Makefile	Wed Feb 14 23:17:48 2018	(r461846)
@@ -11,11 +11,11 @@ COMMENT=	Production quality, multilayer virtual switch
 
 LICENSE=	APACHE20
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
 
 BROKEN_powerpc64=	fails to compile: bfd.c: internal compiler error: in extract_insn, at recog.c
 
-USES=		cpe gmake libtool perl5 pkgconfig python shebangfix ssl
+USES=		cpe gmake libtool perl5 pkgconfig python:2.7 shebangfix ssl
 SHEBANG_FILES=	utilities/ovs-docker \
 		utilities/ovs-appctl-bashcomp.bash \
 		ovn/utilities/ovndb-servers.ocf \


More information about the svn-ports-head mailing list