diff options
author | wiz <wiz@pkgsrc.org> | 2009-10-31 00:55:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-10-31 00:55:03 +0000 |
commit | 365b0f0b018854443e5d15a1f362c1e82ba14163 (patch) | |
tree | 09d0d669c10b4ff6c00aff90db2af5bcec558bf3 /sysutils/cdrtools/Makefile | |
parent | 31889738e996c58e7bfe31c90e1ea43c4c88858b (diff) | |
download | pkgsrc-365b0f0b018854443e5d15a1f362c1e82ba14163.tar.gz |
Update to 2.01.01alpha66:
NEW features of cdrtools-2.01.01a65:
All:
- *BSD comes with a broken sed(1), so we need to go back to tr(1) based
code for GNU make in the Schily Makefilesystem.
- Added support for amd64-netbsd-cc.rul to the Schily Makefilesystem
- Added support for DragonFly BSD to config.guess and config.sub
Libscg:
- Added a hack to liscg to allow cdrecord -scanbus to work on NetBSD
- Added a hack to liscg to allow cdrecord -scanbus to work on OpenBSD
Mkisofs (Maintained/enhanced by J
- Avoid signed chars ad parameter to toupper
NEW features of cdrtools-2.01.01a66:
- Added support for 64 bit compilation on HP-HX using "cc".
Use make CCOM=cc64 as usual to switch to 64 bit compilation.
Libschily:
- libschily/fconv.c reworked to deal with non-C99 compliant systems and to deal
with the constraints found in HP-UX-11.11.
Libsiconv:
- Fixed a problem in libsiconv in case that the the locale is specified as
"iconv:name".
Libscg:
- Make libscg deal with the new error code from HP-UX that
is returned for a non-existing ATAPI slave.
- Some minor changes in libscg to make scgcheck report less problems
with HP-UX
Cdrecord:
- Better man page with repect to dev=
- The cdrecord man page has been restructured.
- Fixed a bug in the workaround code for a firmware bug for DVD+R
media in HL-DT-ST drives.
Cdda2wav (Maintained/enhanced by J
- Better man page with repect to dev=
- The cdda2wav man page has been restructured.
Readcd:
- readcd now only send the Plextor specific SCSI commands for the -cxscan
option in case that the drive identifies as Plextor.
- Better man page with repect to dev=
Scgcheck:
- Better man page with repect to dev=
Btcflash:
- Better man page with repect to dev=
Mkisofs (Maintained/enhanced by J
- mkisofs man page reworked
- isoinfo man page reworked
- New file mkisofs/rock.h
- isodump now prints more information about Rock Ridge attributes to
help debugging non-compliant Rock Ridge ISO images.
- isoinfo now correctly identifies ISO images made with the Mac OS X
program "hdiutil" by e.g. calling:
hdiutil makehybrid -iso -hfs -verbose -o xxx.iso some_dir
As filesystems that violate the Rock Ridge standard.
Check e.g. by "isoinfo -i xxx.iso -d"
Interpreting Rock Ridge on such images can be enforced by calling:
"isoinfo -i xxx.iso -lR -debug"
- mkisofs now ignores the broken Rock Ridge attributes that have been
created by the Mac OS X program "hdiutil".
Diffstat (limited to 'sysutils/cdrtools/Makefile')
-rw-r--r-- | sysutils/cdrtools/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/cdrtools/Makefile b/sysutils/cdrtools/Makefile index 8195100bddf..af4925cbf26 100644 --- a/sysutils/cdrtools/Makefile +++ b/sysutils/cdrtools/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.62 2009/09/24 08:07:36 hasso Exp $ +# $NetBSD: Makefile,v 1.63 2009/10/31 00:55:03 wiz Exp $ -DISTNAME= cdrtools-2.01.01a64 +DISTNAME= cdrtools-2.01.01a66 PKGNAME= ${DISTNAME:S/a/alpha/:S/-pre/pre/} CATEGORIES= sysutils MASTER_SITES= ftp://ftp.berlios.de/pub/cdrecord/alpha/ \ @@ -88,8 +88,6 @@ do-configure: ln -sf i386-$$suffix ${MACHINE}-$$suffix; \ fi; \ done; \ - ln -sf i386-freebsd-cc.rul amd64-dragonfly-cc.rul; \ - ln -sf i386-freebsd-gcc.rul amd64-dragonfly-gcc.rul cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${MAKE_PROGRAM} config post-build: @@ -132,7 +130,6 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/cdrecord/cdrecord.dfl \ ${DESTDIR}${PREFIX}/share/examples/cdrtools/cdrecord - CONFIGURE_ENV+= librt=${NETBSDLIB.rt:U:Q} .if ${OPSYS} == "NetBSD" |