Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Sep 2013 09:59:01 +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: r326132 - in head: audio/esperanza audio/gqmpeg-devel deskutils/osmo editors/gedit emulators/x48 games/freeciv net-im/ejabberd net-mgmt/virt-viewer net/desktop-data-model palm/synce-gvf...
Message-ID:  <201309030959.r839x1XL009234@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Sep  3 09:59:01 2013
New Revision: 326132
URL: http://svnweb.freebsd.org/changeset/ports/326132

Log:
  Add an explicit dependency on pkgconf

Modified:
  head/audio/esperanza/Makefile
  head/audio/gqmpeg-devel/Makefile
  head/deskutils/osmo/Makefile
  head/editors/gedit/Makefile
  head/emulators/x48/Makefile
  head/games/freeciv/Makefile
  head/net-im/ejabberd/Makefile
  head/net-mgmt/virt-viewer/Makefile
  head/net/desktop-data-model/Makefile
  head/palm/synce-gvfs/Makefile
  head/sysutils/swapd/Makefile
  head/textproc/ibus/Makefile
  head/x11-fm/nautilus/Makefile
  head/x11-toolkits/eel/Makefile
  head/x11-toolkits/gtk-sharp-beans/Makefile
  head/x11-toolkits/gtksourceview/Makefile
  head/x11-toolkits/libgnomeprintuimm/Makefile
  head/x11-toolkits/libgnomeui/Makefile
  head/x11-toolkits/libgnomeuimm/Makefile
  head/x11/gnome-screensaver/Makefile

Modified: head/audio/esperanza/Makefile
==============================================================================
--- head/audio/esperanza/Makefile	Tue Sep  3 09:54:56 2013	(r326131)
+++ head/audio/esperanza/Makefile	Tue Sep  3 09:59:01 2013	(r326132)
@@ -20,7 +20,7 @@ USE_BZIP2=	yes
 USE_QT4=	gui xml network imageformats_run \
 		qmake_build moc_build rcc_build uic_build
 QT_NONSTANDARD=	yes
-USES=		gmake
+USES=		gmake pkgconfig
 HAS_CONFIGURE=	yes
 CONFIGURE_ARGS=	--prefix=${PREFIX} --disable-growl
 

Modified: head/audio/gqmpeg-devel/Makefile
==============================================================================
--- head/audio/gqmpeg-devel/Makefile	Tue Sep  3 09:54:56 2013	(r326131)
+++ head/audio/gqmpeg-devel/Makefile	Tue Sep  3 09:59:01 2013	(r326132)
@@ -12,8 +12,6 @@ COMMENT=	Another gtk-based MP3 frontend
 
 LIB_DEPENDS=	png15:${PORTSDIR}/graphics/png
 
-USES=		pkgconfig
-
 .if defined(WITH_MPG321)
 RUN_DEPENDS+=	mpg321:${PORTSDIR}/audio/mpg321
 .else
@@ -28,7 +26,7 @@ RUN_DEPENDS+=	xmp:${PORTSDIR}/audio/xmp
 RUN_DEPENDS+=	ogg123:${PORTSDIR}/audio/vorbis-tools
 .endif
 
-USES=		gmake
+USES=		gmake pkgconfig
 LATEST_LINK=	gqmpeg-devel
 USE_XORG=	xext xrender xinerama xi xrandr xcursor xcomposite xdamage x11 \
 		xfixes xproto

Modified: head/deskutils/osmo/Makefile
==============================================================================
--- head/deskutils/osmo/Makefile	Tue Sep  3 09:54:56 2013	(r326131)
+++ head/deskutils/osmo/Makefile	Tue Sep  3 09:59:01 2013	(r326132)
@@ -18,7 +18,7 @@ LIB_DEPENDS=	xml2:${PORTSDIR}/textproc/l
 		gtkhtml:${PORTSDIR}/www/libgtkhtml
 
 USE_GNOME=	gtk20
-USES=		gettext gmake
+USES=		gettext gmake pkgconfig
 INSTALLS_ICONS=	yes
 
 GNU_CONFIGURE=	yes

Modified: head/editors/gedit/Makefile
==============================================================================
--- head/editors/gedit/Makefile	Tue Sep  3 09:54:56 2013	(r326131)
+++ head/editors/gedit/Makefile	Tue Sep  3 09:59:01 2013	(r326132)
@@ -1,10 +1,6 @@
-# New ports collection makefile for:	gedit2
-# Date created:				14 May 2002
-# Whom:					Joe Marcus Clarke <marcus@FreeBSD.org>
-#
+# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
 # $FreeBSD$
 #   $MCom: ports/editors/gedit/Makefile,v 1.125 2010/09/30 19:58:54 kwm Exp $
