pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/taglib pull in string.h in taglib.h for memmove ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7abb8bdcd859
branches:  trunk
changeset: 399408:7abb8bdcd859
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sat Sep 19 17:00:39 2009 +0000

description:
pull in string.h in taglib.h for memmove prototype

diffstat:

 audio/taglib/distinfo         |   4 ++--
 audio/taglib/patches/patch-aa |  12 ++++++++----
 2 files changed, 10 insertions(+), 6 deletions(-)

diffs (32 lines):

diff -r 4dcd766fca54 -r 7abb8bdcd859 audio/taglib/distinfo
--- a/audio/taglib/distinfo     Sat Sep 19 16:58:24 2009 +0000
+++ b/audio/taglib/distinfo     Sat Sep 19 17:00:39 2009 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2009/09/19 13:38:31 wiz Exp $
+$NetBSD: distinfo,v 1.9 2009/09/19 17:00:39 tnn Exp $
 
 SHA1 (taglib-1.6.tar.gz) = 2cb5309fa658c695b4ee28a72f85b4d892b63045
 RMD160 (taglib-1.6.tar.gz) = 895788b1f6e6d84f749cd545c107afb174edc4a2
 Size (taglib-1.6.tar.gz) = 1098674 bytes
-SHA1 (patch-aa) = 541795a7c2a551bde2ee2492b56e4b4a9335967c
+SHA1 (patch-aa) = 4022eefdebe1ede4727f8f07dec6743bdc265b04
diff -r 4dcd766fca54 -r 7abb8bdcd859 audio/taglib/patches/patch-aa
--- a/audio/taglib/patches/patch-aa     Sat Sep 19 16:58:24 2009 +0000
+++ b/audio/taglib/patches/patch-aa     Sat Sep 19 17:00:39 2009 +0000
@@ -1,8 +1,12 @@
-$NetBSD: patch-aa,v 1.1.1.1 2004/02/09 00:30:25 chris Exp $
+$NetBSD: patch-aa,v 1.2 2009/09/19 17:00:39 tnn Exp $
 
---- taglib/toolkit/taglib.h.orig       2004-02-08 16:24:42.000000000 +0000
-+++ taglib/toolkit/taglib.h    2004-02-08 16:26:01.000000000 +0000
-@@ -29,6 +29,13 @@
+--- taglib/toolkit/taglib.h.orig       2009-09-03 20:05:58.000000000 +0200
++++ taglib/toolkit/taglib.h
+@@ -37,9 +37,17 @@
+ #endif
+ 
+ #include <string>
++#include <string.h>
  
  //! A namespace for all TagLib related classes and functions
  



Home | Main Index | Thread Index | Old Index