pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/audacity audio/audacity: Fix DragonFly breakage



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a5f9f2e822ba
branches:  trunk
changeset: 595709:a5f9f2e822ba
user:      marino <marino%pkgsrc.org@localhost>
date:      Wed Nov 23 22:34:58 2011 +0000

description:
audio/audacity: Fix DragonFly breakage

Conditionally add <strings.h> for DragonFly.
No PKGREVISION bump required.

diffstat:

 audio/audacity/distinfo         |   3 ++-
 audio/audacity/patches/patch-bd |  14 ++++++++++++++
 2 files changed, 16 insertions(+), 1 deletions(-)

diffs (32 lines):

diff -r 40cfa7172e92 -r a5f9f2e822ba audio/audacity/distinfo
--- a/audio/audacity/distinfo   Wed Nov 23 22:32:59 2011 +0000
+++ b/audio/audacity/distinfo   Wed Nov 23 22:34:58 2011 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.18 2009/01/13 12:38:49 drochner Exp $
+$NetBSD: distinfo,v 1.19 2011/11/23 22:34:58 marino Exp $
 
 SHA1 (audacity-src-1.2.6.tar.gz) = 1bfdd119fdc09d1aa334aee21d4831ef6e939fce
 RMD160 (audacity-src-1.2.6.tar.gz) = f59ca075ae430a518b77ce2ed08441abe2b67a0c
@@ -19,3 +19,4 @@
 SHA1 (patch-ba) = c27676c7110bf6ef2fcd448d68402b7bfd21b631
 SHA1 (patch-bb) = 050c6edc0a174e2496ef0b572002eca185bd38de
 SHA1 (patch-bc) = 8a08526c37e025a89a747fa2c7a48668fe797572
+SHA1 (patch-bd) = ce30d573ac8d34099c754c3777e7e4781c1edf3a
diff -r 40cfa7172e92 -r a5f9f2e822ba audio/audacity/patches/patch-bd
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/audacity/patches/patch-bd   Wed Nov 23 22:34:58 2011 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-bd,v 1.1 2011/11/23 22:34:58 marino Exp $
+
+--- lib-src/soundtouch/source/example/SoundStretch/WavFile.cpp.orig    2006-11-15 04:12:11.000000000 +0000
++++ lib-src/soundtouch/source/example/SoundStretch/WavFile.cpp
+@@ -50,6 +50,9 @@
+ #include <string>
+ #include <assert.h>
+ #include <limits.h>
++#if defined (__DragonFly__)
++#include <string.h>
++#endif
+ 
+ #include "WavFile.h"
+ 



Home | Main Index | Thread Index | Old Index