Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Sep 2013 08:00:44 +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: r327530 - in head: audio/terminatorx editors/morla finance/libalkimia graphics/kuickshow-kde4 mail/zmailer multimedia/kdenlive net-im/decibel net-p2p/museekplus science/kalzium
Message-ID:  <201309180800.r8I80iuc037757@svn.freebsd.org>

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

Log:
  Add an explicit dependency on pkgconf

Modified:
  head/audio/terminatorx/Makefile
  head/editors/morla/Makefile
  head/finance/libalkimia/Makefile
  head/graphics/kuickshow-kde4/Makefile
  head/mail/zmailer/Makefile
  head/multimedia/kdenlive/Makefile
  head/net-im/decibel/Makefile
  head/net-p2p/museekplus/Makefile
  head/science/kalzium/Makefile

Modified: head/audio/terminatorx/Makefile
==============================================================================
--- head/audio/terminatorx/Makefile	Wed Sep 18 07:52:31 2013	(r327529)
+++ head/audio/terminatorx/Makefile	Wed Sep 18 08:00:44 2013	(r327530)
@@ -27,7 +27,7 @@ MPG123_DESC=	mpg123 support
 
 USE_BZIP2=	yes
 USE_XORG=	x11 xext xi xxf86dga ice sm
-USES=		gmake pathfix
+USES=		gmake pathfix pkgconfig
 USE_GNOME=	gnomehier gtk20 libxml2
 USE_AUTOTOOLS=	aclocal autoheader automake autoconf
 ACLOCAL_ARGS=	-I ${LOCALBASE}/share/aclocal

Modified: head/editors/morla/Makefile
==============================================================================
--- head/editors/morla/Makefile	Wed Sep 18 07:52:31 2013	(r327529)
+++ head/editors/morla/Makefile	Wed Sep 18 08:00:44 2013	(r327530)
@@ -25,7 +25,7 @@ GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 CONFIGURE_ARGS=	--with-gconf=auto
-USES=		gettext
+USES=		gettext pkgconfig
 USE_GNOME=	gconf2 libgtkhtml libxslt
 USE_LDCONFIG=	${PREFIX}/lib/${PORTNAME}
 

Modified: head/finance/libalkimia/Makefile
==============================================================================
--- head/finance/libalkimia/Makefile	Wed Sep 18 07:52:31 2013	(r327529)
+++ head/finance/libalkimia/Makefile	Wed Sep 18 08:00:44 2013	(r327530)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	libalkimia
-# Date created:				2011-02-28
-# Whom:					Jason E. Hale <bsdkaffee@gmail.com>
-#
+# Created by: Jason E. Hale <bsdkaffee@gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	libalkimia
 PORTVERSION=	4.3.2
@@ -20,7 +16,7 @@ LICENSE=	LGPL21
 LIB_DEPENDS=	gmp.10:${PORTSDIR}/math/gmp
 
 USE_BZIP2=	yes
-USES=		cmake
+USES=		cmake pkgconfig
 USE_KDE4=	automoc4 kdeprefix kdelibs
 USE_QT4=	qmake_build moc_build rcc_build uic_build
 

Modified: head/graphics/kuickshow-kde4/Makefile
==============================================================================
--- head/graphics/kuickshow-kde4/Makefile	Wed Sep 18 07:52:31 2013	(r327529)
+++ head/graphics/kuickshow-kde4/Makefile	Wed Sep 18 08:00:44 2013	(r327530)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	kuickshow
-# Date created:				July 09 2004
-# Whom:					Michael Nottebrock <lofi@FreeBSD.org>
-#
+# Created by: Michael Nottebrock <lofi@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	kuickshow
 PORTVERSION=	${APP_VER}.${EXTRA_VER}
@@ -21,7 +17,7 @@ USE_BZIP2=	yes
 USE_GNOME=	imlib
 USE_KDE4=	kdelibs kdeprefix kdehier automoc4
 USE_QT4=	corelib opengl qmake_build moc_build rcc_build uic_build
