From owner-svn-ports-all@FreeBSD.ORG Tue Sep 3 13:05:03 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 2ABEBB29; Tue, 3 Sep 2013 13:05:03 +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 F224D26CB; Tue, 3 Sep 2013 13:05:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83D52ME023863; Tue, 3 Sep 2013 13:05:02 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83D52Et023838; Tue, 3 Sep 2013 13:05:02 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309031305.r83D52Et023838@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 3 Sep 2013 13:05:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326147 - in head: accessibility/mousetweaks deskutils/gnome-utils net/gnome-netstatus 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: Tue, 03 Sep 2013 13:05:03 -0000 Author: bapt Date: Tue Sep 3 13:05:02 2013 New Revision: 326147 URL: http://svnweb.freebsd.org/changeset/ports/326147 Log: Add an explicit dependency on pkgconf Modified: head/accessibility/mousetweaks/Makefile head/deskutils/gnome-utils/Makefile head/net/gnome-netstatus/Makefile Modified: head/accessibility/mousetweaks/Makefile ============================================================================== --- head/accessibility/mousetweaks/Makefile Tue Sep 3 13:01:56 2013 (r326146) +++ head/accessibility/mousetweaks/Makefile Tue Sep 3 13:05:02 2013 (r326147) @@ -15,7 +15,7 @@ COMMENT= Mouse accessibility enhancement USE_XORG= x11 xfixes xcursor xtst USE_BZIP2= yes USE_GNOME= gnomehack gnomeprefix gnomepanel intlhack -USES= gmake gettext +USES= gmake gettext pkgconfig INSTALLS_OMF= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/deskutils/gnome-utils/Makefile ============================================================================== --- head/deskutils/gnome-utils/Makefile Tue Sep 3 13:01:56 2013 (r326146) +++ head/deskutils/gnome-utils/Makefile Tue Sep 3 13:05:02 2013 (r326147) @@ -1,10 +1,6 @@ -# New ports collection makefile for: gnomeutils2 -# Date created: 06 May 2002 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ # $MCom: ports/deskutils/gnome-utils/Makefile,v 1.159 2012/09/01 23:02:09 mezz Exp $ -# PORTNAME= gnome-utils PORTVERSION= 2.32.0 @@ -25,9 +21,8 @@ CONFLICTS= baobob-3.[0-9]* gnome-diction gnome-search-tool-3.[0-9]* gnome-system-log-3.[0-9]* USE_BZIP2= yes -USES= gettext +USES= gettext gmake pkgconfig INSTALLS_OMF= yes -USE_GMAKE= yes USE_LDCONFIG= yes INSTALLS_ICONS= yes USE_GNOME= gnomeprefix gnomehack intlhack gnomepanel ltverhack Modified: head/net/gnome-netstatus/Makefile ============================================================================== --- head/net/gnome-netstatus/Makefile Tue Sep 3 13:01:56 2013 (r326146) +++ head/net/gnome-netstatus/Makefile Tue Sep 3 13:05:02 2013 (r326147) @@ -1,10 +1,6 @@ -# New ports collection makefile for: gnomenetstatus -# Date Created: 05 December 2003 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ # $MCom: ports/net/gnome-netstatus/Makefile,v 1.58 2010/09/29 12:35:14 kwm Exp $ -# PORTNAME= gnome-netstatus PORTVERSION= 2.28.2 @@ -21,8 +17,7 @@ INSTALLS_ICONS= yes USE_BZIP2= yes USE_GNOME= gnomehack intlhack gnomeprefix libgnome gnomepanel \ gnomedocutils -USE_GMAKE= yes -USES= gettext +USES= gettext gmake pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib"