diff options
author | wiz <wiz@pkgsrc.org> | 2009-08-15 21:03:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-08-15 21:03:25 +0000 |
commit | fa2485c3126fc626033253f43f2b2267acf369e0 (patch) | |
tree | d639aa83c426e226aeeb64d6238b9616497cc976 /sysutils | |
parent | 7f2f0d97372453cf5b091a6e3678116b55cd98bf (diff) | |
download | pkgsrc-fa2485c3126fc626033253f43f2b2267acf369e0.tar.gz |
Update to 2.01.01alpha63:
All:
- include/schily/wait.h now includes process.h on DOS systems
- include/schily/resource.h new include file
- include/schily/select.h new include file
- Now all sources use schily/systeminfo.h instead of sys/systeminfo.h
- Now all sources use schily/assert.h instead of assert.h
- Now all sources use schily/priv.h instead of priv.h
- Now all sources use schily/procfs.h instead of profcs.h
- Now all sources use schily/syslog.h instead of syslog.h
- Now all sources use schily/float.h instead of float.h
- Now all sources use schily/ipc.h instead of sys/ipc.h
- Now all sources use schily/sem.h instead of sys/sem.h
- Now all sources use schily/shm.h instead of sys/shm.h
- New autoconf test for "#pragma weak"
Libmdigest:
- New library
Cdrecord:
- Correctly abort the FIFO in cdrecord on BeOS and Haiku
in case that the clone ara cannot be made shared.
Cdda2wav
- Cdda2wav is now using the sha1 implementation from libmdigest
- Try to avoid an endloss loop while parsing ISO-9660 directories
from rotten CD+ sessions.
Readcd:
- Fixed a problem in the man page.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/cdrtools/Makefile | 4 | ||||
-rw-r--r-- | sysutils/cdrtools/distinfo | 10 | ||||
-rw-r--r-- | sysutils/cdrtools/patches/patch-ab | 12 |
3 files changed, 13 insertions, 13 deletions
diff --git a/sysutils/cdrtools/Makefile b/sysutils/cdrtools/Makefile index 9f148124b08..6d2f2361f9d 100644 --- a/sysutils/cdrtools/Makefile +++ b/sysutils/cdrtools/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.57 2009/08/08 09:36:59 wiz Exp $ +# $NetBSD: Makefile,v 1.58 2009/08/15 21:03:25 wiz Exp $ -DISTNAME= cdrtools-2.01.01a62 +DISTNAME= cdrtools-2.01.01a63 PKGNAME= ${DISTNAME:S/a/alpha/:S/-pre/pre/} CATEGORIES= sysutils MASTER_SITES= ftp://ftp.berlios.de/pub/cdrecord/alpha/ \ diff --git a/sysutils/cdrtools/distinfo b/sysutils/cdrtools/distinfo index aa2295ff886..54ed0351c05 100644 --- a/sysutils/cdrtools/distinfo +++ b/sysutils/cdrtools/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.36 2009/08/08 09:36:59 wiz Exp $ +$NetBSD: distinfo,v 1.37 2009/08/15 21:03:25 wiz Exp $ -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 (cdrtools-2.01.01a63.tar.bz2) = 06506aa6a4f0bd730adb4e2dc7353ebbd2fe5839 +RMD160 (cdrtools-2.01.01a63.tar.bz2) = d368a5eac15684edbd53b5f5053cd397bb4193ea +Size (cdrtools-2.01.01a63.tar.bz2) = 1828967 bytes SHA1 (patch-aa) = 1f3461ae34071c20672025575bbb0abe7b128ef8 -SHA1 (patch-ab) = c5454596c0733601b21219c92d609e4157d897a6 +SHA1 (patch-ab) = bc6e2ccd371dcd2ae9c8d7caee89b937c9e36893 SHA1 (patch-ad) = 08230fc203325916d4604576401da048dc108637 SHA1 (patch-ai) = a65625831d88a97547c4e0a03075711bee0dc373 SHA1 (patch-ch) = 65397614fe196709b26a789bdd34ed6776b4ef46 diff --git a/sysutils/cdrtools/patches/patch-ab b/sysutils/cdrtools/patches/patch-ab index cc8e6973714..1e6f35f0f79 100644 --- a/sysutils/cdrtools/patches/patch-ab +++ b/sysutils/cdrtools/patches/patch-ab @@ -1,13 +1,13 @@ -$NetBSD: patch-ab,v 1.5 2008/11/05 19:46:44 wiz Exp $ +$NetBSD: patch-ab,v 1.6 2009/08/15 21:03:25 wiz Exp $ ---- cdda2wav/Makefile.orig 2008-10-26 21:41:50.000000000 +0000 +--- cdda2wav/Makefile.orig 2009-08-03 22:26:58.000000000 +0000 +++ cdda2wav/Makefile -@@ -36,7 +36,7 @@ HFILES= cdda2wav.h interface.h semshm.h - base64.h sha.h mmsystem.h cd_text.c cd_extra.c \ +@@ -38,7 +38,7 @@ HFILES= cdda2wav.h interface.h semshm.h + base64.h mmsystem.h cd_text.c cd_extra.c \ parse.h version.h --LIBS= -lscgcmd -lrscg -lscg $(LIB_VOLMGT) -lparanoia -lcdrdeflt -ldeflt -lschily $(SCSILIB) $(EXTRALIB) $(LIB_SOCKET) -+LIBS= -lscgcmd -lrscg -lscg $(LIB_VOLMGT) -lparanoia -lcdrdeflt -ldeflt -lschily $(SCSILIB) $(EXTRALIB) $(LIB_SOCKET) $(LIB_RT) +-LIBS= -lscgcmd -lrscg -lscg $(LIB_VOLMGT) -lparanoia -lcdrdeflt -ldeflt -lmdigest -lschily $(SCSILIB) $(EXTRALIB) $(LIB_SOCKET) ++LIBS= -lscgcmd -lrscg -lscg $(LIB_VOLMGT) -lparanoia -lcdrdeflt -ldeflt -lmdigest -lschily $(SCSILIB) $(EXTRALIB) $(LIB_SOCKET) $(LIB_RT) XMK_FILE= Makefile.man Makefile.rd cdda2ogg.mk1 # cdda2ogg.mk1 fehlt noch für make rel |