From owner-svn-ports-head@FreeBSD.ORG Thu Sep 12 09:07:13 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1602C12F; Thu, 12 Sep 2013 09:07:13 +0000 (UTC) (envelope-from marino@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 018472FF6; Thu, 12 Sep 2013 09:07:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8C97CeZ081546; Thu, 12 Sep 2013 09:07:12 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8C979uX081521; Thu, 12 Sep 2013 09:07:09 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201309120907.r8C979uX081521@svn.freebsd.org> From: John Marino Date: Thu, 12 Sep 2013 09:07:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327044 - in head: audio/patchage audio/xmms-faad chinese/fcitx-cloudpinyin chinese/fcitx-googlepinyin chinese/fcitx-libpinyin chinese/fcitx-sunpinyin chinese/fcitx-ui-light chinese/ibu... 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: Thu, 12 Sep 2013 09:07:13 -0000 Author: marino Date: Thu Sep 12 09:07:08 2013 New Revision: 327044 URL: http://svnweb.freebsd.org/changeset/ports/327044 Log: Add explicit dependency on pkgconf (18 ports) Approved by: portmgr (bapt, implicit) Modified: head/audio/patchage/Makefile head/audio/xmms-faad/Makefile.inc head/chinese/fcitx-cloudpinyin/Makefile head/chinese/fcitx-googlepinyin/Makefile head/chinese/fcitx-libpinyin/Makefile head/chinese/fcitx-sunpinyin/Makefile head/chinese/fcitx-ui-light/Makefile head/chinese/ibus-chewing/Makefile head/databases/php5-pdo_cassandra/Makefile head/graphics/gimp-data-extras/Makefile head/graphics/gimp-save-for-web/Makefile head/graphics/zathura-pdf-poppler/Makefile head/mail/gkrellmmailwatch/Makefile head/net-im/pidgin-audacious-remote/Makefile head/net-im/pidgin-manualsize/Makefile head/net-im/pidgin-msn-pecan/Makefile head/science/gchemutils/Makefile head/x11/gtk-theme-switch2/Makefile Modified: head/audio/patchage/Makefile ============================================================================== --- head/audio/patchage/Makefile Thu Sep 12 08:53:55 2013 (r327043) +++ head/audio/patchage/Makefile Thu Sep 12 09:07:08 2013 (r327044) @@ -22,6 +22,7 @@ LIB_DEPENDS= jack.0:${PORTSDIR}/audio/ja glademm-2.4:${PORTSDIR}/devel/libglademm24 \ flowcanvas.5:${PORTSDIR}/x11-toolkits/flowcanvas +USES= pkgconfig USE_BZIP2= yes USE_PYTHON_BUILD=yes INSTALLS_ICONS= yes Modified: head/audio/xmms-faad/Makefile.inc ============================================================================== --- head/audio/xmms-faad/Makefile.inc Thu Sep 12 08:53:55 2013 (r327043) +++ head/audio/xmms-faad/Makefile.inc Thu Sep 12 09:07:08 2013 (r327044) @@ -11,6 +11,7 @@ RUN_DEPENDS= faad2>=2.7:${PORTSDIR}/audi WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/plugins/xmms/src +USES+= pkgconfig USE_BZIP2= yes WANT_GNOME= yes Modified: head/chinese/fcitx-cloudpinyin/Makefile ============================================================================== --- head/chinese/fcitx-cloudpinyin/Makefile Thu Sep 12 08:53:55 2013 (r327043) +++ head/chinese/fcitx-cloudpinyin/Makefile Thu Sep 12 09:07:08 2013 (r327044) @@ -1,9 +1,5 @@ -# New ports collection makefile for: fcitx-cloudpinyin -# Date created: 11 Nov 2011 -# Whom: Zhihao Yuan -# +# Created by: Zhihao Yuan # $FreeBSD$ -# PORTNAME= fcitx-cloudpinyin PORTVERSION= 0.3.0 @@ -19,7 +15,7 @@ LIB_DEPENDS= fcitx-config:${PORTSDIR}/ch curl:${PORTSDIR}/ftp/curl USE_XZ= yes -USES= cmake gettext +USES= cmake gettext pkgconfig USE_GNOME= intltool PROJECTHOST= fcitx Modified: head/chinese/fcitx-googlepinyin/Makefile ============================================================================== --- head/chinese/fcitx-googlepinyin/Makefile Thu Sep 12 08:53:55 2013 (r327043) +++ head/chinese/fcitx-googlepinyin/Makefile Thu Sep 12 09:07:08 2013 (r327044) @@ -14,7 +14,7 @@ LIB_DEPENDS= fcitx-config:${PORTSDIR}/ch googlepinyin:${PORTSDIR}/chinese/libgooglepinyin USE_XZ= yes -USES= cmake gettext +USES= cmake gettext pkgconfig USE_GNOME= intltool PROJECTHOST= fcitx Modified: head/chinese/fcitx-libpinyin/Makefile ============================================================================== --- head/chinese/fcitx-libpinyin/Makefile Thu Sep 12 08:53:55 2013 (r327043) +++ head/chinese/fcitx-libpinyin/Makefile Thu Sep 12 09:07:08 2013 (r327044) @@ -18,7 +18,7 @@ LIB_DEPENDS= fcitx-config:${PORTSDIR}/ch USE_LDCONFIG= ${PREFIX}/lib/fcitx/ USE_XZ= yes -USES= cmake gettext +USES= cmake gettext pkgconfig USE_GNOME= intltool INSTALLS_ICONS= yes Modified: head/chinese/fcitx-sunpinyin/Makefile ============================================================================== --- head/chinese/fcitx-sunpinyin/Makefile Thu Sep 12 08:53:55 2013 (r327043) +++ head/chinese/fcitx-sunpinyin/Makefile Thu Sep 12 09:07:08 2013 (r327044) @@ -1,9 +1,5 @@ -# New ports collection makefile for: fcitx-sunpinyin -# Date created: 10 Nov 2011 -# Whom: Zhihao Yuan -# +# Created by: Zhihao Yuan # $FreeBSD$ -# PORTNAME= fcitx-sunpinyin PORTVERSION= 0.3.9 @@ -19,7 +15,7 @@ BUILD_DEPENDS= zh-sunpinyin>=2.0.4.r2:${ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_XZ= yes -USES= cmake gettext +USES= cmake gettext pkgconfig USE_GNOME= intltool INSTALLS_ICONS= yes Modified: head/chinese/fcitx-ui-light/Makefile ============================================================================== --- head/chinese/fcitx-ui-light/Makefile Thu Sep 12 08:53:55 2013 (r327043) +++ head/chinese/fcitx-ui-light/Makefile Thu Sep 12 09:07:08 2013 (r327044) @@ -1,9 +1,5 @@ -# New ports collection makefile for: fcitx-ui-light -# Date created: 09 Nov 2011 -# Whom: Zhihao Yuan -# +# Created by: Zhihao Yuan # $FreeBSD$ -# PORTNAME= fcitx-ui-light PORTVERSION= 0.1.3 @@ -20,7 +16,7 @@ LIB_DEPENDS= fcitx-config.4:${PORTSDIR}/ USE_BZIP2= yes USE_XORG= x11 xft xpm -USES= cmake gettext +USES= cmake gettext pkgconfig USE_GNOME= intltool PROJECTHOST= fcitx Modified: head/chinese/ibus-chewing/Makefile ============================================================================== --- head/chinese/ibus-chewing/Makefile Thu Sep 12 08:53:55 2013 (r327043) +++ head/chinese/ibus-chewing/Makefile Thu Sep 12 09:07:08 2013 (r327044) @@ -22,7 +22,7 @@ LIB_DEPENDS= chewing:${PORTSDIR}/chinese CMAKE_ARGS+= -DSYSCONF_INSTALL_DIR=${PREFIX}/etc \ -DLIB_DIR=${PREFIX}/lib GCONF_SCHEMAS= ${PORTNAME}.schemas -USES= cmake gettext +USES= cmake gettext pkgconfig USE_GNOME= gconf2 gtk20 USE_XORG= xtst Modified: head/databases/php5-pdo_cassandra/Makefile ============================================================================== --- head/databases/php5-pdo_cassandra/Makefile Thu Sep 12 08:53:55 2013 (r327043) +++ head/databases/php5-pdo_cassandra/Makefile Thu Sep 12 09:07:08 2013 (r327044) @@ -21,6 +21,7 @@ GITHUB_USER= mkoppanen FETCH_ARGS= -pRr WRKSRC= ${WRKDIR}/${GITHUB_USER}-php-${PORTNAME}-${GITREVISION} +USES= pkgconfig USE_PHP_BUILD= yes USE_PHP= pdo USE_PHPEXT= yes Modified: head/graphics/gimp-data-extras/Makefile ============================================================================== --- head/graphics/gimp-data-extras/Makefile Thu Sep 12 08:53:55 2013 (r327043) +++ head/graphics/gimp-data-extras/Makefile Thu Sep 12 09:07:08 2013 (r327044) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gimp-data-extras -# Date created: 2008-02-23 -# Whom: Michael Johnson -# +# Created by: Michael Johnson # $FreeBSD$ -# PORTNAME= gimp-data-extras PORTVERSION= 2.0.2 @@ -23,6 +19,7 @@ COMMENT= Collection of additional brushe LIB_DEPENDS= gimp-2.0.0:${PORTSDIR}/graphics/gimp-app +USES= pkgconfig USE_BZIP2= yes GNU_CONFIGURE= yes Modified: head/graphics/gimp-save-for-web/Makefile ============================================================================== --- head/graphics/gimp-save-for-web/Makefile Thu Sep 12 08:53:55 2013 (r327043) +++ head/graphics/gimp-save-for-web/Makefile Thu Sep 12 09:07:08 2013 (r327044) @@ -14,10 +14,9 @@ LIB_DEPENDS= gimp-2.0:${PORTSDIR}/graphi BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser USE_BZIP2= yes -USES= gettext +USES= gettext gmake pkgconfig USE_PERL5_BUILD=yes GNU_CONFIGURE= yes -USE_GMAKE= yes USE_GNOME= gnomehack intltool post-patch: Modified: head/graphics/zathura-pdf-poppler/Makefile ============================================================================== --- head/graphics/zathura-pdf-poppler/Makefile Thu Sep 12 08:53:55 2013 (r327043) +++ head/graphics/zathura-pdf-poppler/Makefile Thu Sep 12 09:07:08 2013 (r327044) @@ -14,8 +14,7 @@ BUILD_DEPENDS= zathura:${PORTSDIR}/graph RUN_DEPENDS= zathura:${PORTSDIR}/graphics/zathura USE_GNOME= glib20 gtk20 -USE_GMAKE= yes -USES= desktop-file-utils +USES= desktop-file-utils gmake pkgconfig PLIST_FILES= lib/zathura/pdf.so \ share/applications/zathura-pdf-poppler.desktop Modified: head/mail/gkrellmmailwatch/Makefile ============================================================================== --- head/mail/gkrellmmailwatch/Makefile Thu Sep 12 08:53:55 2013 (r327043) +++ head/mail/gkrellmmailwatch/Makefile Thu Sep 12 09:07:08 2013 (r327044) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gkrellm-mailwatch -# Date Created: 22.08.2000 -# Whom: Tobias Reifenberger -# +# Created by: Tobias Reifenberger # $FreeBSD$ -# PORTNAME= gkrellmmailwatch PORTVERSION= 0.7.2 @@ -19,6 +15,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/gkre RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm PLIST_FILES= libexec/gkrellm/plugins/mailwatch.so +USES= pkgconfig USE_GNOME= imlib do-install: Modified: head/net-im/pidgin-audacious-remote/Makefile ============================================================================== --- head/net-im/pidgin-audacious-remote/Makefile Thu Sep 12 08:53:55 2013 (r327043) +++ head/net-im/pidgin-audacious-remote/Makefile Thu Sep 12 09:07:08 2013 (r327044) @@ -1,9 +1,5 @@ -# New ports collection makefile for: pidgin-audacious-remote -# Date created: 30 August 2011 -# Whom: Anton Hryciuk -# +# Created by: Anton Hryciuk # $FreeBSD$ -# PORTNAME= pidgin-audacious-remote PORTVERSION= 0.5 @@ -20,6 +16,7 @@ BUILD_DEPENDS= audacious>=2.2:${PORTSDIR pidgin:${PORTSDIR}/net-im/pidgin RUN_DEPENDS:= ${BUILD_DEPENDS} +USES= pkgconfig USE_BZIP2= yes Modified: head/net-im/pidgin-manualsize/Makefile ============================================================================== --- head/net-im/pidgin-manualsize/Makefile Thu Sep 12 08:53:55 2013 (r327043) +++ head/net-im/pidgin-manualsize/Makefile Thu Sep 12 09:07:08 2013 (r327044) @@ -1,9 +1,5 @@ -# New ports collection makefile for: pidgin-manualsize -# Date created: 8 May 2008 -# Whom: Joseph S. Atkinson -# +# Created by: Joseph S. Atkinson # $FreeBSD$ -# PORTNAME= manualsize PORTVERSION= 0.7 @@ -24,6 +20,7 @@ MAKEFILE= makefile PLIST_FILES= lib/pidgin/manualsize.so +USES= pkgconfig USE_BZIP2= yes ALL_TARGET= manualsize.so Modified: head/net-im/pidgin-msn-pecan/Makefile ============================================================================== --- head/net-im/pidgin-msn-pecan/Makefile Thu Sep 12 08:53:55 2013 (r327043) +++ head/net-im/pidgin-msn-pecan/Makefile Thu Sep 12 09:07:08 2013 (r327044) @@ -1,9 +1,5 @@ -# New ports collection makefile for: pidgin-msn-pecan -# Date created: 30 July 2008 -# Whom: hrkfrd@gmail.com -# +# Created by: hrkfrd@gmail.com # $FreeBSD$ -# PORTNAME= msn-pecan PORTVERSION= 0.1.0.r1 @@ -23,9 +19,8 @@ LIB_DEPENDS= purple.10:${PORTSDIR}/net-i PROJECTHOST= msn-pecan USE_BZIP2= yes -USE_GMAKE= yes USE_LDCONFIG= yes -USES= gettext +USES= gettext gmake pkgconfig post-install: ${GMAKE} -C ${WRKSRC} install_locales Modified: head/science/gchemutils/Makefile ============================================================================== --- head/science/gchemutils/Makefile Thu Sep 12 08:53:55 2013 (r327043) +++ head/science/gchemutils/Makefile Thu Sep 12 09:07:08 2013 (r327044) @@ -24,8 +24,7 @@ PORTSCOUT= limitw:1,even USE_XZ= yes USE_XORG= x11 USE_GNOME= gnomedocutils gtk30 intlhack libgsf libxml2 -USE_GMAKE= yes -USES= desktop-file-utils gettext pathfix shared-mime-info +USES= desktop-file-utils gettext pathfix shared-mime-info gmake pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/x11/gtk-theme-switch2/Makefile ============================================================================== --- head/x11/gtk-theme-switch2/Makefile Thu Sep 12 08:53:55 2013 (r327043) +++ head/x11/gtk-theme-switch2/Makefile Thu Sep 12 09:07:08 2013 (r327044) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gtk-theme-switch2 -# Date Created: 4 December 2007 -# Whom: Oleg Pudeyev -# +# Created by: Oleg Pudeyev # $FreeBSD$ -# PORTNAME= gtk-theme-switch DISTVERSION= 2.0.0rc2 @@ -14,9 +10,9 @@ MASTER_SITES= http://www.muhri.net/ MAINTAINER= oleg@bsdpower.com COMMENT= A command line tool for switching GTK+ 2.0 themes +USES= gmake pkgconfig USE_XORG= x11 USE_GNOME= gtk20 -USE_GMAKE= yes MAN1= switch2.1 PLIST_FILES= bin/switch2