diff options
author | naddy <naddy@FreeBSD.org> | 2010-06-10 05:59:35 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2010-06-10 05:59:35 +0800 |
commit | ce1d92b9ad9dbc7bbcac48c3601cece89b7f26b3 (patch) | |
tree | d0a9243e2c81fdea1f60205ef5505e14d407f694 /UPDATING | |
parent | 7f6f16698d6a9392d01aa5bb61d31393089ea987 (diff) | |
download | freebsd-ports-gnome-ce1d92b9ad9dbc7bbcac48c3601cece89b7f26b3.tar.gz freebsd-ports-gnome-ce1d92b9ad9dbc7bbcac48c3601cece89b7f26b3.tar.zst freebsd-ports-gnome-ce1d92b9ad9dbc7bbcac48c3601cece89b7f26b3.zip |
After the libogg 1.2.0 (ogg.7) and libao 1.0.0 (ao.4) update, recommend
recursive rebuilding of all dependent ports. It's the only way to reliably
catch all indirect dependencies.
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -5,6 +5,26 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20100609: + AFFECTS: users of audio/libogg and audio/libao + AUTHOR: naddy@FreeBSD.org + + There are new versions of libogg (1.2.0) and libao (1.0.0) and the shlib + versions have been bumped (ogg.6 to ogg.7, ao.3 to ao.4). + + All ports that have an identifiable direct dependency on these libraries + have had their PORTREVISIONs bumped. However, some ports that pull in + the libraries indirectly may continue to look for the old versions. To + ensure that all are updated, perform this step: + + If you use portupgrade: + + portupgrade -rf libogg libao + + If you use portmaster: + + portmaster -r libogg libao + 20100605: AFFECTS: users of multimedia/gstreamer-plugins-good and multimedia/gstreamer-plugins-bad |