From owner-svn-ports-all@FreeBSD.ORG Sun Aug 19 22:02:52 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9DBB5106564A for ; Sun, 19 Aug 2012 22:02:52 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 636938FC0C for ; Sun, 19 Aug 2012 22:02:52 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q7JM2q8e008450 for ; Sun, 19 Aug 2012 22:02:52 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q7JM2qxL008447 for svn-ports-all@freebsd.org; Sun, 19 Aug 2012 22:02:52 GMT (envelope-from bdrewery) Received: (qmail 96410 invoked from network); 19 Aug 2012 17:02:49 -0500 Received: from unknown (HELO ?10.10.0.115?) (freebsd@shatow.net@10.10.0.115) by sweb.xzibition.com with ESMTPA; 19 Aug 2012 17:02:49 -0500 Message-ID: <50316287.8050809@FreeBSD.org> Date: Sun, 19 Aug 2012 17:02:47 -0500 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20120713 Thunderbird/14.0 MIME-Version: 1.0 To: Doug Barton References: <201208151357.q7FDv1RK063257@svn.freebsd.org> <50315B6F.5010407@FreeBSD.org> <503161AE.8070806@FreeBSD.org> In-Reply-To: <503161AE.8070806@FreeBSD.org> X-Enigmail-Version: 1.4.3 OpenPGP: id=3C9B0CF9; url=http://www.shatow.net/bryan/bryan.asc Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Roman Bogorodskiy , ports-committers@freebsd.org Subject: Re: svn commit: r302578 - head/security/gnutls X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 19 Aug 2012 22:02:52 -0000 On 8/19/2012 4:59 PM, Doug Barton wrote: > On 08/19/2012 14:32, Bryan Drewery wrote: >> On 8/15/2012 8:57 AM, Roman Bogorodskiy wrote: >>> Author: novel >>> Date: Wed Aug 15 13:57:01 2012 >>> New Revision: 302578 >>> URL: http://svn.freebsd.org/changeset/ports/302578 >>> >>> Log: >>> - Drop automatic dependency detection [1] >>> - Do not link to -lphread directly [2] >>> - Use USE_PKGCONFIG [2] >> >> >> FYI this change to USE_PKGCONFIG=build ends up breaking other ports that >> depend on gnutls and incorrectly do not mark they depend on pkgconfig. >> Something to keep an eye on in general as these are converted. >> >> textproc/iksemel [ports/170771] is one example. > > FWIW the solution I used when changing my non-leaf ports was to delete > pkgconf, then look at every port that depends on them and test if they > passed 'make configure' without any changes. Since so many things depend > on gnutls it may be safer to just add the dependency with a comment in > the Makefile to maintainers to remove it if it turns out not to be > necessary. I too think gnutls should just go back to a full run depends for now. Especially since we're about to build packages for 9.1. This chained down into net-mgmt/zabbix2-server also needing USE_PKGCONFIG since gnutls/iksemel didn't bring it in anymore. I imagine many are broken now. > > > > Doug > -- Regards, Bryan Drewery bdrewery@freenode/EFNet