diff options
author | wiz <wiz@pkgsrc.org> | 2008-10-14 14:48:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-10-14 14:48:18 +0000 |
commit | 96f26ee3f2974256e5cd98d9fc905d9f0a5b06c2 (patch) | |
tree | 0ed5234260f7d37bb74e4895c99a57c18ecb06af /sysutils/cdrtools | |
parent | 961fac4608a6f40e804a7b9087b416a704f1ccab (diff) | |
download | pkgsrc-96f26ee3f2974256e5cd98d9fc905d9f0a5b06c2.tar.gz |
Update to 2.01.01a51:
All:
- Extended the file COPYING to mention that the GPL used by the "mkisofs project"
requires to publish the full source for all parts of mkisofs in case that you
publish mkisofs binaries.
- Added a new Changelog file for the changes since cdrtools-2.01
- RUlES/rules.prg no longer includes a line with SHELL=/bin/sh.
This is needed to allow to implement a workaround for various bash
bugs that afffect makefiles in case that /bin/sh is linked to bash.
If your platform installs bash in /bin/sh (Linux, ....) or in case
thaat your platform offers a broken variant of the Korn Shell in /bin/sh
(like HP-UX), fetch the "Schily source consolidation" from
ftp://ftp.berlios.de/pub/schily/, compile everything and install the
original Bourne Shell, that comes with this packet, into /bin/bosh.
If you then call ./.clean and re-compilee everything, you get a "smake"
that calls /bin/bosh instead of the broken system shell.
- Added an autoconf test for POSIX violations found in POSIX.1-2008.
The official POSIX rule is not to define "new" interfaces that
are in conflict with older interfaces of the same name.
Our interfaces fexec*() have been defined and published in 1982.
The new POSIX interfaces define a different interface and the
new POSIX interfaces even use names that are not compatible with
POSIX rules. The new POSIX interfaces in question should be called
fdexec*() to follow the rules of other similar POSIX functions.
Simiar problems exist with getline()/fgetline().
We try to automatically rename our functions in case that the functions
could be found in the local libc.
Libschily:
- Added sleep.c and gettimeofday.c that emulate sleep() and gettimeofday()
when using MSVC
- Try to rename ecvt()/fcgt()/gcvt() in case that one of these functions
does not work and the libc implementation does not allow to overwrite the
function.
Libscg:
- Included a patch for the CAM interface from the FreeBSD people.
The patch sets up the CAM data structrures in a way that allows
SCSI bus and target scanning.
Cdrecord:
- Make dure that the DVD and BluRay drivers do not lower the default timeout.
cdrecord timeout=# now always allows to raise the default timeout to a larger
value.
- Added a workaround to prevent the Lite-ON BD B LH-2B1S/AL09
from hanging up when trying to write a BluRay Medium.
- Cdrecord now by default tries to set up a DMA Size of 126 kB.
If non-MMC drives are found, we fall back to the old value of 63 kB
Diffstat (limited to 'sysutils/cdrtools')
-rw-r--r-- | sysutils/cdrtools/Makefile | 6 | ||||
-rw-r--r-- | sysutils/cdrtools/distinfo | 10 | ||||
-rw-r--r-- | sysutils/cdrtools/patches/patch-ai | 8 |
3 files changed, 12 insertions, 12 deletions
diff --git a/sysutils/cdrtools/Makefile b/sysutils/cdrtools/Makefile index ff577971aac..84044db2383 100644 --- a/sysutils/cdrtools/Makefile +++ b/sysutils/cdrtools/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.44 2008/10/09 13:14:15 wiz Exp $ +# $NetBSD: Makefile,v 1.45 2008/10/14 14:48:18 wiz Exp $ -DISTNAME= cdrtools-2.01.01a50 -PKGNAME= cdrtools-2.01.01.50 +DISTNAME= cdrtools-2.01.01a51 +PKGNAME= cdrtools-2.01.01.51 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.berlios.de/pub/cdrecord/alpha/ EXTRACT_SUFX= .tar.bz2 diff --git a/sysutils/cdrtools/distinfo b/sysutils/cdrtools/distinfo index 762c0bb9e08..25d5919632c 100644 --- a/sysutils/cdrtools/distinfo +++ b/sysutils/cdrtools/distinfo @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.26 2008/10/09 13:14:15 wiz Exp $ +$NetBSD: distinfo,v 1.27 2008/10/14 14:48:18 wiz Exp $ -SHA1 (cdrtools-2.01.01a50.tar.bz2) = b5fdc3cb7f4a6cb1feda77b9d22be4b8fba5e3bd -RMD160 (cdrtools-2.01.01a50.tar.bz2) = 2c6c7e99e97635d1b7443596edf8c3af7c099cc4 -Size (cdrtools-2.01.01a50.tar.bz2) = 1698339 bytes +SHA1 (cdrtools-2.01.01a51.tar.bz2) = 2c9a9dded2b5e774bd289420c15ae8bef2ebcf2c +RMD160 (cdrtools-2.01.01a51.tar.bz2) = a539823760e029c165f447687dd065f047804303 +Size (cdrtools-2.01.01a51.tar.bz2) = 1756159 bytes SHA1 (patch-aa) = 1f3461ae34071c20672025575bbb0abe7b128ef8 SHA1 (patch-ab) = 5352fee446483e2a5e7917ebf9a84e7c7fd65bb7 SHA1 (patch-ad) = 06f33c8b995e7f6edb53d78164cb8fbcd0cdefa8 -SHA1 (patch-ai) = 5d46fd425fdac880ea8037f8a2f18094d6765336 +SHA1 (patch-ai) = a08dcc1fa3639c793701c0748a600ef8cc038d45 SHA1 (patch-ch) = 65397614fe196709b26a789bdd34ed6776b4ef46 SHA1 (patch-ci) = ff0d14544b0958f581a37c1b007fae581f871021 diff --git a/sysutils/cdrtools/patches/patch-ai b/sysutils/cdrtools/patches/patch-ai index 6d19c903ee6..90fd17126c2 100644 --- a/sysutils/cdrtools/patches/patch-ai +++ b/sysutils/cdrtools/patches/patch-ai @@ -1,6 +1,6 @@ -$NetBSD: patch-ai,v 1.5 2007/09/18 23:07:26 wiz Exp $ +$NetBSD: patch-ai,v 1.6 2008/10/14 14:48:18 wiz Exp $ ---- libscg/scsi-bsd.c.orig 2007-03-25 20:18:56.000000000 +0000 +--- libscg/scsi-bsd.c.orig 2008-10-04 18:12:36.000000000 +0000 +++ libscg/scsi-bsd.c @@ -44,6 +44,7 @@ static char __sccsid[] = @@ -14,8 +14,8 @@ $NetBSD: patch-ai,v 1.5 2007/09/18 23:07:26 wiz Exp $ * Choose your name instead of "schily" and make clear that the version * string is related to a modified source. */ --LOCAL char _scg_trans_version[] = "scsi-bsd.c-1.44"; /* The version for this transport*/ -+LOCAL char _scg_trans_version[] = "scsi-bsd.c-1.44nb1"; /* The version for this transport */ +-LOCAL char _scg_trans_version[] = "scsi-bsd.c-1.45"; /* The version for this transport*/ ++LOCAL char _scg_trans_version[] = "scsi-bsd.c-1.45nb1"; /* The version for this transport*/ #define MAX_SCG 16 /* Max # of SCSI controllers */ #define MAX_TGT 16 |