diff options
author | bapt <bapt@FreeBSD.org> | 2014-10-02 06:12:32 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-10-02 06:12:32 +0800 |
commit | 1032cf668d2c5e206598f7a9f8eed7648c28ce0f (patch) | |
tree | 4209195f2445e11673f32b3f894275194ef6a7b3 /CHANGES | |
parent | 8bce6e9b7dd65127b9885ba1f3a34f5e1cf9f91e (diff) | |
download | freebsd-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-- | CHANGES | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |