Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Sep 2013 22:23:54 +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: r326107 - in head: audio/ario audio/jack-smf-utils deskutils/libopensync-plugin-synce-legacy deskutils/logjam devel/gconfmm26 devel/librest games/hexxagon graphics/gimmage graphics/gooc...
Message-ID:  <201309022223.r82MNsMj091259@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Sep  2 22:23:53 2013
New Revision: 326107
URL: http://svnweb.freebsd.org/changeset/ports/326107

Log:
  Add an explicit dependency on pkgconf

Modified:
  head/audio/ario/Makefile
  head/audio/jack-smf-utils/Makefile
  head/deskutils/libopensync-plugin-synce-legacy/Makefile
  head/deskutils/logjam/Makefile
  head/devel/gconfmm26/Makefile
  head/devel/librest/Makefile
  head/games/hexxagon/Makefile
  head/graphics/gimmage/Makefile
  head/graphics/goocanvasmm/Makefile
  head/graphics/ufraw/Makefile
  head/multimedia/vdpauinfo/Makefile
  head/print/libgnomeprintmm/Makefile
  head/science/chemical-mime-data/Makefile
  head/sysutils/policykit-gnome/Makefile
  head/x11-fm/rodent/Makefile
  head/x11-toolkits/gtkmm24-reference/Makefile
  head/x11-toolkits/libgtksourceviewmm/Makefile

Modified: head/audio/ario/Makefile
==============================================================================
--- head/audio/ario/Makefile	Mon Sep  2 22:21:30 2013	(r326106)
+++ head/audio/ario/Makefile	Mon Sep  2 22:23:53 2013	(r326107)
@@ -22,7 +22,7 @@ LIB_DEPENDS=	gnutls:${PORTSDIR}/security
 		unique-1.0:${PORTSDIR}/x11-toolkits/unique \
 		mpdclient:${PORTSDIR}/audio/libmpdclient
 
-USES=		gmake
+USES=		gmake pkgconfig
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 USE_GNOME=	gtk20 gnomehack

Modified: head/audio/jack-smf-utils/Makefile
==============================================================================
--- head/audio/jack-smf-utils/Makefile	Mon Sep  2 22:21:30 2013	(r326106)
+++ head/audio/jack-smf-utils/Makefile	Mon Sep  2 22:23:53 2013	(r326107)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	jack-smf-utils
-# Date created:		2008-05-15
-# Whom:			Edward Tomasz Napierala <trasz@FreeBSD.org>
-#
+# Created by: Edward Tomasz Napierala <trasz@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	jack-smf-utils
 PORTVERSION=	1.0
@@ -17,6 +13,7 @@ COMMENT=	Standard MIDI File file player 
 LIB_DEPENDS=	jack.0:${PORTSDIR}/audio/jack \
 		lash.2:${PORTSDIR}/audio/lash
 
+USES=		pkgconfig
 GNU_CONFIGURE=	yes
 USE_GNOME=	glib20
 

Modified: head/deskutils/libopensync-plugin-synce-legacy/Makefile
==============================================================================
--- head/deskutils/libopensync-plugin-synce-legacy/Makefile	Mon Sep  2 22:21:30 2013	(r326106)
+++ head/deskutils/libopensync-plugin-synce-legacy/Makefile	Mon Sep  2 22:23:53 2013	(r326107)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	libopensync-plugin-synce-legacy
-# Date created:				19 June 2008
-# Whom:					Alexander Logvinov <ports@logvinov.com>
-#
+# Created by: Alexander Logvinov <ports@logvinov.com>
 # $FreeBSD$
-#
 
 PORTNAME=	libopensync-plugin-synce
 PORTVERSION=	0.22.1
@@ -18,7 +14,7 @@ COMMENT=	SynCE legacy plugin for the Ope
 LIB_DEPENDS=	opensync.0:${PORTSDIR}/devel/libopensync022 \
 		rra.0:${PORTSDIR}/palm/synce-librra
 
