summaryrefslogtreecommitdiff
path: root/audio/trm
diff options
context:
space:
mode:
authormarino <marino@pkgsrc.org>2011-11-27 11:40:07 +0000
committermarino <marino@pkgsrc.org>2011-11-27 11:40:07 +0000
commite5e261c6d37ad6561e2b995ad4865f96493c1da0 (patch)
treee89f7a22bdb9aba9c6f27507fe5ed088470b1609 /audio/trm
parente9dd3ada4cbfef614221fb54fcad7d61c9dca203 (diff)
downloadpkgsrc-e5e261c6d37ad6561e2b995ad4865f96493c1da0.tar.gz
audio/trm: make dragonfly patch unconditional
According to the latest netbsd bulkbuild report, NetBSD needs this fix as well.
Diffstat (limited to 'audio/trm')
-rw-r--r--audio/trm/distinfo4
-rw-r--r--audio/trm/patches/patch-ad6
2 files changed, 4 insertions, 6 deletions
diff --git a/audio/trm/distinfo b/audio/trm/distinfo
index 6073e06e6a6..549158b1e22 100644
--- a/audio/trm/distinfo
+++ b/audio/trm/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2011/11/23 19:15:08 marino Exp $
+$NetBSD: distinfo,v 1.6 2011/11/27 11:40:07 marino Exp $
SHA1 (trm-0.2.1.tar.gz) = ea032c38ca83266026e0c10919749814282994e9
RMD160 (trm-0.2.1.tar.gz) = fb74d692920af62a7fcbbacfb32cd0e277e56126
@@ -6,4 +6,4 @@ Size (trm-0.2.1.tar.gz) = 131349 bytes
SHA1 (patch-aa) = 152a7b8503ca887c641aeedfdd78f2520b88763b
SHA1 (patch-ab) = 909c55da818a72b687c88c69a4e8d682f5a02df5
SHA1 (patch-ac) = a189db1a7b5b85baa0cd813e10869146045303c7
-SHA1 (patch-ad) = 096e594963d5419617e92ddacaff4fdc8ce226fc
+SHA1 (patch-ad) = 25f315cea3298c136f23b0b10479436546eaf382
diff --git a/audio/trm/patches/patch-ad b/audio/trm/patches/patch-ad
index 66dd2c6068e..c5f44ecf462 100644
--- a/audio/trm/patches/patch-ad
+++ b/audio/trm/patches/patch-ad
@@ -1,14 +1,12 @@
-$NetBSD: patch-ad,v 1.1 2011/11/23 19:15:08 marino Exp $
+$NetBSD: patch-ad,v 1.2 2011/11/27 11:40:07 marino Exp $
--- mbid3.cpp.orig 2002-10-02 09:02:56.000000000 +0000
+++ mbid3.cpp
-@@ -6,6 +6,9 @@
+@@ -6,6 +6,7 @@
#ifdef HAVE_LIBID3
#include <stdio.h>
-+#if defined (__DragonFly__)
+#include <string.h>
-+#endif
#include "mbid3.h"
#define DB Debug_v("%s:%d", __FILE__, __LINE__);