diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2010-01-25 21:31:15 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2010-01-25 21:31:15 +0000 |
commit | 23a08ef468cc662c007d89858e3bfd2180603c69 (patch) | |
tree | f82002743f3d3a76c8eee4ace14fb375472b92a0 /UPDATING | |
parent | Append {LOCALBASE}/include to SDL_INCLUDE_DIR, thus allow to build SDL apps o... (diff) |
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)
Notes
Notes:
svn path=/head/; revision=248570
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -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 |