Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Sep 2013 08:38:20 +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: r327535 - in head: audio/lastfm-desktop audio/mumble deskutils/fbreader deskutils/libopensync-plugin-evolution2-devel devel/py-statgrab editors/openoffice-3 editors/openoffice-4 editors...
Message-ID:  <201309180838.r8I8cK2W058076@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Sep 18 08:38:20 2013
New Revision: 327535
URL: http://svnweb.freebsd.org/changeset/ports/327535

Log:
  Add an explicit dependency on pkgconf

Modified:
  head/audio/lastfm-desktop/Makefile
  head/audio/mumble/Makefile
  head/deskutils/fbreader/Makefile
  head/deskutils/libopensync-plugin-evolution2-devel/Makefile
  head/devel/py-statgrab/Makefile
  head/editors/openoffice-3/Makefile
  head/editors/openoffice-4/Makefile
  head/editors/openoffice-devel/Makefile
  head/games/pink-pony/Makefile
  head/games/trophy/Makefile
  head/games/uqm/Makefile
  head/irc/minbif/Makefile
  head/lang/neko/Makefile
  head/multimedia/miro/Makefile
  head/multimedia/xbmc-addon-pvr/Makefile
  head/net-p2p/gnunet-gtk/Makefile
  head/net/xrdp-devel/Makefile
  head/print/kover/Makefile
  head/security/razorback-fsMonitor/Makefile
  head/sysutils/gigolo/Makefile
  head/sysutils/libfvde/Makefile
  head/x11-themes/gtk-qt4-engine/Makefile
  head/x11-themes/kde-gtk-config/Makefile
  head/x11-toolkits/vtkfox/Makefile

Modified: head/audio/lastfm-desktop/Makefile
==============================================================================
--- head/audio/lastfm-desktop/Makefile	Wed Sep 18 08:31:00 2013	(r327534)
+++ head/audio/lastfm-desktop/Makefile	Wed Sep 18 08:38:20 2013	(r327535)
@@ -18,6 +18,7 @@ LIB_DEPENDS=	lastfm:${PORTSDIR}/audio/li
 		avcodec1:${PORTSDIR}/multimedia/ffmpeg1 \
 		gpod:${PORTSDIR}/audio/libgpod
 
+USES=		pkgconfig
 USE_BZIP2=	yes
 USE_QT4=	gui linguist_build moc_build network phonon qmake_build \
 		rcc_build uic_build webkit xml

Modified: head/audio/mumble/Makefile
==============================================================================
--- head/audio/mumble/Makefile	Wed Sep 18 08:31:00 2013	(r327534)
+++ head/audio/mumble/Makefile	Wed Sep 18 08:38:20 2013	(r327535)
@@ -17,7 +17,7 @@ LIB_DEPENDS+=	speex:${PORTSDIR}/audio/sp
 		protoc:${PORTSDIR}/devel/protobuf \
 		opus:${PORTSDIR}/audio/opus
 
-USES=		gmake
+USES=		gmake pkgconfig
 USE_QT4=	gui svg iconengines_run xml sql network l10n \
 		linguist_build qmake_build moc_build rcc_build uic_build \
 		opengl sql-sqlite3_run

Modified: head/deskutils/fbreader/Makefile
==============================================================================
--- head/deskutils/fbreader/Makefile	Wed Sep 18 08:31:00 2013	(r327534)
+++ head/deskutils/fbreader/Makefile	Wed Sep 18 08:38:20 2013	(r327535)
@@ -32,7 +32,7 @@ STATUS=		debug
 STATUS=		release
 .endif
 
-USES=		iconv gmake
+USES=		iconv gmake pkgconfig
 USE_SQLITE=	yes
 USE_LDCONFIG=	yes
 