-#
 
 PORTNAME=	gedit
 PORTVERSION=	2.30.4
@@ -23,10 +19,9 @@ RUN_DEPENDS=	${LOCALBASE}/libdata/pkgcon
 
 USE_XORG=	sm
 USE_BZIP2=	yes
-USES=		gettext
+USES=		gettext gmake pkgconfig
 INSTALLS_OMF=	yes
 USE_LDCONFIG=	yes
-USE_GMAKE=	yes
 USE_AUTOTOOLS=	libtool
 USE_GNOME=	gnomeprefix gnomehack intlhack gconf2 gtksourceview2 \
 		desktopfileutils gnomedocutils ltasneededhack

Modified: head/emulators/x48/Makefile
==============================================================================
--- head/emulators/x48/Makefile	Tue Sep  3 09:54:56 2013	(r326131)
+++ head/emulators/x48/Makefile	Tue Sep  3 09:59:01 2013	(r326132)
@@ -24,7 +24,7 @@ AUTOMAKE_ARGS=	--add-missing --copy -Wno
 ACLOCAL_ARGS=	# default args (--acdir=...) produce broken configure script
 CPPFLAGS+=	-I${LOCALBASE}/include
 CONFIGURE_ENV=	LIBS=-lutil
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_XORG=	x11 xext xt
 NO_WRKSUBDIR=	yes
 

Modified: head/games/freeciv/Makefile
==============================================================================
--- head/games/freeciv/Makefile	Tue Sep  3 09:54:56 2013	(r326131)
+++ head/games/freeciv/Makefile	Tue Sep  3 09:59:01 2013	(r326132)
@@ -11,8 +11,7 @@ COMMENT=	Free turn-based multiplayer str
 
 RUN_DEPENDS=	hicolor-icon-theme>=0:${PORTSDIR}/misc/hicolor-icon-theme
 
-USES=		gettext
-USE_GMAKE=	yes
+USES=		gettext gmake pkgconfig
 USE_BZIP2=	yes
 USE_PYTHON=	yes
 GNU_CONFIGURE=	yes

Modified: head/net-im/ejabberd/Makefile
==============================================================================
--- head/net-im/ejabberd/Makefile	Tue Sep  3 09:54:56 2013	(r326131)
+++ head/net-im/ejabberd/Makefile	Tue Sep  3 09:59:01 2013	(r326132)
@@ -21,8 +21,7 @@ USERS=		ejabberd
 GROUPS=		${USERS}
 
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
-USES=		iconv
+USES=		iconv gmake pkgconfig
 USE_RC_SUBR=	${PORTNAME}
 NOPRECIOUSMAKEVARS=	yes
 

Modified: head/net-mgmt/virt-viewer/Makefile
==============================================================================
--- head/net-mgmt/virt-viewer/Makefile	Tue Sep  3 09:54:56 2013	(r326131)
+++ head/net-mgmt/virt-viewer/Makefile	Tue Sep  3 09:59:01 2013	(r326132)
@@ -21,7 +21,7 @@ FETCH_ARGS=	-Fpr
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV+=	DATADIRNAME=share
-USES=		gmake
+USES=		gmake pkgconfig
 
 MAN1=		remote-viewer.1 virt-viewer.1
 

Modified: head/net/desktop-data-model/Makefile
==============================================================================
--- head/net/desktop-data-model/Makefile	Tue Sep  3 09:54:56 2013	(r326131)
+++ head/net/desktop-data-model/Makefile	Tue Sep  3 09:59:01 2013	(r326132)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	desktop-data-model
-# Date created:		2008-05-28
-# Whom:			Ashish Shukla <wahjava@gmail.com>
-#
+# Created by: Ashish Shukla <wahjava@gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	desktop-data-model
 PORTVERSION=	1.2.4
@@ -25,9 +21,8 @@ LIB_DEPENDS=	pcre.3:${PORTSDIR}/devel/pc
 		sqlite3.8:${PORTSDIR}/databases/sqlite3 \
 		loudmouth-1.0:${PORTSDIR}/net-im/loudmouth
 
-USE_GMAKE=	yes
 USE_BZIP2=	yes
-USES=		gettext
+USES=		gettext gmake pkgconfig
 USE_GNOME=	gnomehack gtk20 glib20 gnomedesktop gnomevfs2
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-maemo=no

