Date: Wed, 14 Feb 2018 23:17:48 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461846 - head/net/openvswitch Message-ID: <201802142317.w1ENHmUW092379@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802142317.w1ENHmUW092379>