Modified: head/deskutils/libopensync-plugin-evolution2-devel/Makefile
==============================================================================
--- head/deskutils/libopensync-plugin-evolution2-devel/Makefile	Wed Sep 18 08:31:00 2013	(r327534)
+++ head/deskutils/libopensync-plugin-evolution2-devel/Makefile	Wed Sep 18 08:38:20 2013	(r327535)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	libopensync-plugin-evolution2
-# Date created:				18 July 2008
-# Whom:					Alexander Logvinov <ports@logvinov.com>
-#
+# Created by: Alexander Logvinov <ports@logvinov.com>
 # $FreeBSD$
-#
 
 PORTNAME=	libopensync-plugin-evolution2
 PORTVERSION=	0.36
@@ -21,7 +17,7 @@ RUN_DEPENDS=	vconvert:${PORTSDIR}/deskut
 CONFLICTS=	libopensync-plugin-evolution2-0.2*
 
 USE_BZIP2=	yes
-USES=		cmake
+USES=		cmake pkgconfig
 USE_GNOME=	evolutiondataserver gconf2
 
 CMAKE_ARGS+=	-Wno-dev

Modified: head/devel/py-statgrab/Makefile
==============================================================================
--- head/devel/py-statgrab/Makefile	Wed Sep 18 08:31:00 2013	(r327534)
+++ head/devel/py-statgrab/Makefile	Wed Sep 18 08:38:20 2013	(r327535)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	py-statgrab
-# Date created:		20 March 2004
-# Whom:			Tim Bishop <tim@bishnet.net>
-#
+# Created by: Tim Bishop <tim@bishnet.net>
 # $FreeBSD$
-#
 
 PORTNAME=	statgrab
 PORTVERSION=	0.5
@@ -22,6 +18,7 @@ COMMENT=	A set of Python bindings for li
 LIB_DEPENDS=	statgrab.8:${PORTSDIR}/devel/libstatgrab
 
 DIST_SUBDIR=	i-scream
+USES=		pkgconfig
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_PKGNAME=	pystatgrab

Modified: head/editors/openoffice-3/Makefile
==============================================================================
--- head/editors/openoffice-3/Makefile	Wed Sep 18 08:31:00 2013	(r327534)
+++ head/editors/openoffice-3/Makefile	Wed Sep 18 08:38:20 2013	(r327535)
@@ -25,11 +25,10 @@ USE_XORG=	x11 ice xaw xau xext xrender x
 USE_GL=		gl glu
 USE_GSTREAMER=	yes
 #USE_GCC=	yes
-USE_GMAKE=	yes
 USE_PYTHON=	yes
 USE_PERL5=	build
 USE_BZIP2=	yes
-USES+=		bison perl5
+USES+=		bison perl5 pkgconfig gmake
 WITHOUT_CPU_CFLAGS=	true
 
 OPTIONS_DEFINE=	GCONF GNOMEVFS

Modified: head/editors/openoffice-4/Makefile
==============================================================================
--- head/editors/openoffice-4/Makefile	Wed Sep 18 08:31:00 2013	(r327534)
+++ head/editors/openoffice-4/Makefile	Wed Sep 18 08:38:20 2013	(r327535)
@@ -26,7 +26,7 @@ USE_GSTREAMER=	yes
 #USE_GCC=	4.6+
 USE_PYTHON=	yes
 USE_BZIP2=	yes
-USES+=		bison perl5 gmake
+USES+=		bison perl5 gmake pkgconfig
 USE_PERL5=	build
 WITHOUT_CPU_CFLAGS=	true
 MAKE_JOBS_SAFE=	yes

Modified: head/editors/openoffice-devel/Makefile
==============================================================================
--- head/editors/openoffice-devel/Makefile	Wed Sep 18 08:31:00 2013	(r327534)
+++ head/editors/openoffice-devel/Makefile	Wed Sep 18 08:38:20 2013	(r327535)
@@ -27,7 +27,7 @@ USE_GSTREAMER=	yes
 #USE_GCC=	4.6+
 USE_PYTHON=	yes
 USE_BZIP2=	yes
-USES+=		bison perl5 gmake
+USES+=		bison perl5 gmake pkgconfig
 USE_PERL5=	build
 WITHOUT_CPU_CFLAGS=	true
 MAKE_JOBS_SAFE=	yes

