diff options
author | wiz <wiz@pkgsrc.org> | 2009-08-31 14:31:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-08-31 14:31:00 +0000 |
commit | f1f9d4b742fa4218ecfba6357a5fc216d2383b29 (patch) | |
tree | 58dc4314b0d896471ac978cce34bdc4b97acbc95 /audio | |
parent | a3c1385e2a9fdaab61987dbbfa598922340d466e (diff) | |
download | pkgsrc-f1f9d4b742fa4218ecfba6357a5fc216d2383b29.tar.gz |
Update to 1.0.20. 1.0.21 tarball is mysteriously unavailable.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/alsa-utils/Makefile | 5 | ||||
-rw-r--r-- | audio/alsa-utils/distinfo | 10 | ||||
-rw-r--r-- | audio/alsa-utils/patches/patch-ad | 12 |
3 files changed, 13 insertions, 14 deletions
diff --git a/audio/alsa-utils/Makefile b/audio/alsa-utils/Makefile index bfd999b87ba..141a3fb86b3 100644 --- a/audio/alsa-utils/Makefile +++ b/audio/alsa-utils/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2009/07/07 14:37:21 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2009/08/31 14:31:00 wiz Exp $ # -DISTNAME= alsa-utils-1.0.18 -PKGREVISION= 1 +DISTNAME= alsa-utils-1.0.20 CATEGORIES= audio MASTER_SITES= ftp://ftp.alsa-project.org/pub/utils/ EXTRACT_SUFX= .tar.bz2 diff --git a/audio/alsa-utils/distinfo b/audio/alsa-utils/distinfo index da7eb3f1168..5ba445978b5 100644 --- a/audio/alsa-utils/distinfo +++ b/audio/alsa-utils/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.2 2008/12/30 14:44:14 hasso Exp $ +$NetBSD: distinfo,v 1.3 2009/08/31 14:31:00 wiz Exp $ -SHA1 (alsa-utils-1.0.18.tar.bz2) = 22ca9c26774550742d77504274b7f3e83fcce0e1 -RMD160 (alsa-utils-1.0.18.tar.bz2) = 19725f866477abd5d97c8a18b736d2f4c62773e9 -Size (alsa-utils-1.0.18.tar.bz2) = 1039779 bytes +SHA1 (alsa-utils-1.0.20.tar.bz2) = 14364394d1eaff5b5719c6be834de1311c83475e +RMD160 (alsa-utils-1.0.20.tar.bz2) = f8e8f036caa2a687c2768b19fddb4c973aafe152 +Size (alsa-utils-1.0.20.tar.bz2) = 1044483 bytes SHA1 (patch-aa) = b3dcc338045b95fd5e531428af4253d356f59944 SHA1 (patch-ab) = b899128edb57bdb3a8b8186b6dd69182a7c1932f SHA1 (patch-ac) = 613414c9683255e1a9ed6c32187a220b151beea2 -SHA1 (patch-ad) = 79764fb1a95363839e46e74ed5502bb2ffb18c16 +SHA1 (patch-ad) = 2e6863b262083de14a7147f035dbf2e37bc47765 diff --git a/audio/alsa-utils/patches/patch-ad b/audio/alsa-utils/patches/patch-ad index e2af5ebd033..dcf38e00a49 100644 --- a/audio/alsa-utils/patches/patch-ad +++ b/audio/alsa-utils/patches/patch-ad @@ -1,11 +1,11 @@ -$NetBSD: patch-ad,v 1.2 2008/12/30 14:44:14 hasso Exp $ +$NetBSD: patch-ad,v 1.3 2009/08/31 14:31:00 wiz Exp $ ---- speaker-test/speaker-test.c.orig 2008-12-18 22:24:52.000000000 -0500 +--- speaker-test/speaker-test.c.orig 2009-05-06 07:07:24.000000000 +0000 +++ speaker-test/speaker-test.c -@@ -47,7 +47,12 @@ - #ifdef ENABLE_NLS - #include <locale.h> - #endif +@@ -44,7 +44,12 @@ + #include <getopt.h> + #include <inttypes.h> + #include <ctype.h> +#if defined(__NetBSD__) || defined(__DragonFly__) +#include <sys/endian.h> +#define ESTRPIPE EPIPE |