Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Apr 2015 23:01:33 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r383890 - head/Mk
Message-ID:  <201504122301.t3CN1XuN069100@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Sun Apr 12 23:01:32 2015
New Revision: 383890
URL: https://svnweb.freebsd.org/changeset/ports/383890

Log:
  Simplify the description of BUNDLE_LIBS.
  
  Approved by:	portmgr (bapt)

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Sun Apr 12 22:25:25 2015	(r383889)
+++ head/Mk/bsd.port.mk	Sun Apr 12 23:01:32 2015	(r383890)
@@ -511,10 +511,10 @@ FreeBSD_MAINTAINER=	portmgr@FreeBSD.org
 #				    - 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?201504122301.t3CN1XuN069100>