Modified: head/games/pink-pony/Makefile
==============================================================================
--- head/games/pink-pony/Makefile	Wed Sep 18 08:31:00 2013	(r327534)
+++ head/games/pink-pony/Makefile	Wed Sep 18 08:38:20 2013	(r327535)
@@ -20,6 +20,7 @@ LIB_DEPENDS=	IL:${PORTSDIR}/graphics/dev
 BUILD_DEPENDS=	${LOCALBASE}/lib/libaudiere.so:${PORTSDIR}/audio/audiere
 RUN_DEPENDS=	${LOCALBASE}/lib/libaudiere.so:${PORTSDIR}/audio/audiere
 
+USES=		pkgconfig
 USE_BZIP2=	yes
 USE_SCONS=	yes
 USE_GL=		gl glu

Modified: head/games/trophy/Makefile
==============================================================================
--- head/games/trophy/Makefile	Wed Sep 18 08:31:00 2013	(r327534)
+++ head/games/trophy/Makefile	Wed Sep 18 08:38:20 2013	(r327535)
@@ -14,6 +14,8 @@ LICENSE=	GPLv2
 
 LIB_DEPENDS=	clanCore:${PORTSDIR}/devel/clanlib1
 
+USES=		pkgconfig
+
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV+=	LIBS="-L${LOCALBASE}/lib"
 CPPFLAGS+=	-I${LOCALBASE}/include ${PTHREAD_CFLAGS}

Modified: head/games/uqm/Makefile
==============================================================================
--- head/games/uqm/Makefile	Wed Sep 18 08:31:00 2013	(r327534)
+++ head/games/uqm/Makefile	Wed Sep 18 08:38:20 2013	(r327535)
@@ -17,7 +17,7 @@ LICENSE=	GPLv2
 LIB_DEPENDS=	vorbis:${PORTSDIR}/audio/libvorbis \
 		mikmod:${PORTSDIR}/audio/libmikmod
 
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_SDL=	image sdl
 NO_INSTALL_MANPAGES=	yes
 DATAVERSION=	0.7.0

Modified: head/irc/minbif/Makefile
==============================================================================
--- head/irc/minbif/Makefile	Wed Sep 18 08:31:00 2013	(r327534)
+++ head/irc/minbif/Makefile	Wed Sep 18 08:38:20 2013	(r327535)
@@ -24,7 +24,7 @@ PLUGINS_DESC=	Compile additional libpurp
 USE_RC_SUBR=	minbif
 USE_GNOME=	glib20
 USE_EFL=	imlib2
-USES=		cmake
+USES=		cmake pkgconfig
 CMAKE_ARGS=	-DENABLE_IMLIB:BOOL=ON
 
 CFLAGS+=	${PTHREAD_CFLAGS} -DX_DISPLAY_MISSING

Modified: head/lang/neko/Makefile
==============================================================================
--- head/lang/neko/Makefile	Wed Sep 18 08:31:00 2013	(r327534)
+++ head/lang/neko/Makefile	Wed Sep 18 08:38:20 2013	(r327535)
@@ -14,7 +14,7 @@ LIB_DEPENDS=	gc-threaded.1:${PORTSDIR}/d
 
 ONLY_FOR_ARCHS=	i386 amd64
 
-USES=		gmake
+USES=		gmake pkgconfig
 USE_AUTOTOOLS=	libtool:env
 USE_DOS2UNIX=	yes
 MAKE_JOBS_UNSAFE=	yes

Modified: head/multimedia/miro/Makefile
==============================================================================
--- head/multimedia/miro/Makefile	Wed Sep 18 08:31:00 2013	(r327534)
+++ head/multimedia/miro/Makefile	Wed Sep 18 08:38:20 2013	(r327535)
@@ -32,10 +32,9 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}bsdd
 BUILD_WRKSRC=	${WRKSRC}/linux
 INSTALL_WRKSRC=	${WRKSRC}/linux
 
-USE_GMAKE=	yes
 USE_GNOME=	gconf2 gtk20
 USE_GSTREAMER=	python gconf
