Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 May 2019 16:39:37 +0000 (UTC)
From:      Olivier Cochard <olivier@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r502902 - head/net/frr7
Message-ID:  <201905281639.x4SGdbnR047107@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905281639.x4SGdbnR047107>