Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Dec 2017 16:54:20 +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: r456050 - in head: astro/astrometry audio/ardour5 audio/trommler benchmarks/pybench biology/pycogent cad/freecad chinese/sunpinyin comms/gr-osmosdr comms/py-libimobiledevice databases/p...
Message-ID:  <201712111654.vBBGsKSZ045653@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon Dec 11 16:54:20 2017
New Revision: 456050
URL: https://svnweb.freebsd.org/changeset/ports/456050

Log:
  - Those ports fail to build with python3
  - Add some explicit FLAVOR to dependencies where needed

Modified:
  head/astro/astrometry/Makefile
  head/audio/ardour5/Makefile
  head/audio/trommler/Makefile
  head/benchmarks/pybench/Makefile
  head/biology/pycogent/Makefile
  head/cad/freecad/Makefile
  head/chinese/sunpinyin/Makefile
  head/comms/gr-osmosdr/Makefile
  head/comms/py-libimobiledevice/Makefile
  head/databases/postgresql-libpqxx/Makefile
  head/databases/postgresql-libpqxx3/Makefile
  head/devel/aap/Makefile
  head/devel/alf/Makefile
  head/devel/blitz/Makefile
  head/devel/evolution-gconf-tools/Makefile
  head/devel/libnxt/Makefile
  head/devel/libredblack/Makefile
  head/devel/py-json-py/Makefile
  head/devel/py-kqueue/Makefile
  head/devel/uatraits/Makefile
  head/emulators/openmsx/Makefile
  head/games/4stattack/Makefile
  head/games/adonthell/Makefile
  head/games/battletanks/Makefile
  head/games/bombz/Makefile
  head/games/bubbros/Makefile
  head/games/diameter/Makefile
  head/games/duckmaze/Makefile
  head/games/farblazer/Makefile
  head/games/gemrb/Makefile
  head/games/golly/Makefile
  head/games/gtkradiant/Makefile
  head/games/liquidwar/Makefile
  head/games/monsterz/Makefile
  head/games/mopesnake/Makefile
  head/games/pyawale/Makefile
  head/games/pykawari/Makefile

Modified: head/astro/astrometry/Makefile
==============================================================================
--- head/astro/astrometry/Makefile	Mon Dec 11 16:52:56 2017	(r456049)
+++ head/astro/astrometry/Makefile	Mon Dec 11 16:54:20 2017	(r456050)
@@ -20,7 +20,7 @@ LIB_DEPENDS=	libcairo.so:graphics/cairo \
 		libnetpbm.so:graphics/netpbm
 RUN_DEPENDS=	${PYNUMPY}
 
