From owner-svn-ports-head@FreeBSD.ORG Sat Aug 31 01:17:13 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 2D395E86; Sat, 31 Aug 2013 01:17:13 +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 18B482C76; Sat, 31 Aug 2013 01:17: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 r7V1HCKk062423; Sat, 31 Aug 2013 01:17:12 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7V1HBmt062387; Sat, 31 Aug 2013 01:17:11 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201308310117.r7V1HBmt062387@svn.freebsd.org> From: Baptiste Daroussin Date: Sat, 31 Aug 2013 01:17:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325761 - in head: graphics/gimp-lqr-plugin x11-wm/awesome x11-wm/awesome2 x11-wm/e16 x11/fbdesk x11/tint x11/wbar 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: Sat, 31 Aug 2013 01:17:13 -0000 Author: bapt Date: Sat Aug 31 01:17:11 2013 New Revision: 325761 URL: http://svnweb.freebsd.org/changeset/ports/325761 Log: Add explicit dependency on pkgconf While here: - trim headers - convert USE_GMAKE to USES=gmake Modified: head/graphics/gimp-lqr-plugin/Makefile head/x11-wm/awesome/Makefile head/x11-wm/awesome2/Makefile head/x11-wm/e16/Makefile head/x11/fbdesk/Makefile head/x11/tint/Makefile head/x11/wbar/Makefile Modified: head/graphics/gimp-lqr-plugin/Makefile ============================================================================== --- head/graphics/gimp-lqr-plugin/Makefile Sat Aug 31 01:16:24 2013 (r325760) +++ head/graphics/gimp-lqr-plugin/Makefile Sat Aug 31 01:17:11 2013 (r325761) @@ -16,8 +16,7 @@ LIB_DEPENDS= gimp-2.0:${PORTSDIR}/graphi GNU_CONFIGURE= yes USE_BZIP2= yes -USE_GMAKE= yes -USES= gettext +USES= gettext gmake pkgconfig USE_GNOME= gtk20 PLUGIN_DIR?= libexec/gimp/2.2/plug-ins Modified: head/x11-wm/awesome/Makefile ============================================================================== --- head/x11-wm/awesome/Makefile Sat Aug 31 01:16:24 2013 (r325760) +++ head/x11-wm/awesome/Makefile Sat Aug 31 01:17:11 2013 (r325761) @@ -34,7 +34,7 @@ LIB_DEPENDS= cairo:${PORTSDIR}/graphics/ execinfo:${PORTSDIR}/devel/libexecinfo USE_XZ= yes -USES= cmake iconv +USES= cmake iconv pkgconfig CMAKE_ARGS+= -DSYSCONFDIR=${PREFIX}/etc USE_EFL= imlib2 USE_GNOME= glib20 pango Modified: head/x11-wm/awesome2/Makefile ============================================================================== --- head/x11-wm/awesome2/Makefile Sat Aug 31 01:16:24 2013 (r325760) +++ head/x11-wm/awesome2/Makefile Sat Aug 31 01:17:11 2013 (r325761) @@ -1,9 +1,5 @@ -# New ports collection makefile for: awesome2 -# Date created: February 26, 2009 -# Whom: Nikos Ntarmos -# +# Created by: Nikos Ntarmos # $FreeBSD$ -# PORTNAME= awesome2 PORTVERSION= 2.3.6 @@ -21,7 +17,7 @@ LIB_DEPENDS= confuse.0:${PORTSDIR}/devel cairo.2:${PORTSDIR}/graphics/cairo \ freetype.9:${PORTSDIR}/print/freetype2 -USES= iconv +USES= iconv pkgconfig GNU_CONFIGURE= yes USE_EFL= imlib2 USE_GNOME= pango Modified: head/x11-wm/e16/Makefile ============================================================================== --- head/x11-wm/e16/Makefile Sat Aug 31 01:16:24 2013 (r325760) +++ head/x11-wm/e16/Makefile Sat Aug 31 01:17:11 2013 (r325761) @@ -14,8 +14,7 @@ SOUND_DESC= Sound support via pulseaudio USE_XORG= compositeproto damageproto xextproto x11 xbitmaps xcomposite xdamage \ xext xfixes xft xinerama xrandr xrender xxf86vm -USES= gettext iconv -USE_GMAKE= yes +USES= gettext gmake iconv pkgconfig USE_EFL= imlib2 USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes Modified: head/x11/fbdesk/Makefile ============================================================================== --- head/x11/fbdesk/Makefile Sat Aug 31 01:16:24 2013 (r325760) +++ head/x11/fbdesk/Makefile Sat Aug 31 01:17:11 2013 (r325761) @@ -1,9 +1,5 @@ -# New ports collection makefile for: fbdesk -# Date created: 16 January 2003 -# Whom: Hendrik Scholz -# +# Created by: Hendrik Scholz # $FreeBSD$ -# PORTNAME= fbdesk PORTVERSION= 1.4.1 @@ -23,6 +19,7 @@ OPTIONS_DEFINE= IMLIB2 DOCS OPTIONS_DEFAULT= IMLIB2 USE_XORG= xext xft xpm xrender +USES= pkgconfig WANT_EFL= yes GNU_CONFIGURE= yes Modified: head/x11/tint/Makefile ============================================================================== --- head/x11/tint/Makefile Sat Aug 31 01:16:24 2013 (r325760) +++ head/x11/tint/Makefile Sat Aug 31 01:17:11 2013 (r325761) @@ -11,10 +11,9 @@ COMMENT= Lightweight freedesktop-complia LIB_DEPENDS= cairo:${PORTSDIR}/graphics/cairo - PROJECTHOST= tint2 USE_BZIP2= yes -USES= cmake +USES= cmake pkgconfig USE_GNOME= pango glib20 USE_XORG= xinerama xrandr xdamage xcomposite USE_EFL= imlib2 Modified: head/x11/wbar/Makefile ============================================================================== --- head/x11/wbar/Makefile Sat Aug 31 01:16:24 2013 (r325760) +++ head/x11/wbar/Makefile Sat Aug 31 01:17:11 2013 (r325761) @@ -15,6 +15,8 @@ LICENSE= GPLv3 CONFIGURE_ARGS= --exec-prefix=${PREFIX} +USES= pkgconfig + GNU_CONFIGURE= yes MAN1= ${PORTNAME}.1