-USES=		cmake gettext
+USES=		cmake gettext pkgconfig
 
 LATEST_LINK=	${PORTNAME}-kde4
 

Modified: head/mail/zmailer/Makefile
==============================================================================
--- head/mail/zmailer/Makefile	Wed Sep 18 07:52:31 2013	(r327529)
+++ head/mail/zmailer/Makefile	Wed Sep 18 08:00:44 2013	(r327530)
@@ -15,7 +15,7 @@ CONFLICTS=	courier-0.* postfix-1.* postf
 OPTIONS_DEFINE=	SSL
 OPTIONS_DEFAULT=SSL
 
-USES=		perl5
+USES=		perl5 pkgconfig
 GNU_CONFIGURE=	yes
 MAKE_JOBS_UNSAFE=
 

Modified: head/multimedia/kdenlive/Makefile
==============================================================================
--- head/multimedia/kdenlive/Makefile	Wed Sep 18 07:52:31 2013	(r327529)
+++ head/multimedia/kdenlive/Makefile	Wed Sep 18 08:00:44 2013	(r327530)
@@ -20,7 +20,7 @@ USE_KDE4=	kdehier kdelibs kdeprefix auto
 USE_QT4=	dbus gui opengl script svg xml \
 		moc_build qmake_build rcc_build uic_build
 USE_XORG=	x11
-USES=		cmake
+USES=		cmake pkgconfig
 USE_BZIP2=	yes
 CMAKE_ARGS=	-DFFMPEG_SUFFIX:STRING="${FFMPEG_SUFX}"
 

Modified: head/net-im/decibel/Makefile
==============================================================================
--- head/net-im/decibel/Makefile	Wed Sep 18 07:52:31 2013	(r327529)
+++ head/net-im/decibel/Makefile	Wed Sep 18 08:00:44 2013	(r327530)
@@ -1,6 +1,4 @@
-# New ports collection Makefile for:	decibel
-# Date created:				2008-02-10
-# Whom:					arved
+# Created by: arved
 #
 # $FreeBSD$
 
@@ -17,7 +15,7 @@ LIB_DEPENDS=	QtTapioca.0:${PORTSDIR}/net
 
 USE_QT4=	xml dbus gui qtestlib qmake_build moc_build uic_build rcc_build
 USE_LDCONFIG=	yes
-USES=		cmake
+USES=		cmake pkgconfig
 
 post-patch:
 	${REINPLACE_CMD} -e \

Modified: head/net-p2p/museekplus/Makefile
==============================================================================
--- head/net-p2p/museekplus/Makefile	Wed Sep 18 07:52:31 2013	(r327529)
+++ head/net-p2p/museekplus/Makefile	Wed Sep 18 08:00:44 2013	(r327530)
@@ -14,6 +14,7 @@ COMMENT=	SoulSeek client with separate t
 LIB_DEPENDS=	xml\\+\\+:${PORTSDIR}/textproc/libxml++26
 BUILD_DEPENDS=	swig:${PORTSDIR}/devel/swig13
 
+USES=		pkgconfig
 USE_BZIP2=	yes
 USE_SCONS=	yes
 USE_FAM=	yes

Modified: head/science/kalzium/Makefile
==============================================================================
--- head/science/kalzium/Makefile	Wed Sep 18 07:52:31 2013	(r327529)
+++ head/science/kalzium/Makefile	Wed Sep 18 08:00:44 2013	(r327530)
@@ -20,7 +20,7 @@ CONFLICTS=	kdeedu-4.[0-6].*
 
 USE_GCC=	yes
 USE_KDE4=	kdehier kdelibs kdeprefix automoc4
-USES=		cmake:outsource
+USES=		cmake:outsource pkgconfig
 USE_OCAML=	yes
 NO_OCAML_RUNDEPENDS=	yes
 USE_QT4=	corelib declarative designer opengl script xml \



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