diff options
author | wiz <wiz@pkgsrc.org> | 2008-05-08 13:16:13 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-05-08 13:16:13 +0000 |
commit | a7ea3d5ec2deff821bdcfc96a34f68af3acc2141 (patch) | |
tree | db6c1823bdeabdd4b2760d1e3cc84ac2aee51ff0 /sysutils | |
parent | 5529fd3dbca8db6516b43259f4fc1df728e66dae (diff) | |
download | pkgsrc-a7ea3d5ec2deff821bdcfc96a34f68af3acc2141.tar.gz |
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 (limited to 'sysutils')
-rw-r--r-- | sysutils/cdrtools/Makefile | 6 | ||||
-rw-r--r-- | sysutils/cdrtools/distinfo | 10 | ||||
-rw-r--r-- | sysutils/cdrtools/patches/patch-aa | 17 |
3 files changed, 12 insertions, 21 deletions
diff --git a/sysutils/cdrtools/Makefile b/sysutils/cdrtools/Makefile index 1cf8db3fc65..324c24af04d 100644 --- a/sysutils/cdrtools/Makefile +++ b/sysutils/cdrtools/Makefile @@ -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 --git a/sysutils/cdrtools/distinfo b/sysutils/cdrtools/distinfo index 48cbf9e8421..57e5690ca18 100644 --- a/sysutils/cdrtools/distinfo +++ b/sysutils/cdrtools/distinfo @@ -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 --git a/sysutils/cdrtools/patches/patch-aa b/sysutils/cdrtools/patches/patch-aa index b552fae0c75..72ba8d82e82 100644 --- a/sysutils/cdrtools/patches/patch-aa +++ b/sysutils/cdrtools/patches/patch-aa @@ -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 |