aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2010-09-16 01:35:24 +0800
committermarius <marius@FreeBSD.org>2010-09-16 01:35:24 +0800
commite8f42fbac38fa5c187b6631354b73a6e12b7963d (patch)
tree4d540814c38e017d5d3b9090b63bee699c1dc845 /UPDATING
parentbffa56881230ed39c77b5fc04459fde67230e860 (diff)
downloadfreebsd-ports-gnome-e8f42fbac38fa5c187b6631354b73a6e12b7963d.tar.gz
freebsd-ports-gnome-e8f42fbac38fa5c187b6631354b73a6e12b7963d.tar.zst
freebsd-ports-gnome-e8f42fbac38fa5c187b6631354b73a6e12b7963d.zip
Update cdrtools to 3.00. For changes since 2.01 see:
ftp://ftp.berlios.de/pub/cdrecord/AN-3.00 Note that this breaks and obsoletes sysutils/cdrtools-cjk as mkisofs now employs iconv for character conversion. Consequently USE_CDRTOOLS=cjk and USE_CDRTOOLS together with WITH_CJK are now defunct and bsd.port.mk is expected to be updated by portmgr@ accordingly (PR 150362). PR: 127608, 149644 Approved by: netchild
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING15
1 files changed, 15 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index a427fc674578..64a657cad51b 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,21 @@ You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
20100915:
+ AFFECTS: users of sysutils/cdrtools-cjk
+ AUTHOR: marius@FreeBSD.org
+
+ Version 3.00 of sysutils/cdrtools breaks but at the same time also
+ obsoletes sysutils/cdrtools-cjk as mkisofs now employs iconv for
+ character conversion. Consequently sysutils/cdrtools-cjk is marked
+ BROKEN and the use of USE_CDRTOOLS=cjk as well as USE_CDRTOOLS together
+ with the WITH_CJK knob left in a broken state until bsd.port.mk is
+ updated by portmgr@ accordingly. Once USE_CDRTOOLS is updated to no
+ longer refer to sysutils/cdrtools-cjk the latter will be removed.
+ Previous users of sysutils/cdrtools-cjk should switch to using
+ sysutils/cdrtools instead, which might require not using the WITH_CJK
+ knob until said update of bsd.port.mk has happened.
+
+20100915:
AFFECTS: users of lang/perl5.12
AUTHOR: skv@FreeBSD.org