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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/49f7d67bb410
branches:  trunk
changeset: 542207:49f7d67bb410
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu May 08 13:16:13 2008 +0000

description:
Update to 2.01.01a39:

All:

-       added a make rule to automatically create the directory
        ./incs/

Libfind:

-       This is the final step to make libfind a "real" library

-       find.h walk.h fetchdir.h idcache.h moved to include/schily/

-       A bug in libfind was fixed that causes

        find . -size -20k -ls

        to check for files smaller than 20480 Blocks instead of
        looking for files smaller than 2084 characters.

Libscg:

-       Allow libscg to correctly compile in 64 bit mode on amd64 Solaris
        platforms

Rscsi:

-       Minimal rscsi man page added

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


-       Some code in main() has been reordered to allow mkisofs to recognize that
        the installation at /opt/schily/lib/siconv is missing even if the --ethershare
        option has ben used. Before, mkisofs did dump core in this case, now it
        mentions to install libsiconv.

-       mkisofs again supports -no-bak. This option has been
        removed by accident with cdrtools-2.01.01a22

-       mkisofs again auto-adds a slash to the left part of
        a dir=orig/ graft point spec if the right side is a
        directory. The problem has been introduced ~ one year
        ago when cleaning up buggy old code.

diffstat:

 sysutils/cdrtools/Makefile         |   6 +++---
 sysutils/cdrtools/distinfo         |  10 +++++-----
 sysutils/cdrtools/patches/patch-aa |  17 ++++-------------
 3 files changed, 12 insertions(+), 21 deletions(-)

diffs (57 lines):

diff -r 0e4f594d7192 -r 49f7d67bb410 sysutils/cdrtools/Makefile
--- a/sysutils/cdrtools/Makefile        Thu May 08 00:06:51 2008 +0000
+++ b/sysutils/cdrtools/Makefile        Thu May 08 13:16:13 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.32 2008/03/07 19:38:58 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2008/05/08 13:16:13 wiz Exp $
 
-DISTNAME=      cdrtools-2.01.01a38
-PKGNAME=       cdrtools-2.01.01.38
+DISTNAME=      cdrtools-2.01.01a39
+PKGNAME=       cdrtools-2.01.01.39
 CATEGORIES=    sysutils
 MASTER_SITES=  ftp://ftp.berlios.de/pub/cdrecord/alpha/
 EXTRACT_SUFX=  .tar.bz2
diff -r 0e4f594d7192 -r 49f7d67bb410 sysutils/cdrtools/distinfo
--- a/sysutils/cdrtools/distinfo        Thu May 08 00:06:51 2008 +0000
+++ b/sysutils/cdrtools/distinfo        Thu May 08 13:16:13 2008 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.14 2008/03/07 19:38:58 wiz Exp $
+$NetBSD: distinfo,v 1.15 2008/05/08 13:16:13 wiz Exp $
 
-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 (cdrtools-2.01.01a39.tar.bz2) = 39d52259adc746c39d996cc7ae74446817d9cddd
+RMD160 (cdrtools-2.01.01a39.tar.bz2) = c89974a7d21aed87abd6b43b2f1b0373a0b1bf86
+Size (cdrtools-2.01.01a39.tar.bz2) = 1667003 bytes
+SHA1 (patch-aa) = d6f4c286d2d53e5f422e1c30e96b0a4a8efb6cf7
 SHA1 (patch-ab) = 04a52760204f266ab42ec3eb19fc1e4c82546617
 SHA1 (patch-ac) = cde9bd57eef040d27734f6c86c55ac6153025d4f
 SHA1 (patch-ad) = ef1413689b9d6f0f47f80840f20af3edd34159dd
diff -r 0e4f594d7192 -r 49f7d67bb410 sysutils/cdrtools/patches/patch-aa
--- a/sysutils/cdrtools/patches/patch-aa        Thu May 08 00:06:51 2008 +0000
+++ b/sysutils/cdrtools/patches/patch-aa        Thu May 08 13:16:13 2008 +0000
@@ -1,17 +1,8 @@
-$NetBSD: patch-aa,v 1.5 2008/03/07 19:38:58 wiz Exp $
+$NetBSD: patch-aa,v 1.6 2008/05/08 13:16:13 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: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
-@@ -14717,6 +14717,7 @@
+--- conf/configure.orig        2008-03-27 18:58:21.000000000 +0000
++++ conf/configure
+@@ -14702,6 +14702,7 @@ fi
  
  if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
    echo "$ac_t""yes" 1>&6



Home | Main Index | Thread Index | Old Index