head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.26 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.24 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.22 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.20 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.18 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.2.0.16 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.14 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.12 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.10 pkgsrc-2008Q2-base:1.2 pkgsrc-2008Q1:1.2.0.8 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.6 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.4 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.2 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.1.0.2 pkgsrc-2007Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2007.05.23.13.53.00; author markd; state dead; branches; next 1.1; 1.1 date 2007.03.24.14.01.30; author markd; state Exp; branches; next ; desc @@ 1.2 log @Update kdevelop to 3.4.1 (part of KDE 3.5.7) @ text @$NetBSD: patch-bg,v 1.1 2007/03/24 14:01:30 markd Exp $ --- buildtools/lib/parsers/qmake/qmakedriver.h.orig 2007-01-26 04:42:02.000000000 +1300 +++ buildtools/lib/parsers/qmake/qmakedriver.h @@@@ -20,10 +20,8 @@@@ #ifndef QMAKEQMAKEDRIVER_H #define QMAKEQMAKEDRIVER_H -#include "qmakeast.h" - -#include -#include +class QString; +class KURL; namespace QMake { @@@@ -45,26 +43,11 @@@@ public: initialize it on its own. @@return The result of parsing. Result is 0 on success and <> 0 on failure. */ - static int parseFile(const char *fileName, ProjectAST **ast); - static int parseFile(QString fileName, ProjectAST **ast); - static int parseFile(KURL fileName, ProjectAST **ast); - static int parseString(const char* string, ProjectAST **ast); - -/* template - static void walkAST(Op &op, const ProjectAST *ast) - { -// op(ast); - for (QValueList::const_iterator it = ast->statements.constBegin(); - it != ast->statements.constEnd(); ++it) - { - const AST *child = *it; - if (child->nodeType() == AST::ProjectAST) - walkAST(op, static_cast(child)); - else - op(child); - } - } -*/ + static int parseFile(const char *fileName, ProjectAST **ast, int debug); + static int parseFile(QString fileName, ProjectAST **ast, int debug); + static int parseFile(KURL fileName, ProjectAST **ast, int debug); + static int parseString(const char* string, ProjectAST **ast, int debug); + }; } @ 1.1 log @Update kdevelop-base to 3.4.0 KDevelop 3.4.0 closes more than 500 bugs. There is an impressive list of additional features including improved Qt 4 support, new debugging abilities, more attractive default user interface layout and improvements for C++, Ruby and PHP support. pkg includes post 3.4.0 fixes for a QMake parser bug. @ text @d1 1 a1 1 $NetBSD$ @