pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/vorbis-tools For some reason patch-aa had a reje...
details: https://anonhg.NetBSD.org/pkgsrc/rev/612eb3bd9e22
branches: trunk
changeset: 463095:612eb3bd9e22
user: reed <reed%pkgsrc.org@localhost>
date: Tue Oct 28 12:32:42 2003 +0000
description:
For some reason patch-aa had a reject with gnu diff 2.8.1. So I remade
patch and updated distinfo. (Okay'd by wiz.)
diffstat:
audio/vorbis-tools/distinfo | 4 ++--
audio/vorbis-tools/patches/patch-aa | 12 +++++-------
2 files changed, 7 insertions(+), 9 deletions(-)
diffs (40 lines):
diff -r 5310c31e60bf -r 612eb3bd9e22 audio/vorbis-tools/distinfo
--- a/audio/vorbis-tools/distinfo Tue Oct 28 04:49:32 2003 +0000
+++ b/audio/vorbis-tools/distinfo Tue Oct 28 12:32:42 2003 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.11 2003/09/05 19:16:37 explorer Exp $
+$NetBSD: distinfo,v 1.12 2003/10/28 12:32:42 reed Exp $
SHA1 (vorbis-tools-1.0.tar.gz) = 5c2508786cf6a2a270c697d3debe66ee83df376d
Size (vorbis-tools-1.0.tar.gz) = 425404 bytes
-SHA1 (patch-aa) = 96f0f0239d23df2bec7a7ec30477974ef713105d
+SHA1 (patch-aa) = b209cd1eb5931886a6d806f0edd17e7a7c5469d9
SHA1 (patch-ab) = 7005d73f3fffb1762fdc52177a8411a1db1b74fe
SHA1 (patch-ac) = 0a0e19efd7135fedd6f67a1d772e27b06fbfd694
diff -r 5310c31e60bf -r 612eb3bd9e22 audio/vorbis-tools/patches/patch-aa
--- a/audio/vorbis-tools/patches/patch-aa Tue Oct 28 04:49:32 2003 +0000
+++ b/audio/vorbis-tools/patches/patch-aa Tue Oct 28 12:32:42 2003 +0000
@@ -1,10 +1,8 @@
-$NetBSD: patch-aa,v 1.7 2003/07/13 21:04:21 wiz Exp $
+$NetBSD: patch-aa,v 1.8 2003/10/28 12:32:42 reed Exp $
---- ogg123/buffer.c.orig 2002-07-14 07:38:00.000000000 +0200
-+++ ogg123/buffer.c
-@@ -35,9 +35,9 @@
- #define MIN4(w,x,y,z) MIN( MIN(w,x), MIN(y,z) )
-
+--- ogg123/buffer.c.orig 2002-07-13 22:38:00.000000000 -0700
++++ ogg123/buffer.c 2003-10-28 02:32:10.000000000 -0800
+@@ -37,7 +37,7 @@
/* Special debugging code. THIS IS NOT PORTABLE! */
#ifdef DEBUG_BUFFER
FILE *debugfile;
@@ -13,7 +11,7 @@
#else
#define DEBUG(x, y...)
#endif
-@@ -434,7 +435,9 @@ void buffer_destroy (buf_t *buf)
+@@ -434,7 +434,9 @@ void buffer_destroy (buf_t *buf)
/* Cleanup pthread variables */
pthread_mutex_destroy(&buf->mutex);
Home |
Main Index |
Thread Index |
Old Index