Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Apr 2015 00:04:06 +0200 (CEST)
From:      Gerald Pfeifer <gerald@pfeifer.com>
To:        Baptiste Daroussin <bapt@FreeBSD.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r382891 - head/Mk
Message-ID:  <alpine.LSU.2.20.1504130002230.9357@tuna.site>
In-Reply-To: <201504010608.t31680mb072423@svn.freebsd.org>
References:  <201504010608.t31680mb072423@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.LSU.2.20.1504130002230.9357>