Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Sep 2013 08:27:08 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326709 - in head/audio: ardour audacious-dumb clementine-player cuberok cueplayer esound gkrellmms2 gkrellmvolume2 gmidimonitor gmtp goobox
Message-ID:  <201309080827.r888R8Cc001747@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Sep  8 08:27:08 2013
New Revision: 326709
URL: http://svnweb.freebsd.org/changeset/ports/326709

Log:
  Add an explicit dependency on pkgconf
  
  Obtained from:	portmgr (bapt)

Modified:
  head/audio/ardour/Makefile
  head/audio/audacious-dumb/Makefile
  head/audio/clementine-player/Makefile
  head/audio/cuberok/Makefile
  head/audio/cueplayer/Makefile
  head/audio/esound/Makefile
  head/audio/gkrellmms2/Makefile
  head/audio/gkrellmvolume2/Makefile
  head/audio/gmidimonitor/Makefile
  head/audio/gmtp/Makefile
  head/audio/goobox/Makefile

Modified: head/audio/ardour/Makefile
==============================================================================
--- head/audio/ardour/Makefile	Sun Sep  8 08:21:46 2013	(r326708)
+++ head/audio/ardour/Makefile	Sun Sep  8 08:27:08 2013	(r326709)
@@ -20,7 +20,7 @@ LIB_DEPENDS=	lo:${PORTSDIR}/audio/liblo 
 		gnomecanvasmm-2.6:${PORTSDIR}/graphics/libgnomecanvasmm26
 
 USE_BZIP2=	yes
-USES=		gettext
+USES=		gettext pkgconfig
 USE_SCONS=	yes
 SCONS_ENV+=	SYSLIBS=yes PREFIX=${PREFIX} NLS=yes
 CFLAGS+=	-I${LOCALBASE}/include

Modified: head/audio/audacious-dumb/Makefile
==============================================================================
--- head/audio/audacious-dumb/Makefile	Sun Sep  8 08:21:46 2013	(r326708)
+++ head/audio/audacious-dumb/Makefile	Sun Sep  8 08:27:08 2013	(r326709)
@@ -16,7 +16,7 @@ RUN_DEPENDS=	audacious:${PORTSDIR}/multi
 BUILD_DEPENDS=	audacious:${PORTSDIR}/multimedia/audacious \
 		${LOCALBASE}/lib/libdumb.a:${PORTSDIR}/audio/dumb
 
-USES=		gmake
+USES=		gmake pkgconfig
 USE_LDCONFIG=	yes
 
 post-patch:

Modified: head/audio/clementine-player/Makefile
==============================================================================
--- head/audio/clementine-player/Makefile	Sun Sep  8 08:21:46 2013	(r326708)
+++ head/audio/clementine-player/Makefile	Sun Sep  8 08:27:08 2013	(r326709)
@@ -25,7 +25,7 @@ BUILD_DEPENDS=	${LOCALBASE}/include/boos
 LATEST_LINK=	${PORTNAME}${PKGNAMESUFFIX}
 PROJECTHOST=	${PORTNAME}${PKGNAMESUFFIX}
 
-USES=		cmake
+USES=		cmake pkgconfig
 USE_GL=		glew
 USE_QT4=	dbus gui xml qmake_build uic_build moc_build rcc_build \
 		linguist_build network sql opengl qtestlib corelib webkit

Modified: head/audio/cuberok/Makefile
==============================================================================
--- head/audio/cuberok/Makefile	Sun Sep  8 08:21:46 2013	(r326708)
+++ head/audio/cuberok/Makefile	Sun Sep  8 08:27:08 2013	(r326709)
@@ -20,7 +20,7 @@ LIB_DEPENDS=	avcodec:${PORTSDIR}/multime
 USE_LDCONFIG=	yes
 USE_QT4=	gui xml qmake_build uic_build moc_build rcc_build \
 		network phonon-gst sql
-USES=		gettext iconv
+USES=		gettext iconv pkgconfig
 USE_SDL=	sdl
 QMAKEFLAGS+=	"CONFIG+=player_phonon"
 MAKE_ENV+=	INSTALL_ROOT=${PREFIX}

Modified: head/audio/cueplayer/Makefile
==============================================================================
--- head/audio/cueplayer/Makefile	Sun Sep  8 08:21:46 2013	(r326708)
+++ head/audio/cueplayer/Makefile	Sun Sep  8 08:27:08 2013	(r326709)
@@ -16,6 +16,7 @@ COMMENT=	CUE player
 
 LIB_DEPENDS=	notify.4:${PORTSDIR}/devel/libnotify
 
