aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2010-06-09 21:59:35 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2010-06-09 21:59:35 +0000
commitea8e7324b7a7f6d569f92f6802440c8fbcfe73fd (patch)
tree083a545c28f2ba46ada4842da60c1d0ae64de722 /UPDATING
parent913f6d564ce0b4d823394269eb8a0f70e15e512e (diff)
downloadports-ea8e7324b7a7f6d569f92f6802440c8fbcfe73fd.tar.gz
ports-ea8e7324b7a7f6d569f92f6802440c8fbcfe73fd.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.
Notes
Notes: svn path=/head/; revision=256233
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING20
1 files changed, 20 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 0d13ffc9377f..dddc907888d0 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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