From owner-svn-ports-head@FreeBSD.ORG Tue Sep 10 21:31:38 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 2FBDD355; Tue, 10 Sep 2013 21:31:38 +0000 (UTC) (envelope-from antoine@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 19D832DE9; Tue, 10 Sep 2013 21:31:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8ALVbnF023566; Tue, 10 Sep 2013 21:31:37 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8ALVXYC023493; Tue, 10 Sep 2013 21:31:33 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309102131.r8ALVXYC023493@svn.freebsd.org> From: Antoine Brodin Date: Tue, 10 Sep 2013 21:31:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326934 - in head: devel/gps editors/gobby finance/grisbi graphics/grafx2 graphics/gsculpt mail/gkrellmmailwatch2 mail/gmail-notify math/gretl misc/gkrellm-helium misc/gkrellm-xkb misc/... 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: Tue, 10 Sep 2013 21:31:38 -0000 Author: antoine Date: Tue Sep 10 21:31:33 2013 New Revision: 326934 URL: http://svnweb.freebsd.org/changeset/ports/326934 Log: Add an explicit dependency on pkgconf Approved by: portmgr (bapt) Modified: head/devel/gps/Makefile head/editors/gobby/Makefile head/finance/grisbi/Makefile head/graphics/grafx2/Makefile head/graphics/gsculpt/Makefile head/mail/gkrellmmailwatch2/Makefile head/mail/gmail-notify/Makefile head/math/gretl/Makefile head/misc/gkrellm-helium/Makefile head/misc/gkrellm-xkb/Makefile head/misc/gkrellmbgchg2/Makefile head/misc/gkrellmlaunch2/Makefile head/misc/gkrellshoot2/Makefile head/misc/gkrellweather2/Makefile head/net/gkrellmwireless2/Makefile head/science/gsmc/Makefile head/security/gnome-ssh-askpass/Makefile head/sysutils/gkrellfire/Makefile head/sysutils/gkrellm-trayicons/Makefile head/sysutils/gkrelltop/Makefile head/www/gnome-web-photo/Makefile Modified: head/devel/gps/Makefile ============================================================================== --- head/devel/gps/Makefile Tue Sep 10 21:07:38 2013 (r326933) +++ head/devel/gps/Makefile Tue Sep 10 21:31:33 2013 (r326934) @@ -20,11 +20,10 @@ LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp LATEST_LINK= gps-ide GNU_CONFIGURE= yes -USE_GMAKE= yes USE_BZIP2= yes -USE_PERL5_BUILD= yes +USE_PERL5= build ALL_TARGET= default -USES= ada +USES= ada gmake perl5 pkgconfig WRKSRC= ${WRKDIR}/gps-release-ide-${PORTVERSION}-src CONFIGURE_ENV+= AWK=/usr/bin/awk Modified: head/editors/gobby/Makefile ============================================================================== --- head/editors/gobby/Makefile Tue Sep 10 21:07:38 2013 (r326933) +++ head/editors/gobby/Makefile Tue Sep 10 21:31:33 2013 (r326934) @@ -20,7 +20,7 @@ OPTIONS_DEFINE= GTKSPELL NLS GTKSPELL_DESC= Enable GtkSpell support USE_GNOME= gnomehack gtksourceview2 intltool -USE_GMAKE= yes +USES= gmake pkgconfig GNU_CONFIGURE= yes INSTALLS_ICONS= yes Modified: head/finance/grisbi/Makefile ============================================================================== --- head/finance/grisbi/Makefile Tue Sep 10 21:07:38 2013 (r326933) +++ head/finance/grisbi/Makefile Tue Sep 10 21:31:33 2013 (r326934) @@ -15,8 +15,7 @@ LICENSE= GPLv2 LIB_DEPENDS= ofx.5:${PORTSDIR}/finance/libofx USE_BZIP2= yes -USES= iconv -USE_GMAKE= yes +USES= gmake iconv pkgconfig GNU_CONFIGURE= yes USE_GNOME= gtk20 glib20 libxml2 USE_OPENSSL= yes Modified: head/graphics/grafx2/Makefile ============================================================================== --- head/graphics/grafx2/Makefile Tue Sep 10 21:07:38 2013 (r326933) +++ head/graphics/grafx2/Makefile Tue Sep 10 21:31:33 2013 (r326934) @@ -14,7 +14,7 @@ COMMENT= Pixelart-oriented bitmap painti LIB_DEPENDS= X11:${PORTSDIR}/x11/libX11 \ png15:${PORTSDIR}/graphics/png -USES= gmake +USES= gmake pkgconfig USE_GCC= any USE_SDL= sdl image Modified: head/graphics/gsculpt/Makefile ============================================================================== --- head/graphics/gsculpt/Makefile Tue Sep 10 21:07:38 2013 (r326933) +++ head/graphics/gsculpt/Makefile Tue Sep 10 21:31:33 2013 (r326934) @@ -19,6 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}open WRKSRC= ${WRKDIR}/${DISTNAME:S,-src,,} +USES= pkgconfig USE_GNOME= pygtk2 USE_GL= glu USE_XORG= x11 Modified: head/mail/gkrellmmailwatch2/Makefile ============================================================================== --- head/mail/gkrellmmailwatch2/Makefile Tue Sep 10 21:07:38 2013 (r326933) +++ head/mail/gkrellmmailwatch2/Makefile Tue Sep 10 21:31:33 2013 (r326934) @@ -18,7 +18,7 @@ RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutil WRKSRC= ${WRKDIR}/gkrellm-mailwatch -USE_GMAKE= yes +USES= gmake pkgconfig USE_LDCONFIG= yes MAKE_ENV+= PLUGIN_DIR=${PREFIX}/libexec/gkrellm2/plugins Modified: head/mail/gmail-notify/Makefile ============================================================================== --- head/mail/gmail-notify/Makefile Tue Sep 10 21:07:38 2013 (r326933) +++ head/mail/gmail-notify/Makefile Tue Sep 10 21:31:33 2013 (r326934) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gmail-notify -# Date created: 07 June 2005 -# Whom: David -# +# Created by: David # $FreeBSD$ -# PORTNAME= gmail-notify PORTVERSION= 1.6.1.1 @@ -18,7 +14,7 @@ BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR USE_GNOME= pygtk2 USE_PYTHON= yes -USE_GMAKE= yes +USES= gmake pkgconfig .include Modified: head/math/gretl/Makefile ============================================================================== --- head/math/gretl/Makefile Tue Sep 10 21:07:38 2013 (r326933) +++ head/math/gretl/Makefile Tue Sep 10 21:31:33 2013 (r326934) @@ -15,9 +15,8 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ GNU_CONFIGURE= yes USE_BZIP2= yes USE_FORTRAN= yes -USE_GMAKE= yes USE_LDCONFIG= yes -USES= pathfix +USES= gmake pathfix pkgconfig WANT_GNOME= yes ALL_TARGET= # empty Modified: head/misc/gkrellm-helium/Makefile ============================================================================== --- head/misc/gkrellm-helium/Makefile Tue Sep 10 21:07:38 2013 (r326933) +++ head/misc/gkrellm-helium/Makefile Tue Sep 10 21:31:33 2013 (r326934) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gkrellm-helium -# Date Created: 19 Apr 2003 -# Whom: Pav Lucistnik -# +# Created by: Pav Lucistnik # $FreeBSD$ -# PORTNAME= gkrellm-helium PORTVERSION= 2.3.1 @@ -19,6 +15,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/gkre LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 +USES= pkgconfig PLIST_FILES= libexec/gkrellm2/plugins/helium.so CFLAGS+= -fPIC -I${LOCALBASE}/include Modified: head/misc/gkrellm-xkb/Makefile ============================================================================== --- head/misc/gkrellm-xkb/Makefile Tue Sep 10 21:07:38 2013 (r326933) +++ head/misc/gkrellm-xkb/Makefile Tue Sep 10 21:31:33 2013 (r326934) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gkrellm-xkb -# Date Created: Jun 24 2003 -# Whom: Pav Lucistnik -# +# Created by: Pav Lucistnik # $FreeBSD$ -# PORTNAME= gkrellm-xkb PORTVERSION= 1.05 @@ -17,6 +13,7 @@ COMMENT= X keyboard layout plugin for GK BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2 RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 +USES= pkgconfig PLIST_FILES= libexec/gkrellm2/plugins/xkb.so MAKE_ENV= PLUGIN_DIR=${PREFIX}/libexec/gkrellm2/plugins ALL_TARGET= xkb.so Modified: head/misc/gkrellmbgchg2/Makefile ============================================================================== --- head/misc/gkrellmbgchg2/Makefile Tue Sep 10 21:07:38 2013 (r326933) +++ head/misc/gkrellmbgchg2/Makefile Tue Sep 10 21:31:33 2013 (r326934) @@ -15,6 +15,7 @@ LICENSE= GPLv2 BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2 RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 +USES= pkgconfig USE_GNOME= gtk20 PLIST_FILES= libexec/gkrellm2/plugins/gkrellmbgchg.so Modified: head/misc/gkrellmlaunch2/Makefile ============================================================================== --- head/misc/gkrellmlaunch2/Makefile Tue Sep 10 21:07:38 2013 (r326933) +++ head/misc/gkrellmlaunch2/Makefile Tue Sep 10 21:31:33 2013 (r326934) @@ -14,6 +14,7 @@ COMMENT= Application launcher plugin for BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2 RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 +USES= pkgconfig PLIST_FILES= libexec/gkrellm2/plugins/gkrellmlaunch.so ALL_TARGET= ${PORTNAME}.so Modified: head/misc/gkrellshoot2/Makefile ============================================================================== --- head/misc/gkrellshoot2/Makefile Tue Sep 10 21:07:38 2013 (r326933) +++ head/misc/gkrellshoot2/Makefile Tue Sep 10 21:31:33 2013 (r326934) @@ -15,6 +15,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/gkre RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 \ import:${PORTSDIR}/graphics/ImageMagick +USES= pkgconfig PLIST_FILES= libexec/gkrellm2/plugins/gkrellshoot.so WRKSRC= ${WRKDIR}/gkrellShoot-${PORTVERSION} Modified: head/misc/gkrellweather2/Makefile ============================================================================== --- head/misc/gkrellweather2/Makefile Tue Sep 10 21:07:38 2013 (r326933) +++ head/misc/gkrellweather2/Makefile Tue Sep 10 21:31:33 2013 (r326934) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gkrellweather2 -# Date Created: 24 Nov 2002 -# Whom: Jean-Yves Lefort -# +# Created by: Jean-Yves Lefort # $FreeBSD$ -# PORTNAME= gkrellweather PORTVERSION= 2.0.7 @@ -18,7 +14,7 @@ COMMENT= GKrellWeather is a weather plug BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2 RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 -USE_GMAKE= yes +USES= gmake pkgconfig ALL_TARGET= gkrellweather.so MAKE_ENV= enable_nls=1 PTHREAD_LIBS=${PTHREAD_LIBS} Modified: head/net/gkrellmwireless2/Makefile ============================================================================== --- head/net/gkrellmwireless2/Makefile Tue Sep 10 21:07:38 2013 (r326933) +++ head/net/gkrellmwireless2/Makefile Tue Sep 10 21:31:33 2013 (r326934) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gkrellm-wireless -# Date Created: 17 Mar 2003 -# Whom: KT Sin -# +# Created by: KT Sin # $FreeBSD$ -# PORTNAME= gkrellmwireless PORTVERSION= 2.0.2 @@ -20,6 +16,6 @@ RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutil WRKSRC= ${WRKDIR}/gkrellmwireless USE_XORG= x11 -USE_GMAKE= yes +USES= gmake pkgconfig .include Modified: head/science/gsmc/Makefile ============================================================================== --- head/science/gsmc/Makefile Tue Sep 10 21:07:38 2013 (r326933) +++ head/science/gsmc/Makefile Tue Sep 10 21:31:33 2013 (r326934) @@ -1,9 +1,5 @@ -# ports collection makefile for: gsmc -# Date created: 11 February 2006 -# Whom: db -# +# Created by: db # $FreeBSD$ -# PORTNAME= gsmc PORTVERSION= 1.1 @@ -18,7 +14,7 @@ USE_GNOME= gtk20 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -USE_GMAKE= yes +USES= gmake pkgconfig USE_AUTOTOOLS= aclocal automake autoconf AUTOMAKE_ARGS= -i --add-missing --foreign --copy Modified: head/security/gnome-ssh-askpass/Makefile ============================================================================== --- head/security/gnome-ssh-askpass/Makefile Tue Sep 10 21:07:38 2013 (r326933) +++ head/security/gnome-ssh-askpass/Makefile Tue Sep 10 21:31:33 2013 (r326934) @@ -18,6 +18,7 @@ BUILD_WRKSRC= ${WRKSRC}/contrib ALL_TARGET= gnome-ssh-askpass2 PLIST_FILES= bin/gnome-ssh-askpass2 +USES= pkgconfig USE_GNOME= gtk20 .include Modified: head/sysutils/gkrellfire/Makefile ============================================================================== --- head/sysutils/gkrellfire/Makefile Tue Sep 10 21:07:38 2013 (r326933) +++ head/sysutils/gkrellfire/Makefile Tue Sep 10 21:31:33 2013 (r326934) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gkrellfire -# Date created: 2004-07-16 -# Whom: Roman Bogorodskiy -# +# Created by: Roman Bogorodskiy # $FreeBSD$ -# PORTNAME= gkrellfire PORTVERSION= 0.4.2 @@ -21,7 +17,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/gkre RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 PLIST_FILES= libexec/gkrellm2/plugins/${PORTNAME}.so -USE_GMAKE= yes +USES= gmake pkgconfig MAKE_ARGS= CC="${CC}" do-install: Modified: head/sysutils/gkrellm-trayicons/Makefile ============================================================================== --- head/sysutils/gkrellm-trayicons/Makefile Tue Sep 10 21:07:38 2013 (r326933) +++ head/sysutils/gkrellm-trayicons/Makefile Tue Sep 10 21:31:33 2013 (r326934) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gkrellm-trayicons -# Date created: Wed Jun 23 14:55:49 CEST 2004 -# Whom: Tobias Roth -# +# Created by: Tobias Roth # $FreeBSD$ -# PORTNAME= trayicons PORTVERSION= 1.03 @@ -19,6 +15,7 @@ COMMENT= GKrellM2 plugin to display defi BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2 RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 +USES= pkgconfig PLIST_FILES= libexec/gkrellm2/plugins/trayicons.so ALL_TARGET= trayicons.so Modified: head/sysutils/gkrelltop/Makefile ============================================================================== --- head/sysutils/gkrelltop/Makefile Tue Sep 10 21:07:38 2013 (r326933) +++ head/sysutils/gkrelltop/Makefile Tue Sep 10 21:31:33 2013 (r326934) @@ -13,7 +13,7 @@ COMMENT= Plugin for gkrellm 2.x shows to RUN_DEPENDS= gkrellmd:${PORTSDIR}/sysutils/gkrellm2 BUILD_DEPENDS:= ${RUN_DEPENDS} -USES= gmake +USES= gmake pkgconfig MAKE_ARGS= INSTALLDIR=${LOCALBASE}/libexec/gkrellm2/plugins \ INSTALLDIRD=${PREFIX}/libexec/gkrellm2/plugins-gkrellmd Modified: head/www/gnome-web-photo/Makefile ============================================================================== --- head/www/gnome-web-photo/Makefile Tue Sep 10 21:07:38 2013 (r326933) +++ head/www/gnome-web-photo/Makefile Tue Sep 10 21:31:33 2013 (r326934) @@ -1,11 +1,6 @@ -# New ports collection makefile for: gnome-web-photo -# Date created: 2005-11-30 -# Whom: Michael Johnson -# +# Created by: Michael Johnson # $FreeBSD$ # $MCom: ports/www/gnome-web-photo/Makefile,v 1.5 2007/08/07 03:27:32 mezz Exp $ -# -# PORTNAME= gnome-web-photo PORTVERSION= 0.10.3 @@ -23,8 +18,7 @@ LIB_DEPENDS= webkitgtk-1.0.0:${PORTSDIR} USE_XZ= yes USE_GNOME= gconf2 gnomehack gnomeprefix -USES= gettext -USE_GMAKE= yes +USES= gettext gmake pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-silent-rules \ --with-gtk=2.0