svn commit: r326095 - in head: accessibility/redshift archivers/xarchive cad/gerbv comms/xdx games/bomns games/rtb graphics/sane-epkowa mail/milter-manager print/pdfcube sysutils/gdmap

Baptiste Daroussin bapt at FreeBSD.org
Mon Sep 2 21:32:27 UTC 2013


Author: bapt
Date: Mon Sep  2 21:32:24 2013
New Revision: 326095
URL: http://svnweb.freebsd.org/changeset/ports/326095

Log:
  Add an explicit dependency on pkgconf

Modified:
  head/accessibility/redshift/Makefile
  head/archivers/xarchive/Makefile
  head/cad/gerbv/Makefile
  head/comms/xdx/Makefile
  head/games/bomns/Makefile
  head/games/rtb/Makefile
  head/graphics/sane-epkowa/Makefile
  head/mail/milter-manager/Makefile
  head/print/pdfcube/Makefile
  head/sysutils/gdmap/Makefile

Modified: head/accessibility/redshift/Makefile
==============================================================================
--- head/accessibility/redshift/Makefile	Mon Sep  2 21:32:23 2013	(r326094)
+++ head/accessibility/redshift/Makefile	Mon Sep  2 21:32:24 2013	(r326095)
@@ -11,7 +11,7 @@ MAINTAINER=	feld at FreeBSD.org
 COMMENT=	Adjusts the color temperature of your screen
 
 FETCH_ARGS=	"-pRr"
-USES=		gmake
+USES=		gmake pkgconfig
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes

Modified: head/archivers/xarchive/Makefile
==============================================================================
--- head/archivers/xarchive/Makefile	Mon Sep  2 21:32:23 2013	(r326094)
+++ head/archivers/xarchive/Makefile	Mon Sep  2 21:32:24 2013	(r326095)
@@ -12,6 +12,7 @@ COMMENT=	GTK+ front end for various arch
 
 RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash
 
+USES=		pkgconfig
 GNU_CONFIGURE=	yes
 USE_GNOME=	gtk20
 

Modified: head/cad/gerbv/Makefile
==============================================================================
--- head/cad/gerbv/Makefile	Mon Sep  2 21:32:23 2013	(r326094)
+++ head/cad/gerbv/Makefile	Mon Sep  2 21:32:24 2013	(r326095)
@@ -13,7 +13,7 @@ COMMENT=	A Free Gerber Viewer
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=        pathfix
+USES=        pathfix pkgconfig
 USE_GNOME=	desktopfileutils gtk20
 USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	yes

Modified: head/comms/xdx/Makefile
==============================================================================
--- head/comms/xdx/Makefile	Mon Sep  2 21:32:23 2013	(r326094)
+++ head/comms/xdx/Makefile	Mon Sep  2 21:32:24 2013	(r326095)
@@ -14,7 +14,7 @@ COMMENT=	Amateur Radio DX cluster monito
 
 USE_GNOME=	gtk20
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 
 MAN1=		xdx.1
 LICENSE=	GPLv2

Modified: head/games/bomns/Makefile
==============================================================================
--- head/games/bomns/Makefile	Mon Sep  2 21:32:23 2013	(r326094)
+++ head/games/bomns/Makefile	Mon Sep  2 21:32:24 2013	(r326095)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	bomns
-# Date created:				22 Jul 2005
-# Whom:					Alejandro Pulver <alejandro at varnet.biz>
-#
+# Created by: Alejandro Pulver <alejandro at varnet.biz>
 # $FreeBSD$
-#
 
 PORTNAME=	bomns
 PORTVERSION=	0.99.2
@@ -14,6 +10,7 @@ MASTER_SITES=	SF/greenridge/Bomns%20for%
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	The best old-school Deathmatch game ever (only for two players)
 
+USES=		pkgconfig
 USE_BZIP2=	yes
 USE_SDL=	mixer sdl
 WANT_GNOME=	yes

Modified: head/games/rtb/Makefile
==============================================================================
--- head/games/rtb/Makefile	Mon Sep  2 21:32:23 2013	(r326094)
+++ head/games/rtb/Makefile	Mon Sep  2 21:32:24 2013	(r326095)
@@ -13,11 +13,10 @@ COMMENT=	Robot programming game for UNIX
 
 BUILD_DEPENDS=	gsed:${PORTSDIR}/textproc/gsed
 
-USES=		perl5
+USES=		perl5 gmake pkgconfig
 USE_BZIP2=	yes
 USE_GNOME=	gtk20
 USE_PYTHON=	yes
-USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-rtb-dir=${PREFIX}/lib/${PORTNAME}
 

Modified: head/graphics/sane-epkowa/Makefile
==============================================================================
--- head/graphics/sane-epkowa/Makefile	Mon Sep  2 21:32:23 2013	(r326094)
+++ head/graphics/sane-epkowa/Makefile	Mon Sep  2 21:32:24 2013	(r326095)
@@ -71,7 +71,7 @@ USE_GNOME=	gtk20
 
 # The original uses gmake and ./configure
 # Also pass appropriate flags to configure to use FreeBSD locations.
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=  --prefix=${PREFIX} LDFLAGS="-L${PREFIX}/lib -lgetline" CPPFLAGS=-I${PREFIX}/include
 

Modified: head/mail/milter-manager/Makefile
==============================================================================
--- head/mail/milter-manager/Makefile	Mon Sep  2 21:32:23 2013	(r326094)
+++ head/mail/milter-manager/Makefile	Mon Sep  2 21:32:24 2013	(r326095)
@@ -22,7 +22,7 @@ MAKE_ARGS+=	pkgconfigdir=${PREFIX}/libda
 CONFIGURE_ARGS=	CPPFLAGS="-I${LOCALBASE}/include" \
 		--with-libev \
 		LDFLAGS="-L${LOCALBASE}/lib -lintl"
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_GNOME=	glib20 intltool
 USE_LDCONFIG=	yes
 USE_RUBY=	yes

Modified: head/print/pdfcube/Makefile
==============================================================================
--- head/print/pdfcube/Makefile	Mon Sep  2 21:32:23 2013	(r326094)
+++ head/print/pdfcube/Makefile	Mon Sep  2 21:32:24 2013	(r326095)
@@ -13,6 +13,7 @@ LIB_DEPENDS=	gtkglext:${PORTSDIR}/x11-to
 		poppler-glib:${PORTSDIR}/graphics/poppler-glib \
 		boost_program_options:${PORTSDIR}/devel/boost-libs
 
+USES=		pkgconfig
 USE_GL=		glut
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--libdir=${LOCALBASE}/lib --includedir=${LOCALBASE}/include

Modified: head/sysutils/gdmap/Makefile
==============================================================================
--- head/sysutils/gdmap/Makefile	Mon Sep  2 21:32:23 2013	(r326094)
+++ head/sysutils/gdmap/Makefile	Mon Sep  2 21:32:24 2013	(r326095)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	gdmap
-# Date created:		13 Oct 2005
-# Whom:			Rodrigo Graeff <delphus at gmail.com>
-#
+# Created by: Rodrigo Graeff <delphus at gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	gdmap
 PORTVERSION=	0.7.5
@@ -17,8 +13,7 @@ COMMENT=	Graphical disk map Utility
 BUILD_DEPENDS=	p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
 
 USE_GNOME=	gnomeprefix gnomehack gtk20
-USE_GMAKE=	yes
-USE_PERL5=	yes
+USES=		gmake perl5 pkgconfig
 GNU_CONFIGURE=	yes
 
 MAN1=	gdmap.1


More information about the svn-ports-all mailing list