From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 17:37:25 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 43240EA9; Thu, 5 Sep 2013 17:37:25 +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 2357A2312; Thu, 5 Sep 2013 17:37:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85HbOQx082611; Thu, 5 Sep 2013 17:37:24 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85HbNtG082601; Thu, 5 Sep 2013 17:37:23 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309051737.r85HbNtG082601@svn.freebsd.org> From: Antoine Brodin Date: Thu, 5 Sep 2013 17:37:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326422 - in head: databases/libgnomedb deskutils/notify-osd net/liferea sysutils/gtk-send-pr textproc/qstardict textproc/scim-bridge x11-toolkits/nucleo x11/hs-X11-xft x11/xscreensaver... 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, 05 Sep 2013 17:37:25 -0000 Author: antoine Date: Thu Sep 5 17:37:22 2013 New Revision: 326422 URL: http://svnweb.freebsd.org/changeset/ports/326422 Log: Add an explicit dependency on pkgconf Approved by: portmgr (bapt) Modified: head/databases/libgnomedb/Makefile head/deskutils/notify-osd/Makefile head/net/liferea/Makefile head/sysutils/gtk-send-pr/Makefile head/textproc/qstardict/Makefile head/textproc/scim-bridge/Makefile head/x11-toolkits/nucleo/Makefile head/x11/hs-X11-xft/Makefile head/x11/xscreensaver-gnome/Makefile Modified: head/databases/libgnomedb/Makefile ============================================================================== --- head/databases/libgnomedb/Makefile Thu Sep 5 17:23:04 2013 (r326421) +++ head/databases/libgnomedb/Makefile Thu Sep 5 17:37:22 2013 (r326422) @@ -21,10 +21,9 @@ USE_BZIP2= yes .if !defined(REFERENCE_PORT) USE_AUTOTOOLS= libtool -USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack libgnomeui libgda3 gtksourceview \ intlhack referencehack -USES= gettext +USES= gettext gmake pkgconfig GNU_CONFIGURE= yes INSTALLS_OMF= yes USE_LDCONFIG= yes Modified: head/deskutils/notify-osd/Makefile ============================================================================== --- head/deskutils/notify-osd/Makefile Thu Sep 5 17:23:04 2013 (r326421) +++ head/deskutils/notify-osd/Makefile Thu Sep 5 17:37:22 2013 (r326422) @@ -20,7 +20,7 @@ LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/d RUN_DEPENDS= dbus-daemon:${PORTSDIR}/devel/dbus GNU_CONFIGURE= yes -USES= gmake +USES= gmake pkgconfig USE_GNOME= libwnck gconf2 USE_GCC= yes Modified: head/net/liferea/Makefile ============================================================================== --- head/net/liferea/Makefile Thu Sep 5 17:23:04 2013 (r326421) +++ head/net/liferea/Makefile Thu Sep 5 17:37:22 2013 (r326422) @@ -16,7 +16,7 @@ LIB_DEPENDS= webkitgtk-1.0:${PORTSDIR}/w json-glib-1.0:${PORTSDIR}/devel/json-glib USE_BZIP2= yes -USES= gmake pathfix +USES= gmake pathfix pkgconfig USE_GNOME= gnomeprefix gconf2 USE_AUTOTOOLS= libtool USE_SQLITE= 3 Modified: head/sysutils/gtk-send-pr/Makefile ============================================================================== --- head/sysutils/gtk-send-pr/Makefile Thu Sep 5 17:23:04 2013 (r326421) +++ head/sysutils/gtk-send-pr/Makefile Thu Sep 5 17:37:22 2013 (r326422) @@ -13,6 +13,7 @@ COMMENT= GTK2 send-pr tool LIB_DEPENDS= esmtp.7:${PORTSDIR}/mail/libesmtp +USES= pkgconfig USE_GNOME= gtk20 MAN1= gtk-send-pr.1 Modified: head/textproc/qstardict/Makefile ============================================================================== --- head/textproc/qstardict/Makefile Thu Sep 5 17:23:04 2013 (r326421) +++ head/textproc/qstardict/Makefile Thu Sep 5 17:37:22 2013 (r326422) @@ -13,6 +13,7 @@ MASTER_SITES= http://qstardict.ylsoftwar MAINTAINER= makc@FreeBSD.org COMMENT= Dictionary program written in Qt4 +USES= pkgconfig USE_BZIP2= yes USE_QT4= gui network xml qmake_build uic_build moc_build rcc_build QMAKE_ARGS+= -recursive Modified: head/textproc/scim-bridge/Makefile ============================================================================== --- head/textproc/scim-bridge/Makefile Thu Sep 5 17:23:04 2013 (r326421) +++ head/textproc/scim-bridge/Makefile Thu Sep 5 17:37:22 2013 (r326422) @@ -16,8 +16,7 @@ COMMENT= Scim-bridge agent (server) LIB_DEPENDS= scim-1.0.10:${PORTSDIR}/textproc/scim -USE_GMAKE= yes -USES= gettext +USES= gettext gmake pkgconfig GNU_CONFIGURE= yes LICENSE= GPLv2 LGPL21 Modified: head/x11-toolkits/nucleo/Makefile ============================================================================== --- head/x11-toolkits/nucleo/Makefile Thu Sep 5 17:23:04 2013 (r326421) +++ head/x11-toolkits/nucleo/Makefile Thu Sep 5 17:37:22 2013 (r326422) @@ -18,7 +18,7 @@ LIB_DEPENDS= freetype:${PORTSDIR}/print/ exif:${PORTSDIR}/graphics/libexif USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_GL= glu GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/x11/hs-X11-xft/Makefile ============================================================================== --- head/x11/hs-X11-xft/Makefile Thu Sep 5 17:23:04 2013 (r326421) +++ head/x11/hs-X11-xft/Makefile Thu Sep 5 17:37:22 2013 (r326422) @@ -10,6 +10,7 @@ COMMENT= Bindings to the Xft, Xrender an LICENSE= LGPL21 +USES= pkgconfig USE_CABAL= utf8-string>=0.1 X11>=1.2.1 USE_XORG= xft xrender Modified: head/x11/xscreensaver-gnome/Makefile ============================================================================== --- head/x11/xscreensaver-gnome/Makefile Thu Sep 5 17:23:04 2013 (r326421) +++ head/x11/xscreensaver-gnome/Makefile Thu Sep 5 17:37:22 2013 (r326422) @@ -19,10 +19,9 @@ LIB_DEPENDS= gle.4:${PORTSDIR}/graphics/ USE_XORG= x11 xpm USE_GL= gl -USE_GMAKE= yes -USE_PERL5_RUN= yes +USE_PERL5= run USE_GNOME= gnomehier libglade2 gnomehack -USES= gettext +USES= gettext gmake perl5 pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gtk --with-gl --with-gle --with-pixbuf --with-xpm \ --with-jpeg=${LOCALBASE} --with-xshm-ext --with-xdbe-ext \