From owner-svn-ports-head@FreeBSD.ORG Mon Jul 23 04:05:37 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx2.freebsd.org (mx2.freebsd.org [IPv6:2001:4f8:fff6::35]) by hub.freebsd.org (Postfix) with ESMTP id 2052B106564A; Mon, 23 Jul 2012 04:05:37 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from opti.dougb.net (hub.freebsd.org [IPv6:2001:4f8:fff6::36]) by mx2.freebsd.org (Postfix) with ESMTP id C23F615020A; Mon, 23 Jul 2012 04:05:35 +0000 (UTC) Message-ID: <500CCD8F.5030004@FreeBSD.org> Date: Sun, 22 Jul 2012 21:05:35 -0700 From: Doug Barton Organization: http://SupersetSolutions.com/ User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:13.0) Gecko/20120621 Thunderbird/13.0.1 MIME-Version: 1.0 To: Jeremy Messenger References: <201207230133.q6N1XumG049975@svn.freebsd.org> <500CB0F7.2090601@FreeBSD.org> In-Reply-To: X-Enigmail-Version: 1.4.2 OpenPGP: id=1A1ABC84 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r301362 - in head: archivers/libcomprex audio/libmtp audio/libsidplay2 cad/adms databases/dbh10 databases/mysqlcppapi devel/bufferpool devel/clanlib devel/compiz-bcop devel/dotconf deve... X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 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, 23 Jul 2012 04:05:37 -0000 On 07/22/2012 20:15, Jeremy Messenger wrote: > On Sun, Jul 22, 2012 at 9:03 PM, Doug Barton wrote: >> On 07/22/2012 18:47, Jeremy Messenger wrote: >>> On Sun, Jul 22, 2012 at 8:33 PM, Doug Barton wrote: >>>> Author: dougb >>>> Date: Mon Jul 23 01:33:55 2012 >>>> New Revision: 301362 >>>> URL: http://svn.freebsd.org/changeset/ports/301362 >>>> >>>> Log: >>>> For ports maintained by ports@ where pkgconfig is one of the USE_GNOME deps >>>> convert it to BUILD_DEPENDS. This avoids the problem of the bogus run dep >>>> added by bsd.gnome.mk. >>> >>> >>> You should wait for bapt@ on this one. He is going to work on USE_PKGCONFIG. >> >> If bapt's solution materializes, and if it's appropriate for these >> particular ports, then it can still be utilized. The only thing that is >> different now is that these ports match a different grep pattern, one >> that will have to be searched for anyway. >> >> IOW, this change doesn't hurt anything long term, and it does solve the >> bogus run-dep problem now. > > It doesn't hurt, but you are making more work for bapt by chase all of > your change. No, I'm not. Whether I had changed this or not there was something that bapt had to change in each of these Makefiles. Now it's just a different thing that he has to change. In fact in some case this change makes it easier since it's just one line that has to be removed. If you believe differently, please demonstrate exactly how it will be harder. > bapt wants to add WANT_PKGCONFIG to allow us to choice > either pkg-config or pkgconf, so that line will be changed either. I know what he wants to do, we discussed his idea. Doug -- Change is hard.