svn commit: r316287 - in head/audio: abraca aqualung arts aubio ccaudio2 cheesetracker cmus deadbeef deforaos-mixer dssi esound festalon fluidsynth grip gvolwheel ices libadplug libbs2b libcddb lib...
Baptiste Daroussin
bapt at FreeBSD.org
Mon Apr 22 23:19:20 UTC 2013
Author: bapt
Date: Mon Apr 22 23:19:08 2013
New Revision: 316287
URL: http://svnweb.freebsd.org/changeset/ports/316287
Log:
Convert USE_PKGCONFIG -> USES=pkgconf for audio category
Modified:
head/audio/abraca/Makefile
head/audio/aqualung/Makefile
head/audio/arts/Makefile
head/audio/aubio/Makefile
head/audio/ccaudio2/Makefile
head/audio/cheesetracker/Makefile
head/audio/cmus/Makefile
head/audio/deadbeef/Makefile
head/audio/deforaos-mixer/Makefile
head/audio/dssi/Makefile
head/audio/esound/Makefile
head/audio/festalon/Makefile
head/audio/fluidsynth/Makefile
head/audio/grip/Makefile
head/audio/gvolwheel/Makefile
head/audio/ices/Makefile
head/audio/libadplug/Makefile
head/audio/libbs2b/Makefile
head/audio/libcddb/Makefile
head/audio/libconvolve/Makefile
head/audio/libechonest/Makefile
head/audio/liblastfm/Makefile
head/audio/libmtp/Makefile
head/audio/libsamplerate/Makefile
head/audio/libsidplay2/Makefile
head/audio/libsmf/Makefile
head/audio/linnya/Makefile
head/audio/linuxsampler/Makefile
head/audio/lmms/Makefile
head/audio/lv2core/Makefile
head/audio/milkytracker/Makefile
head/audio/openal/Makefile
head/audio/opus-tools/Makefile
head/audio/pd/Makefile
head/audio/pms/Makefile
head/audio/pocketsphinx/Makefile
head/audio/portaudio2/Makefile
head/audio/q-audio/Makefile
head/audio/raul/Makefile
head/audio/rosegarden/Makefile
head/audio/rubberband/Makefile
head/audio/ruby-esound/Makefile
head/audio/sdl_mixer/Makefile
head/audio/sidplay2/Makefile
head/audio/slv2/Makefile
head/audio/smasher/Makefile
head/audio/sooperlooper/Makefile
head/audio/sox/Makefile
head/audio/sphinxbase/Makefile
head/audio/swhplugins/Makefile
head/audio/taglib-sharp/Makefile
head/audio/taglookup/Makefile
head/audio/thunar-media-tags-plugin/Makefile
head/audio/tomahawk/Makefile
head/audio/tuxguitar/Makefile
head/audio/vagalume/Makefile
head/audio/xfce4-mixer/Makefile
Modified: head/audio/abraca/Makefile
==============================================================================
--- head/audio/abraca/Makefile Mon Apr 22 22:57:36 2013 (r316286)
+++ head/audio/abraca/Makefile Mon Apr 22 23:19:08 2013 (r316287)
@@ -13,9 +13,9 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/valac:${
LIB_DEPENDS= xmmsclient:${PORTSDIR}/audio/xmms2 \
gee:${PORTSDIR}/devel/libgee06
+USES= pkgconfig
USE_SCONS= yes
USE_GNOME= gtk30
-USE_PKGCONFIG= build
SCONS_ARGS= MANDIR=${MANPREFIX}/man
Modified: head/audio/aqualung/Makefile
==============================================================================
--- head/audio/aqualung/Makefile Mon Apr 22 22:57:36 2013 (r316286)
+++ head/audio/aqualung/Makefile Mon Apr 22 23:19:08 2013 (r316287)
@@ -32,9 +32,9 @@ LIB_DEPENDS= samplerate:${PORTSDIR}/audi
cddb:${PORTSDIR}/audio/libcddb \
strfunc:${PORTSDIR}/devel/libstrfunc
+USES= pkgconfig
USE_GETTEXT= yes
USE_GNOME= gtk20 libxml2
-USE_PKGCONFIG= build
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-transform-name="" --with-alsa=no --with-ifp=no \
Modified: head/audio/arts/Makefile
==============================================================================
--- head/audio/arts/Makefile Mon Apr 22 22:57:36 2013 (r316286)
+++ head/audio/arts/Makefile Mon Apr 22 23:19:08 2013 (r316287)
@@ -35,6 +35,7 @@ EXPIRATION_DATE= 2013-07-01
PREFIX= ${KDE_PREFIX}
WANT_GNOME= yes
+USES= pkgconfig
USE_QT_VER= 3
USE_BZIP2= yes
USE_AUTOTOOLS= libtool
@@ -44,7 +45,6 @@ USE_ICONV= yes
USE_XORG= ice sm x11 xau xcursor xdmcp xext xfixes xft xi \
xinerama xrandr xrender xt
USE_LDCONFIG= yes
-USE_PKGCONFIG= build
QTCPPFLAGS+= -L${LOCALBASE}/lib
DO_NOT_COMPILE+=gmcop
_NO_KDE_FINAL= yes
Modified: head/audio/aubio/Makefile
==============================================================================
--- head/audio/aubio/Makefile Mon Apr 22 22:57:36 2013 (r316286)
+++ head/audio/aubio/Makefile Mon Apr 22 23:19:08 2013 (r316287)
@@ -21,9 +21,8 @@ GNU_CONFIGURE= yes
# --disable-complex: does not compile due to missing carg(3) et al.
CONFIGURE_ARGS= --disable-complex
USE_GMAKE= yes
-USES= pathfix
+USES= pathfix pkgconfig
USE_LDCONFIG= yes
-USE_PKGCONFIG= build
CPPFLAGS+= -I${LOCALBASE}/include
Modified: head/audio/ccaudio2/Makefile
==============================================================================
--- head/audio/ccaudio2/Makefile Mon Apr 22 22:57:36 2013 (r316286)
+++ head/audio/ccaudio2/Makefile Mon Apr 22 23:19:08 2013 (r316287)
@@ -17,8 +17,7 @@ LIB_DEPENDS= ccgnu2:${PORTSDIR}/devel/co
CONFLICTS= ccaudio-[0-9]*
-USE_PKGCONFIG= build
-USES= pathfix cmake:outsource
+USES= pathfix cmake:outsource pkgconfig
USE_LDCONFIG= yes
CMAKE_ARGS+= -DWITH_INCLUDES:PATH=${LOCALBASE}/include \
Modified: head/audio/cheesetracker/Makefile
==============================================================================
--- head/audio/cheesetracker/Makefile Mon Apr 22 22:57:36 2013 (r316286)
+++ head/audio/cheesetracker/Makefile Mon Apr 22 23:19:08 2013 (r316287)
@@ -19,10 +19,10 @@ LIB_DEPENDS= jack.0:${PORTSDIR}/audio/ja
DEPRECATED= Depends on Qt3; unmaintained
EXPIRATION_DATE= 2013-07-01
+USES= pkgconfig
USE_BZIP2= yes
USE_QT_VER= 3
USE_SCONS= yes
-USE_PKGCONFIG= build
SCONS_BUILDENV= CXX="${CXX}" QTDIR="${QT_PREFIX}"
PORTEXAMPLES= beek-dolphinisland.it ll-globule.it reduz-maschizo.it \
Modified: head/audio/cmus/Makefile
==============================================================================
--- head/audio/cmus/Makefile Mon Apr 22 22:57:36 2013 (r316286)
+++ head/audio/cmus/Makefile Mon Apr 22 23:19:08 2013 (r316287)
@@ -10,11 +10,11 @@ DISTNAME= ${PORTNAME}-v${PORTVERSION}
MAINTAINER= h.skuhra at gmail.com
COMMENT= Console-based music player with really cool features
+USES= pkgconfig
USE_BZIP2= yes
USE_GMAKE= yes
USE_ICONV= yes
USE_NCURSES= yes
-USE_PKGCONFIG= build
HAS_CONFIGURE= yes
CONFIGURE_ENV+= HOSTCC=${CC}
CONFIGURE_ARGS+=prefix=${PREFIX} mandir=${MANPREFIX}/man \
Modified: head/audio/deadbeef/Makefile
==============================================================================
--- head/audio/deadbeef/Makefile Mon Apr 22 22:57:36 2013 (r316286)
+++ head/audio/deadbeef/Makefile Mon Apr 22 23:19:08 2013 (r316287)
@@ -18,12 +18,12 @@ LIB_DEPENDS= samplerate:${PORTSDIR}/audi
execinfo:${PORTSDIR}/devel/libexecinfo
GNU_CONFIGURE= yes
+USES= pkgconfig
USE_GETTEXT= yes
USE_GMAKE= yes
USE_LDCONFIG= yes
USE_BZIP2= yes
USE_ICONV= yes
-USE_PKGCONFIG= build
CONFIGURE_ARGS= --disable-alsa --disable-nullout \
CPPFLAGS="-I../dumb/dumb-kode54/include -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" LIBS="-lexecinfo -lintl"
Modified: head/audio/deforaos-mixer/Makefile
==============================================================================
--- head/audio/deforaos-mixer/Makefile Mon Apr 22 22:57:36 2013 (r316286)
+++ head/audio/deforaos-mixer/Makefile Mon Apr 22 23:19:08 2013 (r316287)
@@ -16,8 +16,8 @@ LICENSE= GPLv3
LIB_DEPENDS= Desktop:${PORTSDIR}/x11/deforaos-libdesktop
MAKE_ARGS= PREFIX=${PREFIX}
+USES= pkgconfig
USE_GNOME= gtk20 desktopfileutils
-USE_PKGCONFIG= build
USE_GETTEXT= yes
PLIST_FILES= bin/mixer \
share/applications/mixer.desktop \
Modified: head/audio/dssi/Makefile
==============================================================================
--- head/audio/dssi/Makefile Mon Apr 22 22:57:36 2013 (r316286)
+++ head/audio/dssi/Makefile Mon Apr 22 23:19:08 2013 (r316287)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: dssi
-# Date created: 2007-01-12
-# Whom: trasz <trasz at pin.if.uz.zgora.pl>
-#
+# Created by: trasz <trasz at pin.if.uz.zgora.pl>
# $FreeBSD$
-#
PORTNAME= dssi
PORTVERSION= 1.1.1
@@ -26,9 +22,8 @@ RUN_DEPENDS= ${LOCALBASE}/include/ladspa
OPTIONS_DEFINE= QT4
-USES= pathfix
+USES= pathfix pkgconfig
USE_GMAKE= yes
-USE_PKGCONFIG= build
GNU_CONFIGURE= yes
MAKE_JOBS_SAFE= yes
Modified: head/audio/esound/Makefile
==============================================================================
--- head/audio/esound/Makefile Mon Apr 22 22:57:36 2013 (r316286)
+++ head/audio/esound/Makefile Mon Apr 22 23:19:08 2013 (r316287)
@@ -16,8 +16,7 @@ LIB_DEPENDS= audiofile.0:${PORTSDIR}/aud
USE_AUTOTOOLS= libtool
USE_BZIP2= yes
-USES= pathfix
-USE_PKGCONFIG= build
+USES= pathfix pkgconfig
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= JW=false
Modified: head/audio/festalon/Makefile
==============================================================================
--- head/audio/festalon/Makefile Mon Apr 22 22:57:36 2013 (r316286)
+++ head/audio/festalon/Makefile Mon Apr 22 23:19:08 2013 (r316287)
@@ -16,9 +16,9 @@ LICENSE= GPLv2
LIB_DEPENDS+= samplerate:${PORTSDIR}/audio/libsamplerate
+USES= pkgconfig
USE_AUTOTOOLS= libtool
USE_BZIP2= yes
-USE_PKGCONFIG= build
MAKE_JOBS_SAFE= yes
Modified: head/audio/fluidsynth/Makefile
==============================================================================
--- head/audio/fluidsynth/Makefile Mon Apr 22 22:57:36 2013 (r316286)
+++ head/audio/fluidsynth/Makefile Mon Apr 22 23:19:08 2013 (r316287)
@@ -16,8 +16,7 @@ OPTIONS_DEFAULT= JACK
USE_BZIP2= yes
USE_GNOME= glib20
-USE_PKGCONFIG= build
-USES= cmake
+USES= cmake pkgconfig
CMAKE_ARGS= -Denable-ladcca:BOOL=FALSE \
-Denable-midishare:BOOL=FALSE
USE_LDCONFIG= yes
Modified: head/audio/grip/Makefile
==============================================================================
--- head/audio/grip/Makefile Mon Apr 22 22:57:36 2013 (r316286)
+++ head/audio/grip/Makefile Mon Apr 22 23:19:08 2013 (r316287)
@@ -15,7 +15,8 @@ LIB_DEPENDS= id3-3.8.3:${PORTSDIR}/audio
curl.6:${PORTSDIR}/ftp/curl
USE_XORG= x11
-USE_GNOME= gnomehack gnomeprefix libgnomeui vte
+USES= pathfix pkgconfig
+USE_GNOME= gnomeprefix libgnomeui vte
USE_GMAKE= yes
USE_AUTOTOOLS= libtool
CPPFLAGS+= -I${LOCALBASE}/include
Modified: head/audio/gvolwheel/Makefile
==============================================================================
--- head/audio/gvolwheel/Makefile Mon Apr 22 22:57:36 2013 (r316286)
+++ head/audio/gvolwheel/Makefile Mon Apr 22 23:19:08 2013 (r316287)
@@ -15,10 +15,10 @@ BUILD_DEPENDS= intltoolize:${PORTSDIR}/t
CONFIGURE_ARGS+=--enable-oss
GNU_CONFIGURE= yes
+USEs= pkgconfig pathfix
USE_GMAKE= yes
-USE_GNOME= gnomehack gtk30
+USE_GNOME= gtk30
USE_ICONV= yes
-USE_PKGCONFIG= yes
OPTIONS_DEFINE= NLS
NLS_DESC= Native language support
Modified: head/audio/ices/Makefile
==============================================================================
--- head/audio/ices/Makefile Mon Apr 22 22:57:36 2013 (r316286)
+++ head/audio/ices/Makefile Mon Apr 22 23:19:08 2013 (r316287)
@@ -21,13 +21,13 @@ LIB_DEPENDS= ogg:${PORTSDIR}/audio/libog
OPTIONS_DEFINE= ALSA
+USES= pkgconfig
USE_BZIP2= yes
USE_GNOME= libxml2
USE_GMAKE= yes
USE_ICONV= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-roaraudio --disable-sun-audio
-USE_PKGCONFIG= build
MAKE_JOBS_SAFE= yes
CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
Modified: head/audio/libadplug/Makefile
==============================================================================
--- head/audio/libadplug/Makefile Mon Apr 22 22:57:36 2013 (r316286)
+++ head/audio/libadplug/Makefile Mon Apr 22 23:19:08 2013 (r316287)
@@ -14,10 +14,10 @@ LICENSE= GPLv2
LIB_DEPENDS= binio:${PORTSDIR}/devel/libbinio
+USES= pkgconfig
USE_AUTOTOOLS= libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
-USE_PKGCONFIG= build
USE_CSTD= gnu89
MAKE_JOBS_SAFE= yes
Modified: head/audio/libbs2b/Makefile
==============================================================================
--- head/audio/libbs2b/Makefile Mon Apr 22 22:57:36 2013 (r316286)
+++ head/audio/libbs2b/Makefile Mon Apr 22 23:19:08 2013 (r316287)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: libbs2b
-# Date created: 22 May 2010
-# Whom: SimaMoto,RyoTa <liangtai.s4 at gmail.com>
-#
+# Created by: SimaMoto,RyoTa <liangtai.s4 at gmail.com>
# $FreeBSD$
-#
PORTNAME= libbs2b
PORTVERSION= 3.1.0
@@ -19,10 +15,10 @@ LIB_DEPENDS+= sndfile:${PORTSDIR}/audio/
FLAC:${PORTSDIR}/audio/flac \
vorbis:${PORTSDIR}/audio/libvorbis
+USES= pkgconfig
USE_BZIP2= yes
USE_GMAKE= yes
USE_LDCONFIG= yes
-USE_PKGCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= CFLAGS=`pkg-config --cflags sndfile` \
LDFLAGS=`pkg-config --libs-only-L sndfile`
Modified: head/audio/libcddb/Makefile
==============================================================================
--- head/audio/libcddb/Makefile Mon Apr 22 22:57:36 2013 (r316286)
+++ head/audio/libcddb/Makefile Mon Apr 22 23:19:08 2013 (r316287)
@@ -12,8 +12,7 @@ COMMENT= A library to access data on a C
USE_BZIP2= yes
GNU_CONFIGURE= yes
-USES= pathfix
-USE_PKGCONFIG= build
+USES= pathfix pkgconfig
USE_ICONV= yes
USE_LDCONFIG= yes
CONFIGURE_ARGS= --without-cdio
Modified: head/audio/libconvolve/Makefile
==============================================================================
--- head/audio/libconvolve/Makefile Mon Apr 22 22:57:36 2013 (r316286)
+++ head/audio/libconvolve/Makefile Mon Apr 22 23:19:08 2013 (r316287)
@@ -19,8 +19,8 @@ LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw
samplerate.1:${PORTSDIR}/audio/libsamplerate \
sndfile.1:${PORTSDIR}/audio/libsndfile
+USES= pkgconfig
USE_GMAKE= yes
USE_LDCONFIG= yes
-USE_PKGCONFIG= build
.include <bsd.port.mk>
Modified: head/audio/libechonest/Makefile
==============================================================================
--- head/audio/libechonest/Makefile Mon Apr 22 22:57:36 2013 (r316286)
+++ head/audio/libechonest/Makefile Mon Apr 22 23:19:08 2013 (r316287)
@@ -18,8 +18,7 @@ GH_PROJECT= ${PORTNAME}
GH_TAGNAME= master
GH_COMMIT= f9a55d1
-USES= cmake
-USE_PKGCONFIG= build
+USES= cmake pkgconfig
USE_GITHUB= yes
USE_LDCONFIG= yes
Modified: head/audio/liblastfm/Makefile
==============================================================================
--- head/audio/liblastfm/Makefile Mon Apr 22 22:57:36 2013 (r316286)
+++ head/audio/liblastfm/Makefile Mon Apr 22 23:19:08 2013 (r316287)
@@ -27,10 +27,9 @@ FINGERPRINT_DESC= Build the lastfm-finge
TESTS_DESC= Build liblastfm tests
OPTIONS_DEFAULT= FINGERPRINT
-USES= cmake
+USES= cmake pkgconfig
USE_GITHUB= yes
USE_LDCONFIG= yes
-USE_PKGCONFIG= build
USE_QT4= dbus moc_build rcc_build network qmake_build qtestlib sql xml
.include <bsd.port.options.mk>
Modified: head/audio/libmtp/Makefile
==============================================================================
--- head/audio/libmtp/Makefile Mon Apr 22 22:57:36 2013 (r316286)
+++ head/audio/libmtp/Makefile Mon Apr 22 23:19:08 2013 (r316287)
@@ -15,11 +15,10 @@ OPTIONS_DEFINE= MTPZ
OPTIONS_DEFAULT= MTPZ
MTPZ_DESC= Enable functionality to connect to MTPZ devices
-USES= pathfix
+USES= pathfix pkgconfig
USE_ICONV= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
-USE_PKGCONFIG= build
MAKE_JOBS_SAFE= yes
CPPFLAGS+= -I${LOCALBASE}/include
Modified: head/audio/libsamplerate/Makefile
==============================================================================
--- head/audio/libsamplerate/Makefile Mon Apr 22 22:57:36 2013 (r316286)
+++ head/audio/libsamplerate/Makefile Mon Apr 22 23:19:08 2013 (r316287)
@@ -13,8 +13,7 @@ COMMENT= Secret Rabbit Code: a Sample Ra
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= pathfix
-USE_PKGCONFIG= build
+USES= pathfix pkgconfig
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
Modified: head/audio/libsidplay2/Makefile
==============================================================================
--- head/audio/libsidplay2/Makefile Mon Apr 22 22:57:36 2013 (r316286)
+++ head/audio/libsidplay2/Makefile Mon Apr 22 23:19:08 2013 (r316287)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: libsidplay2
-# Date created: 6 October 2002
-# Whom: Anders Nordby <anders at FreeBSD.org>
-#
+# Created by: Anders Nordby <anders at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= libsidplay2
PORTVERSION= 2.1.1
@@ -15,10 +11,9 @@ DISTNAME= sidplay-libs-${PORTVERSION}
MAINTAINER= ports at FreeBSD.org
COMMENT= Library to play Commodore 64 SID-tunes cycle accurate
-USES= pathfix
+USES= pathfix pkgconfig
USE_GMAKE= yes
USE_AUTOTOOLS= libtool
-USE_PKGCONFIG= yes
LIBTOOLFILES= builders/hardsid-builder/configure \
builders/resid-builder/configure \
libsidplay/configure \
Modified: head/audio/libsmf/Makefile
==============================================================================
--- head/audio/libsmf/Makefile Mon Apr 22 22:57:36 2013 (r316286)
+++ head/audio/libsmf/Makefile Mon Apr 22 23:19:08 2013 (r316287)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: libsmf
-# Date created: 2010-03-29
-# Whom: Edward Tomasz Napierala <trasz at FreeBSD.org>
-#
+# Created by: Edward Tomasz Napierala <trasz at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= libsmf
PORTVERSION= 1.3
@@ -15,8 +11,8 @@ COMMENT= Standard MIDI File format libra
LIB_DEPENDS+= readline.6:${PORTSDIR}/devel/readline
-USE_GNOME= glib20 gnomehack
-USE_PKGCONFIG= build
+USES= pathfix pkgconfig
+USE_GNOME= glib20
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
MAN1= smfsh.1
Modified: head/audio/linnya/Makefile
==============================================================================
--- head/audio/linnya/Makefile Mon Apr 22 22:57:36 2013 (r316286)
+++ head/audio/linnya/Makefile Mon Apr 22 23:19:08 2013 (r316287)
@@ -15,10 +15,10 @@ USE_GITHUB= yes
GH_ACCOUNT= herenvarno
GH_COMMIT= 90cf6b8
+USES= pkgconfig
USE_AUTOTOOLS= libtoolize libtool
GNU_CONFIGURE= yes
USE_GMAKE= yes
-USE_PKGCONFIG= build
USE_GNOME= gtk30
USE_SQLITE= 3
USE_GSTREAMER= good mp3
Modified: head/audio/linuxsampler/Makefile
==============================================================================
--- head/audio/linuxsampler/Makefile Mon Apr 22 22:57:36 2013 (r316286)
+++ head/audio/linuxsampler/Makefile Mon Apr 22 23:19:08 2013 (r316287)
@@ -23,9 +23,8 @@ DSSI_DESC= Enable DSSI support
LV2CORE_DESC= Enable LV2 support
USE_BZIP2= yes
-USES= pathfix
+USES= pathfix pkgconfig
USE_SQLITE= 3
-USE_PKGCONFIG= build
USE_GMAKE= yes
USE_AUTOTOOLS= libtool
CONFIGURE_ENV= HAVE_UNIX98=1
Modified: head/audio/lmms/Makefile
==============================================================================
--- head/audio/lmms/Makefile Mon Apr 22 22:57:36 2013 (r316286)
+++ head/audio/lmms/Makefile Mon Apr 22 23:19:08 2013 (r316287)
@@ -30,12 +30,11 @@ RUN_DEPENDS= ${LOCALBASE}/share/ladspa/r
OPTIONS_DEFINE= JACK PULSEAUDIO SDL
USE_LDCONFIG= yes
-USE_PKGCONFIG= build
USE_BZIP2= yes
USE_XORG= xft
USE_QT4= corelib gui xml moc_build uic_build rcc_build \
qmake_build
-USES= cmake
+USES= cmake pkgconfig
CMAKE_ARGS= -DWANT_ALSA:BOOL=OFF \
-DWANT_CALF:BOOL=OFF \
-DWANT_CAPS:BOOL=OFF \
Modified: head/audio/lv2core/Makefile
==============================================================================
--- head/audio/lv2core/Makefile Mon Apr 22 22:57:36 2013 (r316286)
+++ head/audio/lv2core/Makefile Mon Apr 22 23:19:08 2013 (r316287)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: lv2core
-# Date created: 2008-11-20
-# Whom: xaimus <xaimus at gmail.com>
-#
+# Created by: xaimus <xaimus at gmail.com>
# $FreeBSD$
-#
PORTNAME= lv2core
PORTVERSION= 6.0
@@ -16,9 +12,9 @@ COMMENT= LV2 Core Package
LICENSE= BSD
LICENSE_FILE= ${WRKSRC}/COPYING
+USES= pkgconfig
USE_BZIP2= yes
USE_PYTHON_BUILD= yes
-USE_PKGCONFIG= yes
MAKE_JOBS_SAFE= yes
.include <bsd.port.pre.mk>
Modified: head/audio/milkytracker/Makefile
==============================================================================
--- head/audio/milkytracker/Makefile Mon Apr 22 22:57:36 2013 (r316286)
+++ head/audio/milkytracker/Makefile Mon Apr 22 23:19:08 2013 (r316287)
@@ -18,10 +18,10 @@ NOT_FOR_ARCH= powerpc
LIB_DEPENDS+= jack:${PORTSDIR}/audio/jack \
zzip:${PORTSDIR}/devel/zziplib
+USES= pkgconfig
GNU_CONFIGURE= yes
USE_SDL= sdl
MAKE_JOBS_SAFE= yes
-USE_PKGCONFIG= build
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
Modified: head/audio/openal/Makefile
==============================================================================
--- head/audio/openal/Makefile Mon Apr 22 22:57:36 2013 (r316286)
+++ head/audio/openal/Makefile Mon Apr 22 23:19:08 2013 (r316287)
@@ -19,8 +19,7 @@ CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --enable-capture
USE_GMAKE= yes
-USES= pathfix
-USE_PKGCONFIG= build
+USES= pathfix pkgconfig
WANT_SDL= yes
USE_LDCONFIG= yes
Modified: head/audio/opus-tools/Makefile
==============================================================================
--- head/audio/opus-tools/Makefile Mon Apr 22 22:57:36 2013 (r316286)
+++ head/audio/opus-tools/Makefile Mon Apr 22 23:19:08 2013 (r316287)
@@ -13,7 +13,7 @@ LIB_DEPENDS= ogg.8:${PORTSDIR}/audio/lib
opus:${PORTSDIR}/audio/opus
GNU_CONFIGURE= yes
-USE_PKGCONFIG= yes
+USES= pkgconfig
MAKE_JOBS_SAFE= yes
PLIST_FILES= bin/opusdec bin/opusenc bin/opusinfo
Modified: head/audio/pd/Makefile
==============================================================================
--- head/audio/pd/Makefile Mon Apr 22 22:57:36 2013 (r316286)
+++ head/audio/pd/Makefile Mon Apr 22 23:19:08 2013 (r316287)
@@ -17,6 +17,7 @@ OPTIONS_DEFINE= ALSA FFTW JACK DOCS
WRKSRC= ${WRKDIR}/${DISTNAME:S,${DISTVERSIONSUFFIX},,}
+USES= pkgconfig
USE_TK_WRAPPER= yes
USE_GETTEXT= yes
USE_GMAKE= yes
@@ -24,7 +25,6 @@ USE_AUTOTOOLS= aclocal libtoolize autoco
ACLOCAL_ARGS= -I m4/generated -I m4
LIBTOOLIZE_ARGS=--install --force
AUTOMAKE_ARGS= --add-missing --copy --force-missing
-USE_PKGCONFIG= build
USE_GMAKE= yes
MAKE_JOBS_SAFE= yes
Modified: head/audio/pms/Makefile
==============================================================================
--- head/audio/pms/Makefile Mon Apr 22 22:57:36 2013 (r316286)
+++ head/audio/pms/Makefile Mon Apr 22 23:19:08 2013 (r316287)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: pms
-# Date created: 2010-05-13
-# Whom: Ashish SHUKLA <wahjava at gmail.com>
-#
+# Created by: Ashish SHUKLA <wahjava at gmail.com>
# $FreeBSD$
-#
PORTNAME= pms
PORTVERSION= 0.42
@@ -16,10 +12,10 @@ COMMENT= A ncurses-based client for the
LIB_DEPENDS= boost_regex:${PORTSDIR}/devel/boost-libs
+USES= pkgconfig
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GNOME= glib20
-USE_PKGCONFIG= build
MAN1= ${PORTNAME}.1
PLIST_FILES= bin/${PORTNAME}
Modified: head/audio/pocketsphinx/Makefile
==============================================================================
--- head/audio/pocketsphinx/Makefile Mon Apr 22 22:57:36 2013 (r316286)
+++ head/audio/pocketsphinx/Makefile Mon Apr 22 23:19:08 2013 (r316287)
@@ -11,10 +11,10 @@ COMMENT= Speech recognition system
LIB_DEPENDS= sphinxad:${PORTSDIR}/audio/sphinxbase
+USES= pkgconfig
USE_LDCONFIG= yes
USE_GMAKE= yes
USE_AUTOTOOLS= libtool
-USE_PKGCONFIG= build
CONFIGURE_ARGS+= --without-python
CONFIGURE_ENV+= HAVE_DOXYGEN=no
Modified: head/audio/portaudio2/Makefile
==============================================================================
--- head/audio/portaudio2/Makefile Mon Apr 22 22:57:36 2013 (r316286)
+++ head/audio/portaudio2/Makefile Mon Apr 22 23:19:08 2013 (r316287)
@@ -23,9 +23,9 @@ CONFIGURE_ARGS+=PKG_CONFIG_LIBDIR=${PREF
--libdir=${PREFIX}/lib/${PORTNAME}2 \
--includedir=${PREFIX}/include/${PORTNAME}2
+USES= pkgconfig
USE_GMAKE= yes
USE_DOS2UNIX= yes
-USE_PKGCONFIG= build
USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME}2
CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
Modified: head/audio/q-audio/Makefile
==============================================================================
--- head/audio/q-audio/Makefile Mon Apr 22 22:57:36 2013 (r316286)
+++ head/audio/q-audio/Makefile Mon Apr 22 23:19:08 2013 (r316287)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: q-audio
-# Date created: 14 August 2003
-# Whom: ag at muwiinfa.geschichte.uni-mainz.de Albert Graef
-#
+# Created by: ag at muwiinfa.geschichte.uni-mainz.de Albert Graef
# $FreeBSD$
-#
PORTNAME= audio
PORTVERSION= 2.7
@@ -23,7 +19,7 @@ LIB_DEPENDS= q.8:${PORTSDIR}/lang/q \
BUILD_DEPENDS= ${LOCALBASE}/lib/portaudio2/libportaudio.so.2:${PORTSDIR}/audio/portaudio2
RUN_DEPENDS:= ${BUILD_DEPENDS}
-USE_PKGCONFIG= build
+USES= pkgconfig
DATADIR= ${PREFIX}/share/q
Modified: head/audio/raul/Makefile
==============================================================================
--- head/audio/raul/Makefile Mon Apr 22 22:57:36 2013 (r316286)
+++ head/audio/raul/Makefile Mon Apr 22 23:19:08 2013 (r316287)
@@ -15,9 +15,9 @@ LICENSE_COMB= dual
LIB_DEPENDS= boost_date_time:${PORTSDIR}/devel/boost-libs
+USES= pkgconfig
USE_BZIP2= yes
USE_GNOME= glib20
-USE_PKGCONFIG= build
USE_PYTHON_BUILD=yes
USE_LDCONFIG= yes
Modified: head/audio/rosegarden/Makefile
==============================================================================
--- head/audio/rosegarden/Makefile Mon Apr 22 22:57:36 2013 (r316286)
+++ head/audio/rosegarden/Makefile Mon Apr 22 23:19:08 2013 (r316287)
@@ -21,10 +21,10 @@ LIB_DEPENDS= asound:${PORTSDIR}/audio/al
RUN_DEPENDS= dssi_osc_update:${PORTSDIR}/audio/dssi \
lilypond:${PORTSDIR}/print/lilypond
+USES= pkgconfig
USE_BZIP2= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV+= QTLIBDIR=${QT_LIBDIR}
-USE_PKGCONFIG= build
USE_GMAKE= yes
USE_QT4= gui network xml rcc_build moc_build uic_build linguist_build
MAKE_JOBS_SAFE= yes
Modified: head/audio/rubberband/Makefile
==============================================================================
--- head/audio/rubberband/Makefile Mon Apr 22 22:57:36 2013 (r316286)
+++ head/audio/rubberband/Makefile Mon Apr 22 23:19:08 2013 (r316287)
@@ -19,6 +19,7 @@ LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio
fftw3.6:${PORTSDIR}/math/fftw3
RUN_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
+USES= pkgconfig
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
@@ -28,6 +29,4 @@ CFLAGS+= -I${LOCALBASE}/include
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-USE_PKGCONFIG= build
-
.include <bsd.port.mk>
Modified: head/audio/ruby-esound/Makefile
==============================================================================
--- head/audio/ruby-esound/Makefile Mon Apr 22 22:57:36 2013 (r316286)
+++ head/audio/ruby-esound/Makefile Mon Apr 22 23:19:08 2013 (r316287)
@@ -15,7 +15,7 @@ COMMENT= A Ruby binding to the EsounD li
LIB_DEPENDS= esd:${PORTSDIR}/audio/esound
-USE_PKGCONFIG= build
+USES= pkgconfig
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
Modified: head/audio/sdl_mixer/Makefile
==============================================================================
--- head/audio/sdl_mixer/Makefile Mon Apr 22 22:57:36 2013 (r316286)
+++ head/audio/sdl_mixer/Makefile Mon Apr 22 23:19:08 2013 (r316287)
@@ -15,8 +15,7 @@ LICENSE= ZLIB
USE_AUTOTOOLS= libtool
USE_SDL= sdl
-USE_PKGCONFIG= yes
-USES= pathfix
+USES= pathfix pkgconfig
USE_GMAKE= yes
GNU_CONFIGURE= yes
LDFLAGS+= -L${LOCALBASE}/lib
Modified: head/audio/sidplay2/Makefile
==============================================================================
--- head/audio/sidplay2/Makefile Mon Apr 22 22:57:36 2013 (r316286)
+++ head/audio/sidplay2/Makefile Mon Apr 22 23:19:08 2013 (r316287)
@@ -13,7 +13,7 @@ COMMENT= Commodore SID music player usin
LIB_DEPENDS= sidplay2:${PORTSDIR}/audio/libsidplay2
GNU_CONFIGURE= yes
-USE_PKGCONFIG= yes
+USES= pkgconfig
MAN1= sidplay2.1
PLIST_FILES= bin/sidplay2
Modified: head/audio/slv2/Makefile
==============================================================================
--- head/audio/slv2/Makefile Mon Apr 22 22:57:36 2013 (r316286)
+++ head/audio/slv2/Makefile Mon Apr 22 23:19:08 2013 (r316287)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: slv2
-# Date created: 2008-11-25
-# Whom: xaimus <xaimus at gmail.com>
-#
+# Created by: xaimus <xaimus at gmail.com>
# $FreeBSD$
-#
PORTNAME= slv2
PORTVERSION= 0.6.6
@@ -20,10 +16,10 @@ BUILD_DEPENDS= ${LOCALBASE}/include/lv2.
LIB_DEPENDS= jack.0:${PORTSDIR}/audio/jack \
rdf.0:${PORTSDIR}/textproc/redland
+USES= pkgconfig
USE_BZIP2= yes
USE_PYTHON_BUILD= yes
USE_LDCONFIG= yes
-USE_PKGCONFIG= yes
MAKE_JOBS_SAFE= yes
.include <bsd.port.pre.mk>
Modified: head/audio/smasher/Makefile
==============================================================================
--- head/audio/smasher/Makefile Mon Apr 22 22:57:36 2013 (r316286)
+++ head/audio/smasher/Makefile Mon Apr 22 23:19:08 2013 (r316287)
@@ -16,8 +16,8 @@ LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio
csound64.5:${PORTSDIR}/audio/csound
GNU_CONFIGURE= yes
+USES= pkgconfig
USE_GMAKE= yes
-USE_PKGCONFIG= build
USE_WX= yes
WX_CONF_ARGS= absolute
Modified: head/audio/sooperlooper/Makefile
==============================================================================
--- head/audio/sooperlooper/Makefile Mon Apr 22 22:57:36 2013 (r316286)
+++ head/audio/sooperlooper/Makefile Mon Apr 22 23:19:08 2013 (r316287)
@@ -25,17 +25,17 @@ LIB_DEPENDS= fftw3.6:${PORTSDIR}/math/ff
RUN_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
GNU_CONFIGURE= yes
+USES= pkgconfig
USE_GMAKE= yes
USE_WX= 2.6+
WX_UNICODE= yes
CONFIGURE_ARGS= -with-wxconfig-path=${WX_CONFIG}
USE_LDCONFIG= yes
-USE_PKGCONFIG= build
CFLAGS+= -I${LOCALBASE}/include
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-USE_GNOME= pkgconfig libxml2
+USE_GNOME= libxml2
.include <bsd.port.mk>
Modified: head/audio/sox/Makefile
==============================================================================
--- head/audio/sox/Makefile Mon Apr 22 22:57:36 2013 (r316286)
+++ head/audio/sox/Makefile Mon Apr 22 23:19:08 2013 (r316287)
@@ -20,9 +20,9 @@ MAN3= libsox.3
MAN7= soxformat.7
MLINKS= sox.1 play.1 sox.1 rec.1 sox.1 soxeffect.7
GNU_CONFIGURE= yes
+USES= pkgconfig
USE_LDCONFIG= yes
USE_AUTOTOOLS= libltdl
-USE_PKGCONFIG= build
OPTIONS_DEFINE= ALSA AO AMRNB AMRWB FFMPEG FLAC GSM ID3TAG LADSPA LAME \
MAD PNG SNDFILE VORBIS WAVPACK
Modified: head/audio/sphinxbase/Makefile
==============================================================================
--- head/audio/sphinxbase/Makefile Mon Apr 22 22:57:36 2013 (r316286)
+++ head/audio/sphinxbase/Makefile Mon Apr 22 23:19:08 2013 (r316287)
@@ -33,7 +33,7 @@ THREADS_DESC= Build with thread safety s
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MSNDFILE}
-USE_PKGCONFIG= build
+USES+= pkgconfig
LIB_DEPENDS+= sndfile:${PORTSDIR}/audio/libsndfile
.else
CONFIGURE_ENV+= HAVE_PKGCONFIG=no
Modified: head/audio/swhplugins/Makefile
==============================================================================
--- head/audio/swhplugins/Makefile Mon Apr 22 22:57:36 2013 (r316286)
+++ head/audio/swhplugins/Makefile Mon Apr 22 23:19:08 2013 (r316287)
@@ -1,6 +1,4 @@
-# New ports collection Makefile for: swhplugins
-# Date created: 12 May 2002
-# Whom: Tilman Linneweh <arved at FreeBSD.org>
+# Created by: Tilman Linneweh <arved at FreeBSD.org>
#
# $FreeBSD$
@@ -22,7 +20,7 @@ LIB_DEPENDS= fftw3f:${PORTSDIR}/math/fft
# includes assembler code
ONLY_FOR_ARCHS= i386 amd64
-USE_PKGCONFIG= build
+USES= pkgconfig
USE_AUTOTOOLS= libtool
USE_GMAKE= yes
GNU_CONFIGURE= yes
Modified: head/audio/taglib-sharp/Makefile
==============================================================================
--- head/audio/taglib-sharp/Makefile Mon Apr 22 22:57:36 2013 (r316286)
+++ head/audio/taglib-sharp/Makefile Mon Apr 22 23:19:08 2013 (r316287)
@@ -1,10 +1,5 @@
-
-# New ports collection makefile for: taglib-sharp
-# Date Created: Aug 25 2008
-# Whom: Florent Thoumie <flz at FreeBSD.org>
-#
+# Created by: Florent Thoumie <flz at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= taglib-sharp
PORTVERSION= 2.0.3.7
@@ -21,8 +16,7 @@ RUN_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOC
GNU_CONFIGURE= yes
USE_GMAKE= yes
-USES= pathfix
-USE_PKGCONFIG= build
+USES= pathfix pkgconfig
PLIST_SUB+= PORTVERSION="${PORTVERSION}" \
VERSIONSUFX="db62eba44689b5b0"
Modified: head/audio/taglookup/Makefile
==============================================================================
--- head/audio/taglookup/Makefile Mon Apr 22 22:57:36 2013 (r316286)
+++ head/audio/taglookup/Makefile Mon Apr 22 23:19:08 2013 (r316287)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: taglookup
-# Date created: 21 Oct 2007
-# Whom: Alex Allan <alex at kamaz.org.uk>
-#
+# Created by: Alex Allan <alex at kamaz.org.uk>
# $FreeBSD$
-#
PORTNAME= taglookup
PORTVERSION= 0.2
@@ -18,7 +14,7 @@ COMMENT= Utility for tagging groups of a
LIB_DEPENDS= cddb.4:${PORTSDIR}/audio/libcddb \
tag.1:${PORTSDIR}/audio/taglib
-USE_PKGCONFIG= build
+USES= pkgconfig
MAN1= taglookup.1
PLIST_FILES= bin/taglookup
Modified: head/audio/thunar-media-tags-plugin/Makefile
==============================================================================
--- head/audio/thunar-media-tags-plugin/Makefile Mon Apr 22 22:57:36 2013 (r316286)
+++ head/audio/thunar-media-tags-plugin/Makefile Mon Apr 22 23:19:08 2013 (r316287)
@@ -1,6 +1,5 @@
# Created by: Martin Wilke (miwi at FreeBSD.org)
# $FreeBSD$
-#
PORTNAME= thunar-media-tags-plugin
PORTVERSION= 0.2.0
@@ -15,6 +14,7 @@ COMMENT= A Media Tags Plugin
LIB_DEPENDS= tag:${PORTSDIR}/audio/taglib
+USES= pkgconfig
USE_BZIP2= yes
USE_GMAKE= yes
USE_GETTEXT= yes
@@ -22,6 +22,5 @@ GNU_CONFIGURE= yes
USE_GNOME= gnomehack gtk20 intltool intlhack
USE_XFCE= configenv libexo thunar
USE_AUTOTOOLS= libtool
-USE_PKGCONFIG= build
.include <bsd.port.mk>
Modified: head/audio/tomahawk/Makefile
==============================================================================
--- head/audio/tomahawk/Makefile Mon Apr 22 22:57:36 2013 (r316286)
+++ head/audio/tomahawk/Makefile Mon Apr 22 23:19:08 2013 (r316287)
@@ -40,10 +40,9 @@ OPTIONS_DEFINE= QTWEETLIB
OPTIONS_DEFAULT= QTWEETLIB
QTWEETLIB_DESC= Enable Twitter SIP plugin
-USES= cmake
+USES= cmake pkgconfig
USE_GITHUB= yes
USE_LDCONFIG= yes
-USE_PKGCONFIG= build
USE_QT4= dbus designer gui linguist_build moc_build \
network phonon qmake_build qtestlib rcc_build \
Modified: head/audio/tuxguitar/Makefile
==============================================================================
--- head/audio/tuxguitar/Makefile Mon Apr 22 22:57:36 2013 (r316286)
+++ head/audio/tuxguitar/Makefile Mon Apr 22 23:19:08 2013 (r316287)
@@ -26,12 +26,12 @@ LIB_DEPENDS= fluidsynth.1:${PORTSDIR}/au
MAKE_ENV+= PREFIX=${PREFIX} INSTALL_DOC_DIR=${DOCSDIR} \
INSTALL_SHARE_DIR=${DATADIR}
+USES= pkgconfig
USE_JAVA= yes
USE_ANT= yes
USE_GECKO= libxul19
USE_GMAKE= yes
USE_LDCONFIG= yes
-USE_PKGCONFIG= build
JAVA_VERSION= 1.6+
NOCCACHE= yes
Modified: head/audio/vagalume/Makefile
==============================================================================
--- head/audio/vagalume/Makefile Mon Apr 22 22:57:36 2013 (r316286)
+++ head/audio/vagalume/Makefile Mon Apr 22 23:19:08 2013 (r316287)
@@ -16,9 +16,9 @@ LIB_DEPENDS= xml2:${PORTSDIR}/textproc/l
curl.6:${PORTSDIR}/ftp/curl
GNU_CONFIGURE= yes
+USES= pkgconfig
USE_GMAKE= yes
USE_GNOME= gtk20
-USE_PKGCONFIG= build
USE_GSTREAMER= good mad gconf
INSTALLS_ICONS= yes
Modified: head/audio/xfce4-mixer/Makefile
==============================================================================
--- head/audio/xfce4-mixer/Makefile Mon Apr 22 22:57:36 2013 (r316286)
+++ head/audio/xfce4-mixer/Makefile Mon Apr 22 23:19:08 2013 (r316287)
@@ -1,6 +1,5 @@
# Created by: James Earl <jdearl at telus.net>
# $FreeBSD$
-#
PORTNAME= xfce4-mixer
PORTVERSION= 4.10.0
More information about the svn-ports-all
mailing list