From owner-svn-ports-all@FreeBSD.ORG Wed Sep 11 17:17:40 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 B3554194; Wed, 11 Sep 2013 17:17:40 +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 9E35B29DC; Wed, 11 Sep 2013 17:17:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8BHHexY098137; Wed, 11 Sep 2013 17:17:40 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8BHHaJY098113; Wed, 11 Sep 2013 17:17:36 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309111717.r8BHHaJY098113@svn.freebsd.org> From: Antoine Brodin Date: Wed, 11 Sep 2013 17:17:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326995 - in head: audio/gtmixer deskutils/gtkjournal deskutils/hot-babe devel/hs-gconf devel/hs-glade emulators/hugo games/gtkballs graphics/hs-svgcairo graphics/hugin graphics/hugin-d... 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: Wed, 11 Sep 2013 17:17:40 -0000 Author: antoine Date: Wed Sep 11 17:17:35 2013 New Revision: 326995 URL: http://svnweb.freebsd.org/changeset/ports/326995 Log: Add an explicit dependency on pkgconf Approved by: portmgr (bapt) Modified: head/audio/gtmixer/Makefile head/deskutils/gtkjournal/Makefile head/deskutils/hot-babe/Makefile head/devel/hs-gconf/Makefile head/devel/hs-glade/Makefile head/emulators/hugo/Makefile head/games/gtkballs/Makefile head/graphics/hs-svgcairo/Makefile head/graphics/hugin-devel/Makefile head/graphics/hugin/Makefile head/multimedia/handbrake/Makefile head/multimedia/hs-gstreamer/Makefile head/sysutils/hoz/Makefile head/sysutils/isomaster/Makefile head/www/hs-webkit/Makefile head/x11-themes/qtcurve-gtk2/Makefile head/x11-toolkits/hs-gtkglext/Makefile head/x11-toolkits/hs-gtksourceview2/Makefile head/x11-toolkits/hs-vte/Makefile head/x11-wm/icewm/Makefile head/x11/gtkchtheme/Makefile Modified: head/audio/gtmixer/Makefile ============================================================================== --- head/audio/gtmixer/Makefile Wed Sep 11 17:07:20 2013 (r326994) +++ head/audio/gtmixer/Makefile Wed Sep 11 17:17:35 2013 (r326995) @@ -15,6 +15,7 @@ USE_GITHUB= yes GH_ACCOUNT= svagner GH_COMMIT= 9e22be7 +USES= pkgconfig USE_GNOME= gtk20 MAN1= gtmixer.1 Modified: head/deskutils/gtkjournal/Makefile ============================================================================== --- head/deskutils/gtkjournal/Makefile Wed Sep 11 17:07:20 2013 (r326994) +++ head/deskutils/gtkjournal/Makefile Wed Sep 11 17:17:35 2013 (r326995) @@ -21,9 +21,8 @@ PLIST_FILES= bin/gtkjournal lib/libsqlit USE_AUTOTOOLS= libtool USE_OPENSSL= yes -USE_GMAKE= yes GNU_CONFIGURE= yes -USES= pathfix +USES= gmake pathfix pkgconfig USE_GNOME= lthack CONFIGURE_ARGS= --enable-gtkspell USE_LDCONFIG= yes Modified: head/deskutils/hot-babe/Makefile ============================================================================== --- head/deskutils/hot-babe/Makefile Wed Sep 11 17:07:20 2013 (r326994) +++ head/deskutils/hot-babe/Makefile Wed Sep 11 17:17:35 2013 (r326995) @@ -1,9 +1,5 @@ -# New ports collection makefile for: hot-babe -# Date created: 2004-11-06 -# Whom: Roman Bogorodskiy -# +# Created by: Roman Bogorodskiy # $FreeBSD$ -# PORTNAME= hot-babe PORTVERSION= 0.2.2 @@ -16,6 +12,7 @@ MASTER_SITE_SUBDIR= novel MAINTAINER= novel@FreeBSD.org COMMENT= Small utility which displays the system activity in a very special way +USES= pkgconfig USE_BZIP2= yes MAKE_ARGS+= PREFIX="${PREFIX}" CC="${CC}" USE_GNOME= gtk20 Modified: head/devel/hs-gconf/Makefile ============================================================================== --- head/devel/hs-gconf/Makefile Wed Sep 11 17:07:20 2013 (r326994) +++ head/devel/hs-gconf/Makefile Wed Sep 11 17:17:35 2013 (r326995) @@ -10,6 +10,7 @@ COMMENT= Binding to the GNOME configurat LICENSE= LGPL21 +USES= pkgconfig USE_CABAL= glib>=0.12 gtk2hs-buildtools USE_GNOME= gconf2 Modified: head/devel/hs-glade/Makefile ============================================================================== --- head/devel/hs-glade/Makefile Wed Sep 11 17:07:20 2013 (r326994) +++ head/devel/hs-glade/Makefile Wed Sep 11 17:17:35 2013 (r326995) @@ -10,6 +10,7 @@ COMMENT= Binding to the glade library LICENSE= LGPL21 +USES= pkgconfig USE_CABAL= glib>=0.12 gtk>=0.12 USE_GNOME= libglade2 Modified: head/emulators/hugo/Makefile ============================================================================== --- head/emulators/hugo/Makefile Wed Sep 11 17:07:20 2013 (r326994) +++ head/emulators/hugo/Makefile Wed Sep 11 17:17:35 2013 (r326995) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Hu-Go! -# Date created: 18 May 2006 -# Whom: Li-Lun Wang -# +# Created by: Li-Lun Wang # $FreeBSD$ -# PORTNAME= hugo PORTVERSION= 2.12 @@ -17,7 +13,7 @@ COMMENT= A PC Engine (TurboGrafx 16) emu BUILD_DEPENDS= ${LOCALBASE}/include/argp.h:${PORTSDIR}/devel/argp-standalone GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_SDL= sdl LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV+= SDL_CONFIG="${SDL_CONFIG}" Modified: head/games/gtkballs/Makefile ============================================================================== --- head/games/gtkballs/Makefile Wed Sep 11 17:07:20 2013 (r326994) +++ head/games/gtkballs/Makefile Wed Sep 11 17:17:35 2013 (r326995) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gtkballs -# Date created: 11 November 1998 -# Whom: Andrey Zakhvatov -# +# Created by: Andrey Zakhvatov # $FreeBSD$ -# PORTNAME= gtkballs PORTVERSION= 3.1.5 @@ -14,9 +10,8 @@ MASTER_SITES= http://gtkballs.antex.ru/d MAINTAINER= ports@FreeBSD.org COMMENT= Lines-like simple logic game for X Window System -USES= gettext +USES= gettext gmake pkgconfig USE_GNOME= gtk20 -USE_GMAKE= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/graphics/hs-svgcairo/Makefile ============================================================================== --- head/graphics/hs-svgcairo/Makefile Wed Sep 11 17:07:20 2013 (r326994) +++ head/graphics/hs-svgcairo/Makefile Wed Sep 11 17:17:35 2013 (r326995) @@ -10,6 +10,7 @@ COMMENT= Binding to the libsvg-cairo lib LICENSE= BSD +USES= pkgconfig USE_CABAL= cairo>=0.12 glib>=0.12 mtl USE_GNOME= librsvg2 Modified: head/graphics/hugin-devel/Makefile ============================================================================== --- head/graphics/hugin-devel/Makefile Wed Sep 11 17:07:20 2013 (r326994) +++ head/graphics/hugin-devel/Makefile Wed Sep 11 17:17:35 2013 (r326995) @@ -37,7 +37,7 @@ OPTIONS_DEFAULT= PANOMATIC AUTOPANOSIFTC PANOMATIC_DESC= Install graphics/panomatic AUTOPANOSIFTC_DESC= Install graphics/autopano-sift-c -USES= cmake gettext +USES= cmake gettext pkgconfig CMAKE_ARGS= -DwxWidgets_CONFIG_EXECUTABLE=${WX_CONFIG} Modified: head/graphics/hugin/Makefile ============================================================================== --- head/graphics/hugin/Makefile Wed Sep 11 17:07:20 2013 (r326994) +++ head/graphics/hugin/Makefile Wed Sep 11 17:17:35 2013 (r326995) @@ -33,7 +33,7 @@ OPTIONS_DEFAULT= PANOMATIC AUTOPANOSIFTC PANOMATIC_DESC= Install graphics/panomatic AUTOPANOSIFTC_DESC= Install graphics/autopano-sift-c -USES= cmake gettext +USES= cmake gettext pkgconfig CMAKE_ARGS= -DwxWidgets_CONFIG_EXECUTABLE=${WX_CONFIG} Modified: head/multimedia/handbrake/Makefile ============================================================================== --- head/multimedia/handbrake/Makefile Wed Sep 11 17:07:20 2013 (r326994) +++ head/multimedia/handbrake/Makefile Wed Sep 11 17:17:35 2013 (r326995) @@ -40,7 +40,7 @@ BUILD_DEPENDS= yasm:${PORTSDIR}/devel/ya LIB_DEPENDS= libfribidi.so:${PORTSDIR}/converters/fribidi RUN_DEPENDS= ${LOCALBASE}/lib/libdvdcss.so:${PORTSDIR}/multimedia/libdvdcss -USES= gmake +USES= gmake pkgconfig USE_AUTOTOOLS= libtool aclocal LIBTOOLFILES= configure USE_PYTHON_BUILD= yes Modified: head/multimedia/hs-gstreamer/Makefile ============================================================================== --- head/multimedia/hs-gstreamer/Makefile Wed Sep 11 17:07:20 2013 (r326994) +++ head/multimedia/hs-gstreamer/Makefile Wed Sep 11 17:17:35 2013 (r326995) @@ -12,6 +12,7 @@ LIB_DEPENDS= gstreamer:${PORTSDIR}/multi LICENSE= LGPL21 +USES= pkgconfig USE_CABAL= glib>=0.12 mtl BUILD_DEPENDS+= gstreamer-plugins>=0.10:${PORTSDIR}/multimedia/gstreamer-plugins Modified: head/sysutils/hoz/Makefile ============================================================================== --- head/sysutils/hoz/Makefile Wed Sep 11 17:07:20 2013 (r326994) +++ head/sysutils/hoz/Makefile Wed Sep 11 17:17:35 2013 (r326995) @@ -12,7 +12,7 @@ MAINTAINER= acm@FreeBSD.org COMMENT= File splitter, GTK and CLI versions USE_GNOME= # -USE_GMAKE= yes +USES= gmake pkgconfig PORTDOCS= README Modified: head/sysutils/isomaster/Makefile ============================================================================== --- head/sysutils/isomaster/Makefile Wed Sep 11 17:07:20 2013 (r326994) +++ head/sysutils/isomaster/Makefile Wed Sep 11 17:17:35 2013 (r326995) @@ -16,8 +16,7 @@ RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/ USE_BZIP2= yes USE_GNOME= intlhack gnomehier gtk20 -USES= desktop-file-utils gettext -USE_GMAKE= yes +USES= desktop-file-utils gettext gmake pkgconfig MAKE_ENV= DEFAULT_VIEWER="xdg-open" USE_SYSTEM_INIPARSER=1 CPPFLAGS+= -I${LOCALBASE}/include -Diniparser_setstr=iniparser_set Modified: head/www/hs-webkit/Makefile ============================================================================== --- head/www/hs-webkit/Makefile Wed Sep 11 17:07:20 2013 (r326994) +++ head/www/hs-webkit/Makefile Wed Sep 11 17:17:35 2013 (r326995) @@ -10,6 +10,7 @@ COMMENT= Binding to the Webkit library LICENSE= LGPL21 +USES= pkgconfig USE_CABAL= cairo>=0.12 glib>=0.12 gtk>=0.12 mtl pango>=0.12 BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/webkit-1.0.pc:${PORTSDIR}/www/webkit-gtk2 Modified: head/x11-themes/qtcurve-gtk2/Makefile ============================================================================== --- head/x11-themes/qtcurve-gtk2/Makefile Wed Sep 11 17:07:20 2013 (r326994) +++ head/x11-themes/qtcurve-gtk2/Makefile Wed Sep 11 17:17:35 2013 (r326995) @@ -13,7 +13,7 @@ MAINTAINER= makc@FreeBSD.org COMMENT= QtCurve GTK2 Theme Engine USE_BZIP2= yes -USES= cmake +USES= cmake pkgconfig USE_GNOME= gtk20 .include Modified: head/x11-toolkits/hs-gtkglext/Makefile ============================================================================== --- head/x11-toolkits/hs-gtkglext/Makefile Wed Sep 11 17:07:20 2013 (r326994) +++ head/x11-toolkits/hs-gtkglext/Makefile Wed Sep 11 17:17:35 2013 (r326995) @@ -12,6 +12,7 @@ LIB_DEPENDS= gtkglext:${PORTSDIR}/x11-to LICENSE= LGPL21 +USES= pkgconfig USE_CABAL= glib>=0.12 gtk>=0.12 mtl pango>=0.12 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" Modified: head/x11-toolkits/hs-gtksourceview2/Makefile ============================================================================== --- head/x11-toolkits/hs-gtksourceview2/Makefile Wed Sep 11 17:07:20 2013 (r326994) +++ head/x11-toolkits/hs-gtksourceview2/Makefile Wed Sep 11 17:17:35 2013 (r326995) @@ -10,6 +10,7 @@ COMMENT= Binding to the GtkSourceView li LICENSE= LGPL21 +USES= pkgconfig USE_CABAL= glib>=0.12 gtk>=0.12 mtl USE_GNOME= gtksourceview2 Modified: head/x11-toolkits/hs-vte/Makefile ============================================================================== --- head/x11-toolkits/hs-vte/Makefile Wed Sep 11 17:07:20 2013 (r326994) +++ head/x11-toolkits/hs-vte/Makefile Wed Sep 11 17:17:35 2013 (r326995) @@ -10,6 +10,7 @@ COMMENT= Binding to the VTE library LICENSE= LGPL21 +USES= pkgconfig USE_CABAL= glib>=0.12 gtk>=0.12 mtl pango>=0.12 USE_GNOME= vte Modified: head/x11-wm/icewm/Makefile ============================================================================== --- head/x11-wm/icewm/Makefile Wed Sep 11 17:07:20 2013 (r326994) +++ head/x11-wm/icewm/Makefile Wed Sep 11 17:17:35 2013 (r326995) @@ -18,7 +18,7 @@ USE_GNOME= gtk20 # gdkpixbuf really :-) GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -USES= gmake +USES= gmake pkgconfig CONFIGURE_ARGS= --enable-shaped-decorations \ --enable-guievents \ --with-cfgdir=${DATADIR} \ Modified: head/x11/gtkchtheme/Makefile ============================================================================== --- head/x11/gtkchtheme/Makefile Wed Sep 11 17:07:20 2013 (r326994) +++ head/x11/gtkchtheme/Makefile Wed Sep 11 17:17:35 2013 (r326995) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gtkchtheme -# Date created: 18 June 2004 -# Whom: Adam Weinberger -# +# Created by: Adam Weinberger # $FreeBSD$ -# PORTNAME= gtkchtheme PORTVERSION= 0.3.1 @@ -16,7 +12,7 @@ MAINTAINER= makc@FreeBSD.org COMMENT= GTK2 theme changer USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gnomehack gnomeprefix gtk20 PLIST_FILES= bin/gtk-chtheme