Modified: head/palm/synce-gvfs/Makefile
==============================================================================
--- head/palm/synce-gvfs/Makefile	Tue Sep  3 09:54:56 2013	(r326131)
+++ head/palm/synce-gvfs/Makefile	Tue Sep  3 09:59:01 2013	(r326132)
@@ -15,8 +15,7 @@ LIB_DEPENDS=	rapi.2:${PORTSDIR}/palm/syn
 
 
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
-USES=        pathfix gettext
+USES=		pathfix gettext gmake pkgconfig
 USE_GNOME=	gnomeprefix gvfs
 INSTALLS_ICONS=	yes
 LDFLAGS+=	-L${LOCALBASE}/lib ${PTHREAD_LIBS}

Modified: head/sysutils/swapd/Makefile
==============================================================================
--- head/sysutils/swapd/Makefile	Tue Sep  3 09:54:56 2013	(r326131)
+++ head/sysutils/swapd/Makefile	Tue Sep  3 09:59:01 2013	(r326132)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	swapd
-# Date created:				August 16, 2007
-# Whom:					Yen-Ming Lee <leeym@FreeBSD.org>
-#
+# Created by: Yen-Ming Lee <leeym@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	swapd
 PORTVERSION=	1.0.3
@@ -16,7 +12,7 @@ COMMENT=	A daemon that watches free memo
 
 LIB_DEPENDS=	statgrab:${PORTSDIR}/devel/libstatgrab
 
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 GNU_CONFIGURE=	yes
 
 USE_RC_SUBR=	swapd

Modified: head/textproc/ibus/Makefile
==============================================================================
--- head/textproc/ibus/Makefile	Tue Sep  3 09:54:56 2013	(r326131)
+++ head/textproc/ibus/Makefile	Tue Sep  3 09:59:01 2013	(r326132)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	ibus
-# Date created:				21 October 2008
-# Whom:					Henry Hu <henry.hu.sh@gmail.com>
-#
+# Created by: Henry Hu <henry.hu.sh@gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	ibus
 PORTVERSION=	1.4.1
@@ -28,7 +24,7 @@ USE_PYTHON=	yes
 USE_GNOME=	pygtk2 gconf2
 
 USE_LDCONFIG=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes
 GCONF_SCHEMAS=	ibus.schemas

Modified: head/x11-fm/nautilus/Makefile
==============================================================================
--- head/x11-fm/nautilus/Makefile	Tue Sep  3 09:54:56 2013	(r326131)
+++ head/x11-fm/nautilus/Makefile	Tue Sep  3 09:59:01 2013	(r326132)
@@ -21,8 +21,7 @@ CONFLICTS=	nautilus-3.[0-9]*
 
 INSTALLS_ICONS=	yes
 USE_BZIP2=	yes
-USE_GMAKE=	yes
-USES=		gettext desktop-file-utils shared-mime-info
+USES=		gettext desktop-file-utils shared-mime-info gmake pkgconfig
 USE_GNOME=	gnomeprefix gnomehack intlhack gnomedesktop \
 		librsvg2 ltverhack gvfs ltasneededhack
 USE_LDCONFIG=	yes

Modified: head/x11-toolkits/eel/Makefile
==============================================================================
--- head/x11-toolkits/eel/Makefile	Tue Sep  3 09:54:56 2013	(r326131)
+++ head/x11-toolkits/eel/Makefile	Tue Sep  3 09:59:01 2013	(r326132)
@@ -1,10 +1,6 @@
-# New ports collection makefile for:    eel2
-# Date created:         		8th May 2001
-# Whom:                 		Ade Lovett <ade@FreeBSD.org>
-#
+# Created by: Ade Lovett <ade@FreeBSD.org>
 # $FreeBSD$
 #   $MCom: ports/x11-toolkits/eel/Makefile,v 1.90 2010/09/28 09:15:49 kwm Exp $
-#
 
 PORTNAME=	eel
 PORTVERSION=	2.26.0
@@ -16,9 +12,8 @@ DIST_SUBDIR=	gnome2
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	Generally useful classes and extensions to GNOME
 
-USES=		gettext
+USES=		gettext gmake pkgconfig
 USE_BZIP2=	yes
-USE_GMAKE=	yes
 USE_XORG=	xrender
 GNOME_DESKTOP_VERSION=2
 USE_GNOME=	gnomeprefix gnomehack gnomedesktop ltverhack intlhack

Modified: head/x11-toolkits/gtk-sharp-beans/Makefile
==============================================================================
--- head/x11-toolkits/gtk-sharp-beans/Makefile	Tue Sep  3 09:54:56 2013	(r326131)
+++ head/x11-toolkits/gtk-sharp-beans/Makefile	Tue Sep  3 09:59:01 2013	(r326132)
@@ -12,8 +12,8 @@ BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgc
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 GNU_CONFIGURE=	yes
+USES=		gmake pkgconfig
 USE_BZIP2=	yes
