diff options
author | lioux <lioux@FreeBSD.org> | 2010-12-06 05:05:25 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2010-12-06 05:05:25 +0800 |
commit | 3f0d3139a86d08a155e0e935532a5f1291c2f8dc (patch) | |
tree | 0278f4f64c0dcd439d02dc493ec596b1a7694f88 | |
parent | fee5786122637619203642e8795edaad50bd76d6 (diff) | |
download | freebsd-ports-gnome-3f0d3139a86d08a155e0e935532a5f1291c2f8dc.tar.gz freebsd-ports-gnome-3f0d3139a86d08a155e0e935532a5f1291c2f8dc.tar.zst freebsd-ports-gnome-3f0d3139a86d08a155e0e935532a5f1291c2f8dc.zip |
Add entry for removed audio/libmpcdec
-rw-r--r-- | UPDATING | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -22,6 +22,23 @@ you update your ports collection, before attempting any port upgrades. sqlite database file. 20101204: + AFFECTS: users of audio/libmpcdec + AUTHOR: lioux@FreeBSD.org + + audio/libmpcdec has been removed in favor of audio/musepack; which + has a higher shared library version. You will have to rebuild all + ports that depend on audio/libmpcdec. Do this: + + Portmaster users: + # portmaster -o audio/musepack audio/libmpcdec + # portmaster -r musepack- + + Portupgrade user: + # env DISABLE_CONFLICTS=1 portupgrade -o audio/libmpcdec -f libmpcdec-\* + # pkgdb -Ff + # portupgrade -rf musepack-\* + +20101204: AFFECTS: autotools AUTHOR: autotools@FreeBSD.org |