-USES=		gettext
+USES=		gettext gmake pkgconfig
 USE_PYTHON=	2.5+
 USE_PYDISTUTILS=	yes
 USE_LDCONFIG=	yes

Modified: head/multimedia/xbmc-addon-pvr/Makefile
==============================================================================
--- head/multimedia/xbmc-addon-pvr/Makefile	Wed Sep 18 08:31:00 2013	(r327534)
+++ head/multimedia/xbmc-addon-pvr/Makefile	Wed Sep 18 08:38:20 2013	(r327535)
@@ -13,6 +13,7 @@ COMMENT=	XBMC PVR addons for various bac
 BUILD_DEPENDS+=	xbmc:${PORTSDIR}/multimedia/xbmc
 RUN_DEPENDS+=	xbmc:${PORTSDIR}/multimedia/xbmc
 
+USES=		pkgconfig
 USE_GL=		gl
 USE_AUTOTOOLS=	libtoolize aclocal libtool automake autoconf
 MAKE_JOBS_SAFE=	yes

Modified: head/net-p2p/gnunet-gtk/Makefile
==============================================================================
--- head/net-p2p/gnunet-gtk/Makefile	Wed Sep 18 08:31:00 2013	(r327534)
+++ head/net-p2p/gnunet-gtk/Makefile	Wed Sep 18 08:38:20 2013	(r327535)
@@ -1,10 +1,5 @@
-# ex:ts=8
-# Ports collection makefile for:	gnunet-gtk
-# Date created:				Dec. 19, 2011
-# Whom:					bf
-#
+# Created by: bf
 # $FreeBSD$
-#
 
 PORTNAME=		gnunet-gtk
 DISTVERSION=		0.9.3
@@ -22,8 +17,7 @@ LIB_DEPENDS=	gladeui-1:${PORTSDIR}/devel
 
 INSTALLS_ICONS =	yes
 USE_AUTOTOOLS=		libltdl libtool
-USE_GMAKE=		yes
-USES=			pathfix iconv
+USES=			pathfix iconv gmake pkgconfig
 USE_LDCONFIG=		yes
 
 CONFIGURE_ARGS =	--with-extractor=${LOCALBASE} \

Modified: head/net/xrdp-devel/Makefile
==============================================================================
--- head/net/xrdp-devel/Makefile	Wed Sep 18 08:31:00 2013	(r327534)
+++ head/net/xrdp-devel/Makefile	Wed Sep 18 08:38:20 2013	(r327535)
@@ -18,6 +18,7 @@ COMMENT=	An open source Remote Desktop P
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+USES=		pkgconfig
 USE_XORG=	x11 xfixes
 USE_AUTOTOOLS=	autoconf:env automake:env libtool
 GNU_CONFIGURE=	yes

Modified: head/print/kover/Makefile
==============================================================================
--- head/print/kover/Makefile	Wed Sep 18 08:31:00 2013	(r327534)
+++ head/print/kover/Makefile	Wed Sep 18 08:38:20 2013	(r327535)
@@ -19,7 +19,7 @@ USE_KDE4=	automoc4 kdehier kdeprefix kde
 USE_QT4=	corelib dbus gui network svg xml \
 		qmake_build uic_build rcc_build
 USE_PERL5=	build
-USES=		cmake gettext perl5
+USES=		cmake gettext perl5 pkgconfig
 
 MAN1=		kover.1
 

Modified: head/security/razorback-fsMonitor/Makefile
==============================================================================
--- head/security/razorback-fsMonitor/Makefile	Wed Sep 18 08:31:00 2013	(r327534)
+++ head/security/razorback-fsMonitor/Makefile	Wed Sep 18 08:38:20 2013	(r327535)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	razorback-fsMonitor
-# Date created:				2011/06/8
-# Whom:					Tom Judge <tom@tomjudge.com>
-#
+# Created by: Tom Judge <tom@tomjudge.com>
 # $FreeBSD$
-#
 
 PORTNAME=	fsMonitor
 PORTVERSION=	0.5.0