-USE_GMAKE=	yes
 
 .include <bsd.port.pre.mk>
 

Modified: head/x11-toolkits/gtksourceview/Makefile
==============================================================================
--- head/x11-toolkits/gtksourceview/Makefile	Tue Sep  3 09:54:56 2013	(r326131)
+++ head/x11-toolkits/gtksourceview/Makefile	Tue Sep  3 09:59:01 2013	(r326132)
@@ -1,10 +1,6 @@
-# New ports collection makefile for:	gtksourceview
-# Date created:				07 May 2003
-# Whom:					Joe Marcus Clarke <marcus@FreeBSD.org>
-#
+# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
 # $FreeBSD$
 #   $MCom: ports/x11-toolkits/gtksourceview/Makefile,v 1.46 2007/05/19 21:36:33 marcus Exp $
-#
 
 PORTNAME=	gtksourceview
 PORTVERSION=	1.8.5
@@ -20,8 +16,7 @@ USE_BZIP2=	yes
 
 .if !defined(REFERENCE_PORT)
 
-USES=		gettext
-USE_GMAKE=	yes
+USES=		gettext gmake pkgconfig
 USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	yes
 USE_GNOME=	gnomeprefix gnomehack libgnome libgnomeprintui intlhack \

Modified: head/x11-toolkits/libgnomeprintuimm/Makefile
==============================================================================
--- head/x11-toolkits/libgnomeprintuimm/Makefile	Tue Sep  3 09:54:56 2013	(r326131)
+++ head/x11-toolkits/libgnomeprintuimm/Makefile	Tue Sep  3 09:59:01 2013	(r326132)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	libgnomeprintuimm
-# Date created:				17 December 2003
-# Whom:					Joe Marcus Clarke <marcus@FreeBSD.org>
-#
+# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	libgnomeprintuimm
 PORTVERSION=	2.5.2
@@ -21,7 +17,7 @@ BUILD_DEPENDS=	gm4:${PORTSDIR}/devel/m4
 
 USE_AUTOTOOLS=	libtool
 USE_BZIP2=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_GNOME=	gnomeprefix gnomehack libgnomeprintui
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes

Modified: head/x11-toolkits/libgnomeui/Makefile
==============================================================================
--- head/x11-toolkits/libgnomeui/Makefile	Tue Sep  3 09:54:56 2013	(r326131)
+++ head/x11-toolkits/libgnomeui/Makefile	Tue Sep  3 09:59:01 2013	(r326132)
@@ -21,8 +21,7 @@ LIB_DEPENDS+=	gnome-keyring.0:${PORTSDIR
 RUN_DEPENDS=	${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme
 
 USE_XORG=	sm
-USE_GMAKE=	yes
-USES=		bison pathfix gettext
+USES=		bison pathfix gettext gmake pkgconfig
 USE_GNOME=	gnomeprefix gnomehier libbonoboui ltverhack \
 		referencehack gvfs
 USE_LDCONFIG=	yes

Modified: head/x11-toolkits/libgnomeuimm/Makefile
==============================================================================
--- head/x11-toolkits/libgnomeuimm/Makefile	Tue Sep  3 09:54:56 2013	(r326131)
+++ head/x11-toolkits/libgnomeuimm/Makefile	Tue Sep  3 09:59:01 2013	(r326132)
@@ -17,7 +17,7 @@ LIB_DEPENDS=	gnomemm-2.0:${PORTSDIR}/x11
 		glademm-2.0:${PORTSDIR}/devel/libglademm
 BUILD_DEPENDS=	gm4:${PORTSDIR}/devel/m4
 
-USES=		gmake pathfix
+USES=		gmake pathfix pkgconfig
 USE_GNOME=	libgnomeui
 USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	yes

Modified: head/x11/gnome-screensaver/Makefile
==============================================================================
--- head/x11/gnome-screensaver/Makefile	Tue Sep  3 09:54:56 2013	(r326131)
+++ head/x11/gnome-screensaver/Makefile	Tue Sep  3 09:59:01 2013	(r326132)
@@ -18,10 +18,9 @@ RUN_DEPENDS=	xscreensaver-gl-helper:${PO
 CONFLICTS=	gnome-screensaver-3.[0-9]*
 
 USE_BZIP2=	yes
-USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 USE_XORG=	xtst xxf86vm
-USES=		pathfix gettext
+USES=		pathfix gettext gmake pkgconfig
 USE_GNOME=	gnomeprefix intlhack gnomemenus libgnomekbd gnomedesktop
 CONFIGURE_ARGS=	--with-gdm-config=${LOCALBASE}/etc/gdm/custom.conf \
 		--with-xscreensaverdir=${XSCREENSAVER_DIR} \



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