-
+USES=		pkgconfig
 GNU_CONFIGURE=	yes
 USE_GNOME=	glib20 libxml2
 

Modified: head/deskutils/logjam/Makefile
==============================================================================
--- head/deskutils/logjam/Makefile	Mon Sep  2 22:21:30 2013	(r326106)
+++ head/deskutils/logjam/Makefile	Mon Sep  2 22:23:53 2013	(r326107)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	logjam
-# Date created:		13 Aug 01
-# Whom:			alanp@unixpower.org
-#
+# Created by: alanp@unixpower.org
 # $FreeBSD$
-#
 
 PORTNAME=	logjam
 PORTVERSION=	4.6.2
@@ -19,6 +15,7 @@ LIB_DEPENDS=	curl:${PORTSDIR}/ftp/curl \
 
 MAN1=		logjam.1
 
+USES=		pkgconfig
 USE_BZIP2=	yes
 USE_GMAKE=	yes
 WANT_GNOME=	yes

Modified: head/devel/gconfmm26/Makefile
==============================================================================
--- head/devel/gconfmm26/Makefile	Mon Sep  2 22:21:30 2013	(r326106)
+++ head/devel/gconfmm26/Makefile	Mon Sep  2 22:23:53 2013	(r326107)
@@ -1,10 +1,6 @@
-# New ports collection makefile for:    gconfmm
-# Date created:         22 May 2003
-# Whom:                 Alexander Nedotsukov <bland@mail.ru>
-#
+# Created by: Alexander Nedotsukov <bland@mail.ru>
 # $FreeBSD$
 #   $MCom: ports-stable/devel/gconfmm26/Makefile,v 1.1 2010/06/24 07:51:01 kwm Exp $
-#
 
 PORTNAME=	gconfmm
 PORTVERSION=	2.28.2
@@ -22,6 +18,7 @@ BUILD_DEPENDS=	gm4:${PORTSDIR}/devel/m4 
 
 LATEST_LINK=	gconfmm26
 
+USES=		pkgconfig
 USE_BZIP2=	yes
 USE_XORG=	x11
 USE_GMAKE=	yes

