pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/alsa-plugins-pulse Define EBADFD to the same err...
details: https://anonhg.NetBSD.org/pkgsrc/rev/938501193dd0
branches: trunk
changeset: 564350:938501193dd0
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Aug 31 20:07:32 2009 +0000
description:
Define EBADFD to the same error code as in alsa-libs, in case it's
undefined.
diffstat:
audio/alsa-plugins-pulse/distinfo | 4 ++--
audio/alsa-plugins-pulse/patches/patch-ab | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (29 lines):
diff -r 2702a1d3e4bf -r 938501193dd0 audio/alsa-plugins-pulse/distinfo
--- a/audio/alsa-plugins-pulse/distinfo Mon Aug 31 20:06:27 2009 +0000
+++ b/audio/alsa-plugins-pulse/distinfo Mon Aug 31 20:07:32 2009 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.3 2009/08/31 14:25:49 wiz Exp $
+$NetBSD: distinfo,v 1.4 2009/08/31 20:07:32 wiz Exp $
SHA1 (alsa-plugins-1.0.21.tar.bz2) = dae6f4dd4aa8638aded472cf503eb2c2e5f69730
RMD160 (alsa-plugins-1.0.21.tar.bz2) = 853416f1c78c9c2b99ba5f2ed0c36df88f21a387
Size (alsa-plugins-1.0.21.tar.bz2) = 325828 bytes
SHA1 (patch-aa) = 77774e607905f3930ffec503c04d6dd1f70d9946
-SHA1 (patch-ab) = e921a2a20705c0d235f27f6bc261f3472a0e3b0d
+SHA1 (patch-ab) = fdcb834dbac03fc52ab482e722452243a6c859e9
diff -r 2702a1d3e4bf -r 938501193dd0 audio/alsa-plugins-pulse/patches/patch-ab
--- a/audio/alsa-plugins-pulse/patches/patch-ab Mon Aug 31 20:06:27 2009 +0000
+++ b/audio/alsa-plugins-pulse/patches/patch-ab Mon Aug 31 20:07:32 2009 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.1 2009/08/31 14:25:49 wiz Exp $
+$NetBSD: patch-ab,v 1.2 2009/08/31 20:07:32 wiz Exp $
--- pulse/pulse.h.orig 2009-08-31 13:09:41.000000000 +0000
+++ pulse/pulse.h
@@ -9,5 +9,5 @@
+
+#include <errno.h>
+#ifndef EBADFD
-+#define EBADFD EIO
++#define EBADFD EBADF
+#endif
Home |
Main Index |
Thread Index |
Old Index