diff options
author | wiz <wiz@pkgsrc.org> | 2009-08-08 09:36:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-08-08 09:36:59 +0000 |
commit | b0c61990ae770019f2e32642f43abc9b8e19d2fa (patch) | |
tree | 8b9fd432b2810c6a215a2d96da63e72a792ad66e /sysutils | |
parent | dac84af97cc4e5b5761f2e1e9de947f26480f7f5 (diff) | |
download | pkgsrc-b0c61990ae770019f2e32642f43abc9b8e19d2fa.tar.gz |
Update to 2.01.01pre62:
All:
- New include files include/schily/ctype.h, include/schily/pwd.h
and include/schily/grp.h
- All programs are now using schily/stdio.h
for orthogonality.
- Haiku default install dir is now /boot/opt/schily
- New rules RULES/os-cygwin_nt-6.0-wow64.id and
RULES/os-cygwin_nt-6.1-wow64.id support Cygwin on 64bit
installations of Win Vista and "Win 7".
- New rules for compiling 64 Bit binaries on cygwin_nt-wow64
NOTE: You need to have a 64 bit aware gcc on Cygwin to use this!
- TEMPLATES/temp-gcc.rul and TEMPLATES/temp-xcc.rul
now correctly include cc-gcc.rul and cc-dumb.rul and thus
make the automake feature working again for completely
unknown platforms.
- Fixed RULES/rules.inc to make sure we install xx.h instead of
xx.h.exe
- Workaround an infinite hang in an autoconf test on 64 Bit Vista
with Cygwin
- Include limits.h in schily/hostname.h for Linux
- Several "%s" formats have been introduced in order to make gcc-4
happy even though the original strings have been pointer to constant
and well known strings
- Change the option order in the autoconf test for calling the linker
in order to avoid problems with the microsoft linker.
Libschily:
- libschily now is thread aware and uses the thread specific errno
value on Solaris, Linux and FreeBSD.
Libscg:
- Raised the SCSI Bus-number limit from 256 to 500 for Linux as a workaround
for a resource leak bug in the linux kernel. The workaround lets the problem
happen much later but cannot completely avoid it. If you are hit by the Linux
kernel resource leak bug, you need to reboot.
Cdrecord:
- Correctly abort the FIFO in cdrecord on BeOS and Haiku
in case that the clone ara cannot be made shared.
Mkisofs (Maintained/enhanced by J
- Fixed a potential malloc problem in mkisofs
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/cdrtools/Makefile | 5 | ||||
-rw-r--r-- | sysutils/cdrtools/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/sysutils/cdrtools/Makefile b/sysutils/cdrtools/Makefile index 1b07f4248cb..9f148124b08 100644 --- a/sysutils/cdrtools/Makefile +++ b/sysutils/cdrtools/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.56 2009/07/17 20:19:55 wiz Exp $ +# $NetBSD: Makefile,v 1.57 2009/08/08 09:36:59 wiz Exp $ -DISTNAME= cdrtools-2.01.01a61 +DISTNAME= cdrtools-2.01.01a62 PKGNAME= ${DISTNAME:S/a/alpha/:S/-pre/pre/} CATEGORIES= sysutils MASTER_SITES= ftp://ftp.berlios.de/pub/cdrecord/alpha/ \ @@ -10,6 +10,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://cdrecord.berlios.de/old/private/cdrecord.html COMMENT= Software for creating ISO9660 images and writing CD/DVD/Blu-ray +#LICENSE= CDDL.Schily.txt AND gnu-gpl-v2 AND gnu-lgpl-v2.1 CONFLICTS= mkisofs-[0-9]* cdrtools-ossdvd-[0-9]* cdrecord-[0-9]* cdrkit-[0-9]* diff --git a/sysutils/cdrtools/distinfo b/sysutils/cdrtools/distinfo index 9e98e2ab7a5..aa2295ff886 100644 --- a/sysutils/cdrtools/distinfo +++ b/sysutils/cdrtools/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.35 2009/07/17 20:19:55 wiz Exp $ +$NetBSD: distinfo,v 1.36 2009/08/08 09:36:59 wiz Exp $ -SHA1 (cdrtools-2.01.01a61.tar.bz2) = 4dd0b4bc51a066b0eab69d1c0f5d2269806f158f -RMD160 (cdrtools-2.01.01a61.tar.bz2) = 8f36fb84be487e24929d382347aae72889c830fa -Size (cdrtools-2.01.01a61.tar.bz2) = 1801498 bytes +SHA1 (cdrtools-2.01.01a62.tar.bz2) = edfc06592c42dbd2c5fee2255f8d7ddb231bdfbd +RMD160 (cdrtools-2.01.01a62.tar.bz2) = de658b12f47bf7fbc23e85480705897dc28f63d5 +Size (cdrtools-2.01.01a62.tar.bz2) = 1811974 bytes SHA1 (patch-aa) = 1f3461ae34071c20672025575bbb0abe7b128ef8 SHA1 (patch-ab) = c5454596c0733601b21219c92d609e4157d897a6 SHA1 (patch-ad) = 08230fc203325916d4604576401da048dc108637 |