aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-10-02 06:12:32 +0800
committerbapt <bapt@FreeBSD.org>2014-10-02 06:12:32 +0800
commit1032cf668d2c5e206598f7a9f8eed7648c28ce0f (patch)
tree4209195f2445e11673f32b3f894275194ef6a7b3 /CHANGES
parent8bce6e9b7dd65127b9885ba1f3a34f5e1cf9f91e (diff)
downloadfreebsd-ports-gnome-1032cf668d2c5e206598f7a9f8eed7648c28ce0f.tar.gz
freebsd-ports-gnome-1032cf668d2c5e206598f7a9f8eed7648c28ce0f.tar.zst
freebsd-ports-gnome-1032cf668d2c5e206598f7a9f8eed7648c28ce0f.zip
Add BUNDLE_LIBS knob to prevent pkg(8) from automatically add provided shlibs
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