svn commit: r326504 - in head: audio/istream deskutils/ljit multimedia/mplayer2 net-im/pidgin-sipe security/pidgin-encryption sysutils/gai-leds sysutils/xvidcap

Baptiste Daroussin bapt at FreeBSD.org
Fri Sep 6 14:23:22 UTC 2013


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 at 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 at FreeBSD.org>
-#
+# Created by: Alexey Dokuchaev <danfe at 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 at douglasthrift.net>
-#
+# Created by: Douglas Thrift <douglas at 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 at pompo.net
-#
+# Created by: thierry at 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
 


More information about the svn-ports-head mailing list