head 1.5; access; symbols pkgsrc-2013Q4:1.2.0.10 pkgsrc-2013Q4-base:1.2 pkgsrc-2013Q3:1.2.0.8 pkgsrc-2013Q3-base:1.2 pkgsrc-2013Q2:1.2.0.6 pkgsrc-2013Q2-base:1.2 pkgsrc-2013Q1:1.2.0.4 pkgsrc-2013Q1-base:1.2 pkgsrc-2012Q4:1.2.0.2 pkgsrc-2012Q4-base:1.2 pkgsrc-2012Q3:1.1.0.6 pkgsrc-2012Q3-base:1.1 pkgsrc-2012Q2:1.1.0.4 pkgsrc-2012Q2-base:1.1 pkgsrc-2012Q1:1.1.0.2 pkgsrc-2012Q1-base:1.1; locks; strict; comment @// @; 1.5 date 2014.01.04.22.57.19; author wiz; state dead; branches; next 1.4; commitid BiVp7VJLpNbyWQjx; 1.4 date 2014.01.04.15.11.43; author wiz; state Exp; branches; next 1.3; commitid Xk0f7bTuMckSmOjx; 1.3 date 2014.01.02.22.18.37; author wiz; state Exp; branches; next 1.2; commitid oMZn74Yop6WeNAjx; 1.2 date 2012.12.15.11.10.38; author marino; state Exp; branches; next 1.1; 1.1 date 2012.01.11.19.25.08; author hans; state Exp; branches; next ; desc @@ 1.5 log @Remove an unneeded patch, and change a patch so it matches what was committed upstream. @ text @$NetBSD: patch-src_Helpers.cpp,v 1.4 2014/01/04 15:11:43 wiz Exp $ http://sourceforge.net/p/mp3diags/code/279/ --- src/Helpers.cpp.orig 2011-09-10 17:51:46.000000000 +0000 +++ src/Helpers.cpp @@@@ -20,6 +20,7 @@@@ ***************************************************************************/ +#include #include #include "fstream_unicode.h" #include @ 1.4 log @Add upstream SVN commit revision. @ text @d1 1 a1 1 $NetBSD: patch-src_Helpers.cpp,v 1.3 2014/01/02 22:18:37 wiz Exp $ @ 1.3 log @Remove unnecessary chunk (after communication with upstream). This is C++, so "struct" is not necessary. @ text @d1 3 a3 1 $NetBSD: patch-src_Helpers.cpp,v 1.2 2012/12/15 11:10:38 marino Exp $ @ 1.2 log @audio/mp3diags: Fix out-of-scope errors getpid and clearPtrContainer were out-of-scope. Add unistd.h and pearl namespace to fix (seen on gcc 4.6+) @ text @d1 1 a1 1 $NetBSD$ a12 9 @@@@ -914,7 +915,7 @@@@ QString getSystemInfo() //ttt2 perhaps s filters << "*-release" << "*_version"; dir.setNameFilters(filters); QStringList lFiles (dir.entryList(QDir::Files)); - utsname utsInfo; + struct utsname utsInfo; uname(&utsInfo); s += utsInfo.sysname; s += " "; s += utsInfo.release; s += " "; @ 1.1 log @Fix build on SunOS. @ text @d3 11 a13 3 --- src/Helpers.cpp.orig 2011-09-10 19:51:46.000000000 +0200 +++ src/Helpers.cpp 2012-01-02 11:31:20.777472032 +0100 @@@@ -914,7 +914,7 @@@@ QString getSystemInfo() //ttt2 perhaps s @