Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Apr 2015 06:08:00 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r382891 - head/Mk
Message-ID:  <201504010608.t31680mb072423@svn.freebsd.org>

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



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