From owner-svn-ports-head@FreeBSD.ORG Tue Oct 21 16:36:29 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 8A079258; Tue, 21 Oct 2014 16:36:29 +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 73DB3674; Tue, 21 Oct 2014 16:36:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9LGaT9X058615; Tue, 21 Oct 2014 16:36:29 GMT (envelope-from mva@FreeBSD.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9LGaCaR058457; Tue, 21 Oct 2014 16:36:12 GMT (envelope-from mva@FreeBSD.org) Message-Id: <201410211636.s9LGaCaR058457@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mva set sender to mva@FreeBSD.org using -f From: Marcus von Appen Date: Tue, 21 Oct 2014 16:36:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371326 - in head/graphics: boxer cinepaint commons-utilities curator diacanvas2 driconf electrix evolvotron exact-image gif2png gimp-ez-perspective-plugin gnofract4d gsculpt hugin jbig... 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: Tue, 21 Oct 2014 16:36:29 -0000 Author: mva Date: Tue Oct 21 16:36:12 2014 New Revision: 371326 URL: https://svnweb.freebsd.org/changeset/ports/371326 QAT: https://qat.redports.org/buildarchive/r371326/ Log: - Convert ports of graphics/ to new USES=python Approved by: portmgr (implicit) Modified: head/graphics/boxer/Makefile head/graphics/cinepaint/Makefile head/graphics/commons-utilities/Makefile head/graphics/curator/Makefile head/graphics/diacanvas2/Makefile head/graphics/driconf/Makefile head/graphics/electrix/Makefile head/graphics/evolvotron/Makefile head/graphics/exact-image/Makefile head/graphics/gif2png/Makefile head/graphics/gimp-ez-perspective-plugin/Makefile head/graphics/gnofract4d/Makefile head/graphics/gsculpt/Makefile head/graphics/hugin/Makefile head/graphics/jbig2dec/Makefile head/graphics/kludge3d/Makefile head/graphics/lcms-python/Makefile head/graphics/mahotas/Makefile head/graphics/mapnik/Makefile head/graphics/ocrfeeder/Makefile head/graphics/opencolorio/Makefile head/graphics/pecomato/Makefile head/graphics/piddle/Makefile head/graphics/py-aafigure/Makefile head/graphics/py-blockdiagcontrib-cisco/Makefile head/graphics/py-cairo/Makefile head/graphics/py-django-easy-thumbnails/Makefile head/graphics/py-editobj/Makefile head/graphics/py-exif/Makefile head/graphics/py-exiv2/Makefile head/graphics/py-freeimagepy/Makefile head/graphics/py-gd/Makefile head/graphics/py-gimp/Makefile head/graphics/py-glewpy/Makefile head/graphics/py-goocanvas/Makefile head/graphics/py-graph-core/Makefile head/graphics/py-graph-dot/Makefile head/graphics/py-graph/Makefile head/graphics/py-graphviz/Makefile head/graphics/py-gvgen/Makefile head/graphics/py-openexr/Makefile head/graphics/py-paint/Makefile head/graphics/py-png/Makefile head/graphics/py-poppler-qt4/Makefile head/graphics/py-poppler/Makefile head/graphics/py-pycha/Makefile head/graphics/py-pydot/Makefile head/graphics/py-pygal/Makefile head/graphics/py-pygooglechart/Makefile head/graphics/py-pyproj/Makefile head/graphics/py-sane/Makefile head/graphics/py-webcolors/Makefile head/graphics/py3-cairo/Makefile head/graphics/pygts/Makefile head/graphics/pymorph/Makefile head/graphics/qgis/Makefile head/graphics/skencil/Makefile head/graphics/svgfig/Makefile head/graphics/tilecache/Makefile head/graphics/truevision/Makefile head/graphics/vigra/Makefile Modified: head/graphics/boxer/Makefile ============================================================================== --- head/graphics/boxer/Makefile Tue Oct 21 15:24:19 2014 (r371325) +++ head/graphics/boxer/Makefile Tue Oct 21 16:36:12 2014 (r371326) @@ -20,9 +20,8 @@ LICENSE= GPLv3 RUN_DEPENDS= box:${PORTSDIR}/graphics/box USE_GNOME= pygtk2 -USE_PYTHON= yes -USE_PYDISTUTILS=yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist USE_LDCONFIG= yes PLIST_FILES= share/pixmaps/${PORTNAME}.png Modified: head/graphics/cinepaint/Makefile ============================================================================== --- head/graphics/cinepaint/Makefile Tue Oct 21 15:24:19 2014 (r371325) +++ head/graphics/cinepaint/Makefile Tue Oct 21 16:36:12 2014 (r371326) @@ -25,11 +25,10 @@ OPTIONS_DEFINE= OYRANOS PRINT OYRANOS_DESC= ICC profile support via Oyranos PRINT_DESC= Gutenprint (gimp-print) plugin -USES= desktop-file-utils gettext gmake libtool pkgconfig +USES= desktop-file-utils gettext gmake libtool pkgconfig python USE_XORG= xmu USE_GNOME= gtk20 USE_GHOSTSCRIPT_RUN=yes -USE_PYTHON= yes USE_AUTOTOOLS= libtoolize aclocal automake autoconf ACLOCAL_ARGS= -I aclocal AUTOMAKE_ARGS= --copy --force-missing --foreign --add-missing Modified: head/graphics/commons-utilities/Makefile ============================================================================== --- head/graphics/commons-utilities/Makefile Tue Oct 21 15:24:19 2014 (r371325) +++ head/graphics/commons-utilities/Makefile Tue Oct 21 16:36:12 2014 (r371326) @@ -20,9 +20,8 @@ RUN_DEPENDS= p5-Image-ExifTool>=0:${PORT ${PYTHON_PKGNAMEPREFIX}mechanize>=0.2:${PORTSDIR}/www/py-mechanize \ exiv2:${PORTSDIR}/graphics/exiv2 -USES= perl5 +USES= perl5 python USE_PERL5= run -USE_PYTHON= yes NO_BUILD= yes PLIST_FILES= bin/commons-csv-creator bin/commons-upload Modified: head/graphics/curator/Makefile ============================================================================== --- head/graphics/curator/Makefile Tue Oct 21 15:24:19 2014 (r371325) +++ head/graphics/curator/Makefile Tue Oct 21 16:36:12 2014 (r371326) @@ -10,9 +10,8 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Static Image Gallery Generator for web or CD-ROM galleries -USE_PYTHON= yes -USE_PYDISTUTILS=yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist OPTIONS_DEFINE= PIL PIL_DESC= Use Python Imaging Library instead of ImageMagick Modified: head/graphics/diacanvas2/Makefile ============================================================================== --- head/graphics/diacanvas2/Makefile Tue Oct 21 15:24:19 2014 (r371325) +++ head/graphics/diacanvas2/Makefile Tue Oct 21 16:36:12 2014 (r371326) @@ -13,9 +13,8 @@ COMMENT= General drawing canvas from dia LICENSE= GPLv2 -USES= gmake pathfix pkgconfig libtool +USES= gmake libtool pathfix pkgconfig python USE_GNOME= pygnome2 -USE_PYTHON= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes Modified: head/graphics/driconf/Makefile ============================================================================== --- head/graphics/driconf/Makefile Tue Oct 21 15:24:19 2014 (r371325) +++ head/graphics/driconf/Makefile Tue Oct 21 16:36:12 2014 (r371326) @@ -15,10 +15,9 @@ COMMENT= Configuration program for DRI d RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2 USE_GL= glut -USE_PYTHON= yes +USE_PYTHON= distutils NO_BUILD= yes -USES= gettext -USE_PYDISTUTILS= yes +USES= gettext python PYDISTUTILS_EGGINFODIR= ${STAGEDIR}${PREFIX}/lib/driconf pre-patch: Modified: head/graphics/electrix/Makefile ============================================================================== --- head/graphics/electrix/Makefile Tue Oct 21 15:24:19 2014 (r371325) +++ head/graphics/electrix/Makefile Tue Oct 21 16:36:12 2014 (r371326) @@ -11,10 +11,9 @@ COMMENT= Application to view PDF files LICENSE= GPLv2 -USES= pkgconfig desktop-file-utils +USES= pkgconfig desktop-file-utils python:2 USE_BZIP2= yes USE_GNOME= gtk20 glib20 intltool intlhack -USE_PYTHON= 2 CONFIGURE_ARGS= --prefix=${STAGEDIR}${PREFIX} Modified: head/graphics/evolvotron/Makefile ============================================================================== --- head/graphics/evolvotron/Makefile Tue Oct 21 15:24:19 2014 (r371325) +++ head/graphics/evolvotron/Makefile Tue Oct 21 16:36:12 2014 (r371326) @@ -19,9 +19,8 @@ LIB_DEPENDS= libboost_thread.so:${PORTSD WRKSRC= ${WRKDIR}/${PORTNAME} -USES= qmake +USES= python qmake USE_QT4= corelib gui xml moc_build -USE_PYTHON= yes QMAKE_ARGS+= VERSION_NUMBER="${PORTVERSION}" QMAKE_SOURCE_PATH= ${WRKSRC}/main.pro MAKE_JOBS_UNSAFE= yes Modified: head/graphics/exact-image/Makefile ============================================================================== --- head/graphics/exact-image/Makefile Tue Oct 21 15:24:19 2014 (r371325) +++ head/graphics/exact-image/Makefile Tue Oct 21 16:36:12 2014 (r371326) @@ -28,8 +28,7 @@ CFLAGS+= -fPIC #hack to get custom exactcode configure script to enable tiff support with #broken headers on c++ in base system: CPPFLAGS+= -fpermissive -I${LOCALBASE}/include/libpng15 -USES= gmake perl5 pkgconfig tar:bzip2 -USE_PYTHON= yes +USES= gmake perl5 pkgconfig python tar:bzip2 USE_XORG= x11 USE_EFL= evas USE_EFL_EVAS_ENGINES= x11 opengl Modified: head/graphics/gif2png/Makefile ============================================================================== --- head/graphics/gif2png/Makefile Tue Oct 21 15:24:19 2014 (r371325) +++ head/graphics/gif2png/Makefile Tue Oct 21 16:36:12 2014 (r371326) @@ -12,7 +12,7 @@ COMMENT= Converts GIF images to a PNG fo LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png -USE_PYTHON_RUN= yes +USES= python:run GNU_CONFIGURE= yes PLIST_FILES= bin/${PORTNAME} bin/web2png \ Modified: head/graphics/gimp-ez-perspective-plugin/Makefile ============================================================================== --- head/graphics/gimp-ez-perspective-plugin/Makefile Tue Oct 21 15:24:19 2014 (r371325) +++ head/graphics/gimp-ez-perspective-plugin/Makefile Tue Oct 21 16:36:12 2014 (r371326) @@ -22,8 +22,7 @@ LICENSE_DISTFILES= ${DISTNAME}${EXTRACT_ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gimp-2.0.pc:${PORTSDIR}/graphics/gimp-app \ ${LOCALBASE}/libexec/gimp/2.2/python/gimpfu.py:${PORTSDIR}/graphics/py-gimp -USES= zip -USE_PYTHON_RUN= yes +USES= python:run zip NO_BUILD= yes NO_WRKSUBDIR= yes Modified: head/graphics/gnofract4d/Makefile ============================================================================== --- head/graphics/gnofract4d/Makefile Tue Oct 21 15:24:19 2014 (r371325) +++ head/graphics/gnofract4d/Makefile Tue Oct 21 16:36:12 2014 (r371326) @@ -15,11 +15,9 @@ LICENSE= BSD3CLAUSE LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ libpng15.so:${PORTSDIR}/graphics/png -USES= desktop-file-utils pathfix pkgconfig shared-mime-info +USES= desktop-file-utils pathfix pkgconfig python shared-mime-info USE_GNOME= gnomeprefix intlhack libgnomeui pygtk2 -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USE_PYTHON= distutils autoplist USE_GCC= yes CFLAGS+= -I${LOCALBASE}/include Modified: head/graphics/gsculpt/Makefile ============================================================================== --- head/graphics/gsculpt/Makefile Tue Oct 21 15:24:19 2014 (r371325) +++ head/graphics/gsculpt/Makefile Tue Oct 21 16:36:12 2014 (r371326) @@ -19,11 +19,10 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}open WRKSRC= ${WRKDIR}/${DISTNAME:S,-src,,} -USES= pkgconfig scons +USES= pkgconfig python:2 scons USE_GNOME= pygtk2 USE_GL= glu USE_XORG= x11 -USE_PYTHON= 2 USE_LDCONFIG= ${PREFIX}/lib/gSculpt DATADIR= ${PREFIX}/share/gSculpt Modified: head/graphics/hugin/Makefile ============================================================================== --- head/graphics/hugin/Makefile Tue Oct 21 15:24:19 2014 (r371325) +++ head/graphics/hugin/Makefile Tue Oct 21 16:36:12 2014 (r371326) @@ -26,14 +26,13 @@ RUN_DEPENDS= enblend>=3.1.r20080615:${PO exiftool:${PORTSDIR}/graphics/p5-Image-ExifTool \ gmake:${PORTSDIR}/devel/gmake -USE_PYTHON= yes - OPTIONS_DEFINE= PANOMATIC AUTOPANOSIFTC OPTIONS_DEFAULT= PANOMATIC AUTOPANOSIFTC PANOMATIC_DESC= Install graphics/panomatic AUTOPANOSIFTC_DESC= Install graphics/autopano-sift-c -USES= cmake gettext pkgconfig tar:bzip2 desktop-file-utils shared-mime-info +USES= cmake gettext pkgconfig tar:bzip2 desktop-file-utils python \ + shared-mime-info CMAKE_ARGS= -DwxWidgets_CONFIG_EXECUTABLE=${WX_CONFIG} Modified: head/graphics/jbig2dec/Makefile ============================================================================== --- head/graphics/jbig2dec/Makefile Tue Oct 21 15:24:19 2014 (r371325) +++ head/graphics/jbig2dec/Makefile Tue Oct 21 16:36:12 2014 (r371326) @@ -34,7 +34,7 @@ PNG_CFLAGS= -I${LOCALBASE}/include/libp .if ${PORT_OPTIONS:MTESTS} MASTER_SITES+= http://jbig2dec.sourceforge.net/ubc/:tests DISTFILES+= jb2streams.zip:tests -USE_PYTHON_BUILD=yes +USES+= python:build KNOWN_BAD_JB2S= 042_11 042_13 042_14 042_24 042_25 amb_1 amb_2 post-extract: Modified: head/graphics/kludge3d/Makefile ============================================================================== --- head/graphics/kludge3d/Makefile Tue Oct 21 15:24:19 2014 (r371325) +++ head/graphics/kludge3d/Makefile Tue Oct 21 16:36:12 2014 (r371326) @@ -13,8 +13,7 @@ COMMENT= Simple 3D editor LIB_DEPENDS= lib3ds-1.so:${PORTSDIR}/graphics/lib3ds \ libgtkglext-x11-1.0.so:${PORTSDIR}/x11-toolkits/gtkglext -USE_PYTHON= yes -USES= gmake pkgconfig +USES= gmake pkgconfig python USE_GL= gl USE_GNOME= gtk20 GNU_CONFIGURE= yes Modified: head/graphics/lcms-python/Makefile ============================================================================== --- head/graphics/lcms-python/Makefile Tue Oct 21 15:24:19 2014 (r371325) +++ head/graphics/lcms-python/Makefile Tue Oct 21 16:36:12 2014 (r371326) @@ -17,7 +17,7 @@ LIB_DEPENDS= liblcms.so:${PORTSDIR}/grap BUILD_WRKSRC= ${WRKSRC}/python INSTALL_WRKSRC= ${WRKSRC}/python -USE_PYTHON= 2 +USES= python:2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-python CONFIGURE_ENV= PYTHON="${PYTHON_CMD}" Modified: head/graphics/mahotas/Makefile ============================================================================== --- head/graphics/mahotas/Makefile Tue Oct 21 15:24:19 2014 (r371325) +++ head/graphics/mahotas/Makefile Tue Oct 21 16:36:12 2014 (r371326) @@ -15,8 +15,7 @@ BUILD_DEPENDS= ${PYNUMPY} LIB_DEPENDS= libfreeimage.so:${PORTSDIR}/graphics/freeimage USE_GCC= yes -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist .include Modified: head/graphics/mapnik/Makefile ============================================================================== --- head/graphics/mapnik/Makefile Tue Oct 21 15:24:19 2014 (r371325) +++ head/graphics/mapnik/Makefile Tue Oct 21 16:36:12 2014 (r371326) @@ -21,9 +21,8 @@ LIB_DEPENDS= libproj.so:${PORTSDIR}/grap BUILD_DEPENDS= ${LOCALBASE}/bin/freetype-config:${PORTSDIR}/print/freetype2 \ ${PYTHON_PKGNAMEPREFIX}icu>=0.8.1:${PORTSDIR}/devel/py-icu -USES= pkgconfig scons tar:bzip2 +USES= pkgconfig python scons tar:bzip2 USE_GNOME= libxml2 -USE_PYTHON= yes USE_LDCONFIG= yes WARNING_CXXFLAGS?= -w Modified: head/graphics/ocrfeeder/Makefile ============================================================================== --- head/graphics/ocrfeeder/Makefile Tue Oct 21 15:24:19 2014 (r371325) +++ head/graphics/ocrfeeder/Makefile Tue Oct 21 16:36:12 2014 (r371326) @@ -23,10 +23,9 @@ RUN_DEPENDS:= ${PYTHON_PKGNAMEPREFIX}lxm gtkspell3>0:${PORTSDIR}/textproc/gtkspell3 \ ${BUILD_DEPENDS} -USES= desktop-file-utils gettext gmake pkgconfig tar:xz +USES= desktop-file-utils gettext gmake pkgconfig python tar:xz USE_GNOME= gnomedocutils gnomehier gtk30 librsvg2 pygobject3 USE_GHOSTSCRIPT=yes -USE_PYTHON= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-silent-rules CPPFLAGS+= -I${LOCALBASE}/include Modified: head/graphics/opencolorio/Makefile ============================================================================== --- head/graphics/opencolorio/Makefile Tue Oct 21 15:24:19 2014 (r371325) +++ head/graphics/opencolorio/Makefile Tue Oct 21 16:36:12 2014 (r371326) @@ -40,7 +40,7 @@ CMAKE_ARGS+= -DOCIO_USE_SSE:BOOL=OFF BUILD_DEPENDS= python:${PORTSDIR}/lang/python LIB_DEPENDS= libtinyxml.so:${PORTSDIR}/textproc/tinyxml \ libyaml-cpp03.so:${PORTSDIR}/devel/yaml-cpp03 -USE_PYTHON= yes +USES+= python USE_LDCONFIG= yes CMAKE_ARGS+= -DOCIO_BUILD_APPS:BOOL=OFF \ -DOCIO_BUILD_SHARED:BOOL=ON \ Modified: head/graphics/pecomato/Makefile ============================================================================== --- head/graphics/pecomato/Makefile Tue Oct 21 15:24:19 2014 (r371325) +++ head/graphics/pecomato/Makefile Tue Oct 21 16:36:12 2014 (r371326) @@ -10,8 +10,7 @@ MASTER_SITES= http://www.mollux.org/proj MAINTAINER= ehaupt@FreeBSD.org COMMENT= Command-line picture metadata processor -USES= gmake -USE_PYTHON_BUILD= yes +USES= gmake python:build MAKEFILE= Makefile.unix Modified: head/graphics/piddle/Makefile ============================================================================== --- head/graphics/piddle/Makefile Tue Oct 21 15:24:19 2014 (r371325) +++ head/graphics/piddle/Makefile Tue Oct 21 16:36:12 2014 (r371326) @@ -11,9 +11,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Graphical Drawing library for Python -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist PORTDOCS= * Modified: head/graphics/py-aafigure/Makefile ============================================================================== --- head/graphics/py-aafigure/Makefile Tue Oct 21 15:24:19 2014 (r371325) +++ head/graphics/py-aafigure/Makefile Tue Oct 21 16:36:12 2014 (r371326) @@ -16,9 +16,8 @@ LICENSE= BSD2CLAUSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow \ ${PYTHON_SITELIBDIR}/reportlab/__init__.py:${PORTSDIR}/print/py-reportlab2 -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist DOCSDIR= ${PREFIX}/share/doc/${UNIQUENAME} EXAMPLESDIR= ${PREFIX}/share/examples/${UNIQUENAME} Modified: head/graphics/py-blockdiagcontrib-cisco/Makefile ============================================================================== --- head/graphics/py-blockdiagcontrib-cisco/Makefile Tue Oct 21 15:24:19 2014 (r371325) +++ head/graphics/py-blockdiagcontrib-cisco/Makefile Tue Oct 21 16:36:12 2014 (r371326) @@ -11,8 +11,7 @@ COMMENT= Networking shapes for blockdiag RUN_DEPENDS= ${PKGNAMEPREFIX}blockdiag>=0.8.0:${PORTSDIR}/graphics/py-blockdiag -USE_PYTHON= 2 -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python:2 +USE_PYTHON= distutils autoplist .include Modified: head/graphics/py-cairo/Makefile ============================================================================== --- head/graphics/py-cairo/Makefile Tue Oct 21 15:24:19 2014 (r371325) +++ head/graphics/py-cairo/Makefile Tue Oct 21 16:36:12 2014 (r371326) @@ -13,8 +13,7 @@ DISTNAME= py2${PORTNAME}-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org COMMENT= Python 2 bindings for Cairo -USE_PYTHON= 2 -USES= pkgconfig shebangfix tar:bzip2 +USES= pkgconfig python:2 shebangfix tar:bzip2 USE_GNOME= cairo CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/graphics/py-django-easy-thumbnails/Makefile ============================================================================== --- head/graphics/py-django-easy-thumbnails/Makefile Tue Oct 21 15:24:19 2014 (r371325) +++ head/graphics/py-django-easy-thumbnails/Makefile Tue Oct 21 16:36:12 2014 (r371326) @@ -15,8 +15,7 @@ LICENSE= BSD RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=0:${PORTSDIR}/www/py-django -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist .include Modified: head/graphics/py-editobj/Makefile ============================================================================== --- head/graphics/py-editobj/Makefile Tue Oct 21 15:24:19 2014 (r371325) +++ head/graphics/py-editobj/Makefile Tue Oct 21 16:36:12 2014 (r371326) @@ -13,8 +13,8 @@ MAINTAINER= acm@FreeBSD.org COMMENT= Create and display a Tkinter dialog box for editing any Python object DIST_SUBDIR= python -USE_PYTHON= yes -USE_PYDISTUTILS= yes +USES+= python +USE_PYTHON= distutils PYDISTUTILS_PKGNAME= EditObj WRKSRC= ${WRKDIR}/EditObj-${PORTVERSION} EXAMPLESDIR= ${PREFIX}/share/examples/py-editobj Modified: head/graphics/py-exif/Makefile ============================================================================== --- head/graphics/py-exif/Makefile Tue Oct 21 15:24:19 2014 (r371325) +++ head/graphics/py-exif/Makefile Tue Oct 21 16:36:12 2014 (r371326) @@ -12,7 +12,7 @@ DISTNAME= pyexif-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Python library to extract EXIF metadata from JPEG and TIFF image files -USE_PYTHON= yes +USES= python WRKSRC= ${WRKDIR}/pyexif DATADIR= ${PREFIX}/share/py-exif DOCSDIR= ${PREFIX}/share/doc/py-exif Modified: head/graphics/py-exiv2/Makefile ============================================================================== --- head/graphics/py-exiv2/Makefile Tue Oct 21 15:24:19 2014 (r371325) +++ head/graphics/py-exiv2/Makefile Tue Oct 21 16:36:12 2014 (r371326) @@ -15,8 +15,7 @@ COMMENT= Python bindings for exiv2 LIB_DEPENDS= libexiv2.so:${PORTSDIR}/graphics/exiv2\ libboost_python.so:${PORTSDIR}/devel/boost-python-libs -USES= scons tar:bzip2 -USE_PYTHON= 2 +USES= python:2 scons tar:bzip2 USE_LDCONFIG= yes CXXFLAGS+= -I${LOCALBASE}/include MAKE_ARGS+= prefix=${PREFIX} use_env=1 Modified: head/graphics/py-freeimagepy/Makefile ============================================================================== --- head/graphics/py-freeimagepy/Makefile Tue Oct 21 15:24:19 2014 (r371325) +++ head/graphics/py-freeimagepy/Makefile Tue Oct 21 16:36:12 2014 (r371326) @@ -14,9 +14,7 @@ COMMENT= FreeImage library python wrappe LIB_DEPENDS= libfreeimage.so:${PORTSDIR}/graphics/freeimage WRKSRC= ${WRKDIR}/FreeImagePy-${PORTVERSION} -USES= tar:bzip2 -USE_PYTHON= yes -USE_PYDISTUTILS=yes -PYDISTUTILS_AUTOPLIST= yes +USES= python tar:bzip2 +USE_PYTHON= distutils autoplist .include Modified: head/graphics/py-gd/Makefile ============================================================================== --- head/graphics/py-gd/Makefile Tue Oct 21 15:24:19 2014 (r371325) +++ head/graphics/py-gd/Makefile Tue Oct 21 16:36:12 2014 (r371326) @@ -14,11 +14,9 @@ COMMENT= Python interface to the GD libr LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist pythonprefix PYSETUP= Setup.py -USE_PYTHON_PREFIX= yes post-patch: @${REINPLACE_CMD} -e \ Modified: head/graphics/py-gimp/Makefile ============================================================================== --- head/graphics/py-gimp/Makefile Tue Oct 21 15:24:19 2014 (r371325) +++ head/graphics/py-gimp/Makefile Tue Oct 21 16:36:12 2014 (r371326) @@ -13,7 +13,7 @@ COMMENT= GIMP python plugin GIMP_SLAVE= pygimp -USE_PYTHON= yes +USES= python USE_GNOME= pygtk2 CONFIGURE_ARGS= --enable-python Modified: head/graphics/py-glewpy/Makefile ============================================================================== --- head/graphics/py-glewpy/Makefile Tue Oct 21 15:24:19 2014 (r371325) +++ head/graphics/py-glewpy/Makefile Tue Oct 21 16:36:12 2014 (r371326) @@ -18,9 +18,9 @@ COMMENT= Advanced OpenGL extensions to P BUILD_DEPENDS= pyrex>=0.9.6.2:${PORTSDIR}/devel/pyrex +USES= python USE_GL= glew -USE_PYTHON= yes -USE_PYDISTUTILS=yes +USE_PYTHON= distutils CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/graphics/py-goocanvas/Makefile ============================================================================== --- head/graphics/py-goocanvas/Makefile Tue Oct 21 15:24:19 2014 (r371325) +++ head/graphics/py-goocanvas/Makefile Tue Oct 21 16:36:12 2014 (r371326) @@ -18,11 +18,10 @@ LIB_DEPENDS= libgoocanvas.so:${PORTSDIR} PLIST_FILES= %%PYTHON_SITELIBDIR%%/goocanvasmodule.so \ libdata/pkgconfig/pygoocanvas.pc -USE_PYTHON= yes USE_GNOME= pygtk2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-docs -USES= gmake libtool pathfix pkgconfig tar:bzip2 +USES= gmake libtool pathfix pkgconfig python tar:bzip2 INSTALL_TARGET= install-strip post-patch: Modified: head/graphics/py-graph-core/Makefile ============================================================================== --- head/graphics/py-graph-core/Makefile Tue Oct 21 15:24:19 2014 (r371325) +++ head/graphics/py-graph-core/Makefile Tue Oct 21 16:36:12 2014 (r371326) @@ -13,8 +13,7 @@ MAINTAINER= demon@FreeBSD.org COMMENT= Library for working with graphs in Python, core module PROJECTHOST= python-graph -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist .include Modified: head/graphics/py-graph-dot/Makefile ============================================================================== --- head/graphics/py-graph-dot/Makefile Tue Oct 21 15:24:19 2014 (r371325) +++ head/graphics/py-graph-dot/Makefile Tue Oct 21 16:36:12 2014 (r371326) @@ -16,9 +16,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pydo ${PYTHON_PKGNAMEPREFIX}graph-core>=${PORTVERSION}:${PORTSDIR}/graphics/py-graph-core PROJECTHOST= python-graph -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist # post-stage and add-plist-post should not act as reference on how to fix # egg-based conflicts. Modified: head/graphics/py-graph/Makefile ============================================================================== --- head/graphics/py-graph/Makefile Tue Oct 21 15:24:19 2014 (r371325) +++ head/graphics/py-graph/Makefile Tue Oct 21 16:36:12 2014 (r371326) @@ -15,8 +15,7 @@ COMMENT= Library for working with graphs RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}graph-core>=${PORTVERSION}:${PORTSDIR}/graphics/py-graph-core \ ${PYTHON_PKGNAMEPREFIX}graph-dot>=${PORTVERSION}:${PORTSDIR}/graphics/py-graph-dot -USE_PYTHON= yes - +USES= python NO_BUILD= yes do-install: Modified: head/graphics/py-graphviz/Makefile ============================================================================== --- head/graphics/py-graphviz/Makefile Tue Oct 21 15:24:19 2014 (r371325) +++ head/graphics/py-graphviz/Makefile Tue Oct 21 16:36:12 2014 (r371326) @@ -16,8 +16,8 @@ COMMENT= Python interface to GraphViz ag BUILD_DEPENDS= dot:${PORTSDIR}/graphics/graphviz RUN_DEPENDS= dot:${PORTSDIR}/graphics/graphviz -USE_PYTHON= yes -USE_PYDISTUTILS=yes +USES= python +USE_PYTHON= distutils PYDISTUTILS_PKGNAME= pygraphviz DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} Modified: head/graphics/py-gvgen/Makefile ============================================================================== --- head/graphics/py-gvgen/Makefile Tue Oct 21 15:24:19 2014 (r371325) +++ head/graphics/py-gvgen/Makefile Tue Oct 21 16:36:12 2014 (r371326) @@ -12,10 +12,9 @@ COMMENT= Easy python interface to genera LICENSE= GPLv2 +USES= python +USE_PYTHON= distutils autoplist USE_GITHUB= yes -USE_PYTHON= yes -USE_PYDISTUTILS=yes -PYDISTUTILS_AUTOPLIST= yes GH_ACCOUNT= stricaud GH_TAGNAME= ${GH_COMMIT} GH_COMMIT= 777ab06 Modified: head/graphics/py-openexr/Makefile ============================================================================== --- head/graphics/py-openexr/Makefile Tue Oct 21 15:24:19 2014 (r371325) +++ head/graphics/py-openexr/Makefile Tue Oct 21 16:36:12 2014 (r371326) @@ -15,12 +15,11 @@ COMMENT= Python module for ILM's OpenEXR LIB_DEPENDS= libIlmImf.so:${PORTSDIR}/graphics/OpenEXR +USES= python +USE_PYTHON= distutils autoplist +MASTER_SITE_SUBDIR=source/O/OpenEXR + post-extract: ${REINPLACE_CMD} -e 's#/usr/local#${LOCALBASE}#g' ${WRKSRC}/setup.py -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes -MASTER_SITE_SUBDIR=source/O/OpenEXR - .include Modified: head/graphics/py-paint/Makefile ============================================================================== --- head/graphics/py-paint/Makefile Tue Oct 21 15:24:19 2014 (r371325) +++ head/graphics/py-paint/Makefile Tue Oct 21 16:36:12 2014 (r371326) @@ -15,9 +15,8 @@ COMMENT= Simple and flexible painting ad LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \ libttf.so:${PORTSDIR}/print/freetype -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist USE_GNOME= libartlgpl2 NO_WRKSUBDIR= yes CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libart-2.0 \ Modified: head/graphics/py-png/Makefile ============================================================================== --- head/graphics/py-png/Makefile Tue Oct 21 15:24:19 2014 (r371325) +++ head/graphics/py-png/Makefile Tue Oct 21 16:36:12 2014 (r371326) @@ -14,8 +14,7 @@ COMMENT= Python PNG encoder/decoder PROJECTHOST= pypng -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist .include Modified: head/graphics/py-poppler-qt4/Makefile ============================================================================== --- head/graphics/py-poppler-qt4/Makefile Tue Oct 21 15:24:19 2014 (r371325) +++ head/graphics/py-poppler-qt4/Makefile Tue Oct 21 16:36:12 2014 (r371326) @@ -21,9 +21,7 @@ LIB_DEPENDS= libpoppler-qt4.so:${PORTSDI RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}qt4-gui>=0:${PORTSDIR}/x11-toolkits/py-qt4-gui \ ${PYTHON_PKGNAMEPREFIX}qt4-xml>=0:${PORTSDIR}/textproc/py-qt4-xml -USES= pkgconfig -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= pkgconfig python +USE_PYTHON= distutils autoplist .include Modified: head/graphics/py-poppler/Makefile ============================================================================== --- head/graphics/py-poppler/Makefile Tue Oct 21 15:24:19 2014 (r371325) +++ head/graphics/py-poppler/Makefile Tue Oct 21 16:36:12 2014 (r371326) @@ -16,9 +16,8 @@ COMMENT= Python bindings for the Poppler LIB_DEPENDS= libpoppler-glib.so:${PORTSDIR}/graphics/poppler-glib -USE_PYTHON= yes GNU_CONFIGURE= yes -USES= gmake libtool pkgconfig +USES= gmake libtool pkgconfig python USE_GNOME= atk pygtk2 .include Modified: head/graphics/py-pycha/Makefile ============================================================================== --- head/graphics/py-pycha/Makefile Tue Oct 21 15:24:19 2014 (r371325) +++ head/graphics/py-pycha/Makefile Tue Oct 21 16:36:12 2014 (r371326) @@ -12,9 +12,8 @@ COMMENT= Library for making charts with LICENSE= LGPL3 -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist OPTIONS_DEFINE= CAIRO OPTIONS_DEFAULT= CAIRO Modified: head/graphics/py-pydot/Makefile ============================================================================== --- head/graphics/py-pydot/Makefile Tue Oct 21 15:24:19 2014 (r371325) +++ head/graphics/py-pydot/Makefile Tue Oct 21 16:36:12 2014 (r371326) @@ -16,8 +16,7 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/pypa RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pyparsing.py:${PORTSDIR}/devel/py-parsing \ dot:${PORTSDIR}/graphics/graphviz -USE_PYTHON= yes -USE_PYDISTUTILS=yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist .include Modified: head/graphics/py-pygal/Makefile ============================================================================== --- head/graphics/py-pygal/Makefile Tue Oct 21 15:24:19 2014 (r371325) +++ head/graphics/py-pygal/Makefile Tue Oct 21 16:36:12 2014 (r371326) @@ -15,8 +15,7 @@ LICENSE= LGPL3 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=3.3.4:${PORTSDIR}/devel/py-lxml # Python3 ready -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist .include Modified: head/graphics/py-pygooglechart/Makefile ============================================================================== --- head/graphics/py-pygooglechart/Makefile Tue Oct 21 15:24:19 2014 (r371325) +++ head/graphics/py-pygooglechart/Makefile Tue Oct 21 16:36:12 2014 (r371326) @@ -12,9 +12,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= nivit@FreeBSD.org COMMENT= Complete Python wrapper for the Google Chart API -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist PORTEXAMPLES= * EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME} Modified: head/graphics/py-pyproj/Makefile ============================================================================== --- head/graphics/py-pyproj/Makefile Tue Oct 21 15:24:19 2014 (r371325) +++ head/graphics/py-pyproj/Makefile Tue Oct 21 16:36:12 2014 (r371326) @@ -11,9 +11,8 @@ MAINTAINER= fmysh@iijmio-mail.jp COMMENT= Pyrex wrapper to provide python interfaces to PROJ.4 WRKSRC= ${WRKDIR}/${DISTNAME:C/[a-z]$//} -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist PORTDOCS= Changelog README LICENSE_proj4 PORTEXAMPLES= datum_shift.py geodtest.py sample.out \ Modified: head/graphics/py-sane/Makefile ============================================================================== --- head/graphics/py-sane/Makefile Tue Oct 21 15:24:19 2014 (r371325) +++ head/graphics/py-sane/Makefile Tue Oct 21 16:36:12 2014 (r371326) @@ -17,8 +17,8 @@ LIB_DEPENDS= libsane.so:${PORTSDIR}/grap RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow DIST_SUBDIR= python -USE_PYTHON= yes -USE_PYDISTUTILS= yes +USES= python +USE_PYTHON= distutils WRKSRC= ${WRKDIR}/${DISTNAME}/Sane Modified: head/graphics/py-webcolors/Makefile ============================================================================== --- head/graphics/py-webcolors/Makefile Tue Oct 21 15:24:19 2014 (r371325) +++ head/graphics/py-webcolors/Makefile Tue Oct 21 16:36:12 2014 (r371326) @@ -12,9 +12,8 @@ COMMENT= Library working with the sRGB c LICENSE= BSD3CLAUSE -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist DOCSDIR= ${PREFIX}/share/doc/${UNIQUENAME} PORTDOCS= README Modified: head/graphics/py3-cairo/Makefile ============================================================================== --- head/graphics/py3-cairo/Makefile Tue Oct 21 15:24:19 2014 (r371325) +++ head/graphics/py3-cairo/Makefile Tue Oct 21 16:36:12 2014 (r371326) @@ -13,8 +13,7 @@ DISTNAME= py${PORTNAME}-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org COMMENT= Python 3 bindings for Cairo -USE_PYTHON= 3 -USES= pkgconfig shebangfix tar:bzip2 +USES= pkgconfig python:3 shebangfix tar:bzip2 USE_GNOME= cairo CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/graphics/pygts/Makefile ============================================================================== --- head/graphics/pygts/Makefile Tue Oct 21 15:24:19 2014 (r371325) +++ head/graphics/pygts/Makefile Tue Oct 21 16:36:12 2014 (r371326) @@ -14,8 +14,7 @@ BUILD_DEPENDS= ${PYNUMPY} RUN_DEPENDS= ${PYNUMPY} LIB_DEPENDS= libgts.so:${PORTSDIR}/graphics/gts -USE_PYTHON= yes -USE_PYDISTUTILS= yes -USES= pkgconfig +USE_PYTHON= distutils +USES= pkgconfig python .include Modified: head/graphics/pymorph/Makefile ============================================================================== --- head/graphics/pymorph/Makefile Tue Oct 21 15:24:19 2014 (r371325) +++ head/graphics/pymorph/Makefile Tue Oct 21 16:36:12 2014 (r371326) @@ -14,8 +14,7 @@ LICENSE= BSD RUN_DEPENDS+= ${PYNUMPY} -USE_PYTHON= 2 -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python:2 +USE_PYTHON= distutils autoplist .include Modified: head/graphics/qgis/Makefile ============================================================================== --- head/graphics/qgis/Makefile Tue Oct 21 15:24:19 2014 (r371325) +++ head/graphics/qgis/Makefile Tue Oct 21 16:36:12 2014 (r371326) @@ -28,8 +28,7 @@ GH_ACCOUNT= qgis GH_COMMIT= 00ab94f GH_TAGNAME= ${GH_COMMIT} -USES= bison cmake gmake -USE_PYTHON= yes +USES= bison cmake gmake python USE_SQLITE= yes USE_QT4= gui svg xml network sql designer testlib linguist_build \ qmake_build moc_build rcc_build uic_build Modified: head/graphics/skencil/Makefile ============================================================================== --- head/graphics/skencil/Makefile Tue Oct 21 15:24:19 2014 (r371325) +++ head/graphics/skencil/Makefile Tue Oct 21 16:36:12 2014 (r371326) @@ -22,11 +22,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pill WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}alpha -USES= tk desktop-file-utils +USES= tk desktop-file-utils python USE_XORG= x11 xext -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USE_PYTHON= distutils autoplist PYDISTUTILS_EGGINFO= ${PORTNAME}-${PORTVERSION:R}alpha-py${PYTHON_VER}.egg-info CFLAGS+= -I${TK_INCLUDEDIR} -I${LOCALBASE}/include \ Modified: head/graphics/svgfig/Makefile ============================================================================== --- head/graphics/svgfig/Makefile Tue Oct 21 15:24:19 2014 (r371325) +++ head/graphics/svgfig/Makefile Tue Oct 21 16:36:12 2014 (r371326) @@ -14,9 +14,8 @@ COMMENT= Draw mathematical figures in SV WRKSRC= ${WRKDIR}/${PORTNAME:tl} -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist post-patch: @${REINPLACE_CMD} -e 's|1.1.2|${PORTVERSION}|' ${WRKSRC}/setup.py Modified: head/graphics/tilecache/Makefile ============================================================================== --- head/graphics/tilecache/Makefile Tue Oct 21 15:24:19 2014 (r371325) +++ head/graphics/tilecache/Makefile Tue Oct 21 16:36:12 2014 (r371326) @@ -15,9 +15,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flup LICENSE= BSD -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist FILES_ETC= TileCache/Service.py setup.py tilecache_install_config.py Modified: head/graphics/truevision/Makefile ============================================================================== --- head/graphics/truevision/Makefile Tue Oct 21 15:24:19 2014 (r371325) +++ head/graphics/truevision/Makefile Tue Oct 21 16:36:12 2014 (r371326) @@ -18,10 +18,9 @@ LIB_DEPENDS= libgtkglext-x11-1.0.so:${PO WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R} USES= desktop-file-utils gettext gmake libtool pathfix pkgconfig \ - shared-mime-info tar:bzip2 + python shared-mime-info tar:bzip2 USE_GNOME= gnomeprefix intlhack libgnomeui USE_GL= gl -USE_PYTHON= yes GNU_CONFIGURE= yes CPPFLAGS+= $$(pkg-config --cflags gtkglext-1.0) \ Modified: head/graphics/vigra/Makefile ============================================================================== --- head/graphics/vigra/Makefile Tue Oct 21 15:24:19 2014 (r371325) +++ head/graphics/vigra/Makefile Tue Oct 21 16:36:12 2014 (r371326) @@ -50,8 +50,7 @@ CMAKE_ARGS+= -DWITH_OPENEXR=0 # Should ignore Python3 since commit f51b0b5 #CONFLICTS_BUILD= python3* CMAKE_ARGS+= -DWITH_VIGRANUMPY=1 -USES+= compiler:gcc-c++11-lib -USE_PYTHON= 2 +USES+= compiler:gcc-c++11-lib python:2 BUILD_DEPENDS+= nosetests:${PORTSDIR}/devel/py-nose BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/numpy/core/numeric.py:${PORTSDIR}/math/py-numpy #BUILD_DEPENDS+= sphinx-build:${PORTSDIR}/textproc/py-sphinx