summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2008-03-07 19:38:58 +0000
committerwiz <wiz@pkgsrc.org>2008-03-07 19:38:58 +0000
commitf1277b12db5261e360d0f13bf614ab852d2dfb5e (patch)
tree9cac20ff05f66c8f7861f3f86adeb86c437cf561 /sysutils
parent3c2e7f0aaf710513614817fe5dfba57d2db7f703 (diff)
downloadpkgsrc-f1277b12db5261e360d0f13bf614ab852d2dfb5e.tar.gz
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): - 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 (limited to 'sysutils')
-rw-r--r--sysutils/cdrtools/Makefile8
-rw-r--r--sysutils/cdrtools/distinfo10
-rw-r--r--sysutils/cdrtools/patches/patch-aa14
3 files changed, 16 insertions, 16 deletions
diff --git a/sysutils/cdrtools/Makefile b/sysutils/cdrtools/Makefile
index 948321da19e..1cf8db3fc65 100644
--- a/sysutils/cdrtools/Makefile
+++ b/sysutils/cdrtools/Makefile
@@ -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 @@ do-configure:
fi; \
done
cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${MAKE_PROGRAM} config
-
post-build:
cd ${WRKSRC}; \
diff --git a/sysutils/cdrtools/distinfo b/sysutils/cdrtools/distinfo
index d678cbeab5b..48cbf9e8421 100644
--- a/sysutils/cdrtools/distinfo
+++ b/sysutils/cdrtools/distinfo
@@ -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 --git a/sysutils/cdrtools/patches/patch-aa b/sysutils/cdrtools/patches/patch-aa
index ab3767dd869..b552fae0c75 100644
--- a/sysutils/cdrtools/patches/patch-aa
+++ b/sysutils/cdrtools/patches/patch-aa
@@ -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