Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Sep 2013 06:39:38 +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: r325944 - in head: cad/brlcad graphics/libdrm net/x11vnc print/photoprint sysutils/nitrogen
Message-ID:  <201309020639.r826dcKC023840@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Sep  2 06:39:37 2013
New Revision: 325944
URL: http://svnweb.freebsd.org/changeset/ports/325944

Log:
  Add an explicit dependency on pkgconfig

Modified:
  head/cad/brlcad/Makefile
  head/graphics/libdrm/Makefile
  head/net/x11vnc/Makefile
  head/print/photoprint/Makefile
  head/sysutils/nitrogen/Makefile

Modified: head/cad/brlcad/Makefile
==============================================================================
--- head/cad/brlcad/Makefile	Mon Sep  2 06:35:34 2013	(r325943)
+++ head/cad/brlcad/Makefile	Mon Sep  2 06:39:37 2013	(r325944)
@@ -24,7 +24,7 @@ USE_GL=		gl glu
 USE_XORG=	ice inputproto sm x11 xau xcb xdamage xdmcp xext xfixes xft xi \
 		xproto xrender xscrnsaver xt xxf86vm
 USE_GMAKE=	yes
-USES=		bison pathfix cmake
+USES=		bison pathfix cmake pkgconfig
 USE_TCL=	85
 USE_TK=		85
 USE_LDCONFIG=	yes

Modified: head/graphics/libdrm/Makefile
==============================================================================
--- head/graphics/libdrm/Makefile	Mon Sep  2 06:35:34 2013	(r325943)
+++ head/graphics/libdrm/Makefile	Mon Sep  2 06:39:37 2013	(r325944)
@@ -13,6 +13,7 @@ COMMENT=	Userspace interface to kernel D
 LIB_DEPENDS=	pciaccess:${PORTSDIR}/devel/libpciaccess \
 		pthread-stubs:${PORTSDIR}/devel/libpthread-stubs
 
+USES=		pkgconfig
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
@@ -20,7 +21,7 @@ USE_LDCONFIG=	yes
 
 .if defined(WITH_NEW_XORG)
 
-USE_GMAKE=	yes
+USES+=		gmake
 
 OPTIONS_DEFINE=	KMS MANPAGES
 OPTIONS_DEFAULT=KMS

Modified: head/net/x11vnc/Makefile
==============================================================================
--- head/net/x11vnc/Makefile	Mon Sep  2 06:35:34 2013	(r325943)
+++ head/net/x11vnc/Makefile	Mon Sep  2 06:39:37 2013	(r325944)
@@ -22,7 +22,7 @@ USE_XORG=	x11 xcb xdamage xfixes xrandr 
 # Sets LDFLAGS and adds to CONFIGURE_ENV, therefore we set LDFLAGS
 LDFLAGS+=	-L${LOCALBASE}/lib
 USE_OPENSSL=	yes
-USES=		iconv
+USES=		iconv pkgconfig
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 

Modified: head/print/photoprint/Makefile
==============================================================================
--- head/print/photoprint/Makefile	Mon Sep  2 06:35:34 2013	(r325943)
+++ head/print/photoprint/Makefile	Mon Sep  2 06:39:37 2013	(r325944)
@@ -23,7 +23,7 @@ LIB_DEPENDS=	cups:${PORTSDIR}/print/cups
 		tiff:${PORTSDIR}/graphics/tiff
 
 GNU_CONFIGURE=	yes
-USES=		desktop-file-utils gettext
+USES=		desktop-file-utils gettext pkgconfig
 USE_GNOME=	pango
 USE_XORG=	x11 xau xcb xcomposite xcursor xdamage xdmcp xext \
 		xfixes xi xinerama xrandr xrender

Modified: head/sysutils/nitrogen/Makefile
==============================================================================
--- head/sysutils/nitrogen/Makefile	Mon Sep  2 06:35:34 2013	(r325943)
+++ head/sysutils/nitrogen/Makefile	Mon Sep  2 06:39:37 2013	(r325944)
@@ -32,7 +32,7 @@ RUN_DEPENDS=	gnome-icon-theme>0:${PORTSD
 OPTIONS_DEFINE=	XINERAMA
 OPTIONS_DEFAULT=XINERAMA
 
-USES=		gettext iconv
+USES=		gettext iconv pkgconfig
 USE_GNOME=	gtk20
 USE_XORG=	pixman x11 xau xcb xcomposite xcursor xdamage xdmcp xext xfixes \
 		xrandr xrender



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