From owner-svn-ports-head@FreeBSD.ORG Sun Oct 19 15:43:42 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E789FB21; Sun, 19 Oct 2014 15:43:42 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D0AC62F5; Sun, 19 Oct 2014 15:43:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9JFhgAc084767; Sun, 19 Oct 2014 15:43:42 GMT (envelope-from mva@FreeBSD.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9JFhXcW084686; Sun, 19 Oct 2014 15:43:33 GMT (envelope-from mva@FreeBSD.org) Message-Id: <201410191543.s9JFhXcW084686@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mva set sender to mva@FreeBSD.org using -f From: Marcus von Appen Date: Sun, 19 Oct 2014 15:43:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371188 - in head: dns/ipcheck dns/ldns dns/py-adns dns/py-bonjour dns/py-dns dns/py-dnspython dns/py-easyzone dns/py-idnkit2 dns/py-namebench dns/py-publicsuffix dns/py-twistedNames dn... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Oct 2014 15:43:43 -0000 Author: mva Date: Sun Oct 19 15:43:33 2014 New Revision: 371188 URL: https://svnweb.freebsd.org/changeset/ports/371188 QAT: https://qat.redports.org/buildarchive/r371188/ Log: - Convert ports from dns/, editors/ and emulators/ to new USES=python Approved by: portmgr (implicit) Modified: head/dns/ipcheck/Makefile head/dns/ldns/Makefile head/dns/py-adns/Makefile head/dns/py-bonjour/Makefile head/dns/py-dns/Makefile head/dns/py-dnspython/Makefile head/dns/py-easyzone/Makefile head/dns/py-idnkit2/Makefile head/dns/py-namebench/Makefile head/dns/py-publicsuffix/Makefile head/dns/py-twistedNames/Makefile head/dns/sshfp/Makefile head/dns/unbound/Makefile head/editors/cooledit/Makefile head/editors/gedit-plugins/Makefile head/editors/gwrite/Makefile head/editors/leo/Makefile head/editors/libreoffice/Makefile head/editors/openoffice-devel/Makefile head/editors/py-room/Makefile head/editors/rox-edit/Makefile head/editors/scribes/Makefile head/editors/spe/Makefile head/editors/texworks/Makefile head/emulators/catapult/Makefile head/emulators/dynagen/Makefile head/emulators/dynagui/Makefile head/emulators/gns3/Makefile head/emulators/loemu/Makefile head/emulators/openmsx/Makefile head/emulators/swine/Makefile head/emulators/virtualbox-ose-additions/Makefile head/emulators/virtualbox-ose/Makefile head/emulators/wxmupen64plus/Makefile Modified: head/dns/ipcheck/Makefile ============================================================================== --- head/dns/ipcheck/Makefile Sun Oct 19 15:39:12 2014 (r371187) +++ head/dns/ipcheck/Makefile Sun Oct 19 15:43:33 2014 (r371188) @@ -16,7 +16,7 @@ COMMENT= Fully compliant DynDNS.org clie LICENSE= GPLv2 -USE_PYTHON= yes +USES= python NO_WRKSUBDIR= yes NO_BUILD= yes Modified: head/dns/ldns/Makefile ============================================================================== --- head/dns/ldns/Makefile Sun Oct 19 15:39:12 2014 (r371187) +++ head/dns/ldns/Makefile Sun Oct 19 15:43:33 2014 (r371188) @@ -41,7 +41,7 @@ OPTIONS_SUB= yes .include .if defined(BUILD_PYLDNS) -USE_PYTHON= yes +USES+= python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} ALL_TARGET= pyldns INSTALL_TARGET= install-pyldns Modified: head/dns/py-adns/Makefile ============================================================================== --- head/dns/py-adns/Makefile Sun Oct 19 15:39:12 2014 (r371187) +++ head/dns/py-adns/Makefile Sun Oct 19 15:43:33 2014 (r371188) @@ -15,9 +15,8 @@ COMMENT= Python Interface to adns, the a LIB_DEPENDS= libadns.so:${PORTSDIR}/dns/adns PROJECTHOST= adns-python -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist post-patch: @${REINPLACE_CMD} -e 's|^\(include_dirs = \).*$$|\1\["${LOCALBASE}/include"\]|g' \ Modified: head/dns/py-bonjour/Makefile ============================================================================== --- head/dns/py-bonjour/Makefile Sun Oct 19 15:39:12 2014 (r371187) +++ head/dns/py-bonjour/Makefile Sun Oct 19 15:43:33 2014 (r371188) @@ -11,9 +11,8 @@ COMMENT= Python interface to bonjour LICENSE= MIT -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist OPTIONS_SINGLE= ZEROCONF OPTIONS_SINGLE_ZEROCONF= AVAHI MDNSRESPONDER Modified: head/dns/py-dns/Makefile ============================================================================== --- head/dns/py-dns/Makefile Sun Oct 19 15:39:12 2014 (r371187) +++ head/dns/py-dns/Makefile Sun Oct 19 15:43:33 2014 (r371188) @@ -17,9 +17,8 @@ LICENSE_NAME= CNRI LICENSE AGREEMENT LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -USE_PYTHON= 2 -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python:2 +USE_PYTHON= distutils autoplist PORTDOCS= README.txt README-guido.txt DOCSDIR= ${PREFIX}/share/doc/py-dns Modified: head/dns/py-dnspython/Makefile ============================================================================== --- head/dns/py-dnspython/Makefile Sun Oct 19 15:39:12 2014 (r371187) +++ head/dns/py-dnspython/Makefile Sun Oct 19 15:43:33 2014 (r371188) @@ -12,9 +12,8 @@ DISTNAME= ${PORTNAME}${PORTVERSIONSUFFIX MAINTAINER= rm@FreeBSD.org COMMENT= DNS toolkit for Python -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist OPTIONSFILE= ${PORT_DBDIR}/${PORTNAME}/options OPTIONS_DEFINE= DOCS EXAMPLES PYCRYPTO Modified: head/dns/py-easyzone/Makefile ============================================================================== --- head/dns/py-easyzone/Makefile Sun Oct 19 15:39:12 2014 (r371187) +++ head/dns/py-easyzone/Makefile Sun Oct 19 15:43:33 2014 (r371188) @@ -16,8 +16,7 @@ LICENSE= MIT BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython>=1.9.4:${PORTSDIR}/dns/py-dnspython RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist .include Modified: head/dns/py-idnkit2/Makefile ============================================================================== --- head/dns/py-idnkit2/Makefile Sun Oct 19 15:39:12 2014 (r371187) +++ head/dns/py-idnkit2/Makefile Sun Oct 19 15:43:33 2014 (r371188) @@ -12,10 +12,8 @@ COMMENT= Python bindings for Internation LIB_DEPENDS= libidnkitlite.so:${PORTSDIR}/dns/idnkit2 -USES= tar:bzip2 -USE_PYTHON= 2 -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python:2 tar:bzip2 +USE_PYTHON= distutils autoplist post-patch: ${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ Modified: head/dns/py-namebench/Makefile ============================================================================== --- head/dns/py-namebench/Makefile Sun Oct 19 15:39:12 2014 (r371187) +++ head/dns/py-namebench/Makefile Sun Oct 19 15:43:33 2014 (r371188) @@ -32,10 +32,10 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERS PORTDOCS= README.txt -USE_PYTHON= yes -USE_PYDISTUTILS= yes +USES= python +USE_PYTHON= distutils autoplist + PYDISTUTILS_INSTALLARGS+= --install-data=${PREFIX}/share -PYDISTUTILS_AUTOPLIST= yes post-patch: @${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},' \ Modified: head/dns/py-publicsuffix/Makefile ============================================================================== --- head/dns/py-publicsuffix/Makefile Sun Oct 19 15:39:12 2014 (r371187) +++ head/dns/py-publicsuffix/Makefile Sun Oct 19 15:43:33 2014 (r371188) @@ -12,8 +12,7 @@ COMMENT= Get public suffix of domain nam LICENSE= MIT -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist .include Modified: head/dns/py-twistedNames/Makefile ============================================================================== --- head/dns/py-twistedNames/Makefile Sun Oct 19 15:39:12 2014 (r371187) +++ head/dns/py-twistedNames/Makefile Sun Oct 19 15:43:33 2014 (r371188) @@ -14,9 +14,7 @@ COMMENT= DNS protocol implementation wit LICENSE= MIT -USE_PYTHON= 2 -USE_PYDISTUTILS=yes -PYDISTUTILS_AUTOPLIST= yes -USES= tar:bzip2 twisted +USE_PYTHON= distutils autoplist +USES= python:2 tar:bzip2 twisted .include Modified: head/dns/sshfp/Makefile ============================================================================== --- head/dns/sshfp/Makefile Sun Oct 19 15:39:12 2014 (r371187) +++ head/dns/sshfp/Makefile Sun Oct 19 15:43:33 2014 (r371188) @@ -15,8 +15,8 @@ RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/dns/_ ${PYTHON_PKGNAMEPREFIX}ipcalc>=0.6:${PORTSDIR}/net-mgmt/py-ipcalc \ ${PYTHON_SITELIBDIR}/ldns.py:${PORTSDIR}/dns/py-ldns +USES= python NO_BUILD= yes -USE_PYTHON= yes USE_GITHUB= yes GH_ACCOUNT= xelerance GH_TAGNAME= ${PORTVERSION} Modified: head/dns/unbound/Makefile ============================================================================== --- head/dns/unbound/Makefile Sun Oct 19 15:39:12 2014 (r371187) +++ head/dns/unbound/Makefile Sun Oct 19 15:43:33 2014 (r371188) @@ -46,7 +46,7 @@ STRIP_FILES= .libs/libunbound.so unbound unbound-control .libs/unbound-host .libs/unbound-anchor .if ${PORT_OPTIONS:MPYTHON} -USE_PYTHON= yes +USES+= python CONFIGURE_ARGS+=--with-pyunbound=yes --with-pythonmodule=yes BUILD_DEPENDS+= swig:${PORTSDIR}/devel/swig13 PYTHON= Modified: head/editors/cooledit/Makefile ============================================================================== --- head/editors/cooledit/Makefile Sun Oct 19 15:39:12 2014 (r371187) +++ head/editors/cooledit/Makefile Sun Oct 19 15:43:33 2014 (r371188) @@ -10,8 +10,7 @@ MASTER_SITES= SUNSITE/apps/editors/X/coo MAINTAINER= ports@FreeBSD.org COMMENT= Suite of utilities, including a GUI editor -USE_PYTHON= yes -USES= gettext gmake libtool +USES= gettext gmake libtool python GNU_CONFIGURE= yes USE_XORG= x11 xt USE_LDCONFIG= yes Modified: head/editors/gedit-plugins/Makefile ============================================================================== --- head/editors/gedit-plugins/Makefile Sun Oct 19 15:39:12 2014 (r371187) +++ head/editors/gedit-plugins/Makefile Sun Oct 19 15:43:33 2014 (r371188) @@ -35,7 +35,7 @@ OPTIONS_DEFINE= PYTHON .include .if ${PORT_OPTIONS:MPYTHON} -USE_PYTHON= yes +USES+= python USE_GNOME+= pygtksourceview BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/gtk-2.0/vtemodule.so:${PORTSDIR}/x11-toolkits/py-vte \ ${PYTHON_SITELIBDIR}/dbus/bus.py:${PORTSDIR}/devel/py-dbus \ Modified: head/editors/gwrite/Makefile ============================================================================== --- head/editors/gwrite/Makefile Sun Oct 19 15:39:12 2014 (r371187) +++ head/editors/gwrite/Makefile Sun Oct 19 15:43:33 2014 (r371188) @@ -22,9 +22,8 @@ RUN_DEPENDS= gnome-icon-theme>=0:${PORTS ${PYTHON_PKGNAMEPREFIX}jswebkit>=0:${PORTSDIR}/www/py-jswebkit \ ${PYTHON_PKGNAMEPREFIX}webkitgtk>=0:${PORTSDIR}/www/py-webkitgtk -USES= desktop-file-utils +USES= desktop-file-utils python USE_GNOME= pygtk2 -USE_PYTHON= yes -USE_PYDISTUTILS=yes +USE_PYTHON= distutils .include Modified: head/editors/leo/Makefile ============================================================================== --- head/editors/leo/Makefile Sun Oct 19 15:39:12 2014 (r371187) +++ head/editors/leo/Makefile Sun Oct 19 15:43:33 2014 (r371188) @@ -26,9 +26,8 @@ PYENCHANT_RUN_DEPENDS=${PYTHON_PKGNAMEPR WRKSRC= ${WRKDIR}/Leo-${PORTVERSION}-final -USES= shebangfix zip +USES= python shebangfix zip SHEBANG_FILES= leo/doc/html/fixup.pl leo/scripts/LinixInstall.py -USE_PYTHON= yes DESKTOP_ENTRIES="Leo" "Literate Editor with Outlines" \ "${LEO_DIR}/Icons/leoapp32.png" "leo" "" "" Modified: head/editors/libreoffice/Makefile ============================================================================== --- head/editors/libreoffice/Makefile Sun Oct 19 15:39:12 2014 (r371187) +++ head/editors/libreoffice/Makefile Sun Oct 19 15:43:33 2014 (r371188) @@ -73,10 +73,9 @@ USE_AUTOTOOLS= autoconf aclocal USE_GL= gl glu USE_OPENLDAP= yes USE_PERL5= build -USE_PYTHON= yes USE_QT4= # empty but required USE_XORG= xaw xrandr -USES= bison compiler:c++11-lang gmake perl5 pkgconfig shared-mime-info tar:xz +USES= bison compiler:c++11-lang gmake perl5 pkgconfig python shared-mime-info tar:xz WANT_GNOME= yes DISTFILES+= ${PORTNAME}-${LOVERSION}${EXTRACT_SUFX} Modified: head/editors/openoffice-devel/Makefile ============================================================================== --- head/editors/openoffice-devel/Makefile Sun Oct 19 15:39:12 2014 (r371187) +++ head/editors/openoffice-devel/Makefile Sun Oct 19 15:43:33 2014 (r371188) @@ -26,8 +26,7 @@ USE_XORG= x11 ice xaw xau xext xrender x USE_GL= gl glu USE_GSTREAMER= yes USE_GCC= yes -USE_PYTHON= yes -USES+= bison perl5 gmake pkgconfig tar:bzip2 desktop-file-utils +USES+= bison perl5 gmake pkgconfig tar:bzip2 desktop-file-utils python USE_PERL5= build WITHOUT_CPU_CFLAGS= true MAKE_JOBS_SAFE= yes Modified: head/editors/py-room/Makefile ============================================================================== --- head/editors/py-room/Makefile Sun Oct 19 15:39:12 2014 (r371187) +++ head/editors/py-room/Makefile Sun Oct 19 15:43:33 2014 (r371188) @@ -14,10 +14,9 @@ COMMENT= PyRoom is a clone of WriteRoom RUN_DEPENDS= ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg -USES= gettext -USE_PYTHON= yes +USES= gettext python +USE_PYTHON= distutils USE_GNOME= pygtk2 -USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= PyRoom post-patch: Modified: head/editors/rox-edit/Makefile ============================================================================== --- head/editors/rox-edit/Makefile Sun Oct 19 15:39:12 2014 (r371187) +++ head/editors/rox-edit/Makefile Sun Oct 19 15:43:33 2014 (r371188) @@ -13,8 +13,7 @@ COMMENT= Text editor for the ROX desktop RUN_DEPENDS= ${LOCALBASE}/bin/rox:${PORTSDIR}/x11-fm/rox-filer \ ${LOCALBASE}/lib/ROX-Lib2/python/rox/__init__.py:${PORTSDIR}/devel/py-roxlib -USES= tar:bzip2 -USE_PYTHON= yes +USES= python tar:bzip2 post-extract: @${FIND} ${WRKSRC} -name .cvsignore | ${XARGS} ${RM} Modified: head/editors/scribes/Makefile ============================================================================== --- head/editors/scribes/Makefile Sun Oct 19 15:39:12 2014 (r371187) +++ head/editors/scribes/Makefile Sun Oct 19 15:43:33 2014 (r371188) @@ -19,10 +19,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus ${LOCALBASE}/share/xml/docbook/4.5:${PORTSDIR}/textproc/docbook-xml \ yelp:${PORTSDIR}/x11/yelp -USES= desktop-file-utils gettext gmake shebangfix tar:bzip2 +USES= desktop-file-utils gettext gmake python shebangfix tar:bzip2 SHEBANG_FILES= scribes.in USE_GNOME= gnomeprefix pygnomeextras pygtksourceview gnomedocutils -USE_PYTHON= yes GNU_CONFIGURE= yes INSTALLS_ICONS= yes INSTALLS_OMF= yes Modified: head/editors/spe/Makefile ============================================================================== --- head/editors/spe/Makefile Sun Oct 19 15:39:12 2014 (r371187) +++ head/editors/spe/Makefile Sun Oct 19 15:43:33 2014 (r371188) @@ -14,7 +14,7 @@ COMMENT= Stani's Python Editor NO_BUILD= yes -USE_PYTHON= yes +USES= python USE_WX= 3.0+ WX_COMPS= python Modified: head/editors/texworks/Makefile ============================================================================== --- head/editors/texworks/Makefile Sun Oct 19 15:39:12 2014 (r371187) +++ head/editors/texworks/Makefile Sun Oct 19 15:43:33 2014 (r371188) @@ -56,7 +56,7 @@ PLIST_FILES+= lib/texworks/libTWLuaPlugi .endif .if ${PORT_OPTIONS:MPYTHON} -USE_PYTHON= 3 +USES+= python:3 PLIST_FILES+= lib/texworks/libTWPythonPlugin.so .endif Modified: head/emulators/catapult/Makefile ============================================================================== --- head/emulators/catapult/Makefile Sun Oct 19 15:39:12 2014 (r371187) +++ head/emulators/catapult/Makefile Sun Oct 19 15:43:33 2014 (r371188) @@ -18,13 +18,12 @@ RUN_DEPENDS= openmsx:${PORTSDIR}/emulato OPTIONS_DEFINE= DEBUG DOCS -USES= gmake pkgconfig +USES= gmake pkgconfig python:build USE_GCC= yes USE_CXXSTD= gnu++0x USE_GNOME= gtk20 libxml2 USE_WX= 2.8 WX_UNICODE= yes -USE_PYTHON_BUILD=yes MAKEFILE= GNUmakefile MAKE_ARGS= INSTALL_BASE="${PREFIX}" \ INSTALL_SHARE_DIR="${DATADIR}" \ Modified: head/emulators/dynagen/Makefile ============================================================================== --- head/emulators/dynagen/Makefile Sun Oct 19 15:39:12 2014 (r371187) +++ head/emulators/dynagen/Makefile Sun Oct 19 15:43:33 2014 (r371188) @@ -41,9 +41,8 @@ PORTDOCS= * PORTEXAMPLES= * PORTDATA= * -USES= dos2unix -USE_PYTHON= yes -USE_PYDISTUTILS=yes +USES= dos2unix python +USE_PYTHON= distutils ALL_TARGET= # empty post-install: Modified: head/emulators/dynagui/Makefile ============================================================================== --- head/emulators/dynagui/Makefile Sun Oct 19 15:39:12 2014 (r371187) +++ head/emulators/dynagui/Makefile Sun Oct 19 15:43:33 2014 (r371188) @@ -13,8 +13,8 @@ COMMENT= GUI frontend to the dynamips ro BUILD_DEPENDS= dynagen:${PORTSDIR}/emulators/dynagen -USE_PYTHON= yes -USE_PYDISTUTILS= yes +USES= python +USE_PYTHON= distutils IMGDIR= ${STAGEDIR}${PREFIX}/share/${PORTNAME}/img post-install: Modified: head/emulators/gns3/Makefile ============================================================================== --- head/emulators/gns3/Makefile Sun Oct 19 15:39:12 2014 (r371187) +++ head/emulators/gns3/Makefile Sun Oct 19 15:43:33 2014 (r371188) @@ -22,8 +22,8 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/PyQt4/ WRKSRC= ${WRKDIR}/${PORTNAME}-legacy-GNS3-${PORTVERSION} -USE_PYTHON= yes -USE_PYDISTUTILS= yes +USES= python +USE_PYTHON= distutils PYDISTUTILS_PKGNAME= GNS3 DESKTOP_ENTRIES= "GNS3" "${COMMENT}" "" "${PORTNAME}" "System;Emulator;" true Modified: head/emulators/loemu/Makefile ============================================================================== --- head/emulators/loemu/Makefile Sun Oct 19 15:39:12 2014 (r371187) +++ head/emulators/loemu/Makefile Sun Oct 19 15:43:33 2014 (r371188) @@ -14,9 +14,8 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2. ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 \ ${PYTHON_SITELIBDIR}/libxslt.py:${PORTSDIR}/textproc/py-libxslt -USES= gettext -USE_PYTHON= yes -USE_PYDISTUTILS= yes +USES= gettext python +USE_PYTHON= distutils NO_BUILD= yes OPTIONS_DEFINE= MAME SNES9X ZSNES Modified: head/emulators/openmsx/Makefile ============================================================================== --- head/emulators/openmsx/Makefile Sun Oct 19 15:39:12 2014 (r371187) +++ head/emulators/openmsx/Makefile Sun Oct 19 15:43:33 2014 (r371188) @@ -23,11 +23,10 @@ MAKE_ARGS+= INSTALL_BINARY_DIR=${PREFIX} CXXFLAGS="${CXXFLAGS}" MAKEFILE= GNUmakefile -USES= gmake tcl +USES= gmake python tcl USE_GCC= yes USE_GL= glew USE_SDL= sdl ttf -USE_PYTHON= yes PLIST_FILES= bin/openmsx PORTDATA= * Modified: head/emulators/swine/Makefile ============================================================================== --- head/emulators/swine/Makefile Sun Oct 19 15:39:12 2014 (r371187) +++ head/emulators/swine/Makefile Sun Oct 19 15:43:33 2014 (r371188) @@ -25,8 +25,7 @@ GH_PROJECT= Swine GH_TAGNAME= ${GH_COMMIT} GH_COMMIT= 1770c40 -USES= gmake -USE_PYTHON= yes +USES= gmake python NO_BUILD= yes USE_QT4= linguist_build ONLY_FOR_ARCHS= i386 amd64 Modified: head/emulators/virtualbox-ose-additions/Makefile ============================================================================== --- head/emulators/virtualbox-ose-additions/Makefile Sun Oct 19 15:39:12 2014 (r371187) +++ head/emulators/virtualbox-ose-additions/Makefile Sun Oct 19 15:43:33 2014 (r371188) @@ -27,9 +27,8 @@ UNIQUENAME= ${PORTNAME}${PKGNAMESUFFIX} PATCHDIR= ${.CURDIR}/../${PORTNAME}/files WRKSRC= ${WRKDIR}/VirtualBox-${PORTVERSION} USE_RC_SUBR= vboxguest vboxservice -USES= compiler:features cpe iconv kmod tar:bzip2 +USES= compiler:features cpe iconv kmod python:build tar:bzip2 ONLY_FOR_ARCHS= i386 amd64 -USE_PYTHON_BUILD= yes MAKE_JOBS_UNSAFE= yes HAS_CONFIGURE= yes Modified: head/emulators/virtualbox-ose/Makefile ============================================================================== --- head/emulators/virtualbox-ose/Makefile Sun Oct 19 15:39:12 2014 (r371187) +++ head/emulators/virtualbox-ose/Makefile Sun Oct 19 15:43:33 2014 (r371188) @@ -35,7 +35,6 @@ WRKSRC= ${WRKDIR}/VirtualBox-${PORTVERS ONLY_FOR_ARCHS= i386 amd64 USES= compiler cpe iconv pkgconfig tar:bzip2 USE_GNOME= libidl -USE_PYTHON_BUILD= yes HAS_CONFIGURE= yes CONFIGURE_ARGS+= --disable-java --passive-mesa @@ -133,11 +132,12 @@ USE_TEX= dvipsk:build formats:build texl .endif .if ${PORT_OPTIONS:MPYTHON} -USE_PYTHON= 2 -USE_PYDISTUTILS= yes +USES+= python:2 +USE_PYTHON= distutils noegginfo PYDISTUTILS_PKGNAME= vboxapi PYDISTUTILS_PKGVERSION= 1.0 -PYDISTUTILS_NOEGGINFO= yes +.else +USES+= python:build .endif .if ${PORT_OPTIONS:MQT4} Modified: head/emulators/wxmupen64plus/Makefile ============================================================================== --- head/emulators/wxmupen64plus/Makefile Sun Oct 19 15:39:12 2014 (r371187) +++ head/emulators/wxmupen64plus/Makefile Sun Oct 19 15:43:33 2014 (r371188) @@ -22,10 +22,10 @@ RUN_DEPENDS= ${LOCALBASE}/lib/libmupen64 mupen64plus:${PORTSDIR}/emulators/mupen64plus-ui-console PROJECTHOST= bsdistfiles +USES= python USE_SDL= yes USE_WX= 3.0 WX_UNICODE= yes -USE_PYTHON= yes WAF_SCRIPT= waf post-patch: