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/cdrtools/Makefile | |
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/cdrtools/Makefile')
-rw-r--r-- | sysutils/cdrtools/Makefile | 6 |
1 files changed, 3 insertions, 3 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 |