From owner-freebsd-ports@FreeBSD.ORG Fri Jan 23 07:02:56 2015 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A2B6CFA5 for ; Fri, 23 Jan 2015 07:02:56 +0000 (UTC) Received: from mail-we0-x233.google.com (mail-we0-x233.google.com [IPv6:2a00:1450:400c:c03::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2FCEF794 for ; Fri, 23 Jan 2015 07:02:56 +0000 (UTC) Received: by mail-we0-f179.google.com with SMTP id q59so5839049wes.10 for ; Thu, 22 Jan 2015 23:02:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=C+wIOVoO8Er09DxCxmGxtFEhFqBOoLS4ZvxqnEkdGP8=; b=Y3qI2JQr9siovMs4sfRxyHCd3exXLEVepV2q3Oo1JCAzgsVvtiYClqxqfUeh7EWgfs unAo5shFBMlVYXwUs4NqfR13OIL3+fULf4w9Iazi57hgGCVOYNON12wGHPmIrOohBDA3 4ZOR9n6ouShAC6c0IlrU6WnO1W9Wd7Mrw8YLlcHE+rTEY65UnCdXcd4VE9MipzoKZd2o ZLr5rL5bTPH8Fy75u9m2b3qgqCnNC/bQ0FxJB+9ewNI8Riaag3GSgtkTMwrI4H9qQade 1bAoqjEd2jSj8BeK81sB2sLGBV5SFfev6D57sjCsqmZ2wcQMsAlo+Vty49erA6lBmoQc NE0Q== X-Received: by 10.194.8.232 with SMTP id u8mr10462360wja.47.1421996574392; Thu, 22 Jan 2015 23:02:54 -0800 (PST) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by mx.google.com with ESMTPSA id ez1sm912223wjd.31.2015.01.22.23.02.52 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 22 Jan 2015 23:02:53 -0800 (PST) Sender: Baptiste Daroussin Date: Fri, 23 Jan 2015 08:02:50 +0100 From: Baptiste Daroussin To: Stephen Hurd Subject: Re: [HEADSUP] Upcoming change in dependency registration Message-ID: <20150123070250.GF81001@ivaldir.etoilebsd.net> References: <20150122180912.GE81001@ivaldir.etoilebsd.net> <54C1E9F0.7090301@sasktel.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="QXO0/MSS4VvK6f+D" Content-Disposition: inline In-Reply-To: <54C1E9F0.7090301@sasktel.net> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jan 2015 07:02:56 -0000 --QXO0/MSS4VvK6f+D Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jan 22, 2015 at 10:28:00PM -0800, Stephen Hurd wrote: > Baptiste Daroussin wrote: > > Hi all > > > > Some changes are coming to the ports, the diff is rather simple, but > the change > > of behaviour is worse notifying all maintainers: > > > > Currently and since very long the dependency registration in the ports > tree is > > based on the origin of the packages. which makes it unfriendly with > FLAVORS and > > Subpackages. > > > > The ports tree has been changed in the branch > > https://svnweb.freebsd.org/ports/projects/rework-dependency-registratio= n/ > > > > so now it basically do the same kind of mechanism which is done during = the > > different -depends targets, which means it is passing through all the > > LIB_DEPENDS resolving the dependency pattern into a filename: > > libintl.so -> /usr/local/lib/libintl.so.8.1.2 then from that path > determine the > > package which should be registered in the dependencies > > it is walking through all the run depends resolving the dependency > pattern the > > following way: >=20 > Not sure if this means that if we link with multiple libraries provided > by the same port we should start adding explicit LIB_DEPENDS lines for > each one... also, it occurs to me that this information could possibly > be automatically extracted by inspecting the staged files, something > like the generate-plist target. >=20 Nope that does not means that at all ;) Bapt --QXO0/MSS4VvK6f+D Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlTB8hoACgkQ8kTtMUmk6EwcCACfUOC0YCex0+y+40BPcoVD26k+ /9YAnAnPJjMEsovgGErW/5qSjiTqMkQR =JNRD -----END PGP SIGNATURE----- --QXO0/MSS4VvK6f+D--