Date: Mon, 2 Sep 2013 10:06:04 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325966 - in head/audio: alsa-plugins bmp-htmlplaylist flac freealut gbemol gimmix gmpc-extraplaylist gnomoradio libaacplus libao libbpm libcdaudio libfishsound libmodplug libmpd libogg... Message-ID: <201309021006.r82A64HW047959@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon Sep 2 10:06:03 2013 New Revision: 325966 URL: http://svnweb.freebsd.org/changeset/ports/325966 Log: Eliminate USE_GNOME=pkgconfig from audio While here: - trim headers - convert USE_GMAKE -> USES=gmake - convert USE_GNOME=gnomehack -> USES=pathfix - convert USE_PERL5 -> USES=perl5 Modified: head/audio/alsa-plugins/Makefile head/audio/bmp-htmlplaylist/Makefile head/audio/flac/Makefile head/audio/freealut/Makefile head/audio/gbemol/Makefile head/audio/gimmix/Makefile head/audio/gmpc-extraplaylist/Makefile head/audio/gnomoradio/Makefile head/audio/libaacplus/Makefile head/audio/libao/Makefile head/audio/libbpm/Makefile head/audio/libcdaudio/Makefile head/audio/libfishsound/Makefile head/audio/libmodplug/Makefile head/audio/libmpd/Makefile head/audio/liboggz/Makefile head/audio/libshout2/Makefile head/audio/mpdas/Makefile head/audio/mpdscribble/Makefile head/audio/p5-Audio/Makefile head/audio/p5-MusicBrainz-DiscID/Makefile head/audio/p5-Net-LibLO/Makefile head/audio/pianobar/Makefile head/audio/uade/Makefile head/audio/vorbis-tools/Makefile Modified: head/audio/alsa-plugins/Makefile ============================================================================== --- head/audio/alsa-plugins/Makefile Mon Sep 2 10:00:38 2013 (r325965) +++ head/audio/alsa-plugins/Makefile Mon Sep 2 10:06:03 2013 (r325966) @@ -1,9 +1,5 @@ -# New ports collection makefile for: alsa-plugins -# Date created: June 29, 2009 -# Whom: Aragon Gouveia <aragon@phat.za.net> -# +# Created by: Aragon Gouveia <aragon@phat.za.net> # $FreeBSD$ -# PORTNAME= alsa-plugins PORTVERSION= 1.0.26 @@ -18,7 +14,7 @@ LIB_DEPENDS= asound:${PORTSDIR}/audio/al USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GNOME= pkgconfig +USES= pkgconfig LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= ${PREFIX}/lib/alsa-lib Modified: head/audio/bmp-htmlplaylist/Makefile ============================================================================== --- head/audio/bmp-htmlplaylist/Makefile Mon Sep 2 10:00:38 2013 (r325965) +++ head/audio/bmp-htmlplaylist/Makefile Mon Sep 2 10:06:03 2013 (r325966) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bmp-htmlplaylist -# Date created: 2005-04-30 -# Whom: Roman Bogorodskiy <novel@FreeBSD.org> -# +# Created by: Roman Bogorodskiy <novel@FreeBSD.org> # $FreeBSD$ -# PORTNAME= bmp-htmlplaylist PORTVERSION= 0.2.1 @@ -19,8 +15,8 @@ COMMENT= Application which saves your cu BUILD_DEPENDS= beep-media-player:${PORTSDIR}/multimedia/beep-media-player RUN_DEPENDS= beep-media-player:${PORTSDIR}/multimedia/beep-media-player -MAKE_ARGS= CC=${CC} LD=${CC} -USE_GNOME= pkgconfig +MAKE_ARGS= CC="${CC}" LD="${CC}" +USES= pkgconfig WRKSRC= ${WRKDIR}/${PORTNAME} USE_BZIP2= yes Modified: head/audio/flac/Makefile ============================================================================== --- head/audio/flac/Makefile Mon Sep 2 10:00:38 2013 (r325965) +++ head/audio/flac/Makefile Mon Sep 2 10:06:03 2013 (r325966) @@ -12,7 +12,7 @@ COMMENT= Free lossless audio codec LIB_DEPENDS= ogg:${PORTSDIR}/audio/libogg -USES= pathfix +USES= pathfix pkgconfig USE_AUTOTOOLS= libtool USE_XZ= yes GNU_CONFIGURE= yes Modified: head/audio/freealut/Makefile ============================================================================== --- head/audio/freealut/Makefile Mon Sep 2 10:00:38 2013 (r325965) +++ head/audio/freealut/Makefile Mon Sep 2 10:06:03 2013 (r325966) @@ -14,8 +14,7 @@ USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -USES= gmake -USE_GNOME= pkgconfig gnomehack +USES= gmake pathfix pkgconfig USE_OPENAL= al USE_LDCONFIG= yes Modified: head/audio/gbemol/Makefile ============================================================================== --- head/audio/gbemol/Makefile Mon Sep 2 10:00:38 2013 (r325965) +++ head/audio/gbemol/Makefile Mon Sep 2 10:06:03 2013 (r325966) @@ -15,7 +15,7 @@ LIB_DEPENDS= mpd.4:${PORTSDIR}/audio/lib xml2.5:${PORTSDIR}/textproc/libxml2 GNU_CONFIGURE= yes -USES= gmake +USES= gmake pkgconfig USE_GNOME= gtk20 post-patch: Modified: head/audio/gimmix/Makefile ============================================================================== --- head/audio/gimmix/Makefile Mon Sep 2 10:00:38 2013 (r325965) +++ head/audio/gimmix/Makefile Mon Sep 2 10:06:03 2013 (r325966) @@ -19,18 +19,18 @@ LICENSE= GPLv2 OPTIONS_DEFINE= NLS -.include <bsd.port.options.mk> - USE_GNOME= gtk20 intltool libglade2 USE_BZIP2= yes GNU_CONFIGURE= yes -USES= gmake +USES= gmake pkgconfig MAN1= gimmix.1 CONFIGURE_ENV= DATADIRNAME=share +.include <bsd.port.options.mk> + .if ${PORT_OPTIONS:MNLS} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lintl Modified: head/audio/gmpc-extraplaylist/Makefile ============================================================================== --- head/audio/gmpc-extraplaylist/Makefile Mon Sep 2 10:00:38 2013 (r325965) +++ head/audio/gmpc-extraplaylist/Makefile Mon Sep 2 10:06:03 2013 (r325966) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gmpc-extraplaylist -# Date created: March 27 2008 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= gmpc-extraplaylist PORTVERSION= 0.20.0 @@ -20,7 +16,8 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgc RUN_DEPENDS= gmpc:${PORTSDIR}/audio/gmpc GNU_CONFIGURE= yes -USE_GNOME= pkgconfig glib20 gtk20 libglade2 libxml2 +USES= pkgconfig +USE_GNOME= glib20 gtk20 libglade2 libxml2 PLIST_FILES= lib/gmpc/plugins/libextraplaylist.la \ lib/gmpc/plugins/libextraplaylist.so Modified: head/audio/gnomoradio/Makefile ============================================================================== --- head/audio/gnomoradio/Makefile Mon Sep 2 10:00:38 2013 (r325965) +++ head/audio/gnomoradio/Makefile Mon Sep 2 10:06:03 2013 (r325966) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gnomoradio -# Date created: 23 Oct 2004 -# Whom: Jean-Yves Lefort <jylefort@brutele.be> -# +# Created by: Jean-Yves Lefort <jylefort@brutele.be> # $FreeBSD$ -# PORTNAME= gnomoradio PORTVERSION= 0.15.1 @@ -22,7 +18,8 @@ LIB_DEPENDS= sigc-2.0:${PORTSDIR}/devel vorbis:${PORTSDIR}/audio/libvorbis \ ao:${PORTSDIR}/audio/libao -USE_GNOME= gnomehack gnomeprefix +USES= pathfix pkgconfig +USE_GNOME= gnomeprefix USE_AUTOTOOLS= libtool USE_LDCONFIG= yes LIBTOOLFLAGS= --tag=CXX Modified: head/audio/libaacplus/Makefile ============================================================================== --- head/audio/libaacplus/Makefile Mon Sep 2 10:00:38 2013 (r325965) +++ head/audio/libaacplus/Makefile Mon Sep 2 10:06:03 2013 (r325966) @@ -19,7 +19,7 @@ RESTRICTED= unclear legal status, probab CONFLICTS= aacplusenc-0* USE_CSTD= gnu89 -USE_GNOME= gnomehack pkgconfig +USES= pathfix pkgconfig USE_LDCONFIG= yes USE_AUTOTOOLS= libtool libtoolize aclocal autoheader automake GNOME_MAKEFILEIN= Makefile.am Modified: head/audio/libao/Makefile ============================================================================== --- head/audio/libao/Makefile Mon Sep 2 10:00:38 2013 (r325965) +++ head/audio/libao/Makefile Mon Sep 2 10:06:03 2013 (r325966) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libao -# Date created: 18 October 2000 -# Whom: t.vanklaveren@student.utwente.nl -# +# Created by: t.vanklaveren@student.utwente.nl # $FreeBSD$ -# PORTNAME= libao PORTVERSION= 1.1.0 @@ -16,7 +12,7 @@ COMMENT= Portable audio output library USE_AUTOTOOLS= libtool WANT_GNOME= yes -USE_GNOME= gnomehack pkgconfig +USES= pathfix pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-arts Modified: head/audio/libbpm/Makefile ============================================================================== --- head/audio/libbpm/Makefile Mon Sep 2 10:00:38 2013 (r325965) +++ head/audio/libbpm/Makefile Mon Sep 2 10:06:03 2013 (r325966) @@ -1,6 +1,4 @@ -# New ports collection makefile for: libbpm -# Date created: 11 December 2009 -# Whom: Mykola Dzham <i@levsha.me> +# Created by: Mykola Dzham <i@levsha.me> # # $FreeBSD$ # @@ -16,7 +14,7 @@ COMMENT= C-library contains low level be GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_GNOME= gnomehack pkgconfig +USES= pathfix pkgconfig post-patch: ${SED} -i '' 's/\(-release .*\)/\1 -version-info 0/' ${WRKSRC}/Makefile.in ${WRKSRC}/*/Makefile.in Modified: head/audio/libcdaudio/Makefile ============================================================================== --- head/audio/libcdaudio/Makefile Mon Sep 2 10:00:38 2013 (r325965) +++ head/audio/libcdaudio/Makefile Mon Sep 2 10:06:03 2013 (r325966) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libcdaudio -# Date created: 01 June 1999 -# Whom: Thomas Gellekum <tg@FreeBSD.org> -# +# Created by: Thomas Gellekum <tg@FreeBSD.org> # $FreeBSD$ -# PORTNAME= libcdaudio PORTVERSION= 0.99.12p2 @@ -15,7 +11,7 @@ MAINTAINER= novel@FreeBSD.org COMMENT= A library for playing audio CDs USE_AUTOTOOLS= libtool -USE_GNOME= gnomehack pkgconfig +USES= pathfix pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/audio/libfishsound/Makefile ============================================================================== --- head/audio/libfishsound/Makefile Mon Sep 2 10:00:38 2013 (r325965) +++ head/audio/libfishsound/Makefile Mon Sep 2 10:06:03 2013 (r325966) @@ -20,7 +20,7 @@ LIB_DEPENDS= FLAC:${PORTSDIR}/audio/flac OPTIONS_DEFINE= DOCS DOXYGEN GNU_CONFIGURE= yes -USE_GNOME= gnomehack pkgconfig +USES= pathfix pkgconfig USE_LDCONFIG= yes .include <bsd.port.options.mk> Modified: head/audio/libmodplug/Makefile ============================================================================== --- head/audio/libmodplug/Makefile Mon Sep 2 10:00:38 2013 (r325965) +++ head/audio/libmodplug/Makefile Mon Sep 2 10:06:03 2013 (r325966) @@ -9,15 +9,12 @@ MASTER_SITES= SF/modplug-xmms/${PORTNAME MAINTAINER= ehaupt@FreeBSD.org COMMENT= ModPlug mod-like music shared libraries -USES= gmake +USES= gmake pathfix pkgconfig USE_LDCONFIG= yes -USE_GNOME= pkgconfig GNU_CONFIGURE= yes post-patch: @${REINPLACE_CMD} -e '/^CXXFLAGS=/d' \ ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|{libdir}/pkgconfig|{prefix}/libdata/pkgconfig|' \ - ${WRKSRC}/Makefile.in .include <bsd.port.mk> Modified: head/audio/libmpd/Makefile ============================================================================== --- head/audio/libmpd/Makefile Mon Sep 2 10:00:38 2013 (r325965) +++ head/audio/libmpd/Makefile Mon Sep 2 10:06:03 2013 (r325966) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libmpd -# Date created: Apr 4 2006 -# Whom: Stepan Zastupov [RedChrom] <redchrom@gmail.com> -# +# Created by: Stepan Zastupov [RedChrom] <redchrom@gmail.com> # $FreeBSD$ -# PORTNAME= libmpd PORTVERSION= 11.8.17 @@ -15,7 +11,8 @@ COMMENT= Abstraction around libmpdclient USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes -USE_GNOME= pkgconfig glib20 gnomehack +USES= pathfix pkgconfig +USE_GNOME= glib20 USE_LDCONFIG= yes post-patch: Modified: head/audio/liboggz/Makefile ============================================================================== --- head/audio/liboggz/Makefile Mon Sep 2 10:00:38 2013 (r325965) +++ head/audio/liboggz/Makefile Mon Sep 2 10:06:03 2013 (r325966) @@ -1,9 +1,5 @@ -# New ports collection makefile for: liboggz -# Date created: 08 October 2006 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# +# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> # $FreeBSD$ -# PORTNAME= liboggz DISTVERSION= 1.1.1 @@ -18,7 +14,7 @@ COMMENT= Simple Ogg API LIB_DEPENDS= ogg:${PORTSDIR}/audio/libogg USE_AUTOTOOLS= libtool -USE_GNOME= pkgconfig +USES= pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ogg=${LOCALBASE} --program-transform-name="" Modified: head/audio/libshout2/Makefile ============================================================================== --- head/audio/libshout2/Makefile Mon Sep 2 10:00:38 2013 (r325965) +++ head/audio/libshout2/Makefile Mon Sep 2 10:06:03 2013 (r325966) @@ -22,9 +22,8 @@ CONFLICTS= libshout-[0-9]* CFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include GNU_CONFIGURE= yes LDFLAGS+= ${PTHREAD_LIBS} -L${LOCALBASE}/lib -USE_GNOME= gnomehack pkgconfig USE_LDCONFIG= yes -USES= gmake +USES= gmake pathfix pkgconfig DOCSDIR= ${PREFIX}/share/doc/libshout Modified: head/audio/mpdas/Makefile ============================================================================== --- head/audio/mpdas/Makefile Mon Sep 2 10:00:38 2013 (r325965) +++ head/audio/mpdas/Makefile Mon Sep 2 10:06:03 2013 (r325966) @@ -13,7 +13,7 @@ COMMENT= MPD AudioScrobbler written in C LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ mpd.4:${PORTSDIR}/audio/libmpd -USE_GNOME= pkgconfig +USES= pkgconfig USE_BZIP2= yes USE_RC_SUBR= mpdas Modified: head/audio/mpdscribble/Makefile ============================================================================== --- head/audio/mpdscribble/Makefile Mon Sep 2 10:00:38 2013 (r325965) +++ head/audio/mpdscribble/Makefile Mon Sep 2 10:06:03 2013 (r325966) @@ -15,7 +15,8 @@ LICENSE= GPLv2 LIB_DEPENDS+= mpdclient.2:${PORTSDIR}/audio/libmpdclient USE_BZIP2= yes -USE_GNOME= glib20 pkgconfig +USES= pkgconfig +USE_GNOME= glib20 GNU_CONFIGURE= yes USE_RC_SUBR= mpdscribble Modified: head/audio/p5-Audio/Makefile ============================================================================== --- head/audio/p5-Audio/Makefile Mon Sep 2 10:00:38 2013 (r325965) +++ head/audio/p5-Audio/Makefile Mon Sep 2 10:06:03 2013 (r325966) @@ -13,12 +13,13 @@ MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= dhn@FreeBSD.org -COMMENT= An audio manipulation routines for perl +COMMENT= Audio manipulation routines for perl BUILD_DEPENDS= p5-Math-GSL>=0:${PORTSDIR}/math/p5-Math-GSL RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Audio::Play.3 Audio::Data.3 Modified: head/audio/p5-MusicBrainz-DiscID/Makefile ============================================================================== --- head/audio/p5-MusicBrainz-DiscID/Makefile Mon Sep 2 10:00:38 2013 (r325965) +++ head/audio/p5-MusicBrainz-DiscID/Makefile Mon Sep 2 10:06:03 2013 (r325966) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-WebService-MusicBrainz -# Date created: 2009-12-22 -# Whom: Tobias Rehbein <tobias.rehbein@web.de> -# +# Created by: Tobias Rehbein <tobias.rehbein@web.de> # $FreeBSD$ -# PORTNAME= MusicBrainz-DiscID PORTVERSION= 0.03 @@ -19,8 +15,8 @@ BUILD_DEPENDS= p5-Test-Pod>=0:${PORTSDIR LIB_DEPENDS= discid.0:${PORTSDIR}/audio/libdiscid RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_GNOME= pkgconfig -PERL_MODBUILD= yes +USES= pkgconfig perl5 +USE_PERL5= modbuild MAN3= MusicBrainz::DiscID.3 Modified: head/audio/p5-Net-LibLO/Makefile ============================================================================== --- head/audio/p5-Net-LibLO/Makefile Mon Sep 2 10:00:38 2013 (r325965) +++ head/audio/p5-Net-LibLO/Makefile Mon Sep 2 10:06:03 2013 (r325966) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Net::LibLO -# Date created: 01 May 2010 -# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> -# +# Created by: Jun Kuriyama <kuriyama@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Net-LibLO PORTVERSION= 0.06 @@ -17,8 +13,8 @@ COMMENT= Perl extension for liblo Lightw LIB_DEPENDS= lo:${PORTSDIR}/audio/liblo -PERL_CONFIGURE= yes -USE_GNOME= pkgconfig +USES= pkgconfig perl5 +USE_PERL5= configure MAN3= \ Net::LibLO.3 \ Modified: head/audio/pianobar/Makefile ============================================================================== --- head/audio/pianobar/Makefile Mon Sep 2 10:00:38 2013 (r325965) +++ head/audio/pianobar/Makefile Mon Sep 2 10:06:03 2013 (r325966) @@ -23,7 +23,7 @@ MAN_COMPRESSED= no PLIST_FILES= bin/pianobar -USES= gmake +USES= gmake pkgconfig USE_BZIP2= yes MAKE_ARGS+= CC="${CC}" Modified: head/audio/uade/Makefile ============================================================================== --- head/audio/uade/Makefile Mon Sep 2 10:00:38 2013 (r325965) +++ head/audio/uade/Makefile Mon Sep 2 10:06:03 2013 (r325966) @@ -13,7 +13,7 @@ COMMENT= Unix Amiga Delitracker Emulator LIB_DEPENDS= ao:${PORTSDIR}/audio/libao -USES= gmake +USES= gmake pkgconfig HAS_CONFIGURE= yes USE_BZIP2= yes Modified: head/audio/vorbis-tools/Makefile ============================================================================== --- head/audio/vorbis-tools/Makefile Mon Sep 2 10:00:38 2013 (r325965) +++ head/audio/vorbis-tools/Makefile Mon Sep 2 10:06:03 2013 (r325966) @@ -18,6 +18,7 @@ LIB_DEPENDS= ao.4:${PORTSDIR}/audio/liba speex.1:${PORTSDIR}/audio/speex \ vorbis.4:${PORTSDIR}/audio/libvorbis +USES= pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309021006.r82A64HW047959>