aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorStanislav Sedov <stas@FreeBSD.org>2009-03-09 19:14:23 +0000
committerStanislav Sedov <stas@FreeBSD.org>2009-03-09 19:14:23 +0000
commit8c1cca9adb3ec70955e2c9f384316078c5286064 (patch)
tree45c5c76534e71704fccdc787b7304fa00b7cb091 /UPDATING
parent602bb08fe91ae3ac33568368aa6e8e9ec7ceb3ed (diff)
downloadports-8c1cca9adb3ec70955e2c9f384316078c5286064.tar.gz
ports-8c1cca9adb3ec70955e2c9f384316078c5286064.zip
- Cover the libusb upgrade path on CURRENT.
Notes
Notes: svn path=/head/; revision=229779
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING16
1 files changed, 16 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 4bcf354a383b..acaa902ba879 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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