Modified: head/devel/librest/Makefile
==============================================================================
--- head/devel/librest/Makefile	Mon Sep  2 22:21:30 2013	(r326106)
+++ head/devel/librest/Makefile	Mon Sep  2 22:23:53 2013	(r326107)
@@ -16,6 +16,7 @@ BUILD_DEPENDS=	g-ir-scanner:${PORTSDIR}/
 LIB_DEPENDS=	soup-gnome-2.4:${PORTSDIR}/devel/libsoup-gnome
 RUN_DEPENDS=	${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss
 
+USES=		pkgconfig
 USE_XZ=		yes
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes

Modified: head/games/hexxagon/Makefile
==============================================================================
--- head/games/hexxagon/Makefile	Mon Sep  2 22:21:30 2013	(r326106)
+++ head/games/hexxagon/Makefile	Mon Sep  2 22:23:53 2013	(r326107)
@@ -11,6 +11,7 @@ COMMENT=	Strategy hexagon game
 
 LIB_DEPENDS=	gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24
 
+USES=		pkgconfig
 USE_BZIP2=	yes
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes

Modified: head/graphics/gimmage/Makefile
==============================================================================
--- head/graphics/gimmage/Makefile	Mon Sep  2 22:21:30 2013	(r326106)
+++ head/graphics/gimmage/Makefile	Mon Sep  2 22:23:53 2013	(r326107)
@@ -13,7 +13,7 @@ COMMENT=	Simple image viewer
 LIB_DEPENDS=	libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24 \
 		libcurl.so:${PORTSDIR}/ftp/curl
 
-USES=		gettext
+USES=		gettext pkgconfig
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--with-libintl-prefix=${LOCALBASE}
 

Modified: head/graphics/goocanvasmm/Makefile
==============================================================================
--- head/graphics/goocanvasmm/Makefile	Mon Sep  2 22:21:30 2013	(r326106)
+++ head/graphics/goocanvasmm/Makefile	Mon Sep  2 22:23:53 2013	(r326107)
@@ -1,7 +1,4 @@
-# New ports collection makefile for:	goocanvasmm
-# Date created:		2008-08-10
-# Whom:			Koop Mast <kwm@FreeBSD.org>
-#
+# Created by: Koop Mast <kwm@FreeBSD.org>
 # $FreeBSD$
 #   $MCom: ports/graphics/goocanvasmm/Makefile,v 1.4 2010/10/29 10:27:45 kwm Exp $
 
@@ -17,6 +14,7 @@ COMMENT=	C++ bindings for the goocanvas 
 LIB_DEPENDS=	gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \
 		goocanvas.3:${PORTSDIR}/graphics/goocanvas
 
+USES=		pkgconfig
 USE_GNOME=	gnomehack ltverhack
 USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	yes

Modified: head/graphics/ufraw/Makefile
==============================================================================
--- head/graphics/ufraw/Makefile	Mon Sep  2 22:21:30 2013	(r326106)
+++ head/graphics/ufraw/Makefile	Mon Sep  2 22:23:53 2013	(r326107)
@@ -18,7 +18,7 @@ LIB_DEPENDS=	jpeg:${PORTSDIR}/graphics/j
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-silent-rules --enable-extras
-USES=		gettext
+USES=		gettext pkgconfig
 USE_GMAKE=	yes
 
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: head/multimedia/vdpauinfo/Makefile
==============================================================================
--- head/multimedia/vdpauinfo/Makefile	Mon Sep  2 22:21:30 2013	(r326106)
+++ head/multimedia/vdpauinfo/Makefile	Mon Sep  2 22:23:53 2013	(r326107)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	vdpauinfo
-# Date created:				2010-09-08
-# Whom:					Anonymous <swell.k@gmail.com>
-#
+# Created by: Anonymous <swell.k@gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	vdpauinfo
 PORTVERSION=	0.0.6
@@ -15,6 +11,7 @@ COMMENT=	A tool to query VDPAU capabilit
 
 LIB_DEPENDS=	vdpau.1:${PORTSDIR}/multimedia/libvdpau
 
+USES=		pkgconfig
 GNU_CONFIGURE=	yes
 
 LICENSE=	MIT

Modified: head/print/libgnomeprintmm/Makefile
==============================================================================
--- head/print/libgnomeprintmm/Makefile	Mon Sep  2 22:21:30 2013	(r326106)
+++ head/print/libgnomeprintmm/Makefile	Mon Sep  2 22:23:53 2013	(r326107)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	libgnomeprintmm
-# Date created:				17 December 2003
-# Whom:					Joe Marcus Clarke <marcus@FreeBSD.org>
-#
+# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	libgnomeprintmm
 PORTVERSION=	2.5.1
@@ -18,6 +14,7 @@ COMMENT=	C++ bindings for the GNOME prin
 LIB_DEPENDS=	gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24
 BUILD_DEPENDS=	gm4:${PORTSDIR}/devel/m4
 
+USES=		pkgconfig
 USE_AUTOTOOLS=	libtool
 USE_BZIP2=	yes
 USE_GMAKE=	yes

Modified: head/science/chemical-mime-data/Makefile
==============================================================================
--- head/science/chemical-mime-data/Makefile	Mon Sep  2 22:21:30 2013	(r326106)
+++ head/science/chemical-mime-data/Makefile	Mon Sep  2 22:23:53 2013	(r326107)
@@ -15,6 +15,7 @@ BUILD_DEPENDS=	${LOCALBASE}/share/mime/m
 RUN_DEPENDS=	${LOCALBASE}/share/mime/magic:${PORTSDIR}/misc/shared-mime-info
 
 USE_BZIP2=	yes
+USES=		pkgconfig
 USE_GMAKE=	yes
 USE_GNOME=	gnomemimedata intltool libxslt:build
 GNU_CONFIGURE=	yes

Modified: head/sysutils/policykit-gnome/Makefile
==============================================================================
--- head/sysutils/policykit-gnome/Makefile	Mon Sep  2 22:21:30 2013	(r326106)
+++ head/sysutils/policykit-gnome/Makefile	Mon Sep  2 22:23:53 2013	(r326107)
@@ -1,10 +1,6 @@
-# New ports collection makefile for:   PolicyKit-gnome
-# Date Created:			20 January 2008
-# Whom:				Joe Marcus Clarke <marcus@FreeBSD.org>
-#
+# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
 # $FreeBSD$
 #   $MCom: ports/sysutils/policykit-gnome/Makefile,v 1.6 2008/10/03 17:19:43 marcus Exp $
-#
 
 PORTNAME=	policykit-gnome
 PORTVERSION=	0.9.2
@@ -20,7 +16,7 @@ LIB_DEPENDS=	polkit.2:${PORTSDIR}/sysuti
 
 USE_BZIP2=	yes
 USE_GMAKE=	yes
-USES=		gettext
+USES=		gettext pkgconfig
 USE_GNOME=	gnomehack intlhack gnomedocutils gconf2
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes

Modified: head/x11-fm/rodent/Makefile
==============================================================================
--- head/x11-fm/rodent/Makefile	Mon Sep  2 22:21:30 2013	(r326106)
+++ head/x11-fm/rodent/Makefile	Mon Sep  2 22:23:53 2013	(r326107)
@@ -21,7 +21,7 @@ LIB_DEPENDS=	xml2:${PORTSDIR}/textproc/l
 		gtk-x11-2:${PORTSDIR}/x11-toolkits/gtk20 \
 		magic:${PORTSDIR}/sysutils/file
 
-USES=		gmake
+USES=		gmake pkgconfig
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--docdir=${DOCSDIR}
 USE_LDCONFIG=	yes

Modified: head/x11-toolkits/gtkmm24-reference/Makefile
==============================================================================
--- head/x11-toolkits/gtkmm24-reference/Makefile	Mon Sep  2 22:21:30 2013	(r326106)
+++ head/x11-toolkits/gtkmm24-reference/Makefile	Mon Sep  2 22:23:53 2013	(r326107)
@@ -1,16 +1,12 @@
-# New ports collection makefile for:	gtkmm24-reference
-# Date created:				09 May 2006
-# Whom:					Jean-Yves Lefort <jylefort@FreeBSD.org>
-#
+# Created by: Jean-Yves Lefort <jylefort@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTREVISION=	1
 
 BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/gtkmm-2.4.pc:${PORTSDIR}/x11-toolkits/gtkmm24 \
 		glibmm-reference>=0:${PORTSDIR}/devel/glibmm-reference
 
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 GNU_CONFIGURE=	yes
 
 DOCSDIR=	${PREFIX}/share/doc/gtkmm-2.4

Modified: head/x11-toolkits/libgtksourceviewmm/Makefile
==============================================================================
--- head/x11-toolkits/libgtksourceviewmm/Makefile	Mon Sep  2 22:21:30 2013	(r326106)
+++ head/x11-toolkits/libgtksourceviewmm/Makefile	Mon Sep  2 22:23:53 2013	(r326107)
@@ -1,7 +1,4 @@
-# New ports collection makefile for:	libgtksourceviewmm
-# Date created:		2006-11-11
-# Whom:			Michael Johnson <ahze@FreeBSD.org>
-#
+# Created by: Michael Johnson <ahze@FreeBSD.org>
 # $FreeBSD$
 #    $MCom: ports/x11-toolkits/libgtksourceviewmm/Makefile,v 1.4 2008/08/08 21:59:44 kwm Exp $
 
@@ -16,6 +13,7 @@ COMMENT=	C++ binding of GtkSourceView
 
 LIB_DEPENDS=	gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24
 
+USES=		pkgconfig
 USE_LDCONFIG=	yes
 USE_BZIP2=	yes
 USE_GNOME=	gtksourceview2 gnomeprefix gnomehack



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