svn commit: r502902 - head/net/frr7

Olivier Cochard olivier at FreeBSD.org
Tue May 28 16:39:38 UTC 2019


Author: olivier
Date: Tue May 28 16:39:37 2019
New Revision: 502902
URL: https://svnweb.freebsd.org/changeset/ports/502902

Log:
  Restrict python versions used to build net/frr7
  
  PR:		238171
  Submitted by:	koobs
  Reported by:	dgilbert at eicat.ca

Modified:
  head/net/frr7/Makefile

Modified: head/net/frr7/Makefile
==============================================================================
--- head/net/frr7/Makefile	Tue May 28 16:30:03 2019	(r502901)
+++ head/net/frr7/Makefile	Tue May 28 16:39:37 2019	(r502902)
@@ -17,7 +17,7 @@ LIB_DEPENDS=	libjson-c.so:devel/json-c \
 		libyang.so:net/libyang
 
 USES=		autoreconf bison compiler:c++11-lang gmake pkgconfig libtool \
-		makeinfo python:3.6+,build readline
+		makeinfo python:2.7-3.6,build readline
 
 BINARY_ALIAS=	python=${PYTHON_VERSION}
 


More information about the svn-ports-all mailing list