From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 21:32:27 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 150C773A; Mon, 2 Sep 2013 21:32:27 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F2149276D; Mon, 2 Sep 2013 21:32:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82LWQ5g060314; Mon, 2 Sep 2013 21:32:26 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82LWOnv060304; Mon, 2 Sep 2013 21:32:24 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309022132.r82LWOnv060304@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 21:32:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Sep 2013 21:32:27 -0000 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@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 -# +# Created by: Alejandro Pulver # $FreeBSD$ -# PORTNAME= bomns PORTVERSION= 0.99.2 @@ -14,6 +10,7 @@ MASTER_SITES= SF/greenridge/Bomns%20for% MAINTAINER= ports@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 -# +# Created by: Rodrigo Graeff # $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