diff options
author | stas <stas@FreeBSD.org> | 2009-03-10 03:14:23 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2009-03-10 03:14:23 +0800 |
commit | cf955b1d06ff017bfd42eb18539fed2f85ce76ca (patch) | |
tree | 57b36e21dde2bdf568fbf805a2f98cfdcbf1786a /UPDATING | |
parent | fbe24b5d60f1977dff0e011dabf51abb9292a050 (diff) | |
download | freebsd-ports-graphics-cf955b1d06ff017bfd42eb18539fed2f85ce76ca.tar.gz freebsd-ports-graphics-cf955b1d06ff017bfd42eb18539fed2f85ce76ca.tar.zst freebsd-ports-graphics-cf955b1d06ff017bfd42eb18539fed2f85ce76ca.zip |
- Cover the libusb upgrade path on CURRENT.
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -7,6 +7,22 @@ time you update your ports collection, before attempting any port upgrades. 20090309: + AFFECTS: users of devel/libusb on CURRENT + AUTHOR: stas@FreeBSD.org + + FreeBSD libusb20 was renamed to libusb in r189585 and thus, + being fully compatible with libusb20, replaces devel/libusb + on HEAD. devel/libusb should not be used on these systems. Users + of libusb-dependent ports are advised to remove libusb package + from their systems, and rebuild all libusb dependencies. One + of possible ways to achive this is listed below: + # set tempfile=`mktemp /tmp/usbports.XX` + # pkg_info -qR /var/db/pkg/libusb-* > ${tempfile} + # pkg_delete -f /var/db/pkg/libusb-* + # cat ${tempfile} | xargs portupgrade -f + # rm -f ${tempfile} + +20090309: AFFECTS: users of multimedia/phonon AUTHOR: kde@FreeBSD.org |