aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-10-01 22:12:32 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-10-01 22:12:32 +0000
commitfb56c847352556ded5f24e387fa45fc39d1d00ba (patch)
tree4209195f2445e11673f32b3f894275194ef6a7b3 /CHANGES
parentca11fc527916061184d5139f92f35f82b0520b9e (diff)
downloadports-fb56c847352556ded5f24e387fa45fc39d1d00ba.tar.gz
ports-fb56c847352556ded5f24e387fa45fc39d1d00ba.zip
Add BUNDLE_LIBS knob to prevent pkg(8) from automatically add provided shlibs
Notes
Notes: svn path=/head/; revision=369773
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 91c1dfc435df..2797a8558e62 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,13 @@ in the release notes and/or placed into UPDATING.
All ports committers are allowed to commit to this file.
+20141002:
+AUTHOR: bapt@FreeBSD.org
+
+ New BUNDLE_LIBS knobs to allow a port to tell pkg(8) not to compute provided
+ libraries, this is to be used when a port bundles libraries it doesn't want
+ to expose to other ports.
+
20141001:
AUTHOR: tijl@FreeBSD.org