Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Sep 2013 14:23: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: r326504 - in head: audio/istream deskutils/ljit multimedia/mplayer2 net-im/pidgin-sipe security/pidgin-encryption sysutils/gai-leds sysutils/xvidcap
Message-ID:  <201309061423.r86ENKN7032824@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Sep  6 14:23:20 2013
New Revision: 326504
URL: http://svnweb.freebsd.org/changeset/ports/326504

Log:
  Add an explicit dependency on pkgconf

Modified:
  head/audio/istream/Makefile
  head/deskutils/ljit/Makefile
  head/multimedia/mplayer2/Makefile
  head/net-im/pidgin-sipe/Makefile
  head/security/pidgin-encryption/Makefile
  head/sysutils/gai-leds/Makefile
  head/sysutils/xvidcap/Makefile

Modified: head/audio/istream/Makefile
==============================================================================
--- head/audio/istream/Makefile	Fri Sep  6 14:12:25 2013	(r326503)
+++ head/audio/istream/Makefile	Fri Sep  6 14:23:20 2013	(r326504)
@@ -10,7 +10,7 @@ MASTER_SITES=	http://www.jochen-baier.de
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Internet radio player applet for GNOME Panel
 
-USES=		gmake
+USES=		gmake pkgconfig
 USE_GNOME=	gnomepanel libgnomeui
 USE_GSTREAMER=	yes
 USE_XORG=	xtst

Modified: head/deskutils/ljit/Makefile
==============================================================================
--- head/deskutils/ljit/Makefile	Fri Sep  6 14:12:25 2013	(r326503)
+++ head/deskutils/ljit/Makefile	Fri Sep  6 14:23:20 2013	(r326504)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	ljit
-# Date created:				09 Sep 2004
-# Whom:					Alexey Dokuchaev <danfe@FreeBSD.org>
-#
+# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	ljit
 PORTVERSION=	0.2.5
@@ -23,7 +19,7 @@ RUN_DEPENDS=	convert:${PORTSDIR}/graphic
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
-USES=		gettext
+USES=		gettext pkgconfig
 USE_GNOME=	gtk20
 
 PLIST_FILES=	bin/ljit share/locale/ru/LC_MESSAGES/ljit.mo

Modified: head/multimedia/mplayer2/Makefile
==============================================================================
--- head/multimedia/mplayer2/Makefile	Fri Sep  6 14:12:25 2013	(r326503)
+++ head/multimedia/mplayer2/Makefile	Fri Sep  6 14:23:20 2013	(r326504)
@@ -19,7 +19,7 @@ BUILD_DEPENDS=	ffmpeg1:${PORTSDIR}/multi
 RUN_DEPENDS=	ffmpeg1:${PORTSDIR}/multimedia/ffmpeg1
 
 USE_XZ=		yes
-USES=		gmake iconv ncurses
+USES=		gmake iconv ncurses pkgconfig
 HAS_CONFIGURE=	yes
 CONFIGURE_ENV=	PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
 		PTHREAD_LIBS="${PTHREAD_LIBS}" \

Modified: head/net-im/pidgin-sipe/Makefile
==============================================================================
--- head/net-im/pidgin-sipe/Makefile	Fri Sep  6 14:12:25 2013	(r326503)
+++ head/net-im/pidgin-sipe/Makefile	Fri Sep  6 14:23:20 2013	(r326504)
@@ -16,7 +16,7 @@ RUN_DEPENDS=	pidgin:${PORTSDIR}/net-im/p
 
 GNU_CONFIGURE=	yes
 USE_BZIP2=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_GNOME=	gtk20
 USE_LDCONFIG=	${PREFIX}/lib/pidgin
 PORTDOCS=	AUTHORS ChangeLog COPYING HACKING INSTALL NEWS README TODO VERSION

Modified: head/security/pidgin-encryption/Makefile
==============================================================================
--- head/security/pidgin-encryption/Makefile	Fri Sep  6 14:12:25 2013	(r326503)
+++ head/security/pidgin-encryption/Makefile	Fri Sep  6 14:23:20 2013	(r326504)
@@ -16,9 +16,8 @@ BUILD_DEPENDS=	${LOCALBASE}/bin/pidgin:$
 LIB_DEPENDS=	purple.10:${PORTSDIR}/net-im/libpurple \
 		nss3:${PORTSDIR}/security/nss
 
-USE_GMAKE=	yes
 USE_GNOME=	gtk20
-USES=		gettext
+USES=		gettext gmake pkgconfig
 GNU_CONFIGURE=	yes
 
 CPPFLAGS+=	${PTHREAD_CFLAGS} -I${LOCALBASE}/include

Modified: head/sysutils/gai-leds/Makefile
==============================================================================
--- head/sysutils/gai-leds/Makefile	Fri Sep  6 14:12:25 2013	(r326503)
+++ head/sysutils/gai-leds/Makefile	Fri Sep  6 14:23:20 2013	(r326504)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	gai-leds
-# Date created:				2007-06-12
-# Whom:					Douglas Thrift <douglas@douglasthrift.net>
-#
+# Created by: Douglas Thrift <douglas@douglasthrift.net>
 # $FreeBSD$
-#
 
 PORTNAME=	gai-leds
 PORTVERSION=	0.6
@@ -19,6 +15,7 @@ LIB_DEPENDS=	gai:${PORTSDIR}/x11-toolkit
 LICENSE=	GPLv2
 
 GNU_CONFIGURE=	yes
+USES=		pkgconfig
 USE_BZIP2=	yes
 USE_GNOME=	gnomehack gnomeprefix
 

Modified: head/sysutils/xvidcap/Makefile
==============================================================================
--- head/sysutils/xvidcap/Makefile	Fri Sep  6 14:12:25 2013	(r326503)
+++ head/sysutils/xvidcap/Makefile	Fri Sep  6 14:23:20 2013	(r326504)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	xvidcap
-# Date created:		Sat 24 April 2004
-# Whom:			thierry@pompo.net
-#
+# Created by: thierry@pompo.net
 # $FreeBSD$
-#
 
 PORTNAME=		xvidcap
 DISTVERSION=		1.1.4p1
@@ -32,7 +28,7 @@ CONFIGURE_ARGS=		--with-forced-embedded-
 
 USE_GMAKE=		yes	# To be removed after ffmpeg-devel's upgrade
 USE_GNOME=		glib20 libglade2
-USES=		gettext
+USES=		gettext pkgconfig
 USE_XORG=		x11 xmu
 INSTALLS_OMF=		yes
 



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