pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/cdrtools Update to 2.01.01pre62:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8e579a700337
branches:  trunk
changeset: 397042:8e579a700337
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Aug 08 09:36:59 2009 +0000

description:
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:

 sysutils/cdrtools/Makefile |  5 +++--
 sysutils/cdrtools/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 6 deletions(-)

diffs (36 lines):

diff -r b47d378cc109 -r 8e579a700337 sysutils/cdrtools/Makefile
--- a/sysutils/cdrtools/Makefile        Sat Aug 08 08:26:12 2009 +0000
+++ b/sysutils/cdrtools/Makefile        Sat Aug 08 09:36:59 2009 +0000
@@ -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 @@
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 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 -r b47d378cc109 -r 8e579a700337 sysutils/cdrtools/distinfo
--- a/sysutils/cdrtools/distinfo        Sat Aug 08 08:26:12 2009 +0000
+++ b/sysutils/cdrtools/distinfo        Sat Aug 08 09:36:59 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index