From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 22:50:24 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 2920BA83; Mon, 2 Sep 2013 22:50:24 +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 081602E6D; Mon, 2 Sep 2013 22:50:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82MoNqN005856; Mon, 2 Sep 2013 22:50:23 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82MoLlN005834; Mon, 2 Sep 2013 22:50:21 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309022250.r82MoLlN005834@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 22:50:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326111 - in head: audio/gspeakers audio/streamtuner audio/xmms-jack cad/geda-symcheck cad/geda-utils games/gnurobots games/tuxtype graphics/gtkam security/gnomint sysutils/geomgui x11-... 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: Mon, 02 Sep 2013 22:50:24 -0000 Author: bapt Date: Mon Sep 2 22:50:21 2013 New Revision: 326111 URL: http://svnweb.freebsd.org/changeset/ports/326111 Log: Add an explicit dependency on pkgconf Modified: head/audio/gspeakers/Makefile head/audio/streamtuner/Makefile head/audio/xmms-jack/Makefile head/cad/geda-symcheck/Makefile head/cad/geda-utils/Makefile head/games/gnurobots/Makefile head/games/tuxtype/Makefile head/graphics/gtkam/Makefile head/security/gnomint/Makefile head/sysutils/geomgui/Makefile head/x11-themes/ubuntulooks/Makefile head/x11/alltray/Makefile Modified: head/audio/gspeakers/Makefile ============================================================================== --- head/audio/gspeakers/Makefile Mon Sep 2 22:33:28 2013 (r326110) +++ head/audio/gspeakers/Makefile Mon Sep 2 22:50:21 2013 (r326111) @@ -13,7 +13,7 @@ COMMENT= Gnome-based loudspeaker design LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 -USES= gmake +USES= gmake pkgconfig USE_GNOME= gnomeprefix libxml2 USE_AUTOTOOLS= automake:env GNU_CONFIGURE= yes Modified: head/audio/streamtuner/Makefile ============================================================================== --- head/audio/streamtuner/Makefile Mon Sep 2 22:33:28 2013 (r326110) +++ head/audio/streamtuner/Makefile Mon Sep 2 22:50:21 2013 (r326111) @@ -15,7 +15,7 @@ BUILD_DEPENDS= rarian-sk-config:${PORTSD LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme -USES= gmake pathfix +USES= gmake pathfix pkgconfig USE_GNOME= gtk20 gnomeprefix INSTALLS_OMF= yes GNU_CONFIGURE= yes Modified: head/audio/xmms-jack/Makefile ============================================================================== --- head/audio/xmms-jack/Makefile Mon Sep 2 22:33:28 2013 (r326110) +++ head/audio/xmms-jack/Makefile Mon Sep 2 22:50:21 2013 (r326111) @@ -17,7 +17,7 @@ LIB_DEPENDS= xmms.4:${PORTSDIR}/multimed WRKSRC= ${WRKDIR}/${PORTNAME} USE_GNOME= gtk12 -USES= gmake +USES= gmake pkgconfig USE_AUTOTOOLS= libtool PLIST_FILES= lib/xmms/Output/libjackout.so Modified: head/cad/geda-symcheck/Makefile ============================================================================== --- head/cad/geda-symcheck/Makefile Mon Sep 2 22:33:28 2013 (r326110) +++ head/cad/geda-symcheck/Makefile Mon Sep 2 22:50:21 2013 (r326111) @@ -1,9 +1,5 @@ -# New ports collection makefile for: geda -# Date created: 4 April 2001 -# Whom: bruno schwander -# +# Created by: bruno schwander # $FreeBSD$ -# PORTNAME= symcheck PORTVERSION= 1.4.3 @@ -25,6 +21,7 @@ DOCSDIR= ${PREFIX}/share/doc/geda DATADIR= ${PREFIX}/share/geda GNU_CONFIGURE= yes +USES= pkgconfig USE_GNOME= gtk20 CONFIGURE_ARGS= --with-docdir=${DOCSDIR} CPPFLAGS+= -I${LOCALBASE}/include Modified: head/cad/geda-utils/Makefile ============================================================================== --- head/cad/geda-utils/Makefile Mon Sep 2 22:33:28 2013 (r326110) +++ head/cad/geda-utils/Makefile Mon Sep 2 22:50:21 2013 (r326111) @@ -1,9 +1,5 @@ -# New ports collection makefile for: geda -# Date created: 4 April 2001 -# Whom: bruno schwander -# +# Created by: bruno schwander # $FreeBSD$ -# PORTNAME= utils PORTVERSION= 1.4.3 @@ -24,7 +20,7 @@ LIB_DEPENDS= geda.33:${PORTSDIR}/cad/lib DOCSDIR= ${PREFIX}/share/doc/geda DATADIR= ${PREFIX}/share/geda -USES= perl5 +USES= perl5 pkgconfig GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= gtk20 Modified: head/games/gnurobots/Makefile ============================================================================== --- head/games/gnurobots/Makefile Mon Sep 2 22:33:28 2013 (r326110) +++ head/games/gnurobots/Makefile Mon Sep 2 22:50:21 2013 (r326111) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gnurobots -# Date created: 22 Sept 2000 -# Whom: Aaron VonderHaar -# +# Created by: Aaron VonderHaar # $FreeBSD$ -# PORTNAME= gnurobots PORTVERSION= 1.2.0 @@ -16,6 +12,7 @@ COMMENT= GNU diversion wherein Scheme-co LIB_DEPENDS= guile.21:${PORTSDIR}/lang/guile +USES= pkgconfig USE_GNOME= vte GNU_CONFIGURE= yes Modified: head/games/tuxtype/Makefile ============================================================================== --- head/games/tuxtype/Makefile Mon Sep 2 22:33:28 2013 (r326110) +++ head/games/tuxtype/Makefile Mon Sep 2 22:50:21 2013 (r326111) @@ -24,7 +24,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}_w_fonts-$ USE_GNOME= libxml2 USE_SDL= image mixer net pango sdl -USES= iconv perl5 +USES= iconv perl5 pkgconfig USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= T4K_COMMON_CFLAGS="-I${T4K_WRKSRC}/src" \ Modified: head/graphics/gtkam/Makefile ============================================================================== --- head/graphics/gtkam/Makefile Mon Sep 2 22:33:28 2013 (r326110) +++ head/graphics/gtkam/Makefile Mon Sep 2 22:50:21 2013 (r326111) @@ -14,7 +14,7 @@ LIB_DEPENDS= exif-gtk:${PORTSDIR}/graphi gphoto2.2:${PORTSDIR}/graphics/libgphoto2 WANT_GNOME= yes -USES= pathfix +USES= pathfix pkgconfig USE_GNOME= gnomehier gtk20 USE_GMAKE= yes GNU_CONFIGURE= yes Modified: head/security/gnomint/Makefile ============================================================================== --- head/security/gnomint/Makefile Mon Sep 2 22:33:28 2013 (r326110) +++ head/security/gnomint/Makefile Mon Sep 2 22:50:21 2013 (r326111) @@ -18,6 +18,7 @@ LIB_DEPENDS= gcrypt:${PORTSDIR}/security sqlite3:${PORTSDIR}/databases/sqlite3 GNU_CONFIGURE= yes +USES= pkgconfig USE_GMAKE= yes USE_GNOME= gconf2 gdkpixbuf2 glib20 gtk20 USE_PERL5= yes Modified: head/sysutils/geomgui/Makefile ============================================================================== --- head/sysutils/geomgui/Makefile Mon Sep 2 22:33:28 2013 (r326110) +++ head/sysutils/geomgui/Makefile Mon Sep 2 22:50:21 2013 (r326111) @@ -1,9 +1,5 @@ -# New ports collection makefile for: geomgui -# Date created: 2005-07-18 -# Whom: Soeren Straarup -# +# Created by: Soeren Straarup # $FreeBSD$ -# PORTNAME= geomgui PORTVERSION= 0.13 @@ -20,7 +16,7 @@ LIB_DEPENDS= gvc:${PORTSDIR}/graphics/gr USE_AUTOTOOLS= libtool USE_GNOME= gtk20 librsvg2 -USES= iconv +USES= iconv pkgconfig GNU_CONFIGURE= yes MAN1= geomgui.1 Modified: head/x11-themes/ubuntulooks/Makefile ============================================================================== --- head/x11-themes/ubuntulooks/Makefile Mon Sep 2 22:33:28 2013 (r326110) +++ head/x11-themes/ubuntulooks/Makefile Mon Sep 2 22:50:21 2013 (r326111) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ubuntulooks -# Date created: 2006-04-09 -# Whom: Phillip Neumann -# +# Created by: Phillip Neumann # $FreeBSD$ -# PORTNAME= ubuntulooks PORTVERSION= 0.9.12 @@ -19,6 +15,7 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgc RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gtk-engines-2.pc:${PORTSDIR}/x11-themes/gtk-engines2 GNU_CONFIGURE= yes +USES= pkgconfig USE_GMAKE= yes USE_GNOME= gtk20 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} Modified: head/x11/alltray/Makefile ============================================================================== --- head/x11/alltray/Makefile Mon Sep 2 22:33:28 2013 (r326110) +++ head/x11/alltray/Makefile Mon Sep 2 22:50:21 2013 (r326111) @@ -10,6 +10,7 @@ MASTER_SITES= SF MAINTAINER= acm@FreeBSD.org COMMENT= Dock any application with no native tray icon +USES= pkgconfig USE_GNOME= gtk20 GNU_CONFIGURE= yes USE_LDCONFIG= yes