+USES=		pkgconfig
 USE_QT4=	gui xml qmake_build uic_build moc_build rcc_build network
 USE_GSTREAMER=	flac good dvd lame ugly ffmpeg taglib ogg vorbis soup libmms wavpack
 

Modified: head/audio/esound/Makefile
==============================================================================
--- head/audio/esound/Makefile	Sun Sep  8 08:21:46 2013	(r326708)
+++ head/audio/esound/Makefile	Sun Sep  8 08:27:08 2013	(r326709)
@@ -16,7 +16,7 @@ LIB_DEPENDS=	audiofile.0:${PORTSDIR}/aud
 
 USE_AUTOTOOLS=	libtool
 USE_BZIP2=	yes
-USES=	pathfix pkgconfig
+USES=		pathfix pkgconfig:both
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=  yes
 CONFIGURE_ENV=	JW=false

Modified: head/audio/gkrellmms2/Makefile
==============================================================================
--- head/audio/gkrellmms2/Makefile	Sun Sep  8 08:21:46 2013	(r326708)
+++ head/audio/gkrellmms2/Makefile	Sun Sep  8 08:27:08 2013	(r326709)
@@ -23,7 +23,7 @@ PLIST_FILES=	libexec/gkrellm2/plugins/gk
 		share/locale/nl/LC_MESSAGES/gkrellmms.mo \
 		share/locale/ru/LC_MESSAGES/gkrellmms.mo
 
-USES=		gmake
+USES=		gmake pkgconfig
 
 MAKE_ENV+=	PLUGIN_DIR=${PREFIX}/libexec/gkrellm2/plugins \
 		LOCALEDIR=${PREFIX}/share/locale \

Modified: head/audio/gkrellmvolume2/Makefile
==============================================================================
--- head/audio/gkrellmvolume2/Makefile	Sun Sep  8 08:21:46 2013	(r326708)
+++ head/audio/gkrellmvolume2/Makefile	Sun Sep  8 08:27:08 2013	(r326709)
@@ -25,7 +25,7 @@ PLIST_FILES=	libexec/gkrellm2/plugins/vo
 		share/locale/pl/LC_MESSAGES/gkrellm-volume.mo \
 		share/locale/ru/LC_MESSAGES/gkrellm-volume.mo
 
-USES=		gmake
+USES=		gmake pkgconfig
 
 MAKE_ENV+=	PLUGIN_DIR=${PREFIX}/libexec/gkrellm2/plugins \
 		LOCALEDIR=${PREFIX}/share/locale \

Modified: head/audio/gmidimonitor/Makefile
==============================================================================
--- head/audio/gmidimonitor/Makefile	Sun Sep  8 08:21:46 2013	(r326708)
+++ head/audio/gmidimonitor/Makefile	Sun Sep  8 08:27:08 2013	(r326709)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	gmidimonitor
-# Date created:		2007-03-20
-# Whom:			trasz <trasz@pin.if.uz.zgora.pl>
-#
+# Created by: trasz <trasz@pin.if.uz.zgora.pl>
 # $FreeBSD$
-#
 
 PORTNAME=	gmidimonitor
 PORTVERSION=	3.6
@@ -17,6 +13,7 @@ COMMENT=	GTK+ application that shows MID
 LIB_DEPENDS=	jack.0:${PORTSDIR}/audio/jack \
 		lash.2:${PORTSDIR}/audio/lash
 
+USES=		pkgconfig
 USE_BZIP2=	yes
 USE_GNOME=	gtk20 libglade2
 

Modified: head/audio/gmtp/Makefile
==============================================================================
--- head/audio/gmtp/Makefile	Sun Sep  8 08:21:46 2013	(r326708)
+++ head/audio/gmtp/Makefile	Sun Sep  8 08:27:08 2013	(r326709)
@@ -21,7 +21,7 @@ WRKSRC=		${WRKDIR}/gMTP
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
-USES=		gettext gmake
+USES=		gettext gmake pkgconfig
 USE_GNOME=	glib20
 
 PORTDOCS=	*

Modified: head/audio/goobox/Makefile
==============================================================================
--- head/audio/goobox/Makefile	Sun Sep  8 08:21:46 2013	(r326708)
+++ head/audio/goobox/Makefile	Sun Sep  8 08:27:08 2013	(r326709)
@@ -20,7 +20,7 @@ LIB_DEPENDS=	discid:${PORTSDIR}/audio/li
 RUN_DEPENDS=	${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme
 
 USE_XORG=	x11
-USES=		gettext gmake
+USES=		gettext gmake pkgconfig
 USE_BZIP2=	yes
 USE_GNOME=	gnomeprefix gnomehack intlhack gtk20 gconf2 desktopfileutils
 USE_GSTREAMER=	cdparanoia gconf core gio



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309080827.r888R8Cc001747>