svn commit: r382891 - head/Mk

Gerald Pfeifer gerald at pfeifer.com
Sun Apr 12 22:04:11 UTC 2015


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.


More information about the svn-ports-head mailing list