Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Sep 2013 22:11:24 +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: r326105 - in head: databases/libgdamm devel/gconfmm editors/abiword graphics/evas_generic_loaders-svg math/gnumeric multimedia/audacious news/pan sysutils/lxterminal
Message-ID:  <201309022211.r82MBOfM084211@svn.freebsd.org>

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

Log:
  Add an explicit dependency on pkgconf

Modified:
  head/databases/libgdamm/Makefile
  head/devel/gconfmm/Makefile
  head/editors/abiword/Makefile
  head/graphics/evas_generic_loaders-svg/Makefile
  head/math/gnumeric/Makefile
  head/multimedia/audacious/Makefile
  head/news/pan/Makefile
  head/sysutils/lxterminal/Makefile

Modified: head/databases/libgdamm/Makefile
==============================================================================
--- head/databases/libgdamm/Makefile	Mon Sep  2 22:06:57 2013	(r326104)
+++ head/databases/libgdamm/Makefile	Mon Sep  2 22:11:23 2013	(r326105)
@@ -1,10 +1,6 @@
-# New ports collection makefile for:    libglademm
-# Date created:         1 Oct 2003
-# Whom:                 Alexander Nedotsukov <bland@FreeBSD.org>
-#
+# Created by: Alexander Nedotsukov <bland@FreeBSD.org>
 # $FreeBSD$
 #   $MCom: ports/databases/libgdamm/Makefile,v 1.21 2010/10/23 16:04:08 kwm Exp $
-#
 
 PORTNAME=	libgdamm
 PORTVERSION=	3.99.21
@@ -21,6 +17,7 @@ BUILD_DEPENDS=	gm4:${PORTSDIR}/devel/m4
 
 USE_AUTOTOOLS=	libtool
 USE_BZIP2=	yes
+USES=		pkgconfig
 USE_GMAKE=	yes
 USE_GNOME=	gnomehack libgda4
 GNU_CONFIGURE=	yes

Modified: head/devel/gconfmm/Makefile
==============================================================================
--- head/devel/gconfmm/Makefile	Mon Sep  2 22:06:57 2013	(r326104)
+++ head/devel/gconfmm/Makefile	Mon Sep  2 22:11:23 2013	(r326105)
@@ -1,9 +1,5 @@
-# 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$
-#
 
 PORTNAME=	gconfmm
 PORTVERSION=	2.0.2
@@ -19,7 +15,7 @@ LIB_DEPENDS=	gtkmm-2.0:${PORTSDIR}/x11-t
 BUILD_DEPENDS=	gm4:${PORTSDIR}/devel/m4
 
 USE_AUTOTOOLS=	libtool
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_GNOME=	gnomehack lthack gconf2
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes

Modified: head/editors/abiword/Makefile
==============================================================================
--- head/editors/abiword/Makefile	Mon Sep  2 22:06:57 2013	(r326104)
+++ head/editors/abiword/Makefile	Mon Sep  2 22:11:23 2013	(r326105)
@@ -26,7 +26,7 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 USE_GMAKE=	yes
-USES=		pathfix gettext iconv
+USES=		pathfix gettext iconv pkgconfig
 USE_GNOME=	libxml2 gtk20 desktopfileutils librsvg2 libxslt
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: head/graphics/evas_generic_loaders-svg/Makefile
==============================================================================
--- head/graphics/evas_generic_loaders-svg/Makefile	Mon Sep  2 22:06:57 2013	(r326104)
+++ head/graphics/evas_generic_loaders-svg/Makefile	Mon Sep  2 22:11:23 2013	(r326105)
@@ -14,6 +14,7 @@ COMMENT=	Additional loader for Evas (svg
 
 LICENSE=	GPLv2
 
+USES=		pkgconfig
 DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes

Modified: head/math/gnumeric/Makefile
==============================================================================
--- head/math/gnumeric/Makefile	Mon Sep  2 22:06:57 2013	(r326104)
+++ head/math/gnumeric/Makefile	Mon Sep  2 22:11:23 2013	(r326105)
@@ -20,8 +20,7 @@ LIB_DEPENDS=	goffice-0.10:${PORTSDIR}/de
 RUN_DEPENDS=	rarian-sk-config:${PORTSDIR}/textproc/rarian
 
 USE_XZ=		yes
-USES=		desktop-file-utils gettext pathfix shared-mime-info
-USE_GMAKE=	yes
+USES=		desktop-file-utils gettext pathfix shared-mime-info gmake pkgconfig
 USE_GNOME=	gnomehier gnomeprefix intlhack libgsf pygobject3
 USE_PYTHON=	-2.7
 INSTALLS_OMF=	yes

Modified: head/multimedia/audacious/Makefile
==============================================================================
--- head/multimedia/audacious/Makefile	Mon Sep  2 22:06:57 2013	(r326104)
+++ head/multimedia/audacious/Makefile	Mon Sep  2 22:11:23 2013	(r326105)
@@ -14,6 +14,7 @@ LIB_DEPENDS=	mcs:${PORTSDIR}/devel/libmc
 		xml2:${PORTSDIR}/textproc/libxml2
 
 GNU_CONFIGURE=	yes
+USES=		pkgconfig
 USE_GMAKE=	yes
 USE_XORG=	x11 sm
 USE_BZIP2=	yes

Modified: head/news/pan/Makefile
==============================================================================
--- head/news/pan/Makefile	Mon Sep  2 22:06:57 2013	(r326104)
+++ head/news/pan/Makefile	Mon Sep  2 22:11:23 2013	(r326105)
@@ -19,7 +19,7 @@ LIB_DEPENDS=	pcre:${PORTSDIR}/devel/pcre
 
 USE_BZIP2=	yes
 USE_GMAKE=	yes
-USES=		pathfix gettext
+USES=		pathfix gettext pkgconfig
 USE_GNOME=	intlhack
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: head/sysutils/lxterminal/Makefile
==============================================================================
--- head/sysutils/lxterminal/Makefile	Mon Sep  2 22:06:57 2013	(r326104)
+++ head/sysutils/lxterminal/Makefile	Mon Sep  2 22:11:23 2013	(r326105)
@@ -14,7 +14,7 @@ LICENSE=	GPLv2
 
 LIB_DEPENDS=	vte:${PORTSDIR}/x11-toolkits/vte
 
-USES=		iconv
+USES=		iconv pkgconfig
 USE_GNOME=	gtk20 intlhack
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--prefix=${PREFIX}



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