svn commit: r533893 - head/devel/libvirt

Roman Bogorodskiy novel at FreeBSD.org
Mon May 4 04:47:35 UTC 2020


Author: novel
Date: Mon May  4 04:47:34 2020
New Revision: 533893
URL: https://svnweb.freebsd.org/changeset/ports/533893

Log:
  devel/libvirt: require python 3.6+ for build
  
  Build scripts no longer support python 2.x, so require python 3.6+.
  
  Reported by:	Kaya Saman

Modified:
  head/devel/libvirt/Makefile

Modified: head/devel/libvirt/Makefile
==============================================================================
--- head/devel/libvirt/Makefile	Mon May  4 04:27:52 2020	(r533892)
+++ head/devel/libvirt/Makefile	Mon May  4 04:47:34 2020	(r533893)
@@ -96,7 +96,7 @@ PORTSCOUT=	limit:\d+\.\d+\.\d+$$
 LDFLAGS+=	-L${LOCALBASE}/lib -fstack-protector
 
 USES=		gnome charsetfix compiler:c++0x cpe gettext-runtime gmake libtool pathfix \
-		perl5 python:build pkgconfig shebangfix tar:xz
+		perl5 python:3.6+,build pkgconfig shebangfix tar:xz
 USE_GNOME=	glib20
 USE_RC_SUBR=	libvirtd virtlogd
 CPE_VENDOR=	redhat


More information about the svn-ports-head mailing list