diff options
author | nivit <nivit@FreeBSD.org> | 2011-05-16 21:36:25 +0800 |
---|---|---|
committer | nivit <nivit@FreeBSD.org> | 2011-05-16 21:36:25 +0800 |
commit | 98f56323288856c71b629854e1167c7aa28814bb (patch) | |
tree | 71d2bd72f1708e626333a6fb607381ac5ceea274 /UPDATING | |
parent | 9379c40684f164873795131e2fbb37b95c438ca9 (diff) | |
download | freebsd-ports-gnome-98f56323288856c71b629854e1167c7aa28814bb.tar.gz freebsd-ports-gnome-98f56323288856c71b629854e1167c7aa28814bb.tar.zst freebsd-ports-gnome-98f56323288856c71b629854e1167c7aa28814bb.zip |
- Add a note about the changes of audio/musicpd
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -5,6 +5,21 @@ 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. +20110516: + AFFECTS: users of audio/musicpd + AUTHOR: Chris Rees <utisoft@gmail.com> + + Musicpd now installs the binary for the server as bin/musicpd, rather than + mpd, to remove a conflict with net/mpich2; before upgrade you should run: + + # /usr/local/etc/rc.d/musicpd stop + + Likewise, mpd.conf has been renamed musicpd.conf-- if you want to keep it + as mpd.conf then place MPDCONF="mpd.conf" into /etc/make.conf, otherwise + after upgrade run: + + # mv /usr/local/etc/mpd.conf /usr/local/etc/musicpd.conf + 20110514: AFFECTS: users of sysutils/gksu, sysutils/libgksu, sysutils/libgksuui AUTHOR: bsam@FreeBSD.org |