From owner-svn-ports-all@FreeBSD.ORG Mon Sep 2 21:04:07 2013 Return-Path: Delivered-To: svn-ports-all@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 B0A2DDB3; Mon, 2 Sep 2013 21:04:07 +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 8D4D124EB; Mon, 2 Sep 2013 21:04:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82L47Ke042392; Mon, 2 Sep 2013 21:04:07 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82L41mw042270; Mon, 2 Sep 2013 21:04:01 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309022104.r82L41mw042270@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 21:04:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326089 - in head: audio/gnuitar benchmarks/gtkperf comms/gnokii comms/grig devel/guiloader games/ggz-gtk-client games/kanatest graphics/dia graphics/gcolor2 graphics/gpicview graphics/... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Sep 2013 21:04:07 -0000 Author: bapt Date: Mon Sep 2 21:04:00 2013 New Revision: 326089 URL: http://svnweb.freebsd.org/changeset/ports/326089 Log: Add an explicit dependency on pkgconf Modified: head/audio/gnuitar/Makefile head/benchmarks/gtkperf/Makefile head/comms/gnokii/Makefile head/comms/grig/Makefile head/devel/guiloader/Makefile head/games/ggz-gtk-client/Makefile head/games/kanatest/Makefile head/graphics/dia/Makefile head/graphics/gcolor2/Makefile head/graphics/gpicview/Makefile head/graphics/gqview/Makefile head/graphics/libexif-gtk/Makefile head/graphics/xmedcon/Makefile head/japanese/kasumi/Makefile head/java/sablevm-classpath/Makefile head/mail/thunderbird/Makefile head/print/cups-pk-helper/Makefile head/security/openvas-client/Makefile head/shells/viewglob/Makefile head/sysutils/lxinput/Makefile head/sysutils/lxtask/Makefile head/sysutils/polkit-gnome/Makefile head/textproc/xmlroff/Makefile head/www/firefox-esr/Makefile head/www/firefox/Makefile head/www/seamonkey/Makefile head/x11-fm/pcmanfm/Makefile head/x11-toolkits/vdk/Makefile head/x11-toolkits/wxgtk26/Makefile head/x11/lxrandr/Makefile Modified: head/audio/gnuitar/Makefile ============================================================================== --- head/audio/gnuitar/Makefile Mon Sep 2 20:51:40 2013 (r326088) +++ head/audio/gnuitar/Makefile Mon Sep 2 21:04:00 2013 (r326089) @@ -10,6 +10,7 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= The real-time guitar processor +USES= pkgconfig USE_BZIP2= yes USE_GNOME= gtk20 GNU_CONFIGURE= yes Modified: head/benchmarks/gtkperf/Makefile ============================================================================== --- head/benchmarks/gtkperf/Makefile Mon Sep 2 20:51:40 2013 (r326088) +++ head/benchmarks/gtkperf/Makefile Mon Sep 2 21:04:00 2013 (r326089) @@ -12,7 +12,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Measure your system's GTK+ performance WRKSRC= ${WRKDIR}/${PORTNAME} -USES= gmake +USES= gmake pkgconfig GNU_CONFIGURE= yes USE_GNOME= gtk20 gnomeprefix Modified: head/comms/gnokii/Makefile ============================================================================== --- head/comms/gnokii/Makefile Mon Sep 2 20:51:40 2013 (r326088) +++ head/comms/gnokii/Makefile Mon Sep 2 21:04:00 2013 (r326089) @@ -20,7 +20,7 @@ BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSD GROUPS= ${PORTNAME} USE_BZIP2= yes -USES= gettext gmake +USES= gettext gmake pkgconfig USE_LDCONFIG= yes USE_CSTD= gnu89 WANT_GNOME= yes Modified: head/comms/grig/Makefile ============================================================================== --- head/comms/grig/Makefile Mon Sep 2 20:51:40 2013 (r326088) +++ head/comms/grig/Makefile Mon Sep 2 21:04:00 2013 (r326089) @@ -16,8 +16,7 @@ LIB_DEPENDS= hamlib:${PORTSDIR}/comms/ha USE_GNOME= gtk20 GNU_CONFIGURE= yes -USE_GMAKE= yes -USES= gettext +USES= gettext gmake pkgconfig MAN1= grig.1 Modified: head/devel/guiloader/Makefile ============================================================================== --- head/devel/guiloader/Makefile Mon Sep 2 20:51:40 2013 (r326088) +++ head/devel/guiloader/Makefile Mon Sep 2 21:04:00 2013 (r326089) @@ -12,9 +12,8 @@ COMMENT= A high-performance and compact PROJECTHOST= nothing-personal USE_BZIP2= yes -USES= pathfix gettext +USES= pathfix gettext gmake pkgconfig USE_GNOME= gtk20 -USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-hidden-visibility USE_LDCONFIG= yes Modified: head/games/ggz-gtk-client/Makefile ============================================================================== --- head/games/ggz-gtk-client/Makefile Mon Sep 2 20:51:40 2013 (r326088) +++ head/games/ggz-gtk-client/Makefile Mon Sep 2 21:04:00 2013 (r326089) @@ -14,6 +14,7 @@ USE_GNOME= gtk20 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-debug USE_GGZ= client +USES= pkgconfig MAN6= ggz-gtk.6 Modified: head/games/kanatest/Makefile ============================================================================== --- head/games/kanatest/Makefile Mon Sep 2 20:51:40 2013 (r326088) +++ head/games/kanatest/Makefile Mon Sep 2 21:04:00 2013 (r326089) @@ -1,9 +1,5 @@ -# New ports collection makefile for: kanatest -# Date created: 2004-03-27 -# Whom: S H A N -# +# Created by: S H A N # $FreeBSD$ -# PORTNAME= kanatest PORTVERSION= 0.4.8 @@ -14,8 +10,7 @@ MASTER_SITES= http://clayo.org/kanatest/ MAINTAINER= ports@FreeBSD.org COMMENT= A Japanese kana (Hiragana and Katakana) simple flashcard tool -USE_GMAKE= yes -USES= gettext +USES= gettext gmake pkgconfig USE_GNOME= gtk20 libxml2 GNU_CONFIGURE= yes INSTALLS_ICONS= yes Modified: head/graphics/dia/Makefile ============================================================================== --- head/graphics/dia/Makefile Mon Sep 2 20:51:40 2013 (r326088) +++ head/graphics/dia/Makefile Mon Sep 2 21:04:00 2013 (r326089) @@ -16,7 +16,7 @@ COMMENT= Diagram creation program, simil LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt \ libpng15.so:${PORTSDIR}/graphics/png -USES= desktop-file-utils gettext gmake pathfix +USES= desktop-file-utils gettext gmake pathfix pkgconfig USE_XZ= yes USE_GNOME= gtk20 gnomeprefix libxslt libartlgpl2 intlhack INSTALLS_ICONS= yes Modified: head/graphics/gcolor2/Makefile ============================================================================== --- head/graphics/gcolor2/Makefile Mon Sep 2 20:51:40 2013 (r326088) +++ head/graphics/gcolor2/Makefile Mon Sep 2 21:04:00 2013 (r326089) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gcolor2 -# Date created: 18 April 2005 -# Whom: Piotr Smyrak, piotr.smyrak@heron.pl -# +# Created by: Piotr Smyrak, piotr.smyrak@heron.pl # $FreeBSD$ -# PORTNAME= gcolor2 PORTVERSION= 0.4 @@ -14,6 +10,7 @@ MASTER_SITES= SF MAINTAINER= ps.ports@smyrak.com COMMENT= A simple GTK+ 2.0 color selector +USES= pkgconfig USE_GNOME= gtk20 gnomeprefix GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/graphics/gpicview/Makefile ============================================================================== --- head/graphics/gpicview/Makefile Mon Sep 2 20:51:40 2013 (r326088) +++ head/graphics/gpicview/Makefile Mon Sep 2 21:04:00 2013 (r326089) @@ -11,7 +11,7 @@ COMMENT= Simple and Fast Image Viewer fo LICENSE= GPLv2 -USES= desktop-file-utils gmake +USES= desktop-file-utils gmake pkgconfig USE_GNOME= gtk20 GNU_CONFIGURE= yes CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \ Modified: head/graphics/gqview/Makefile ============================================================================== --- head/graphics/gqview/Makefile Mon Sep 2 20:51:40 2013 (r326088) +++ head/graphics/gqview/Makefile Mon Sep 2 21:04:00 2013 (r326089) @@ -12,6 +12,7 @@ COMMENT= Another gtk2-based graphic file LIB_DEPENDS= png15:${PORTSDIR}/graphics/png +USES= pkgconfig USE_GNOME= gnomehier gtk20 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/graphics/libexif-gtk/Makefile ============================================================================== --- head/graphics/libexif-gtk/Makefile Mon Sep 2 20:51:40 2013 (r326088) +++ head/graphics/libexif-gtk/Makefile Mon Sep 2 21:04:00 2013 (r326089) @@ -14,7 +14,7 @@ LICENSE= LGPL21 LIB_DEPENDS= exif:${PORTSDIR}/graphics/libexif -USES= pathfix +USES= pathfix pkgconfig USE_GNOME= gtk20 USE_AUTOTOOLS= autoconf libtool CPPFLAGS+= -I${LOCALBASE}/include Modified: head/graphics/xmedcon/Makefile ============================================================================== --- head/graphics/xmedcon/Makefile Mon Sep 2 20:51:40 2013 (r326088) +++ head/graphics/xmedcon/Makefile Mon Sep 2 21:04:00 2013 (r326089) @@ -25,6 +25,7 @@ INTERFILE_DESC= With InterFile 3.3 INW_DESC= With INW (RUG) USE_BZIP2= yes +USES= pkgconfig USE_AUTOTOOLS= libtool CONFIGURE_ARGS= --includedir=${PREFIX}/include/xmedcon \ --enable-llcheck Modified: head/japanese/kasumi/Makefile ============================================================================== --- head/japanese/kasumi/Makefile Mon Sep 2 20:51:40 2013 (r326088) +++ head/japanese/kasumi/Makefile Mon Sep 2 21:04:00 2013 (r326089) @@ -11,7 +11,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}/41436 MAINTAINER= nobutaka@FreeBSD.org COMMENT= A dictionary management tool for anthy -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gnomehier gtk20 LIB_DEPENDS= anthy.1:${PORTSDIR}/japanese/anthy Modified: head/java/sablevm-classpath/Makefile ============================================================================== --- head/java/sablevm-classpath/Makefile Mon Sep 2 20:51:40 2013 (r326088) +++ head/java/sablevm-classpath/Makefile Mon Sep 2 21:04:00 2013 (r326089) @@ -15,7 +15,7 @@ LICENSE= GPLv2 BUILD_DEPENDS= jikes:${PORTSDIR}/java/jikes GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME} USE_XORG= x11 ice xtst sm WANT_GNOME= yes Modified: head/mail/thunderbird/Makefile ============================================================================== --- head/mail/thunderbird/Makefile Mon Sep 2 20:51:40 2013 (r326088) +++ head/mail/thunderbird/Makefile Mon Sep 2 21:04:00 2013 (r326089) @@ -31,7 +31,7 @@ QT_NONSTANDARD= yes ALL_TARGET= default GNU_CONFIGURE= yes USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_GL= gl MOZ_PROTOCOLS= http,ftp,file,viewsource,res,data,wyciwyg,websocket Modified: head/print/cups-pk-helper/Makefile ============================================================================== --- head/print/cups-pk-helper/Makefile Mon Sep 2 20:51:40 2013 (r326088) +++ head/print/cups-pk-helper/Makefile Mon Sep 2 21:04:00 2013 (r326089) @@ -1,7 +1,4 @@ -# New ports collection makefile for: cups-pk-helper -# Date created: 2009-12-29 -# Whom: Michael Johnson -# +# Created by: Michael Johnson # $FreeBSD$ # $MCom: ports/print/cups-pk-helper/Makefile,v 1.1 2009/12/29 16:01:07 ahze Exp $ @@ -19,9 +16,8 @@ LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/d polkit.2:${PORTSDIR}/sysutils/policykit USE_BZIP2= yes -USE_GMAKE= yes USE_GNOME= intlhack gtk20 -USES= gettext +USES= gettext gmake pkgconfig GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/libs Modified: head/security/openvas-client/Makefile ============================================================================== --- head/security/openvas-client/Makefile Mon Sep 2 20:51:40 2013 (r326088) +++ head/security/openvas-client/Makefile Mon Sep 2 21:04:00 2013 (r326089) @@ -1,9 +1,5 @@ -# New ports collection makefile for: openvas-client -# Date created: 2008-04-27 -# Whom: Tomoyuki Sakurai -# +# Created by: Tomoyuki Sakurai # $FreeBSD$ -# PORTNAME= openvas-client PORTVERSION= 2.0.4 @@ -17,7 +13,7 @@ COMMENT= A GUI client for OpenVAS MAN1= OpenVAS-Client.1 openvasclient-mkcert.1 GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gtk20 .include "${.CURDIR}/../../security/openvas-libraries/Makefile.common" Modified: head/shells/viewglob/Makefile ============================================================================== --- head/shells/viewglob/Makefile Mon Sep 2 20:51:40 2013 (r326088) +++ head/shells/viewglob/Makefile Mon Sep 2 21:04:00 2013 (r326089) @@ -1,9 +1,5 @@ -# New ports collection makefile for: viewglob -# Date created: 06 Oct 2004 -# Whom: Jean-Yves Lefort -# +# Created by: Jean-Yves Lefort # $FreeBSD$ -# PORTNAME= viewglob PORTVERSION= 2.0.4 @@ -17,6 +13,7 @@ COMMENT= A GTK+ add-on to bash and zsh BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash RUN_DEPENDS= bash:${PORTSDIR}/shells/bash +USES= pkgconfig USE_XORG= x11 USE_GNOME= gtk20 GNU_CONFIGURE= yes Modified: head/sysutils/lxinput/Makefile ============================================================================== --- head/sysutils/lxinput/Makefile Mon Sep 2 20:51:40 2013 (r326088) +++ head/sysutils/lxinput/Makefile Mon Sep 2 21:04:00 2013 (r326089) @@ -9,12 +9,11 @@ MASTER_SITES= SF/lxde/LXInput%20%28Kbd%2 MAINTAINER= nemysis@gmx.ch COMMENT= Keyboard and mouse config tool from the LXDE project -USES= iconv +USES= iconv gmake pkgconfig USE_GNOME= gtk20 intlhack GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --prefix=${PREFIX} -USE_GMAKE= yes MAN1= lxinput.1 Modified: head/sysutils/lxtask/Makefile ============================================================================== --- head/sysutils/lxtask/Makefile Mon Sep 2 20:51:40 2013 (r326088) +++ head/sysutils/lxtask/Makefile Mon Sep 2 21:04:00 2013 (r326089) @@ -12,10 +12,9 @@ COMMENT= Lightweight desktop-independent LICENSE= GPLv2 -USES= iconv +USES= iconv gmake pkgconfig USE_GNOME= gtk20 intlhack GNU_CONFIGURE= yes -USE_GMAKE= yes USE_LDCONFIG= yes PORTDOCS= AUTHORS README TODO Modified: head/sysutils/polkit-gnome/Makefile ============================================================================== --- head/sysutils/polkit-gnome/Makefile Mon Sep 2 20:51:40 2013 (r326088) +++ head/sysutils/polkit-gnome/Makefile Mon Sep 2 21:04:00 2013 (r326089) @@ -13,8 +13,7 @@ COMMENT= GNOME frontend to the PolicyKit LIB_DEPENDS= polkit-gobject-1:${PORTSDIR}/sysutils/polkit USE_XZ= yes -USE_GMAKE= yes -USES= gettext +USES= gettext gmake pkgconfig USE_GNOME= gnomehack gnomeprefix gtk20 intlhack GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/textproc/xmlroff/Makefile ============================================================================== --- head/textproc/xmlroff/Makefile Mon Sep 2 20:51:40 2013 (r326088) +++ head/textproc/xmlroff/Makefile Mon Sep 2 21:04:00 2013 (r326089) @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= cairo:${PORTSDIR}/graphics/cairo USE_AUTOTOOLS= libtool -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gnomehack libgnomeprint libxslt \ libxml2 gtk20 glib20 pango USE_LDCONFIG= yes Modified: head/www/firefox-esr/Makefile ============================================================================== --- head/www/firefox-esr/Makefile Mon Sep 2 20:51:40 2013 (r326088) +++ head/www/firefox-esr/Makefile Mon Sep 2 21:04:00 2013 (r326089) @@ -34,7 +34,7 @@ QT_NONSTANDARD= yes ALL_TARGET= default GNU_CONFIGURE= yes USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_GL= gl NO_MOZPKGINSTALL=yes Modified: head/www/firefox/Makefile ============================================================================== --- head/www/firefox/Makefile Mon Sep 2 20:51:40 2013 (r326088) +++ head/www/firefox/Makefile Mon Sep 2 21:04:00 2013 (r326089) @@ -33,7 +33,7 @@ QT_NONSTANDARD= yes ALL_TARGET= default GNU_CONFIGURE= yes USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_GL= gl USE_DOS2UNIX= media/webrtc/trunk/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp NO_MOZPKGINSTALL=yes Modified: head/www/seamonkey/Makefile ============================================================================== --- head/www/seamonkey/Makefile Mon Sep 2 20:51:40 2013 (r326088) +++ head/www/seamonkey/Makefile Mon Sep 2 21:04:00 2013 (r326089) @@ -25,7 +25,7 @@ USE_AUTOTOOLS= autoconf213:env USE_PYTHON_BUILD=-2.7 OBJDIR_BUILD= # in-tree build broken after bug 789837 USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_GECKO= gecko WANT_GNOME= yes USE_QT4= # empty Modified: head/x11-fm/pcmanfm/Makefile ============================================================================== --- head/x11-fm/pcmanfm/Makefile Mon Sep 2 20:51:40 2013 (r326088) +++ head/x11-fm/pcmanfm/Makefile Mon Sep 2 21:04:00 2013 (r326089) @@ -16,7 +16,7 @@ LIB_DEPENDS= startup-notification-1:${PO USE_GNOME= gtk20 USE_AUTOTOOLS= libtool -USE_GMAKE= yes +USES= gmake pkgconfig USE_FAM= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/x11-toolkits/vdk/Makefile ============================================================================== --- head/x11-toolkits/vdk/Makefile Mon Sep 2 20:51:40 2013 (r326088) +++ head/x11-toolkits/vdk/Makefile Mon Sep 2 21:04:00 2013 (r326089) @@ -13,7 +13,7 @@ COMMENT= C++ wrapper for GTK+ toolkit LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING -USES= pathfix +USES= pathfix pkgconfig USE_GNOME= gtk20 USE_AUTOTOOLS= libtool CONFIGURE_ARGS= --enable-opt=no --enable-doc-html=no --enable-testvdk=no Modified: head/x11-toolkits/wxgtk26/Makefile ============================================================================== --- head/x11-toolkits/wxgtk26/Makefile Mon Sep 2 20:51:40 2013 (r326088) +++ head/x11-toolkits/wxgtk26/Makefile Mon Sep 2 21:04:00 2013 (r326089) @@ -18,7 +18,7 @@ LIB_DEPENDS+= png15:${PORTSDIR}/graphics expat.6:${PORTSDIR}/textproc/expat2\ mspack.1:${PORTSDIR}/archivers/libmspack -USES= iconv +USES= iconv pkgconfig USE_BZIP2= yes USE_XORG= x11 sm xxf86vm xinerama USE_GL= glu Modified: head/x11/lxrandr/Makefile ============================================================================== --- head/x11/lxrandr/Makefile Mon Sep 2 20:51:40 2013 (r326088) +++ head/x11/lxrandr/Makefile Mon Sep 2 21:04:00 2013 (r326089) @@ -11,11 +11,10 @@ COMMENT= LXDE screen manager LICENSE= GPLv2 -USES= desktop-file-utils +USES= desktop-file-utils gmake pkgconfig USE_GNOME= gtk20 USE_XORG= xrandr GNU_CONFIGURE= yes -USE_GMAKE= yes INSTALLS_ICONS= yes MAN1= lxrandr.1