Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 May 2020 04:47:34 +0000 (UTC)
From:      Roman Bogorodskiy <novel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r533893 - head/devel/libvirt
Message-ID:  <202005040447.0444lZY8068474@repo.freebsd.org>

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



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