Date: Fri, 24 Oct 2014 16:56:10 +0000 (UTC) From: Marcus von Appen <mva@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371454 - in head/sysutils: autojump bamf battray bsdploy byobu duplicity farbot feather flyback fusefs-wikipediafs ganglia-monitor-core gnome-schedule grub2-efi hachoir-metadata hachoi... Message-ID: <201410241656.s9OGuAJr028307@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mva Date: Fri Oct 24 16:56:10 2014 New Revision: 371454 URL: https://svnweb.freebsd.org/changeset/ports/371454 QAT: https://qat.redports.org/buildarchive/r371454/ Log: - Convert ports of sysutils/ to new USES=python Approved by: portmgr (implicit) Modified: head/sysutils/autojump/Makefile head/sysutils/bamf/Makefile head/sysutils/battray/Makefile head/sysutils/bsdploy/Makefile head/sysutils/byobu/Makefile head/sysutils/duplicity/Makefile head/sysutils/farbot/Makefile head/sysutils/feather/Makefile head/sysutils/flyback/Makefile head/sysutils/fusefs-wikipediafs/Makefile head/sysutils/ganglia-monitor-core/Makefile head/sysutils/gnome-schedule/Makefile head/sysutils/grub2-efi/Makefile head/sysutils/hachoir-metadata/Makefile head/sysutils/hachoir-subfile/Makefile head/sysutils/hachoir-urwid/Makefile head/sysutils/hachoir-wx/Makefile head/sysutils/hal/Makefile head/sysutils/hatop/Makefile head/sysutils/htop/Makefile head/sysutils/isomd5sum/Makefile head/sysutils/lfm/Makefile head/sysutils/moosefs-master/Makefile head/sysutils/nagios-statd/Makefile head/sysutils/openipmi/Makefile head/sysutils/pessulus/Makefile head/sysutils/py-XenAPI/Makefile head/sysutils/py-bcfg2/Makefile head/sysutils/py-danzfs/Makefile head/sysutils/py-drmaa/Makefile head/sysutils/py-execnet/Makefile head/sysutils/py-ezjailremote/Makefile head/sysutils/py-filelike/Makefile head/sysutils/py-halite/Makefile head/sysutils/py-nagiosplugin/Makefile head/sysutils/py-ploy/Makefile head/sysutils/py-ploy_ansible/Makefile head/sysutils/py-ploy_ec2/Makefile head/sysutils/py-ploy_ezjail/Makefile head/sysutils/py-ploy_fabric/Makefile head/sysutils/py-plumbum/Makefile head/sysutils/py-power/Makefile head/sysutils/py-psutil121/Makefile head/sysutils/py-ranger/Makefile head/sysutils/py-salt-api/Makefile head/sysutils/py-stdiff/Makefile head/sysutils/py-supervisor/Makefile head/sysutils/py-zdaemon/Makefile head/sysutils/pydf/Makefile head/sysutils/rdiff-backup-devel/Makefile head/sysutils/realsync/Makefile head/sysutils/rubygem-murder/Makefile head/sysutils/rubygem-smart_proxy_salt/Makefile head/sysutils/serpentine/Makefile head/sysutils/sievelog/Makefile head/sysutils/slurm-hpc/Makefile head/sysutils/tentakel/Makefile head/sysutils/tren/Makefile head/sysutils/upower/Makefile head/sysutils/x86info/Makefile head/sysutils/xe-guest-utilities/Makefile head/sysutils/xen-tools/Makefile head/sysutils/yum/Makefile head/sysutils/zeitgeist/Makefile Modified: head/sysutils/autojump/Makefile ============================================================================== --- head/sysutils/autojump/Makefile Fri Oct 24 16:50:42 2014 (r371453) +++ head/sysutils/autojump/Makefile Fri Oct 24 16:56:10 2014 (r371454) @@ -16,7 +16,7 @@ LICENSE= GPLv3 RUN_DEPENDS= bash:${PORTSDIR}/shells/bash NO_BUILD= yes -USE_PYTHON_RUN= yes +USES= python:run SUB_FILES= pkg-install PLIST_FILES= bin/autojump \ Modified: head/sysutils/bamf/Makefile ============================================================================== --- head/sysutils/bamf/Makefile Fri Oct 24 16:50:42 2014 (r371453) +++ head/sysutils/bamf/Makefile Fri Oct 24 16:56:10 2014 (r371454) @@ -19,10 +19,9 @@ BUILD_DEPENDS= vapigen:${PORTSDIR}/lang/ LIB_DEPENDS= libgtop-2.0.so:${PORTSDIR}/devel/libgtop \ libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib -USES= pkgconfig gmake pathfix libtool +USES= pkgconfig gmake pathfix libtool python:2 GNU_CONFIGURE= yes USE_GNOME= gtk30 glib20 introspection:build libwnck3 -USE_PYTHON= 2 USE_XORG= x11 CONFIGURE_ARGS+=--disable-webapps \ Modified: head/sysutils/battray/Makefile ============================================================================== --- head/sysutils/battray/Makefile Fri Oct 24 16:50:42 2014 (r371453) +++ head/sysutils/battray/Makefile Fri Oct 24 16:56:10 2014 (r371454) @@ -12,7 +12,7 @@ COMMENT= Display notebook battery status LICENSE= BSD USE_GNOME= pygtk2 -USE_PYTHON= yes -USE_PYDISTUTILS=yes +USES= python +USE_PYTHON= distutils .include <bsd.port.mk> Modified: head/sysutils/bsdploy/Makefile ============================================================================== --- head/sysutils/bsdploy/Makefile Fri Oct 24 16:50:42 2014 (r371453) +++ head/sysutils/bsdploy/Makefile Fri Oct 24 16:56:10 2014 (r371454) @@ -22,9 +22,7 @@ OPTIONS_DEFAULT= EC2 EC2_DESC= Support Amazon Web Services EC2 hosts EC2_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ploy_ec2>0:${PORTSDIR}/sysutils/py-ploy_ec2 -USES= zip -USE_PYTHON= -2.7 -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python:-2.7 zip +USE_PYTHON= distutils autoplist .include <bsd.port.mk> Modified: head/sysutils/byobu/Makefile ============================================================================== --- head/sysutils/byobu/Makefile Fri Oct 24 16:50:42 2014 (r371453) +++ head/sysutils/byobu/Makefile Fri Oct 24 16:56:10 2014 (r371454) @@ -15,7 +15,7 @@ RUN_DEPENDS= screen:${PORTSDIR}/sysutils GNU_CONFIGURE= yes USE_AUTOTOOLS= aclocal automake -USE_PYTHON= yes +USES= python WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} OPTIONS_DEFINE= DOCS Modified: head/sysutils/duplicity/Makefile ============================================================================== --- head/sysutils/duplicity/Makefile Fri Oct 24 16:50:42 2014 (r371453) +++ head/sysutils/duplicity/Makefile Fri Oct 24 16:56:10 2014 (r371454) @@ -13,9 +13,8 @@ LIB_DEPENDS= librsync.so:${PORTSDIR}/net RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg \ ${PYTHON_PKGNAMEPREFIX}lockfile>=0:${PORTSDIR}/devel/py-lockfile -USE_PYTHON= 2 -USE_PYDISTUTILS=yes -PYDISTUTILS_AUTOPLIST= yes +USES= python:2 +USE_PYTHON= distutils autoplist USE_LDCONFIG= yes OPTIONS_DEFINE= NLS DOCS SSH FTP FTPS S3 GDOCS CLOUDFILES GIO Modified: head/sysutils/farbot/Makefile ============================================================================== --- head/sysutils/farbot/Makefile Fri Oct 24 16:50:42 2014 (r371453) +++ head/sysutils/farbot/Makefile Fri Oct 24 16:56:10 2014 (r371454) @@ -16,8 +16,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} WRKSRC= ${WRKDIR}/${DISTNAME} -USE_PYTHON= yes -USE_PYDISTUTILS= yes +USES= python +USE_PYTHON= distutils PYDISTUTILS_PKGNAME= farb PYDISTUTILS_PKGVERSION= 0.1 Modified: head/sysutils/feather/Makefile ============================================================================== --- head/sysutils/feather/Makefile Fri Oct 24 16:50:42 2014 (r371453) +++ head/sysutils/feather/Makefile Fri Oct 24 16:56:10 2014 (r371454) @@ -13,7 +13,7 @@ COMMENT= Python script for managing tars RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=0:${PORTSDIR}/devel/py-yaml \ tarsnap>=0:${PORTSDIR}/sysutils/tarsnap -USE_PYTHON= yes +USES= python NO_BUILD= yes NO_INSTALL= yes STRIP= Modified: head/sysutils/flyback/Makefile ============================================================================== --- head/sysutils/flyback/Makefile Fri Oct 24 16:50:42 2014 (r371453) +++ head/sysutils/flyback/Makefile Fri Oct 24 16:56:10 2014 (r371454) @@ -16,7 +16,7 @@ RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME} -USE_PYTHON= yes +USES= python USE_GNOME= pygtk2 pygnome2 libglade2 SUB_FILES= flyback.sh Modified: head/sysutils/fusefs-wikipediafs/Makefile ============================================================================== --- head/sysutils/fusefs-wikipediafs/Makefile Fri Oct 24 16:50:42 2014 (r371453) +++ head/sysutils/fusefs-wikipediafs/Makefile Fri Oct 24 16:56:10 2014 (r371454) @@ -15,10 +15,8 @@ LICENSE= GPLv2 RUN_DEPENDS= py*-fusefs>=0.2:${PORTSDIR}/devel/py-fusefs -USES= fuse -USE_PYTHON= yes -USE_PYDISTUTILS=yes -PYDISTUTILS_AUTOPLIST=yes +USES= fuse python +USE_PYTHON= distutils autoplist PORTDOCS= AUTHORS ChangeLog HACKING NEWS README TODO OPTIONS_DEFINE= DOCS Modified: head/sysutils/ganglia-monitor-core/Makefile ============================================================================== --- head/sysutils/ganglia-monitor-core/Makefile Fri Oct 24 16:50:42 2014 (r371453) +++ head/sysutils/ganglia-monitor-core/Makefile Fri Oct 24 16:56:10 2014 (r371454) @@ -25,8 +25,7 @@ OPTIONS_DEFINE= GMETAD OPTIONS_DEFAULT= GMETAD GMETAD_DESC= include gmetad -USES= libtool pkgconfig -USE_PYTHON= yes +USES= libtool pkgconfig python GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-setuid=ganglia --enable-setgid=ganglia \ Modified: head/sysutils/gnome-schedule/Makefile ============================================================================== --- head/sysutils/gnome-schedule/Makefile Fri Oct 24 16:50:42 2014 (r371453) +++ head/sysutils/gnome-schedule/Makefile Fri Oct 24 16:56:10 2014 (r371454) @@ -20,8 +20,7 @@ OPTIONS_SUB= yes BUILD_DEPENDS= yelp:${PORTSDIR}/x11/yelp RUN_DEPENDS= yelp:${PORTSDIR}/x11/yelp -USES= gmake pathfix -USE_PYTHON= yes +USES= gmake pathfix python USE_GNOME= gnomeprefix pygnome2 INSTALLS_OMF= yes GNU_CONFIGURE= yes Modified: head/sysutils/grub2-efi/Makefile ============================================================================== --- head/sysutils/grub2-efi/Makefile Fri Oct 24 16:50:42 2014 (r371453) +++ head/sysutils/grub2-efi/Makefile Fri Oct 24 16:56:10 2014 (r371454) @@ -23,11 +23,10 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${P SSP_UNSAFE= yes USE_GCC= yes -USE_PYTHON= yes USE_AUTOTOOLS= automake aclocal autoconf ACLOCAL_ARGS= -Im4 GNU_CONFIGURE= yes -USES= bison gettext gmake tar:xz +USES= bison gettext gmake python tar:xz ONLY_FOR_ARCHS= amd64 MAKE_JOBS_UNSAFE= yes Modified: head/sysutils/hachoir-metadata/Makefile ============================================================================== --- head/sysutils/hachoir-metadata/Makefile Fri Oct 24 16:50:42 2014 (r371453) +++ head/sysutils/hachoir-metadata/Makefile Fri Oct 24 16:56:10 2014 (r371454) @@ -13,8 +13,8 @@ COMMENT= Extract metadata from files BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/hachoir_parser/__init__.py:${PORTSDIR}/devel/hachoir-parser RUN_DEPENDS= ${PYTHON_SITELIBDIR}/hachoir_parser/__init__.py:${PORTSDIR}/devel/hachoir-parser -USE_PYTHON= yes -USE_PYDISTUTILS=yes +USES= python +USE_PYTHON= distutils .include <bsd.port.pre.mk> Modified: head/sysutils/hachoir-subfile/Makefile ============================================================================== --- head/sysutils/hachoir-subfile/Makefile Fri Oct 24 16:50:42 2014 (r371453) +++ head/sysutils/hachoir-subfile/Makefile Fri Oct 24 16:56:10 2014 (r371454) @@ -12,7 +12,7 @@ COMMENT= Find subfiles in any binary str RUN_DEPENDS= ${PYTHON_SITELIBDIR}/hachoir_parser/__init__.py:${PORTSDIR}/devel/hachoir-parser \ ${PYTHON_SITELIBDIR}/hachoir_regex/__init__.py:${PORTSDIR}/devel/hachoir-regex -USE_PYTHON= yes -USE_PYDISTUTILS=yes +USES= python +USE_PYTHON= distutils .include <bsd.port.mk> Modified: head/sysutils/hachoir-urwid/Makefile ============================================================================== --- head/sysutils/hachoir-urwid/Makefile Fri Oct 24 16:50:42 2014 (r371453) +++ head/sysutils/hachoir-urwid/Makefile Fri Oct 24 16:56:10 2014 (r371454) @@ -12,7 +12,7 @@ COMMENT= Binary file explorer RUN_DEPENDS= ${PYTHON_SITELIBDIR}/hachoir_parser/__init__.py:${PORTSDIR}/devel/hachoir-parser \ ${PYTHON_SITELIBDIR}/urwid/__init__.py:${PORTSDIR}/devel/py-urwid -USE_PYTHON= yes -USE_PYDISTUTILS=yes +USES= python +USE_PYTHON= distutils .include <bsd.port.mk> Modified: head/sysutils/hachoir-wx/Makefile ============================================================================== --- head/sysutils/hachoir-wx/Makefile Fri Oct 24 16:50:42 2014 (r371453) +++ head/sysutils/hachoir-wx/Makefile Fri Oct 24 16:56:10 2014 (r371454) @@ -12,9 +12,9 @@ COMMENT= Hachoir GUI RUN_DEPENDS= ${PYTHON_SITELIBDIR}/hachoir_parser/__init__.py:${PORTSDIR}/devel/hachoir-parser -USE_PYTHON= yes +USES= python +USE_PYTHON= distutils USE_WX= 3.0+ WX_COMPS= python -USE_PYDISTUTILS=yes .include <bsd.port.mk> Modified: head/sysutils/hal/Makefile ============================================================================== --- head/sysutils/hal/Makefile Fri Oct 24 16:50:42 2014 (r371453) +++ head/sysutils/hal/Makefile Fri Oct 24 16:56:10 2014 (r371454) @@ -19,11 +19,10 @@ LIB_DEPENDS= libpolkit.so.2:${PORTSDIR}/ RUN_DEPENDS= ${LOCALBASE}/share/pciids/pci.ids:${PORTSDIR}/misc/pciids \ bash:${PORTSDIR}/shells/bash -USES= gettext gmake libtool:keepla pathfix pkgconfig shebangfix +USES= gettext gmake libtool:keepla pathfix pkgconfig python shebangfix USE_GNOME= intlhack GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_PYTHON= yes CONFIGURE_ARGS= --disable-gtk-doc \ --with-backend=freebsd \ --disable-docbook-docs \ Modified: head/sysutils/hatop/Makefile ============================================================================== --- head/sysutils/hatop/Makefile Fri Oct 24 16:50:42 2014 (r371453) +++ head/sysutils/hatop/Makefile Fri Oct 24 16:56:10 2014 (r371454) @@ -11,7 +11,7 @@ COMMENT= Interactive real-time monitorin RUN_DEPENDS= ${LOCALBASE}/sbin/haproxy:${PORTSDIR}/net/haproxy -USE_PYTHON= yes +USES= python NO_BUILD= yes LICENSE= GPLv3 Modified: head/sysutils/htop/Makefile ============================================================================== --- head/sysutils/htop/Makefile Fri Oct 24 16:50:42 2014 (r371453) +++ head/sysutils/htop/Makefile Fri Oct 24 16:56:10 2014 (r371454) @@ -20,12 +20,10 @@ CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -lexecinfo CONFIGURE_ARGS= --with-proc=/compat/linux/proc --enable-unicode -USES= ncurses libtool execinfo +USES= ncurses libtool execinfo python:build USE_AUTOTOOLS= autoconf aclocal automake ACLOCAL_ARGS= -I ${ACLOCAL_DIR} -USE_PYTHON_BUILD= yes - LSOF_RUN_DEPENDS= lsof:${PORTSDIR}/sysutils/lsof post-patch: Modified: head/sysutils/isomd5sum/Makefile ============================================================================== --- head/sysutils/isomd5sum/Makefile Fri Oct 24 16:50:42 2014 (r371453) +++ head/sysutils/isomd5sum/Makefile Fri Oct 24 16:56:10 2014 (r371454) @@ -14,8 +14,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt -USES= gmake tar:bzip2 -USE_PYTHON= yes +USES= gmake python tar:bzip2 MAKE_ENV+= PYTHONPREFIX_SITELIBDIR=${PYTHONPREFIX_SITELIBDIR} PYTHON_INCLUDEDIR=${PYTHON_INCLUDEDIR} MAKE_JOBS_UNSAFE= yes Modified: head/sysutils/lfm/Makefile ============================================================================== --- head/sysutils/lfm/Makefile Fri Oct 24 16:50:42 2014 (r371453) +++ head/sysutils/lfm/Makefile Fri Oct 24 16:56:10 2014 (r371454) @@ -15,8 +15,8 @@ LICENSE= GPLv3 OPTIONS_DEFINE= DOCS -USE_PYTHON= yes -USE_PYDISTUTILS= yes +USES= python +USE_PYTHON= distutils DOCS= ChangeLog NEWS README README.pyview TODO Modified: head/sysutils/moosefs-master/Makefile ============================================================================== --- head/sysutils/moosefs-master/Makefile Fri Oct 24 16:50:42 2014 (r371453) +++ head/sysutils/moosefs-master/Makefile Fri Oct 24 16:56:10 2014 (r371454) @@ -18,7 +18,7 @@ WRKSRC= ${WRKDIR}/mfs-1.6.27 USERS= mfs GROUPS= mfs GNU_CONFIGURE= yes -USE_PYTHON= yes +USES= python USE_RC_SUBR= mfsmaster mfsmetalogger mfscgiserv SUB_FILES= pkg-message Modified: head/sysutils/nagios-statd/Makefile ============================================================================== --- head/sysutils/nagios-statd/Makefile Fri Oct 24 16:50:42 2014 (r371453) +++ head/sysutils/nagios-statd/Makefile Fri Oct 24 16:56:10 2014 (r371454) @@ -10,7 +10,7 @@ MASTER_SITES= http://www.twoevils.org/fi MAINTAINER= jims@bluenotch.com COMMENT= Daemon/client to check remote host information for Nagios -USE_PYTHON= yes +USES= python USE_RC_SUBR= nagiosstatd do-build: Modified: head/sysutils/openipmi/Makefile ============================================================================== --- head/sysutils/openipmi/Makefile Fri Oct 24 16:50:42 2014 (r371453) +++ head/sysutils/openipmi/Makefile Fri Oct 24 16:56:10 2014 (r371454) @@ -57,7 +57,7 @@ CONFIGURE_ARGS+= --with-openssl=no .endif .if ${PORT_OPTIONS:MTKINTER} -USE_PYTHON= yes +USES+= python WITH_PYTHON= yes BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter \ ${LOCALBASE}/lib/Tix8.4.3/Tix.tcl:${PORTSDIR}/x11-toolkits/tix @@ -79,7 +79,7 @@ PLIST_SUB+= PERL="@comment " .endif .if ${PORT_OPTIONS:MPYTHON} -USE_PYTHON= yes +USES+= python CONFIGURE_ARGS+= --with-python --with-swig BUILD_DEPENDS+= swig:${PORTSDIR}/devel/swig13 PLIST_SUB+= PYTHON="" Modified: head/sysutils/pessulus/Makefile ============================================================================== --- head/sysutils/pessulus/Makefile Fri Oct 24 16:50:42 2014 (r371453) +++ head/sysutils/pessulus/Makefile Fri Oct 24 16:56:10 2014 (r371454) @@ -14,9 +14,8 @@ COMMENT= Lockdown editor for GNOME OPTIONS_DEFINE= DOCS -USES= gettext gmake tar:bzip2 +USES= gettext gmake python tar:bzip2 USE_GNOME= gnomeprefix intlhack pygnome2 pygnomedesktop -USE_PYTHON= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/sysutils/py-XenAPI/Makefile ============================================================================== --- head/sysutils/py-XenAPI/Makefile Fri Oct 24 16:50:42 2014 (r371453) +++ head/sysutils/py-XenAPI/Makefile Fri Oct 24 16:56:10 2014 (r371454) @@ -13,7 +13,7 @@ EXTRACT_ONLY= MAINTAINER= bsdports@wayfair.com COMMENT= Xen API Library for Python -USE_PYTHON= 2 +USES= python:2 WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= %%PYTHON_SITELIBDIR%%/XenAPI.py \ %%PYTHON_SITELIBDIR%%/XenAPI.pyc \ Modified: head/sysutils/py-bcfg2/Makefile ============================================================================== --- head/sysutils/py-bcfg2/Makefile Fri Oct 24 16:50:42 2014 (r371453) +++ head/sysutils/py-bcfg2/Makefile Fri Oct 24 16:56:10 2014 (r371454) @@ -23,9 +23,8 @@ GENSHI_DESC= Support Genshi Templates .include <bsd.port.options.mk> -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist USE_RC_SUBR= bcfg2 SUB_LIST+= PYTHON_CMD=${PYTHON_CMD} Modified: head/sysutils/py-danzfs/Makefile ============================================================================== --- head/sysutils/py-danzfs/Makefile Fri Oct 24 16:50:42 2014 (r371453) +++ head/sysutils/py-danzfs/Makefile Fri Oct 24 16:56:10 2014 (r371454) @@ -12,9 +12,8 @@ COMMENT= Provides a Python API for inter LICENSE= BSD -USE_PYTHON= yes -USE_PYDISTUTILS=yes -USES= tar:xz +USE_PYTHON= distutils +USES= python tar:xz WRKSRC= ${WRKDIR}/danzfs Modified: head/sysutils/py-drmaa/Makefile ============================================================================== --- head/sysutils/py-drmaa/Makefile Fri Oct 24 16:50:42 2014 (r371453) +++ head/sysutils/py-drmaa/Makefile Fri Oct 24 16:56:10 2014 (r371454) @@ -14,8 +14,7 @@ COMMENT= Interact with DRMAA-compliant d LICENSE= BSD PROJECTHOST= drmaa-python -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist .include <bsd.port.mk> Modified: head/sysutils/py-execnet/Makefile ============================================================================== --- head/sysutils/py-execnet/Makefile Fri Oct 24 16:50:42 2014 (r371453) +++ head/sysutils/py-execnet/Makefile Fri Oct 24 16:56:10 2014 (r371454) @@ -12,8 +12,7 @@ COMMENT= Distributed Python deployment a LICENSE= MIT -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist .include <bsd.port.mk> Modified: head/sysutils/py-ezjailremote/Makefile ============================================================================== --- head/sysutils/py-ezjailremote/Makefile Fri Oct 24 16:50:42 2014 (r371453) +++ head/sysutils/py-ezjailremote/Makefile Fri Oct 24 16:56:10 2014 (r371454) @@ -20,8 +20,7 @@ GH_ACCOUNT= tomster GH_PROJECT= ezjail-remote GH_COMMIT= 9ee5f8b -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist .include <bsd.port.mk> Modified: head/sysutils/py-filelike/Makefile ============================================================================== --- head/sysutils/py-filelike/Makefile Fri Oct 24 16:50:42 2014 (r371453) +++ head/sysutils/py-filelike/Makefile Fri Oct 24 16:56:10 2014 (r371454) @@ -10,8 +10,7 @@ MASTER_SITES= CHEESESHOP MAINTAINER= dikshie@sfc.wide.ad.jp COMMENT= Python module for building and manipulating file-like object -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist .include <bsd.port.mk> Modified: head/sysutils/py-halite/Makefile ============================================================================== --- head/sysutils/py-halite/Makefile Fri Oct 24 16:50:42 2014 (r371453) +++ head/sysutils/py-halite/Makefile Fri Oct 24 16:56:10 2014 (r371454) @@ -15,8 +15,7 @@ LICENSE= APACHE20 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}salt>=0.17.0:${PORTSDIR}/sysutils/py-salt \ ${PYTHON_PKGNAMEPREFIX}cherrypy>0:${PORTSDIR}/www/py-cherrypy -USE_PYTHON= 2 -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python:2 +USE_PYTHON= distutils autoplist .include <bsd.port.mk> Modified: head/sysutils/py-nagiosplugin/Makefile ============================================================================== --- head/sysutils/py-nagiosplugin/Makefile Fri Oct 24 16:50:42 2014 (r371453) +++ head/sysutils/py-nagiosplugin/Makefile Fri Oct 24 16:56:10 2014 (r371454) @@ -13,9 +13,8 @@ COMMENT= Class library for writing Nagio LICENSE= ZPL21 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist regression-test: build @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test Modified: head/sysutils/py-ploy/Makefile ============================================================================== --- head/sysutils/py-ploy/Makefile Fri Oct 24 16:50:42 2014 (r371453) +++ head/sysutils/py-ploy/Makefile Fri Oct 24 16:56:10 2014 (r371454) @@ -16,9 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lazy>0:${PORTSDIR}/devel/py-lazy \ ${PYTHON_PKGNAMEPREFIX}paramiko>0:${PORTSDIR}/security/py-paramiko -USES= zip -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python zip +USE_PYTHON= distutils autoplist .include <bsd.port.mk> Modified: head/sysutils/py-ploy_ansible/Makefile ============================================================================== --- head/sysutils/py-ploy_ansible/Makefile Fri Oct 24 16:50:42 2014 (r371453) +++ head/sysutils/py-ploy_ansible/Makefile Fri Oct 24 16:56:10 2014 (r371454) @@ -16,9 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ploy ${PYTHON_PKGNAMEPREFIX}execnet>0:${PORTSDIR}/sysutils/py-execnet \ ansible>0:${PORTSDIR}/sysutils/ansible -USES= zip -USE_PYTHON= -2.7 -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python:-2.7 zip +USE_PYTHON= distutils autoplist .include <bsd.port.mk> Modified: head/sysutils/py-ploy_ec2/Makefile ============================================================================== --- head/sysutils/py-ploy_ec2/Makefile Fri Oct 24 16:50:42 2014 (r371453) +++ head/sysutils/py-ploy_ec2/Makefile Fri Oct 24 16:56:10 2014 (r371454) @@ -17,9 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ploy ${PYTHON_PKGNAMEPREFIX}boto>=2.0:${PORTSDIR}/devel/py-boto \ ${PYTHON_PKGNAMEPREFIX}lazy>0:${PORTSDIR}/devel/py-lazy -USES= zip -USE_PYTHON= -2.7 -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python:-2.7 zip +USE_PYTHON= distutils autoplist .include <bsd.port.mk> Modified: head/sysutils/py-ploy_ezjail/Makefile ============================================================================== --- head/sysutils/py-ploy_ezjail/Makefile Fri Oct 24 16:50:42 2014 (r371453) +++ head/sysutils/py-ploy_ezjail/Makefile Fri Oct 24 16:56:10 2014 (r371454) @@ -16,9 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ploy>=1.0.0:${PORTSDIR}/sysutils/py-ploy \ ${PYTHON_PKGNAMEPREFIX}lazy>0:${PORTSDIR}/devel/py-lazy -USES= zip -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python zip +USE_PYTHON= distutils autoplist .include <bsd.port.mk> Modified: head/sysutils/py-ploy_fabric/Makefile ============================================================================== --- head/sysutils/py-ploy_fabric/Makefile Fri Oct 24 16:50:42 2014 (r371453) +++ head/sysutils/py-ploy_fabric/Makefile Fri Oct 24 16:56:10 2014 (r371454) @@ -16,9 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ploy>=1.0.0:${PORTSDIR}/sysutils/py-ploy \ ${PYTHON_PKGNAMEPREFIX}fabric>=1.3.0:${PORTSDIR}/devel/py-fabric -USES= zip -USE_PYTHON= -2.7 -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python:-2.7 zip +USE_PYTHON= distutils autoplist .include <bsd.port.mk> Modified: head/sysutils/py-plumbum/Makefile ============================================================================== --- head/sysutils/py-plumbum/Makefile Fri Oct 24 16:50:42 2014 (r371453) +++ head/sysutils/py-plumbum/Makefile Fri Oct 24 16:56:10 2014 (r371454) @@ -12,8 +12,7 @@ COMMENT= Shell combinators and more for LICENSE= MIT -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist .include <bsd.port.mk> Modified: head/sysutils/py-power/Makefile ============================================================================== --- head/sysutils/py-power/Makefile Fri Oct 24 16:50:42 2014 (r371453) +++ head/sysutils/py-power/Makefile Fri Oct 24 16:56:10 2014 (r371454) @@ -11,8 +11,7 @@ COMMENT= Cross-platform system power sta LICENSE= MIT -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist .include <bsd.port.mk> Modified: head/sysutils/py-psutil121/Makefile ============================================================================== --- head/sysutils/py-psutil121/Makefile Fri Oct 24 16:50:42 2014 (r371453) +++ head/sysutils/py-psutil121/Makefile Fri Oct 24 16:56:10 2014 (r371454) @@ -16,8 +16,7 @@ LICENSE= BSD3CLAUSE PORTSCOUT= limit:^1\.2\. -PYDISTUTILS_AUTOPLIST= yes -USE_PYDISTUTILS=yes -USE_PYTHON= yes +USES= python +USE_PYTHON= distutils autoplist .include <bsd.port.mk> Modified: head/sysutils/py-ranger/Makefile ============================================================================== --- head/sysutils/py-ranger/Makefile Fri Oct 24 16:50:42 2014 (r371453) +++ head/sysutils/py-ranger/Makefile Fri Oct 24 16:56:10 2014 (r371454) @@ -11,8 +11,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= linpct@gmail.com COMMENT= Ranger is a file manager with VI key bindings -USE_PYTHON= yes -USE_PYDISTUTILS= yes +USES= python +USE_PYTHON= distutils post-patch: @${REINPLACE_CMD} -e 's|setuptools|distutils.core|; s|share/man/man|man/man|;s|share/doc|doc|' ${WRKSRC}/${PYSETUP} Modified: head/sysutils/py-salt-api/Makefile ============================================================================== --- head/sysutils/py-salt-api/Makefile Fri Oct 24 16:50:42 2014 (r371453) +++ head/sysutils/py-salt-api/Makefile Fri Oct 24 16:56:10 2014 (r371454) @@ -11,9 +11,8 @@ COMMENT= Exposes the fundamental aspects LICENSE= APACHE20 -USE_PYTHON= 2 -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python:2 +USE_PYTHON= distutils autoplist BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}salt>0:${PORTSDIR}/sysutils/py-salt RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/sysutils/py-stdiff/Makefile ============================================================================== --- head/sysutils/py-stdiff/Makefile Fri Oct 24 16:50:42 2014 (r371453) +++ head/sysutils/py-stdiff/Makefile Fri Oct 24 16:56:10 2014 (r371454) @@ -1,15 +1,15 @@ # $FreeBSD$ -PORTNAME= stdiff -PORTVERSION= 0.2.1 -CATEGORIES= sysutils python -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ +PORTNAME= stdiff +PORTVERSION= 0.2.1 +CATEGORIES= sysutils python +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ -MAINTAINER= araujo@FreeBSD.org -COMMENT= Spot The Difference is a file integrity checker +MAINTAINER= araujo@FreeBSD.org +COMMENT= Spot The Difference is a file integrity checker -USE_PYTHON= yes -USE_PYDISTUTILS= yes +USES= python +USE_PYTHON= distutils OPTIONS_DEFINE= DOCS Modified: head/sysutils/py-supervisor/Makefile ============================================================================== --- head/sysutils/py-supervisor/Makefile Fri Oct 24 16:50:42 2014 (r371453) +++ head/sysutils/py-supervisor/Makefile Fri Oct 24 16:56:10 2014 (r371454) @@ -28,9 +28,8 @@ BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}m PORTDOCS= *.txt *.rst -USE_PYTHON= 2 -USE_PYDISTUTILS=yes -PYDISTUTILS_AUTOPLIST= yes +USES= python:2 +USE_PYTHON= distutils autoplist PIDDIR?= /var/run/supervisor SUB_LIST= PYTHON_CMD=${PYTHON_CMD} \ Modified: head/sysutils/py-zdaemon/Makefile ============================================================================== --- head/sysutils/py-zdaemon/Makefile Fri Oct 24 16:50:42 2014 (r371453) +++ head/sysutils/py-zdaemon/Makefile Fri Oct 24 16:56:10 2014 (r371454) @@ -15,8 +15,7 @@ LICENSE= ZPL21 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zconfig>0:${PORTSDIR}/devel/py-zconfig -USE_PYTHON= 2 -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python:2 +USE_PYTHON= distutils autoplist .include <bsd.port.mk> Modified: head/sysutils/pydf/Makefile ============================================================================== --- head/sysutils/pydf/Makefile Fri Oct 24 16:50:42 2014 (r371453) +++ head/sysutils/pydf/Makefile Fri Oct 24 16:56:10 2014 (r371454) @@ -17,8 +17,7 @@ LICENSE_PERMS= dist-mirror dist-sell pkg SUB_FILES= pkg-message -USES= shebangfix -USE_PYTHON= yes +USES= python shebangfix NO_BUILD= yes SHEBANG_FILES= pydf Modified: head/sysutils/rdiff-backup-devel/Makefile ============================================================================== --- head/sysutils/rdiff-backup-devel/Makefile Fri Oct 24 16:50:42 2014 (r371453) +++ head/sysutils/rdiff-backup-devel/Makefile Fri Oct 24 16:56:10 2014 (r371454) @@ -21,8 +21,8 @@ LIB_DEPENDS= librsync.so:${PORTSDIR}/net CONFLICTS= rdiff-backup-[0-9]* -USE_PYTHON= yes -USE_PYDISTUTILS=yes +USES= python +USE_PYTHON= distutils MAN1S= rdiff-backup.1 rdiff-backup-statistics.1 DOCS= CHANGELOG README COPYING FAQ.html Modified: head/sysutils/realsync/Makefile ============================================================================== --- head/sysutils/realsync/Makefile Fri Oct 24 16:50:42 2014 (r371453) +++ head/sysutils/realsync/Makefile Fri Oct 24 16:56:10 2014 (r371454) @@ -14,7 +14,7 @@ LICENSE= BSD2CLAUSE RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync \ sudo:${PORTSDIR}/security/sudo -USE_PYTHON= yes +USES= python NO_BUILD= yes SUB_FILES= pkg-message Modified: head/sysutils/rubygem-murder/Makefile ============================================================================== --- head/sysutils/rubygem-murder/Makefile Fri Oct 24 16:50:42 2014 (r371453) +++ head/sysutils/rubygem-murder/Makefile Fri Oct 24 16:56:10 2014 (r371454) @@ -9,8 +9,8 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Large scale deploys using BitTorrent +USES= python USE_RUBY= yes -USE_PYTHON= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/sysutils/rubygem-smart_proxy_salt/Makefile ============================================================================== --- head/sysutils/rubygem-smart_proxy_salt/Makefile Fri Oct 24 16:50:42 2014 (r371453) +++ head/sysutils/rubygem-smart_proxy_salt/Makefile Fri Oct 24 16:56:10 2014 (r371454) @@ -15,7 +15,7 @@ LICENSE= GPLv3 RUN_DEPENDS= foreman-proxy>=1.6.0:${PORTSDIR}/net/foreman-proxy \ ${PYTHON_PKGNAMEPREFIX}salt>0:${PORTSDIR}/sysutils/py-salt -USE_PYTHON= yes +USES= python USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/sysutils/serpentine/Makefile ============================================================================== --- head/sysutils/serpentine/Makefile Fri Oct 24 16:50:42 2014 (r371453) +++ head/sysutils/serpentine/Makefile Fri Oct 24 16:56:10 2014 (r371454) @@ -14,10 +14,9 @@ COMMENT= Gnome Audio Cd Burner BUILD_DEPENDS= xmlproc_parse:${PORTSDIR}/textproc/py-xml RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= pkgconfig gmake tar:bzip2 +USES= pkgconfig gmake python tar:bzip2 GNU_CONFIGURE= yes USE_GNOME= pygnomedesktop intlhack USE_GSTREAMER= core gnomevfs python -USE_PYTHON= yes .include <bsd.port.mk> Modified: head/sysutils/sievelog/Makefile ============================================================================== --- head/sysutils/sievelog/Makefile Fri Oct 24 16:50:42 2014 (r371453) +++ head/sysutils/sievelog/Makefile Fri Oct 24 16:56:10 2014 (r371454) @@ -11,8 +11,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= jessekempf@gmail.com COMMENT= Syslog message filter -USE_PYTHON= yes -USE_PYDISTUTILS=yes +USES= python +USE_PYTHON= distutils SUB_FILES= pkg-message Modified: head/sysutils/slurm-hpc/Makefile ============================================================================== --- head/sysutils/slurm-hpc/Makefile Fri Oct 24 16:50:42 2014 (r371453) +++ head/sysutils/slurm-hpc/Makefile Fri Oct 24 16:56:10 2014 (r371454) @@ -22,9 +22,8 @@ LIB_DEPENDS= libsysinfo.so:${PORTSDIR}/d libhdf5.so:${PORTSDIR}/science/hdf5 GNU_CONFIGURE= yes -USES= gmake libtool perl5 tar:bzip2 +USES= gmake libtool perl5 python tar:bzip2 USE_LDCONFIG= yes -USE_PYTHON= yes OPTIONS_DEFINE= DOCS MYSQL PGSQL GTK2 Modified: head/sysutils/tentakel/Makefile ============================================================================== --- head/sysutils/tentakel/Makefile Fri Oct 24 16:50:42 2014 (r371453) +++ head/sysutils/tentakel/Makefile Fri Oct 24 16:56:10 2014 (r371454) @@ -13,8 +13,8 @@ COMMENT= Program for executing commands WRKSRC= ${WRKDIR}/${DISTNAME}/py -USE_PYTHON= yes -USE_PYDISTUTILS=yes +USES= python +USE_PYTHON= distutils OPTIONS_DEFINE= DOCS Modified: head/sysutils/tren/Makefile ============================================================================== --- head/sysutils/tren/Makefile Fri Oct 24 16:50:42 2014 (r371453) +++ head/sysutils/tren/Makefile Fri Oct 24 16:56:10 2014 (r371454) @@ -9,7 +9,7 @@ MASTER_SITES= http://www.tundraware.com/ MAINTAINER= tren@tundraware.com COMMENT= Powerful File And Directory Batch Renaming Tool -USE_PYTHON= yes +USES= python PLIST_FILES= bin/tren.py man/man1/tren.1.gz PORTDOCS= WHATSNEW.txt tren-license.txt tren.html tren.pdf tren.ps tren.rst OPTIONS_DEFINE= DOCS Modified: head/sysutils/upower/Makefile ============================================================================== --- head/sysutils/upower/Makefile Fri Oct 24 16:50:42 2014 (r371453) +++ head/sysutils/upower/Makefile Fri Oct 24 16:56:10 2014 (r371454) @@ -27,11 +27,10 @@ MANPAGES_BUILD_DEPENDS= \ xsltproc:${PORTSDIR}/textproc/libxslt \ ${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:${PORTSDIR}/textproc/docbook-xsl -USES= gettext gmake libtool:keepla pathfix pkgconfig tar:bzip2 +USES= gettext gmake libtool:keepla pathfix pkgconfig python tar:bzip2 USE_GNOME= intlhack glib20 introspection:build,run GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_PYTHON= yes CONFIGURE_ARGS= --disable-gtk-doc \ --with-backend=freebsd \ --localstatedir=/var Modified: head/sysutils/x86info/Makefile ============================================================================== --- head/sysutils/x86info/Makefile Fri Oct 24 16:50:42 2014 (r371453) +++ head/sysutils/x86info/Makefile Fri Oct 24 16:56:10 2014 (r371454) @@ -15,9 +15,8 @@ LIB_DEPENDS= libpci.so:${PORTSDIR}/devel ONLY_FOR_ARCHS= i386 amd64 -USES= gmake pkgconfig tar:tgz +USES= gmake pkgconfig python:build tar:tgz ALL_TARGET= x86info lsmsr -USE_PYTHON_BUILD=yes PLIST_FILES= bin/lsmsr bin/x86info man/man8/lsmsr.8.gz man/man1/x86info.1.gz Modified: head/sysutils/xe-guest-utilities/Makefile ============================================================================== --- head/sysutils/xe-guest-utilities/Makefile Fri Oct 24 16:50:42 2014 (r371453) +++ head/sysutils/xe-guest-utilities/Makefile Fri Oct 24 16:56:10 2014 (r371454) @@ -18,8 +18,7 @@ GIT_PROJECT= freebsd-xen-tools-scripts GIT_VERSION= 8cc7fe1 GITSRC= ${WRKDIR}/${GIT_ACCOUNT}-${GIT_PROJECT}-${GIT_VERSION}/src/ -USES= gmake -USE_PYTHON= yes +USES= gmake python USE_RC_SUBR= xenguest ONLY_FOR_ARCHS= amd64 i386 Modified: head/sysutils/xen-tools/Makefile ============================================================================== --- head/sysutils/xen-tools/Makefile Fri Oct 24 16:50:42 2014 (r371453) +++ head/sysutils/xen-tools/Makefile Fri Oct 24 16:56:10 2014 (r371454) @@ -13,8 +13,7 @@ COMMENT= Xen tools within FreeBSD domU MASTER_SITES= http://bits.xensource.com/oss-xen/release/${PORTVERSION}/ DISTFILES= xen-${PORTVERSION}.tar.gz -USES= gmake -USE_PYTHON= yes +USES= gmake python MAKE_ENV+= PYTHON=${PYTHON_CMD} ONLY_FOR_ARCHS= amd64 i386 ia64 Modified: head/sysutils/yum/Makefile ============================================================================== --- head/sysutils/yum/Makefile Fri Oct 24 16:50:42 2014 (r371453) +++ head/sysutils/yum/Makefile Fri Oct 24 16:56:10 2014 (r371454) @@ -20,8 +20,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/rpm:${ ${PYTHON_SITELIBDIR}/iniparse:${PORTSDIR}/devel/py-iniparse \ ${PYTHON_SITELIBDIR}/urlgrabber:${PORTSDIR}/www/py-urlgrabber -USE_PYTHON= yes -USES= gettext gmake +USES= gettext gmake python MAKE_ARGS= MAKE=${MAKE_CMD} PYTHON=${PYTHON_CMD} \ prefix=${PREFIX} mandir=${MANPREFIX}/man sysconfdir=${PREFIX}/etc Modified: head/sysutils/zeitgeist/Makefile ============================================================================== --- head/sysutils/zeitgeist/Makefile Fri Oct 24 16:50:42 2014 (r371453) +++ head/sysutils/zeitgeist/Makefile Fri Oct 24 16:56:10 2014 (r371454) @@ -19,9 +19,8 @@ RUN_DEPENDS= python:${PORTSDIR}/lang/pyt ${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus USE_GNOME= intlhack pygobject -USE_PYTHON= yes GNU_CONFIGURE= yes -USES= gmake gettext pathfix +USES= gmake gettext pathfix python CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410241656.s9OGuAJr028307>