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.01a38:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/849a1a82ddcb
branches:  trunk
changeset: 539505:849a1a82ddcb
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Mar 07 19:38:58 2008 +0000

description:
Update to 2.01.01a38:

All:

-       The Schily Makefile system has been enhanced to install
        the profiled version of the archives in a sub-directory "profiled".
        This is done via a new macro SUBINSDIR=

-       New autoconf test checks sizeof(time_t)

-       New autoconf test for the existence of stack_t and siginfo_t in signal.h

-       In order to allow better dealing with Solaris linker Mapfiles,
        a getfp() function (calling abort(3)) is created when it is not
        possible to implement this function because of compiler constraints.

-       Many other enhancements of the autoconfiguration have been a result
        of porting the Bourne Shell into the Schily Makefilesystem.

Libschily:

-       The schily *printf routines now correctly support the %j format (intmax_t)

-       getargs now first checks whether an argument can be a combination of
        several singlechar flags before starting to set values.


Libfind:

-       libfind (used by sfind, bsh, star, mkisofs) fixed the -exec {} +
        implementation. Before the fix, it could core dump if the built-in
        xargs(1) would exactly fill up args to the size of ARG_MAX.

Libsiconv:

-       libsiconv/sic_nls.c modified to allow compilation with older GCC
        versions.

Cdrecord:

-       cdrecord/readcd/cdda2wav now support an enhanced /etc/default/cdrecord file
        with an additional parameter to specify the max. transfer size for a device.

-       CDR_FORCESPEED=any now works for cdrecord to switch off DMA speed test results

-       Make cdrecord compile again with a K&R compiler

-       Add a "blank emulation" layer to the BluRay driver too.


Cdda2wav (Maintained/enhanced by Jörg Schilling, originated by Heiko Eißfeldt heiko%hexco.de@localhost):

-       cdrecord/readcd/cdda2wav now support an enhanced /etc/default/cdrecord file
        with an additional parameter to specify the max. transfer size for a device.

Readcd:

-       cdrecord/readcd/cdda2wav now support an enhanced /etc/default/cdrecord file
        with an additional parameter to specify the max. transfer size for a device.

Mkisofs (Maintained/enhanced by Jörg Schilling since 1997, originated by Eric Youngdale):

-       Fixed a typo unides -> inodes

-       Mkisofs now gives better warning for files > 4 GB in hope it
        will no direct people to read the documentation.

-       superfluous definition for memmove() on memmove()-less platforms removed

diffstat:

 sysutils/cdrtools/Makefile         |   8 +++-----
 sysutils/cdrtools/distinfo         |  10 +++++-----
 sysutils/cdrtools/patches/patch-aa |  14 ++++++++------
 3 files changed, 16 insertions(+), 16 deletions(-)

diffs (68 lines):

diff -r 8987b5795d84 -r 849a1a82ddcb sysutils/cdrtools/Makefile
--- a/sysutils/cdrtools/Makefile        Fri Mar 07 19:33:35 2008 +0000
+++ b/sysutils/cdrtools/Makefile        Fri Mar 07 19:38:58 2008 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.31 2008/02/11 13:05:14 bjs Exp $
+# $NetBSD: Makefile,v 1.32 2008/03/07 19:38:58 wiz Exp $
 
-DISTNAME=      cdrtools-2.01.01a37
-PKGNAME=       cdrtools-2.01.01.37
-PKGREVISION=   1
+DISTNAME=      cdrtools-2.01.01a38
+PKGNAME=       cdrtools-2.01.01.38
 CATEGORIES=    sysutils
 MASTER_SITES=  ftp://ftp.berlios.de/pub/cdrecord/alpha/
 EXTRACT_SUFX=  .tar.bz2
@@ -83,7 +82,6 @@
                fi;                                                     \
        done
        cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${MAKE_PROGRAM} config
-       
 
 post-build:
        cd ${WRKSRC};                                                   \
diff -r 8987b5795d84 -r 849a1a82ddcb sysutils/cdrtools/distinfo
--- a/sysutils/cdrtools/distinfo        Fri Mar 07 19:33:35 2008 +0000
+++ b/sysutils/cdrtools/distinfo        Fri Mar 07 19:38:58 2008 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.13 2008/02/11 13:05:14 bjs Exp $
+$NetBSD: distinfo,v 1.14 2008/03/07 19:38:58 wiz Exp $
 
-SHA1 (cdrtools-2.01.01a37.tar.bz2) = c6bbce4959a12c81a5944d7896959077002851b5
-RMD160 (cdrtools-2.01.01a37.tar.bz2) = d8d7b5e411dbaf371c67179443c1ba6517110ab6
-Size (cdrtools-2.01.01a37.tar.bz2) = 1667934 bytes
-SHA1 (patch-aa) = d0c9ad53f4bd45fc4fd9680436ffceaf9f10f92f
+SHA1 (cdrtools-2.01.01a38.tar.bz2) = 44fb96d5f39abd1ecf79309de44d74edfbc77e39
+RMD160 (cdrtools-2.01.01a38.tar.bz2) = 6242ba207ec4434934005337e2507ccb44ba5a4f
+Size (cdrtools-2.01.01a38.tar.bz2) = 1665727 bytes
+SHA1 (patch-aa) = 7920f2d208ccee84d7de0674590ebe8d7cd11828
 SHA1 (patch-ab) = 04a52760204f266ab42ec3eb19fc1e4c82546617
 SHA1 (patch-ac) = cde9bd57eef040d27734f6c86c55ac6153025d4f
 SHA1 (patch-ad) = ef1413689b9d6f0f47f80840f20af3edd34159dd
diff -r 8987b5795d84 -r 849a1a82ddcb sysutils/cdrtools/patches/patch-aa
--- a/sysutils/cdrtools/patches/patch-aa        Fri Mar 07 19:33:35 2008 +0000
+++ b/sysutils/cdrtools/patches/patch-aa        Fri Mar 07 19:38:58 2008 +0000
@@ -1,15 +1,17 @@
---- conf/configure.orig        2008-02-11 07:56:04.000000000 -0500
-+++ conf/configure     2008-02-11 07:56:33.000000000 -0500
-@@ -14378,7 +14378,7 @@
+$NetBSD: patch-aa,v 1.5 2008/03/07 19:38:58 wiz Exp $
+
+--- conf/configure.orig        2008-02-24 16:21:13.000000000 +0000
++++ conf/configure     2008-03-07 19:07:14.000000000 +0000
+@@ -14703,7 +14703,7 @@
  
  ; return 0; }
  EOF
--if { (eval echo configure:14382: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:14382: \"$ac_link\") 1>&5; (eval "$ac_link $librt") 2>&5; } && test -s conftest${ac_exeext}; then
+-if { (eval echo configure:14707: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
++if { (eval echo configure:14707: \"$ac_link\") 1>&5; (eval "$ac_link $librt") 2>&5; } && test -s conftest${ac_exeext}; then
    rm -rf conftest*
    eval "ac_cv_func_$ac_func=yes"
  else
-@@ -14392,6 +14392,7 @@
+@@ -14717,6 +14717,7 @@
  
  if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
    echo "$ac_t""yes" 1>&6



Home | Main Index | Thread Index | Old Index