@@ -21,6 +17,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 LIB_DEPENDS=	razorback_api.2:${PORTSDIR}/security/razorback-api \
 		fam.0:${PORTSDIR}/devel/fam
 
+USES=		pkgconfig
+
 OPTIONS_DEFINE=	DEBUG ASSERT
 
 .include <bsd.port.options.mk>

Modified: head/sysutils/gigolo/Makefile
==============================================================================
--- head/sysutils/gigolo/Makefile	Wed Sep 18 08:31:00 2013	(r327534)
+++ head/sysutils/gigolo/Makefile	Wed Sep 18 08:38:20 2013	(r327535)
@@ -21,7 +21,7 @@ BUILD_DEPENDS=	p5-XML-Parser>=0:${PORTSD
 LIB_DEPENDS=	cairo:${PORTSDIR}/graphics/cairo
 
 USE_BZIP2=	yes
-USES=		fuse
+USES=		fuse pkgconfig
 USE_GNOME=	gtk20 gvfs
 USE_XORG=	x11
 USE_PYTHON=	yes

Modified: head/sysutils/libfvde/Makefile
==============================================================================
--- head/sysutils/libfvde/Makefile	Wed Sep 18 08:31:00 2013	(r327534)
+++ head/sysutils/libfvde/Makefile	Wed Sep 18 08:38:20 2013	(r327535)
@@ -12,6 +12,7 @@ COMMENT=	Library and tools for reading F
 
 LICENSE=	LGPL3
 
+USES=		pkgconfig
 GNU_CONFIGURE=	yes
 USE_GNOME=	libxml2 gnomehack
 USE_LDCONFIG=	yes

Modified: head/x11-themes/gtk-qt4-engine/Makefile
==============================================================================
--- head/x11-themes/gtk-qt4-engine/Makefile	Wed Sep 18 08:31:00 2013	(r327534)
+++ head/x11-themes/gtk-qt4-engine/Makefile	Wed Sep 18 08:38:20 2013	(r327535)
@@ -13,7 +13,7 @@ COMMENT=	GTK+ 2.x theme engine allowing 
 USE_BZIP2=	yes
 USE_GNOME=	gtk20
 USE_QT4=	corelib gui moc_build rcc_build uic_build qmake_build
-USES=		cmake gettext
+USES=		cmake gettext pkgconfig
 USE_KDE4=	kdelibs kdeprefix automoc4
 WRKSRC=		${WRKDIR}/${PORTNAME}
 

Modified: head/x11-themes/kde-gtk-config/Makefile
==============================================================================
--- head/x11-themes/kde-gtk-config/Makefile	Wed Sep 18 08:31:00 2013	(r327534)
+++ head/x11-themes/kde-gtk-config/Makefile	Wed Sep 18 08:38:20 2013	(r327535)
@@ -9,7 +9,7 @@ MASTER_SITE_SUBDIR=	stable/${PORTNAME}/$
 MAINTAINER=	kde@FreeBSD.org
 COMMENT=	GTK2 and GTK3 Configurator for KDE
 
-USES=		cmake:outsource
+USES=		cmake:outsource pkgconfig
 USE_GNOME=	gtk20 gtk30
 USE_KDE4=	automoc4 kdelibs kdeprefix
 USE_QT4=	moc_build qmake_build rcc_build uic_build

Modified: head/x11-toolkits/vtkfox/Makefile
==============================================================================
--- head/x11-toolkits/vtkfox/Makefile	Wed Sep 18 08:31:00 2013	(r327534)
+++ head/x11-toolkits/vtkfox/Makefile	Wed Sep 18 08:38:20 2013	(r327535)
@@ -33,7 +33,7 @@ LIB_DEPENDS+=	FOX-1.7:${PORTSDIR}/x11-to
 CMAKE_ARGS+=	-DFOX17:BOOL=TRUE
 .endif
 
-USES=		cmake:outsource
+USES=		cmake:outsource pkgconfig
 USE_LDCONFIG=	yes
 
 PLIST_FILES=	include/vtkfox/FXVTKCanvas.h \



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