pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/xwave Unlike FreeBSD and DragonFly, NetBSD's sys...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b79578c388f8
branches: trunk
changeset: 500503:b79578c388f8
user: joerg <joerg%pkgsrc.org@localhost>
date: Sun Oct 09 15:04:14 2005 +0000
description:
Unlike FreeBSD and DragonFly, NetBSD's sys/errno.h differs from errno.h.
Include the latter to get errno. This was hidden by the nested extern
before.
diffstat:
audio/xwave/distinfo | 4 ++--
audio/xwave/patches/patch-at | 11 ++++++++++-
2 files changed, 12 insertions(+), 3 deletions(-)
diffs (36 lines):
diff -r 5fdc34fce303 -r b79578c388f8 audio/xwave/distinfo
--- a/audio/xwave/distinfo Sun Oct 09 14:48:33 2005 +0000
+++ b/audio/xwave/distinfo Sun Oct 09 15:04:14 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.8 2005/10/03 13:30:20 joerg Exp $
+$NetBSD: distinfo,v 1.9 2005/10/09 15:04:14 joerg Exp $
SHA1 (xwave2.tar.gz) = 7ace9911c9425eab4907a34694cd208d21a6dac2
RMD160 (xwave2.tar.gz) = 71df0bc4640be385c33ea3a2525bc7287741d9ab
@@ -22,4 +22,4 @@
SHA1 (patch-aq) = 62164a6a788190b5cce231bfadf5d7e0a22ee0d1
SHA1 (patch-ar) = 22874069ef6de212d3f13302e649be06d03760a9
SHA1 (patch-as) = 71bfcb6ebf047e01d08ba9d9b091e506943aa944
-SHA1 (patch-at) = 91c193a56a9f50620d832aa37b54ae40688cd582
+SHA1 (patch-at) = 49e89a952862f47f00c37e6dd6879b5f3fea49b8
diff -r 5fdc34fce303 -r b79578c388f8 audio/xwave/patches/patch-at
--- a/audio/xwave/patches/patch-at Sun Oct 09 14:48:33 2005 +0000
+++ b/audio/xwave/patches/patch-at Sun Oct 09 15:04:14 2005 +0000
@@ -1,7 +1,16 @@
-$NetBSD: patch-at,v 1.1 2005/10/03 13:30:20 joerg Exp $
+$NetBSD: patch-at,v 1.2 2005/10/09 15:04:14 joerg Exp $
--- src/misc.c.orig 2005-07-22 18:59:34.000000000 +0000
+++ src/misc.c
+@@ -27,7 +27,7 @@
+ #include <stdio.h>
+ #include <dirent.h>
+ #include <sys/stat.h>
+-#include <sys/errno.h>
++#include <errno.h>
+ #include <X11/Intrinsic.h> /* Intrinsics Definitions */
+ #include <X11/StringDefs.h> /* Standard Name-String definitions */
+ #include <X11/Shell.h> /* Shell Definitions */
@@ -294,7 +294,6 @@ char *get_wd(void)
{
static char *name;
Home |
Main Index |
Thread Index |
Old Index