From owner-svn-ports-head@FreeBSD.ORG Fri Sep 13 14:50:55 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 0D2CEC4; Fri, 13 Sep 2013 14:50:55 +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 D3E372757; Fri, 13 Sep 2013 14:50:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8DEosZC045623; Fri, 13 Sep 2013 14:50:54 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8DEos4e045619; Fri, 13 Sep 2013 14:50:54 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309131450.r8DEos4e045619@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 13 Sep 2013 14:50:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327155 - in head: devel/seed3 graphics/gimp-focusblur-plugin graphics/zbar net-im/pidgin-rhythmbox 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: Fri, 13 Sep 2013 14:50:55 -0000 Author: bapt Date: Fri Sep 13 14:50:53 2013 New Revision: 327155 URL: http://svnweb.freebsd.org/changeset/ports/327155 Log: Add an explicit dependency on pkgconf Modified: head/devel/seed3/Makefile head/graphics/gimp-focusblur-plugin/Makefile head/graphics/zbar/Makefile head/net-im/pidgin-rhythmbox/Makefile Modified: head/devel/seed3/Makefile ============================================================================== --- head/devel/seed3/Makefile Fri Sep 13 14:45:55 2013 (r327154) +++ head/devel/seed3/Makefile Fri Sep 13 14:50:53 2013 (r327155) @@ -25,12 +25,11 @@ CONFLICTS= seed-2.[0-9]* LATEST_LINK= seed3 USE_XZ= yes GNU_CONFIGURE= yes -USES= pathfix gettext +USES= pathfix gettext gmake pkgconfig USE_GNOME= gtk30 intltool libxml2 USE_LDCONFIG= yes USE_AUTOTOOLS= libtool USE_SQLITE= yes -USE_GMAKE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS+=--enable-gtk-doc=no --with-webkit=3.0 Modified: head/graphics/gimp-focusblur-plugin/Makefile ============================================================================== --- head/graphics/gimp-focusblur-plugin/Makefile Fri Sep 13 14:45:55 2013 (r327154) +++ head/graphics/gimp-focusblur-plugin/Makefile Fri Sep 13 14:50:53 2013 (r327155) @@ -18,9 +18,9 @@ LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +USES= gmake pkgconfig GNU_CONFIGURE= yes USE_BZIP2= yes -USE_GMAKE= yes USE_GNOME= gtk20 PLUGIN_DIR?= libexec/gimp/2.2/plug-ins Modified: head/graphics/zbar/Makefile ============================================================================== --- head/graphics/zbar/Makefile Fri Sep 13 14:45:55 2013 (r327154) +++ head/graphics/zbar/Makefile Fri Sep 13 14:50:53 2013 (r327155) @@ -13,9 +13,8 @@ COMMENT= ZBar barcode reader LICENSE= LGPL21 GNU_CONFIGURE= yes -USE_GMAKE= yes USE_LDCONFIG= yes -USES= iconv +USES= iconv gmake pkgconfig OPTIONS_DEFINE= X11 IMAGEMAGICK V4L PYTHON GTK2 QT4 OPTIONS_DEFAULT= X11 IMAGEMAGICK Modified: head/net-im/pidgin-rhythmbox/Makefile ============================================================================== --- head/net-im/pidgin-rhythmbox/Makefile Fri Sep 13 14:45:55 2013 (r327154) +++ head/net-im/pidgin-rhythmbox/Makefile Fri Sep 13 14:50:53 2013 (r327155) @@ -1,9 +1,5 @@ -# New ports collection makefile for: pidgin-rhythmbox -# Date created: 2007-06-28 -# Whom: Yuri Pankov -# +# Created by: Yuri Pankov # $FreeBSD$ -# PORTNAME= pidgin-rhythmbox PORTVERSION= 2.0 @@ -19,7 +15,7 @@ LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/d RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin \ rhythmbox:${PORTSDIR}/audio/rhythmbox -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gtk20 GNU_CONFIGURE= yes