svn commit: r382891 - head/Mk

Baptiste Daroussin bapt at FreeBSD.org
Wed Apr 1 06:08:01 UTC 2015


Author: bapt
Date: Wed Apr  1 06:07:59 2015
New Revision: 382891
URL: https://svnweb.freebsd.org/changeset/ports/382891
QAT: https://qat.redports.org/buildarchive/r382891/

Log:
  Add a note about BUNDLE_LIBS
  
  Suggested by:	gerald

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Wed Apr  1 06:05:03 2015	(r382890)
+++ head/Mk/bsd.port.mk	Wed Apr  1 06:07:59 2015	(r382891)
@@ -518,6 +518,11 @@ FreeBSD_MAINTAINER=	portmgr at FreeBSD.org
 #				    - PREFIX has to be an absolute path.
 #				    - 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 bundles 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