From owner-svn-ports-all@FreeBSD.ORG Sun Apr 12 22:04:11 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4EF09635; Sun, 12 Apr 2015 22:04:11 +0000 (UTC) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B47A8E0F; Sun, 12 Apr 2015 22:04:10 +0000 (UTC) Received: from tuna.dhcp.nue.suse.com (charybdis-ext.suse.de [195.135.221.2]) by ainaz.pair.com (Postfix) with ESMTPSA id 43A803F41F; Sun, 12 Apr 2015 18:04:08 -0400 (EDT) Date: Mon, 13 Apr 2015 00:04:06 +0200 (CEST) From: Gerald Pfeifer To: Baptiste Daroussin Subject: Re: svn commit: r382891 - head/Mk In-Reply-To: <201504010608.t31680mb072423@svn.freebsd.org> Message-ID: References: <201504010608.t31680mb072423@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII 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.18-1 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, 12 Apr 2015 22:04:11 -0000 On Wed, 1 Apr 2015, Baptiste Daroussin wrote: > Log: > Add a note about BUNDLE_LIBS > > Suggested by: gerald Approval to apply the follow-up patch below to simplify this a bit? (I hurt my head trying to understand the original version of the first sentence ;-), so I _might_ have misunderstood something.) Gerald Index: bsd.port.mk =================================================================== --- bsd.port.mk (revision 383800) +++ bsd.port.mk (working copy) @@ -511,10 +511,10 @@ # - PREFIX can't have a trailing slash. # # BUNDLE_LIBS Teach pkg(8) to not automatically add all shared libraries -# installed by a port as a "provided" shared libraries provided -# for other packages (prevent them from being exposed in the -# solver). This has to be used for ports that bundle third -# party libraries for internal usage. +# installed by a port as shared libraries "provided" for +# other packages (i.e., do not expose them in the solver). +# This has to be used for ports that bundle third party +# libraries for internal usage. # MASTERDIR - Where the port finds patches, package files, etc. Define # this is you have two or more ports that share most of the # files.