aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authormva <mva@FreeBSD.org>2010-01-26 05:31:15 +0800
committermva <mva@FreeBSD.org>2010-01-26 05:31:15 +0800
commit039a246110520d685d5ba4cae97f228767504921 (patch)
tree76f8bbbad32c97a627387951e1e19d34f954de89 /UPDATING
parentae87d3c08577e46327ca0a7b5b48ab0548a35dfe (diff)
downloadfreebsd-ports-gnome-039a246110520d685d5ba4cae97f228767504921.tar.gz
freebsd-ports-gnome-039a246110520d685d5ba4cae97f228767504921.tar.zst
freebsd-ports-gnome-039a246110520d685d5ba4cae97f228767504921.zip
Added an UPDATING note for the audio/openal to audio/openal-soft switch,
as neither portmaster nor portupgrade can handle it easily due to the CONFLICTS. Approved by: mentor (implicit)
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING23
1 files changed, 23 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index cbda2684a79a..554c74139144 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,29 @@ 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.
+20100125:
+ AFFECTS: users of audio/openal and graphics/openal-soft
+ AUTHOR: mva@FreeBSD.org
+
+ The default OpenAL implementation was switched to audio/openal-soft.
+ To update all ports correctly, the following steps have to be performed.
+
+ pkg_delete -f openal-\*
+
+ If you use portmaster:
+
+ portmaster -or audio/openal audio/openal-soft
+
+ If you use portupgrade:
+
+ portupgrade -or audio/openal audio/openal-soft
+
+ If you want to stick with audio/openal, please specify the following ports
+ make flag within /etc/make.conf (or an appropriate configuration file for
+ your ports):
+
+ WANT_OPENAL=si
+
20100122:
AFFECTS: users of sysutils/policykit and sysutils/polkit
AUTHOR: gnome@FreeBSD.org