Index: head/audio/libtunepimp/files/patch-include_tunepimp-0.5_metadata.h =================================================================== --- head/audio/libtunepimp/files/patch-include_tunepimp-0.5_metadata.h (nonexistent) +++ head/audio/libtunepimp/files/patch-include_tunepimp-0.5_metadata.h (revision 257682) @@ -0,0 +1,10 @@ +--- include/tunepimp-0.5/metadata.h.orig 2010-06-07 10:40:42.479449473 +0300 ++++ include/tunepimp-0.5/metadata.h 2010-06-07 10:41:25.477086516 +0300 +@@ -29,6 +29,7 @@ + + #include + #include ++#include + + #include "defs.h" + #include "tp_c.h" Property changes on: head/audio/libtunepimp/files/patch-include_tunepimp-0.5_metadata.h ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/audio/libtunepimp/files/patch-lib-metadata.cpp =================================================================== --- head/audio/libtunepimp/files/patch-lib-metadata.cpp (revision 257681) +++ head/audio/libtunepimp/files/patch-lib-metadata.cpp (revision 257682) @@ -1,17 +1,25 @@ ---- lib/metadata.cpp.orig Wed Nov 10 17:37:26 2004 -+++ lib/metadata.cpp Wed Sep 14 17:25:59 2005 -@@ -34,6 +34,14 @@ +--- lib/metadata.cpp.orig 2006-11-18 12:52:33.000000000 +0200 ++++ lib/metadata.cpp 2010-06-07 10:43:10.556325912 +0300 +@@ -26,6 +26,7 @@ + ----------------------------------------------------------------------------*/ + #include + #include ++#include + #include "metadata.h" + #include "../config.h" + using namespace std; +@@ -35,6 +36,14 @@ extern "C" #include "astrcmp.h" } +#ifndef min +#define min(a,b) ((a) < (b) ? (a) : (b)) +#endif + +#ifndef max +#define max(a,b) ((a) > (b) ? (a) : (b)) +#endif + const int numAlbumTypeStrings = 11; const char *albumTypeStrings[] = { Property changes on: head/audio/libtunepimp/files/patch-lib-metadata.cpp ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/audio/libtunepimp/files/patch-lib-utf8-utf8util.cpp =================================================================== --- head/audio/libtunepimp/files/patch-lib-utf8-utf8util.cpp (revision 257681) +++ head/audio/libtunepimp/files/patch-lib-utf8-utf8util.cpp (revision 257682) @@ -1,20 +1,28 @@ ---- lib/utf8/utf8util.cpp.orig Mon Jul 11 05:01:23 2005 -+++ lib/utf8/utf8util.cpp Wed Sep 14 17:19:42 2005 -@@ -38,7 +38,7 @@ +--- lib/utf8/utf8util.cpp.orig 2006-11-18 12:52:26.000000000 +0200 ++++ lib/utf8/utf8util.cpp 2010-06-07 10:39:57.243921985 +0300 +@@ -26,6 +26,7 @@ + ----------------------------------------------------------------------------*/ + + #include ++#include + #include "utf8util.h" + #include "utf8.h" + #ifdef WIN32 +@@ -38,7 +39,7 @@ string utf8Encode(const string &from) char *dest; string to; - to.clear(); + to = ""; ret = utf8_encode(from.c_str(), &dest); if (ret >= 0) { -@@ -54,7 +54,7 @@ +@@ -54,7 +55,7 @@ string utf8Decode(const string &from) char *dest; string to; - to.clear(); + to = ""; ret = utf8_decode(from.c_str(), &dest); if (ret >= 0) { Property changes on: head/audio/libtunepimp/files/patch-lib-utf8-utf8util.cpp ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/audio/libtunepimp/files/patch-lib_c_wrapper.cpp =================================================================== --- head/audio/libtunepimp/files/patch-lib_c_wrapper.cpp (nonexistent) +++ head/audio/libtunepimp/files/patch-lib_c_wrapper.cpp (revision 257682) @@ -0,0 +1,10 @@ +--- lib/c_wrapper.cpp.orig 2010-06-07 10:43:52.147054247 +0300 ++++ lib/c_wrapper.cpp 2010-06-07 10:44:16.392713467 +0300 +@@ -42,6 +42,7 @@ + #define TR_OBJ_CHECKV(o) Track *obj = (Track *)t; \ + if (obj == NULL) return; + ++#include + #include + + class NotifyData Property changes on: head/audio/libtunepimp/files/patch-lib_c_wrapper.cpp ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/audio/libtunepimp/files/patch-lib_fileio.cpp =================================================================== --- head/audio/libtunepimp/files/patch-lib_fileio.cpp (nonexistent) +++ head/audio/libtunepimp/files/patch-lib_fileio.cpp (revision 257682) @@ -0,0 +1,11 @@ +--- lib/fileio.cpp.orig 2006-11-18 11:52:33.000000000 +0100 ++++ lib/fileio.cpp 2010-06-20 18:37:34.000000000 +0200 +@@ -28,6 +28,8 @@ + #include + #include ++#include + #include ++#include + #ifndef WIN32 + #include + #endif Property changes on: head/audio/libtunepimp/files/patch-lib_fileio.cpp ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/audio/libtunepimp/files/patch-lib_protocol.cpp =================================================================== --- head/audio/libtunepimp/files/patch-lib_protocol.cpp (nonexistent) +++ head/audio/libtunepimp/files/patch-lib_protocol.cpp (revision 257682) @@ -0,0 +1,10 @@ +--- lib/protocol.cpp.orig 2010-06-07 10:47:20.653619576 +0300 ++++ lib/protocol.cpp 2010-06-07 10:47:55.249722982 +0300 +@@ -8,6 +8,7 @@ + -------------------------------------------------------------------*/ + #include + #include ++#include + #include + #include + #include Property changes on: head/audio/libtunepimp/files/patch-lib_protocol.cpp ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/audio/libtunepimp/files/patch-lib_readmeta.cpp =================================================================== --- head/audio/libtunepimp/files/patch-lib_readmeta.cpp (nonexistent) +++ head/audio/libtunepimp/files/patch-lib_readmeta.cpp (revision 257682) @@ -0,0 +1,10 @@ +--- lib/readmeta.cpp.orig 2010-06-07 10:45:38.729200377 +0300 ++++ lib/readmeta.cpp 2010-06-07 10:46:01.634953724 +0300 +@@ -31,6 +31,7 @@ + #endif + + #include ++#include + #ifndef WIN32 + #include + #endif Property changes on: head/audio/libtunepimp/files/patch-lib_readmeta.cpp ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/audio/libtunepimp/files/patch-lib_tunepimp.cpp =================================================================== --- head/audio/libtunepimp/files/patch-lib_tunepimp.cpp (nonexistent) +++ head/audio/libtunepimp/files/patch-lib_tunepimp.cpp (revision 257682) @@ -0,0 +1,10 @@ +--- lib/tunepimp.cpp.orig 2010-06-07 10:42:02.279074189 +0300 ++++ lib/tunepimp.cpp 2010-06-07 10:42:26.892724626 +0300 +@@ -31,6 +31,7 @@ + #endif + + #include ++#include + #include + using namespace std; + Property changes on: head/audio/libtunepimp/files/patch-lib_tunepimp.cpp ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/audio/libtunepimp/files/patch-plugins-mp4-mp4.cpp =================================================================== --- head/audio/libtunepimp/files/patch-plugins-mp4-mp4.cpp (revision 257681) +++ head/audio/libtunepimp/files/patch-plugins-mp4-mp4.cpp (revision 257682) @@ -1,23 +1,23 @@ ---- plugins/mp4/mp4.cpp.orig 2006-11-18 02:51:08.000000000 -0800 -+++ plugins/mp4/mp4.cpp 2007-10-02 16:24:06.000000000 -0700 -@@ -231,9 +231,7 @@ +--- plugins/mp4/mp4.cpp.orig 2006-11-18 12:51:08.000000000 +0200 ++++ plugins/mp4/mp4.cpp 2010-06-07 10:36:19.151889361 +0300 +@@ -231,9 +231,7 @@ mp4ReadMetadata(metadata_t *mdata, const strcpy(mdata->fileFormat, fileName + strlen(fileName) - 3); - if (!MP4Close(mp4file)) - return 0; - + MP4Close(mp4file); return 1; } -@@ -315,8 +313,7 @@ +@@ -315,8 +313,7 @@ mp4WriteMetadata(const metadata_t *mdata sprintf(temp, "%d", mdata->nonAlbum); MP4SetMetadataFreeForm(mp4file, "MusicBrainz Non-Album", (u_int8_t *)temp, strlen(temp) + 1); - if (!MP4Close(mp4file)) - return 0; + MP4Close(mp4file); #ifndef WIN32 if (!MP4Optimize(utf8ToEncoding(fileName, encoding).c_str())) Property changes on: head/audio/libtunepimp/files/patch-plugins-mp4-mp4.cpp ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/audio/libtunepimp/files/patch-plugins-wav-wav.cpp =================================================================== --- head/audio/libtunepimp/files/patch-plugins-wav-wav.cpp (revision 257681) +++ head/audio/libtunepimp/files/patch-plugins-wav-wav.cpp (revision 257682) @@ -1,13 +1,13 @@ ---- plugins/wav/wav.cpp.orig Wed Jun 15 06:15:18 2005 -+++ plugins/wav/wav.cpp Wed Sep 14 17:30:30 2005 +--- plugins/wav/wav.cpp.orig 2006-11-18 12:51:46.000000000 +0200 ++++ plugins/wav/wav.cpp 2010-06-07 10:36:19.157879953 +0300 @@ -34,7 +34,10 @@ #ifdef WIN32 #include #else +#include +#include #include +#include #include #endif - \ No newline at end of file + Property changes on: head/audio/libtunepimp/files/patch-plugins-wav-wav.cpp ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/audio/libtunepimp/files/patch-plugins_mp3_id3_2_3_meta.cpp =================================================================== --- head/audio/libtunepimp/files/patch-plugins_mp3_id3_2_3_meta.cpp (nonexistent) +++ head/audio/libtunepimp/files/patch-plugins_mp3_id3_2_3_meta.cpp (revision 257682) @@ -0,0 +1,10 @@ +--- plugins/mp3/id3_2_3_meta.cpp.orig 2010-06-07 10:50:49.216186011 +0300 ++++ plugins/mp3/id3_2_3_meta.cpp 2010-06-07 10:51:05.523284779 +0300 +@@ -26,6 +26,7 @@ + ----------------------------------------------------------------------------*/ + + #include ++#include + #include + #include + #include Property changes on: head/audio/libtunepimp/files/patch-plugins_mp3_id3_2_3_meta.cpp ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/audio/libtunepimp/files/patch-plugins_mp3_id3_meta.cpp =================================================================== --- head/audio/libtunepimp/files/patch-plugins_mp3_id3_meta.cpp (nonexistent) +++ head/audio/libtunepimp/files/patch-plugins_mp3_id3_meta.cpp (revision 257682) @@ -0,0 +1,10 @@ +--- plugins/mp3/id3_meta.cpp.orig 2010-06-07 10:50:19.617800314 +0300 ++++ plugins/mp3/id3_meta.cpp 2010-06-07 10:50:31.369156541 +0300 +@@ -26,6 +26,7 @@ + ----------------------------------------------------------------------------*/ + + #include ++#include + #include + #include + #include Property changes on: head/audio/libtunepimp/files/patch-plugins_mp3_id3_meta.cpp ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/audio/libtunepimp/files/patch-plugins_wma_wma.cpp =================================================================== --- head/audio/libtunepimp/files/patch-plugins_wma_wma.cpp (nonexistent) +++ head/audio/libtunepimp/files/patch-plugins_wma_wma.cpp (revision 257682) @@ -0,0 +1,10 @@ +--- plugins/wma/wma.cpp.orig 2010-06-07 10:48:29.988820849 +0300 ++++ plugins/wma/wma.cpp 2010-06-07 10:48:44.871996634 +0300 +@@ -27,6 +27,7 @@ + + #include + #include ++#include + #include + #include "metadata.h" + #include "plugin.h" Property changes on: head/audio/libtunepimp/files/patch-plugins_wma_wma.cpp ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/audio/libtunepimp/files/patch-plugins_wma_wmafile.cpp =================================================================== --- head/audio/libtunepimp/files/patch-plugins_wma_wmafile.cpp (nonexistent) +++ head/audio/libtunepimp/files/patch-plugins_wma_wmafile.cpp (revision 257682) @@ -0,0 +1,10 @@ +--- plugins/wma/wmafile.cpp.orig 2010-06-07 10:49:09.287654896 +0300 ++++ plugins/wma/wmafile.cpp 2010-06-07 10:49:27.385665056 +0300 +@@ -19,6 +19,7 @@ + * USA * + ***************************************************************************/ + ++#include + #include + #include + #include Property changes on: head/audio/libtunepimp/files/patch-plugins_wma_wmafile.cpp ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property