From owner-svn-ports-head@FreeBSD.ORG Thu Sep 5 17:01:14 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 E0FEC882; Thu, 5 Sep 2013 17:01:13 +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 CEFDA2064; Thu, 5 Sep 2013 17:01: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 r85H1Dqu062088; Thu, 5 Sep 2013 17:01:13 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85H1C6Z062066; Thu, 5 Sep 2013 17:01:12 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309051701.r85H1C6Z062066@svn.freebsd.org> From: Antoine Brodin Date: Thu, 5 Sep 2013 17:01:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326415 - in head: audio/rhythmbox math/plplot x11-toolkits/gnome-sharp20 x11-toolkits/libgail-gnome x11-toolkits/libgtk-java x11-wm/compiz-plugins-main 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:01:14 -0000 Author: antoine Date: Thu Sep 5 17:01:12 2013 New Revision: 326415 URL: http://svnweb.freebsd.org/changeset/ports/326415 Log: Add an explicit dependency on pkgconf Approved by: portmgr (bapt) Modified: head/audio/rhythmbox/Makefile head/math/plplot/Makefile head/x11-toolkits/gnome-sharp20/Makefile head/x11-toolkits/libgail-gnome/Makefile head/x11-toolkits/libgtk-java/Makefile head/x11-wm/compiz-plugins-main/Makefile Modified: head/audio/rhythmbox/Makefile ============================================================================== --- head/audio/rhythmbox/Makefile Thu Sep 5 16:55:34 2013 (r326414) +++ head/audio/rhythmbox/Makefile Thu Sep 5 17:01:12 2013 (r326415) @@ -25,7 +25,7 @@ LIB_DEPENDS= musicbrainz3.6:${PORTSDIR}/ CONFLICTS= rhythmbox-2.[0-9]* rhythmbox-3.[0-9]* USE_BZIP2= yes -USES= gettext gmake pathfix +USES= gettext gmake pathfix pkgconfig INSTALLS_OMF= yes USE_GNOME= intlhack gnomeprefix gtk20 nautilus2 WANT_GNOME= yes Modified: head/math/plplot/Makefile ============================================================================== --- head/math/plplot/Makefile Thu Sep 5 16:55:34 2013 (r326414) +++ head/math/plplot/Makefile Thu Sep 5 17:01:12 2013 (r326415) @@ -26,14 +26,13 @@ OPTIONS_DEFAULT= THREADS X11 USE_GNOME= pango USE_PERL5= build USE_GHOSTSCRIPT=yes -USES= cmake perl5 +USES= cmake gmake perl5 pkgconfig CMAKE_ARGS= -DENABLE_java:BOOL=OFF -DENABLE_octave:BOOL=OFF \ -DENABLE_pdl:BOOL=OFF -DENABLE_ada:BOOL=OFF \ -DENABLE_d:BOOL=OFF -DENABLE_ocaml:BOOL=OFF \ -DENABLE_pyqt4:BOOL=OFF \ -DPL_FREETYPE_FONT_PATH:PATH="${FREEFONT_DIR}" \ -DPLD_plmeta:BOOL=ON -USE_GMAKE= yes USE_AUTOTOOLS= libltdl USE_LDCONFIG= yes Modified: head/x11-toolkits/gnome-sharp20/Makefile ============================================================================== --- head/x11-toolkits/gnome-sharp20/Makefile Thu Sep 5 16:55:34 2013 (r326414) +++ head/x11-toolkits/gnome-sharp20/Makefile Thu Sep 5 17:01:12 2013 (r326415) @@ -18,8 +18,7 @@ LATEST_LINK= gnome-sharp20 USE_BZIP2= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_GMAKE= yes -USES= perl5 +USES= gmake perl5 pkgconfig USE_PERL5= run USE_GNOME= gnomehack gnomepanel gtksharp20 librsvg2 vte libgnomeprintui \ libgnomeui Modified: head/x11-toolkits/libgail-gnome/Makefile ============================================================================== --- head/x11-toolkits/libgail-gnome/Makefile Thu Sep 5 16:55:34 2013 (r326414) +++ head/x11-toolkits/libgail-gnome/Makefile Thu Sep 5 17:01:12 2013 (r326415) @@ -17,7 +17,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= An implementation of the ATK interfaces for GNOME widgets USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes GNOME_DESKTOP_VERSION=2 Modified: head/x11-toolkits/libgtk-java/Makefile ============================================================================== --- head/x11-toolkits/libgtk-java/Makefile Thu Sep 5 16:55:34 2013 (r326414) +++ head/x11-toolkits/libgtk-java/Makefile Thu Sep 5 17:01:12 2013 (r326415) @@ -14,7 +14,7 @@ COMMENT= Java wrapper for Gtk+, Pango, A LIB_DEPENDS= cairojni-${CAIRO_API_VERSION}.1:${PORTSDIR}/graphics/cairo-java USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_JAVA= yes Modified: head/x11-wm/compiz-plugins-main/Makefile ============================================================================== --- head/x11-wm/compiz-plugins-main/Makefile Thu Sep 5 16:55:34 2013 (r326414) +++ head/x11-wm/compiz-plugins-main/Makefile Thu Sep 5 17:01:12 2013 (r326415) @@ -19,8 +19,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} GNU_CONFIGURE= yes USE_GL= yes USE_BZIP2= yes -USE_GMAKE= yes -USES= pathfix gettext +USES= gettext gmake pathfix pkgconfig USE_GNOME= intltool USE_XORG= glproto USE_LDCONFIG= yes