From owner-svn-ports-all@FreeBSD.ORG Sat Jan 17 19:15:11 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6C330A7C; Sat, 17 Jan 2015 19:15:11 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 56D8CD56; Sat, 17 Jan 2015 19:15:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0HJFBTQ014745; Sat, 17 Jan 2015 19:15:11 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0HJFAtK014740; Sat, 17 Jan 2015 19:15:10 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201501171915.t0HJFAtK014740@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 17 Jan 2015 19:15:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377244 - in head/graphics: gimp-beautify-plugin gimp-gmic-plugin gimp-wavelet-decompose-plugin gimp-wavelet-denoise-plugin gimp-wavelet-sharpen-plugin 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.18-1 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: Sat, 17 Jan 2015 19:15:11 -0000 Author: antoine Date: Sat Jan 17 19:15:09 2015 New Revision: 377244 URL: https://svnweb.freebsd.org/changeset/ports/377244 QAT: https://qat.redports.org/buildarchive/r377244/ Log: Add missing dependency on pkgconf Modified: head/graphics/gimp-beautify-plugin/Makefile head/graphics/gimp-gmic-plugin/Makefile head/graphics/gimp-wavelet-decompose-plugin/Makefile head/graphics/gimp-wavelet-denoise-plugin/Makefile head/graphics/gimp-wavelet-sharpen-plugin/Makefile Modified: head/graphics/gimp-beautify-plugin/Makefile ============================================================================== --- head/graphics/gimp-beautify-plugin/Makefile Sat Jan 17 17:47:58 2015 (r377243) +++ head/graphics/gimp-beautify-plugin/Makefile Sat Jan 17 19:15:09 2015 (r377244) @@ -25,7 +25,7 @@ GH_ACCOUNT= hejiann GH_TAGNAME= ${GH_COMMIT} GH_COMMIT= e209c8d -USES= gettext gmake +USES= gettext gmake pkgconfig USE_GCC= yes USE_GNOME= atk cairo gdkpixbuf2 gtk20 USE_XORG= x11 xcomposite xcursor xdamage xext xfixes xi xinerama xrandr xrender Modified: head/graphics/gimp-gmic-plugin/Makefile ============================================================================== --- head/graphics/gimp-gmic-plugin/Makefile Sat Jan 17 17:47:58 2015 (r377243) +++ head/graphics/gimp-gmic-plugin/Makefile Sat Jan 17 19:15:09 2015 (r377244) @@ -25,7 +25,7 @@ BASH_RUN_DEPENDS= ${LOCALBASE}/bin/bash: WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src -USES= gmake +USES= gmake pkgconfig USE_GCC= yes USE_GNOME= gtk20 USE_XORG= x11 xext xrandr Modified: head/graphics/gimp-wavelet-decompose-plugin/Makefile ============================================================================== --- head/graphics/gimp-wavelet-decompose-plugin/Makefile Sat Jan 17 17:47:58 2015 (r377243) +++ head/graphics/gimp-wavelet-decompose-plugin/Makefile Sat Jan 17 19:15:09 2015 (r377244) @@ -19,7 +19,7 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgcon OPTIONS_DEFINE= NLS -USES= gettext gmake +USES= gettext gmake pkgconfig PLUGIN_DIR?= libexec/gimp/2.2/plug-ins Modified: head/graphics/gimp-wavelet-denoise-plugin/Makefile ============================================================================== --- head/graphics/gimp-wavelet-denoise-plugin/Makefile Sat Jan 17 17:47:58 2015 (r377243) +++ head/graphics/gimp-wavelet-denoise-plugin/Makefile Sat Jan 17 19:15:09 2015 (r377244) @@ -21,7 +21,7 @@ OPTIONS_DEFINE= NLS OPTIMIZED_CFLAGS OPTIONS_DEFAULT= OPTIMIZED_CFLAGS OPTIONS_SUB= yes -USES= gettext gmake +USES= gettext gmake pkgconfig PLIST_SUB= GIMP_PLUGIN_DIR=${GIMP_PLUGIN_DIR} GIMP_PLUGIN_DIR= libexec/gimp/2.2/plug-ins Modified: head/graphics/gimp-wavelet-sharpen-plugin/Makefile ============================================================================== --- head/graphics/gimp-wavelet-sharpen-plugin/Makefile Sat Jan 17 17:47:58 2015 (r377243) +++ head/graphics/gimp-wavelet-sharpen-plugin/Makefile Sat Jan 17 19:15:09 2015 (r377244) @@ -21,7 +21,7 @@ OPTIONS_DEFINE= NLS OPTIMIZED_CFLAGS OPTIONS_DEFAULT= OPTIMIZED_CFLAGS OPTIONS_SUB= yes -USES= gettext gmake +USES= gettext gmake pkgconfig PLIST_SUB= GIMP_PLUGIN_DIR=${GIMP_PLUGIN_DIR} GIMP_PLUGIN_DIR= libexec/gimp/2.2/plug-ins