From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 10:06:09 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5CEBD296; Mon, 2 Sep 2013 10:06:09 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3B9012E69; Mon, 2 Sep 2013 10:06:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82A696P047999; Mon, 2 Sep 2013 10:06:09 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82A64HW047959; Mon, 2 Sep 2013 10:06:04 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309021006.r82A64HW047959@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 10:06:04 +0000 (UTC) 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... 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.14 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: Mon, 02 Sep 2013 10:06:09 -0000 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 -# +# Created by: Aragon Gouveia # $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 -# +# Created by: Roman Bogorodskiy # $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 - USE_GNOME= gtk20 intltool libglade2 USE_BZIP2= yes GNU_CONFIGURE= yes -USES= gmake +USES= gmake pkgconfig MAN1= gimmix.1 CONFIGURE_ENV= DATADIRNAME=share +.include + .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 -# +# Created by: Martin Wilke # $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 -# +# Created by: Jean-Yves Lefort # $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 +# Created by: Mykola Dzham # # $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 -# +# Created by: Thomas Gellekum # $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 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 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] -# +# Created by: Stepan Zastupov [RedChrom] # $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 -# +# Created by: Andrew Pantyukhin # $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 -# +# Created by: Tobias Rehbein # $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 -# +# Created by: Jun Kuriyama # $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}"