-USES=		gmake jpeg pkgconfig python shebangfix tar:bzip2
+USES=		gmake jpeg pkgconfig python:2.7 shebangfix tar:bzip2
 SHEBANG_FILES=	blind/*.py sdss/*.py util/[!c]*.py util/casjobs.py
 USE_LDCONFIG=	${PREFIX}/${PORTNAME}/lib
 ALL_TARGET=	all extra

Modified: head/audio/ardour5/Makefile
==============================================================================
--- head/audio/ardour5/Makefile	Mon Dec 11 16:52:56 2017	(r456049)
+++ head/audio/ardour5/Makefile	Mon Dec 11 16:54:20 2017	(r456050)
@@ -39,7 +39,7 @@ LIB_DEPENDS=	libserd-0.so:devel/serd \
 		libFLAC.so:audio/flac
 
 USES=		compiler:c++11-lang desktop-file-utils gettext libarchive \
-		pkgconfig python:build readline:port tar:bzip2 waf
+		pkgconfig python:2.7,build readline:port tar:bzip2 waf
 USE_CXXSTD=	c++11
 USE_XORG=	x11
 USE_GNOME=	atk cairo cairomm gdkpixbuf2 glib20 glibmm gtk20 gtkmm24 pango

Modified: head/audio/trommler/Makefile
==============================================================================
--- head/audio/trommler/Makefile	Mon Dec 11 16:52:56 2017	(r456049)
+++ head/audio/trommler/Makefile	Mon Dec 11 16:54:20 2017	(r456050)
@@ -13,7 +13,7 @@ COMMENT=	GTK+2 based drum machine
 
 LICENSE=	GPLv2
 
-USES=		gmake pkgconfig python:build shebangfix
+USES=		gmake pkgconfig python:2.7,build shebangfix
 SHEBANG_FILES=	genexport.py
 USE_GNOME=	gtk20
 

Modified: head/benchmarks/pybench/Makefile
==============================================================================
--- head/benchmarks/pybench/Makefile	Mon Dec 11 16:52:56 2017	(r456049)
+++ head/benchmarks/pybench/Makefile	Mon Dec 11 16:54:20 2017	(r456050)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
-USES=		python shebangfix zip
+USES=		python:2.7 shebangfix zip
 SHEBANG_FILES=	platform.py
 NO_ARCH=	yes
 

Modified: head/biology/pycogent/Makefile
==============================================================================
--- head/biology/pycogent/Makefile	Mon Dec 11 16:52:56 2017	(r456049)
+++ head/biology/pycogent/Makefile	Mon Dec 11 16:54:20 2017	(r456050)
@@ -11,7 +11,7 @@ COMMENT=	Toolkit for statistical analysis of biologica
 LICENSE=	GPLv2
 
 BUILD_DEPENDS=	${PYNUMPY} \
-		${LOCALBASE}/bin/sphinx-build:textproc/py-sphinx@${FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}sphinx>=0:textproc/py-sphinx@${FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}sqlalchemy10>=1.0.13:databases/py-sqlalchemy10@${FLAVOR}
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 

Modified: head/cad/freecad/Makefile
==============================================================================
--- head/cad/freecad/Makefile	Mon Dec 11 16:52:56 2017	(r456049)
+++ head/cad/freecad/Makefile	Mon Dec 11 16:54:20 2017	(r456050)
@@ -16,7 +16,7 @@ BUILD_DEPENDS=	pyside-rcc:devel/pyside-tools \
 LIB_DEPENDS=	libexpat.so:textproc/expat2 \
 		libfreetype.so:print/freetype2 \
 		libboost_python.so:devel/boost-python-libs \
-		libpyside-python2.7.so:devel/pyside \
+		libpyside-python2.7.so:devel/pyside@${PY_FLAVOR} \
 		libCoin.so:graphics/Coin \
 		libpng.so:graphics/png \
 		libtiff.so:graphics/tiff \
@@ -29,10 +29,10 @@ LIB_DEPENDS=	libexpat.so:textproc/expat2 \
 		libmed.so:french/med \
 		libshiboken-${PYTHON_VERSION}.so:devel/shiboken \
 		libhdf5.so:science/hdf5
-RUN_DEPENDS=	pivy>0:graphics/py-pivy
+RUN_DEPENDS=	pivy>0:graphics/py-pivy@${PY_FLAVOR}
 
 USES=		dos2unix compiler:c++11-lib cmake:outsource fortran jpeg \
-		python localbase
+		python:2.7 localbase
 USE_XORG=	ice sm x11 xext xt
 USE_GL=		gl glu
 USE_QT4=	qmake_build corelib gui moc_build network opengl rcc_build \
@@ -58,7 +58,7 @@ GH_TAGNAME=	f27617e
 OPTIONS_DEFINE=	COLLADA
 
 COLLADA_DESC=		Install pycollada for Collada files import
-COLLADA_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pycollada>0:graphics/py-pycollada
+COLLADA_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pycollada>0:graphics/py-pycollada@${PY_FLAVOR}
 
 DESKTOP_ENTRIES=${PORTNAME} "" "${PREFIX}/FreeCAD/data/freecad.svg" \
 		${PORTNAME} "Engineering;" false

Modified: head/chinese/sunpinyin/Makefile
==============================================================================
--- head/chinese/sunpinyin/Makefile	Mon Dec 11 16:52:56 2017	(r456049)
+++ head/chinese/sunpinyin/Makefile	Mon Dec 11 16:54:20 2017	(r456050)
@@ -21,7 +21,7 @@ GH_TAGNAME=	a8bd811
 
 MAKE_ARGS+=	--prefix=${PREFIX}
 USE_LDCONFIG=	yes
-USES=		gmake iconv perl5 pkgconfig python scons shebangfix
+USES=		gmake iconv perl5 pkgconfig python:2.7 scons shebangfix
 USE_PERL5=	build
 SHEBANG_FILES=	python/*.py
 LDFLAGS+=	-L${LOCALBASE}/lib ${ICONV_LIB}

Modified: head/comms/gr-osmosdr/Makefile
==============================================================================
--- head/comms/gr-osmosdr/Makefile	Mon Dec 11 16:52:56 2017	(r456049)
+++ head/comms/gr-osmosdr/Makefile	Mon Dec 11 16:54:20 2017	(r456050)
@@ -20,7 +20,7 @@ LIB_DEPENDS=	libgnuradio-runtime.so:comms/gnuradio \
 		libboost_system.so:devel/boost-libs \
 		libboost_thread.so:devel/boost-libs
 
-USES=	cmake fortran pkgconfig python tar:tgz
+USES=	cmake fortran pkgconfig python:2.7 tar:tgz
 USE_LDCONFIG=	yes
 
 # See lib/CMakeLists.txt to enable more components

Modified: head/comms/py-libimobiledevice/Makefile
==============================================================================
--- head/comms/py-libimobiledevice/Makefile	Mon Dec 11 16:52:56 2017	(r456049)
+++ head/comms/py-libimobiledevice/Makefile	Mon Dec 11 16:54:20 2017	(r456050)
@@ -15,6 +15,7 @@ PORTSCOUT=	ignore:1
 
 USES=		python:2.7
 USE_PYTHON=	flavors cython
+BINARY_ALIAS=	cython=cython-${PYTHON_VER}
 CONFIGURE_ENV=	PYTHON_LDFLAGS="`pkg-config --libs python-${PYTHON_VER}`"
 SLAVE_PORT=	yes
 MASTERDIR=	${.CURDIR:H:H}/comms/libimobiledevice

Modified: head/databases/postgresql-libpqxx/Makefile
==============================================================================
--- head/databases/postgresql-libpqxx/Makefile	Mon Dec 11 16:52:56 2017	(r456049)
+++ head/databases/postgresql-libpqxx/Makefile	Mon Dec 11 16:54:20 2017	(r456050)
@@ -17,7 +17,7 @@ LICENSE=	BSD3CLAUSE
 CONFLICTS=	postgresql-libpqxx-3.* postgresql-libpqxx3-3.*
 PORTSCOUT=	limit:^2\.
 
-USES+=		gmake libtool pathfix pgsql python:build shebangfix
+USES+=		gmake libtool pathfix pgsql python:2.7,build shebangfix
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 PLIST_SUB=	PORTVERSION=${PORTVERSION:R}

Modified: head/databases/postgresql-libpqxx3/Makefile
==============================================================================
--- head/databases/postgresql-libpqxx3/Makefile	Mon Dec 11 16:52:56 2017	(r456049)
+++ head/databases/postgresql-libpqxx3/Makefile	Mon Dec 11 16:54:20 2017	(r456050)
@@ -16,7 +16,7 @@ COMMENT=	New C++ interface for PostgreSQL
 CONFLICTS=	postgresql-libpqxx-[2-4].*
 PORTSCOUT=	limit:^2\.
 
-USES+=		gmake libtool pathfix pgsql pkgconfig python:build shebangfix
+USES+=		gmake libtool pathfix pgsql pkgconfig python:2.7,build shebangfix
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 PLIST_SUB=	PORTVERSION=${PORTVERSION}

Modified: head/devel/aap/Makefile
==============================================================================
--- head/devel/aap/Makefile	Mon Dec 11 16:52:56 2017	(r456049)
+++ head/devel/aap/Makefile	Mon Dec 11 16:54:20 2017	(r456050)
@@ -17,7 +17,7 @@ OPTIONS_DEFINE=	DOCS
 NO_WRKSUBDIR=	yes
 NO_BUILD=	yes
 
-USES=		python zip
+USES=		python:2.7 zip
 PLIST_SUB=	PORTVERSION="${PORTVERSION}"
 NO_ARCH=	yes
 

Modified: head/devel/alf/Makefile
==============================================================================
--- head/devel/alf/Makefile	Mon Dec 11 16:52:56 2017	(r456049)
+++ head/devel/alf/Makefile	Mon Dec 11 16:54:20 2017	(r456050)
@@ -10,7 +10,7 @@ MASTER_SITES=	SF/largefiles/largefiles/${PORTNAME}-${P
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Abstract Large File
 
-USES=		libtool python
+USES=		libtool python:2.7
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip

Modified: head/devel/blitz/Makefile
==============================================================================
--- head/devel/blitz/Makefile	Mon Dec 11 16:52:56 2017	(r456049)
+++ head/devel/blitz/Makefile	Mon Dec 11 16:54:20 2017	(r456050)
@@ -10,7 +10,7 @@ COMMENT=	Blitz++ Multi-Dimensional Array Library for C
 LICENSE=	ART20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		gmake libtool localbase python:build
+USES=		gmake libtool localbase python:2.7,build
 USE_GITHUB=	yes
 GH_ACCOUNT=	blitzpp
 GNU_CONFIGURE=	yes

Modified: head/devel/evolution-gconf-tools/Makefile
==============================================================================
--- head/devel/evolution-gconf-tools/Makefile	Mon Dec 11 16:52:56 2017	(r456049)
+++ head/devel/evolution-gconf-tools/Makefile	Mon Dec 11 16:54:20 2017	(r456050)
@@ -14,7 +14,7 @@ COMMENT=	Scripts to make it easier to work with Evolut
 RUN_DEPENDS=	evolution:mail/evolution
 
 GNU_CONFIGURE=	yes
-USES=		python
+USES=		python:2.7
 USE_GNOME=	gnomeprefix
 NO_ARCH=	yes
 

Modified: head/devel/libnxt/Makefile
==============================================================================
--- head/devel/libnxt/Makefile	Mon Dec 11 16:52:56 2017	(r456049)
+++ head/devel/libnxt/Makefile	Mon Dec 11 16:54:20 2017	(r456050)
@@ -10,7 +10,7 @@ MAINTAINER=	bacon4000@gmail.com
 COMMENT=	Lego NXT library
 
 SUB_FILES=	pkg-message
-USES=		python:build scons shebangfix
+USES=		python:2.7,build scons shebangfix
 USE_LDCONFIG=	yes
 SHEBANG_FILES=	make_flash_header.py
 

Modified: head/devel/libredblack/Makefile
==============================================================================
--- head/devel/libredblack/Makefile	Mon Dec 11 16:52:56 2017	(r456049)
+++ head/devel/libredblack/Makefile	Mon Dec 11 16:54:20 2017	(r456050)
@@ -20,7 +20,7 @@ USE_LDCONFIG=	yes
 CONFIGURE_ARGS+=	--without-rbgen
 PLIST_SUB+=	PYTHON="@comment "
 .else
-USES+=		python
+USES+=		python:2.7
 CONFIGURE_ARGS+=	--with-python=${PYTHON_CMD}
 PLIST_SUB+=	PYTHON=""
 .endif

Modified: head/devel/py-json-py/Makefile
==============================================================================
--- head/devel/py-json-py/Makefile	Mon Dec 11 16:52:56 2017	(r456049)
+++ head/devel/py-json-py/Makefile	Mon Dec 11 16:54:20 2017	(r456050)
@@ -15,7 +15,7 @@ LICENSE=	LGPL20
 
 NO_WRKSUBDIR=	yes
 
-USES=		python zip
+USES=		python:2.7 zip
 
 do-build:
 	# compile python files

Modified: head/devel/py-kqueue/Makefile
==============================================================================
--- head/devel/py-kqueue/Makefile	Mon Dec 11 16:52:56 2017	(r456049)
+++ head/devel/py-kqueue/Makefile	Mon Dec 11 16:54:20 2017	(r456050)
@@ -13,7 +13,7 @@ EXTRACT_SUFX=		.tbz
 MAINTAINER=		ports2@dclg.ca
 COMMENT=		Python interface to kqueue(2) and kevent(2) system calls
 
-USES=		python tar:bzip2
+USES=		python:2.7 tar:bzip2
 FILES=		kqsyscallmodule.so KQueue.py KQueue.pyc
 PLIST_FILES=	${FILES:S+^+%%PYTHON_SITELIBDIR%%/+g}
 MAKE_ENV=	MAINCC=${CC}

Modified: head/devel/uatraits/Makefile
==============================================================================
--- head/devel/uatraits/Makefile	Mon Dec 11 16:52:56 2017	(r456049)
+++ head/devel/uatraits/Makefile	Mon Dec 11 16:54:20 2017	(r456050)
@@ -14,7 +14,7 @@ LIB_DEPENDS=	libboost_python.so:devel/boost-python-lib
 		libpcre.so:devel/pcre \
 		libxml2.so:textproc/libxml2
 
-USES=		autoreconf libtool pkgconfig python ssl
+USES=		autoreconf libtool pkgconfig python:2.7 ssl
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 

Modified: head/emulators/openmsx/Makefile
==============================================================================
--- head/emulators/openmsx/Makefile	Mon Dec 11 16:52:56 2017	(r456049)
+++ head/emulators/openmsx/Makefile	Mon Dec 11 16:54:20 2017	(r456050)
@@ -18,7 +18,7 @@ LIB_DEPENDS=	libpng.so:graphics/png \
 		libao.so:audio/libao
 
 MAKEFILE=	GNUmakefile
-USES=		gmake python tcl
+USES=		gmake python:2.7 tcl
 USE_GCC=	yes
 USE_GL=		glew
 USE_SDL=	sdl ttf

Modified: head/games/4stattack/Makefile
==============================================================================
--- head/games/4stattack/Makefile	Mon Dec 11 16:52:56 2017	(r456049)
+++ head/games/4stattack/Makefile	Mon Dec 11 16:54:20 2017	(r456050)
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/GPL
 
 RUN_DEPENDS=	${PYGAME}
 
-USES=		python shebangfix
+USES=		python:2.7 shebangfix
 SHEBANG_FILES=	4stattack.py
 NO_ARCH=	yes
 

Modified: head/games/adonthell/Makefile
==============================================================================
--- head/games/adonthell/Makefile	Mon Dec 11 16:52:56 2017	(r456049)
+++ head/games/adonthell/Makefile	Mon Dec 11 16:54:20 2017	(r456050)
@@ -19,7 +19,7 @@ LICENSE_DISTFILES=	${DISTFILES}
 LIB_DEPENDS=	libvorbis.so:audio/libvorbis \
 		libfreetype.so:print/freetype2
 
-USES=		gettext gmake python
+USES=		gettext gmake python:2.7
 USE_SDL=	mixer ttf sdl
 USE_GCC=	any
 GNU_CONFIGURE=	yes

Modified: head/games/battletanks/Makefile
==============================================================================
--- head/games/battletanks/Makefile	Mon Dec 11 16:52:56 2017	(r456049)
+++ head/games/battletanks/Makefile	Mon Dec 11 16:54:20 2017	(r456050)
@@ -19,7 +19,7 @@ LIB_DEPENDS=	libsigc-2.0.so:devel/libsigc++20 \
 		libvorbisfile.so:audio/libvorbis \
 		libsmpeg.so:multimedia/smpeg
 
-USES=		openal:al pkgconfig lua:51 python:build scons tar:bzip2
+USES=		openal:al pkgconfig lua:51 python:2.7,build scons tar:bzip2
 USE_LDCONFIG=	yes
 USE_SDL=	image sdl
 MAKE_ARGS=	prefix=${PREFIX} resources_dir=${DATADIR} \

Modified: head/games/bombz/Makefile
==============================================================================
--- head/games/bombz/Makefile	Mon Dec 11 16:52:56 2017	(r456049)
+++ head/games/bombz/Makefile	Mon Dec 11 16:54:20 2017	(r456050)
@@ -22,7 +22,7 @@ RUN_DEPENDS=	${PYGAME}
 
 WRKSRC=		${WRKDIR}/Bombz
 
-USES=		dos2unix python zip
+USES=		dos2unix python:2.7 zip
 DOS2UNIX_FILES=	*.txt
 USE_SDL=	sdl image mixer
 INSTALLS_ICONS=	yes

Modified: head/games/bubbros/Makefile
==============================================================================
--- head/games/bubbros/Makefile	Mon Dec 11 16:52:56 2017	(r456049)
+++ head/games/bubbros/Makefile	Mon Dec 11 16:54:20 2017	(r456050)
@@ -17,7 +17,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 RUN_DEPENDS=	${PYGAME}
 BUILD_DEPENDS=	${PYGAME}
 
-USES=		python shebangfix
+USES=		python:2.7 shebangfix
 SHEBANG_FILES=	BubBob.py
 USE_XORG=	x11 xext
 

Modified: head/games/diameter/Makefile
==============================================================================
--- head/games/diameter/Makefile	Mon Dec 11 16:52:56 2017	(r456049)
+++ head/games/diameter/Makefile	Mon Dec 11 16:54:20 2017	(r456050)
@@ -13,7 +13,7 @@ COMMENT=	Arcade-style game with elements of economy an
 LIB_DEPENDS=	libpng.so:graphics/png \
 		libguichan.so:devel/guichan
 
-USES=		tar:bzip2 gmake pkgconfig python
+USES=		tar:bzip2 gmake pkgconfig python:2.7
 GNU_CONFIGURE=	yes
 USE_GL=		gl
 USE_SDL=	sdl mixer image

Modified: head/games/duckmaze/Makefile
==============================================================================
--- head/games/duckmaze/Makefile	Mon Dec 11 16:52:56 2017	(r456049)
+++ head/games/duckmaze/Makefile	Mon Dec 11 16:54:20 2017	(r456050)
@@ -21,7 +21,7 @@ RUN_DEPENDS=	${PYGAME}
 
 WRKSRC=		${WRKDIR}/${PORTNAME}/trunk
 
-USES=		python shebangfix
+USES=		python:2.7 shebangfix
 SHEBANG_FILES=	*.py mopelib/mopelib.py
 NO_ARCH=	yes
 

Modified: head/games/farblazer/Makefile
==============================================================================
--- head/games/farblazer/Makefile	Mon Dec 11 16:52:56 2017	(r456049)
+++ head/games/farblazer/Makefile	Mon Dec 11 16:54:20 2017	(r456050)
@@ -19,7 +19,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING.txt
 
 RUN_DEPENDS=	${PYGAME}
 
-USES=		python shebangfix
+USES=		python:2.7 shebangfix
 SHEBANG_FILES=	farblazer.py
 NO_ARCH=	yes
 

Modified: head/games/gemrb/Makefile
==============================================================================
--- head/games/gemrb/Makefile	Mon Dec 11 16:52:56 2017	(r456049)
+++ head/games/gemrb/Makefile	Mon Dec 11 16:54:20 2017	(r456050)
@@ -23,7 +23,7 @@ OPENGL_USE=	gl=gl,glu,glew
 OPENGL_CMAKE_ON=-DOPENGL_BACKEND=OpenGL
 
 PLIST_SUB=	PORTVERSION=${PORTVERSION}
-USES=		cmake:outsource openal:al,alut python shebangfix iconv localbase
+USES=		cmake:outsource openal:al,alut python:2.7 shebangfix iconv localbase
 SHEBANG_FILES=	admin/extend2da.py
 USE_SDL=	sdl2
 USE_LDCONFIG=	yes

Modified: head/games/golly/Makefile
==============================================================================
--- head/games/golly/Makefile	Mon Dec 11 16:52:56 2017	(r456049)
+++ head/games/golly/Makefile	Mon Dec 11 16:54:20 2017	(r456050)
@@ -12,7 +12,7 @@ COMMENT=	Conway's Game of Life and other cellular auto
 
 LICENSE=	GPLv2+
 
-USES=		compiler:c++11-lib cmake:outsource perl5 python
+USES=		compiler:c++11-lib cmake:outsource perl5 python:2.7
 USE_CXXSTD=	c++11
 USE_WX=		3.0
 

Modified: head/games/gtkradiant/Makefile
==============================================================================
--- head/games/gtkradiant/Makefile	Mon Dec 11 16:52:56 2017	(r456049)
+++ head/games/gtkradiant/Makefile	Mon Dec 11 16:54:20 2017	(r456050)
@@ -20,7 +20,7 @@ LIB_DEPENDS=	libgtkglext-x11-1.0.so:x11-toolkits/gtkgl
 		libmhash.so:security/mhash \
 		libpng.so:graphics/png
 
-USES=		pkgconfig python:build scons zip
+USES=		pkgconfig python:2.7,build scons zip
 USE_GNOME=	gtk20 libxml2
 MAKE_ARGS=	${MAKE_ENV} BUILD=release
 SSP_UNSAFE=	yes

Modified: head/games/liquidwar/Makefile
==============================================================================
--- head/games/liquidwar/Makefile	Mon Dec 11 16:52:56 2017	(r456049)
+++ head/games/liquidwar/Makefile	Mon Dec 11 16:54:20 2017	(r456050)
@@ -15,7 +15,7 @@ COMMENT=	You control an army of liquid and have to try
 LIB_DEPENDS=	liballeg.so:devel/allegro
 
 GNU_CONFIGURE=	yes
-USES=		gmake makeinfo python:build
+USES=		gmake makeinfo python:2.7,build
 CONFIGURE_ARGS=	--disable-target-opt --disable-doc-ps --disable-doc-pdf
 CONFIGURE_ENV=	ac_cv_prog_PYTHON=yes
 

Modified: head/games/monsterz/Makefile
==============================================================================
--- head/games/monsterz/Makefile	Mon Dec 11 16:52:56 2017	(r456049)
+++ head/games/monsterz/Makefile	Mon Dec 11 16:54:20 2017	(r456050)
@@ -19,7 +19,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 RUN_DEPENDS=	${PYGAME}
 
-USES=		python
+USES=		python:2.7
 MAKE_ENV=	prefix=${PREFIX}
 
 PORTDOCS=	AUTHORS README TODO

Modified: head/games/mopesnake/Makefile
==============================================================================
--- head/games/mopesnake/Makefile	Mon Dec 11 16:52:56 2017	(r456049)
+++ head/games/mopesnake/Makefile	Mon Dec 11 16:54:20 2017	(r456050)
@@ -21,7 +21,7 @@ RUN_DEPENDS=	${PYGAME}
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-pc-${DISTVERSION}
 
-USES=		python zip
+USES=		python:2.7 zip
 NO_ARCH=	yes
 
 PORTDOCS=	index.html

Modified: head/games/pyawale/Makefile
==============================================================================
--- head/games/pyawale/Makefile	Mon Dec 11 16:52:56 2017	(r456049)
+++ head/games/pyawale/Makefile	Mon Dec 11 16:54:20 2017	(r456050)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 RUN_DEPENDS=	${PYGAME}
 
-USES=		python
+USES=		python:2.7
 
 SUB_FILES=	${PORTNAME}
 

Modified: head/games/pykawari/Makefile
==============================================================================
--- head/games/pykawari/Makefile	Mon Dec 11 16:52:56 2017	(r456049)
+++ head/games/pykawari/Makefile	Mon Dec 11 16:54:20 2017	(r456050)
@@ -18,7 +18,7 @@ RUN_DEPENDS=	ninix:games/ninix-aya
 
 BUILD_WRKSRC=	${WRKSRC}/build/src
 
-USES=		gmake python zip
+USES=		gmake python:2.7 zip
 MAKEFILE=	gcc.mak
 MAKE_ARGS=	CXX="${CXX}" CFLAGS="${CXXFLAGS}" \
 		PYTHONBASE="${PYTHONBASE}" PYTHON_VERSION="${PYTHON_VERSION}"



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