From owner-svn-ports-all@FreeBSD.ORG Wed Apr 23 06:05:32 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 18C3BB86; Wed, 23 Apr 2014 06:05:32 +0000 (UTC) Received: from mail-we0-x235.google.com (mail-we0-x235.google.com [IPv6:2a00:1450:400c:c03::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3204A13A1; Wed, 23 Apr 2014 06:05:31 +0000 (UTC) Received: by mail-we0-f181.google.com with SMTP id q58so390105wes.12 for ; Tue, 22 Apr 2014 23:05:29 -0700 (PDT) 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=Uuc2iH3jojt4WVcRoTaMhzed2kEmhwjiutpq3K94RLQ=; b=Wv88sCpvQjIeLSewgKUvQp62fjhDCvfhtmtP+E7GXx700dxgyglcpRvcdcFrJptzxK AGSHXn6fiuqfICN8rNcPGL2yEUE9LXWZX8rcdBZar1LXjJvSGXrHuJfpDrf0FJxjvdVF FWLfpddWV/EqUBOq4W0xcqomeuhGIOxrXPQsJ2T2+QRMzA/fy7A1mxU5pRFLIfNl9VKI CS9lJNx45HZ3alJUfJ72dqgErbk+bgDl5gWgqRIJVhgXYtIoprW8kZBv4hSTlSBU2/G0 DyYQSnMtbN5DTaXZVC36PMw6obHs5KK5GBxrTqfZYYCfTPFMdUvoS9DjWbU60ZHM5e+t qiFw== X-Received: by 10.180.206.205 with SMTP id lq13mr205508wic.11.1398233129542; Tue, 22 Apr 2014 23:05:29 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by mx.google.com with ESMTPSA id gi8sm2160412wib.8.2014.04.22.23.05.25 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 22 Apr 2014 23:05:26 -0700 (PDT) Sender: Baptiste Daroussin Date: Wed, 23 Apr 2014 08:05:24 +0200 From: Baptiste Daroussin To: Bryan Drewery Subject: Re: svn commit: r351905 - head/net-mgmt/net-snmp Message-ID: <20140423060523.GD63561@ivaldir.etoilebsd.net> References: <201404230129.s3N1TQCT041465@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="iVCmgExH7+hIHJ1A" Content-Disposition: inline In-Reply-To: <201404230129.s3N1TQCT041465@svn.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 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: Wed, 23 Apr 2014 06:05:32 -0000 --iVCmgExH7+hIHJ1A Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Apr 23, 2014 at 01:29:26AM +0000, Bryan Drewery wrote: > Author: bdrewery > Date: Wed Apr 23 01:29:25 2014 > New Revision: 351905 > URL: http://svnweb.freebsd.org/changeset/ports/351905 > QAT: https://qat.redports.org/buildarchive/r351905/ >=20 > Log: > - Remove LIB_DEPENDS on libpkg.so to fix pkg-devel usage. > * While this dependency is proper, it creates a hard dependency on > ports-mgmt/pkg, which interferes with pkg-devel testing. Users > using pkg-devel are forced to install ports-mgmt/pkg if using this > port or anything depending on this port. > While the LIB_DEPENDS has been removed, pkg will still record that > the net-snmp package requires libpkg.so.1, due to its auto shlib > dependency registering. This is fine as the package depends on > libpkg.so.1 but not explicitly on ports-mgmt/pkg. The pkg solver > can decide how to satisfy that dependency. > * If using pkg you'll already have pkg installed while building > this port in ports or installing from packages. So nothing is lost > here. > * Once pkg-1.3 is out we may change ACTUAL-PACKAGE-DEPENDS to only > consider RUN_DEPENDS, not also LIB_DEPENDS. This would remove > the hard dependency on ports-mgmt/pkg here. pkg-1.2 cannot > handle this yet though. That is what we are going to do for sure only consider RUN_DEPENDS and let = pkg automatically gather other dependencies regards, Bapt --iVCmgExH7+hIHJ1A Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlNXWCMACgkQ8kTtMUmk6Ew9+gCfR/QBSr/uxlM/UdPZII1kSlFc g1AAnA3AND8k6tcQUw5EMg3xEli/DFxc =rv9T -----END PGP SIGNATURE----- --iVCmgExH7+hIHJ1A--