diff options
author | Marius Strobl <marius@FreeBSD.org> | 2010-09-16 01:35:24 +0800 |
---|---|---|
committer | Marius Strobl <marius@FreeBSD.org> | 2010-09-16 01:35:24 +0800 |
commit | 3db38e483c3e83fcf14b8ea5e45be988ac76f989 (patch) | |
tree | 6fcee07cb608e7d96a4fa2a6d3eeb7c1f6d4be1c /UPDATING | |
parent | 8fbb2240c2304cb48e80d27524e503ceeabfc0e0 (diff) | |
download | freebsd-ports-gnome-3db38e483c3e83fcf14b8ea5e45be988ac76f989.tar.gz freebsd-ports-gnome-3db38e483c3e83fcf14b8ea5e45be988ac76f989.tar.zst freebsd-ports-gnome-3db38e483c3e83fcf14b8ea5e45be988ac76f989.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-- | UPDATING | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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 |