From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1KCjeV-0007OD-10 for garchives@archives.gentoo.org; Sat, 28 Jun 2008 23:16:19 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 912EDE02B2; Sat, 28 Jun 2008 23:16:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4881EE02B2 for ; Sat, 28 Jun 2008 23:16:18 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id D71DE66EF4 for ; Sat, 28 Jun 2008 23:16:17 +0000 (UTC) Received: from loki_val by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1KCjeP-0000qR-PP for gentoo-commits@lists.gentoo.org; Sat, 28 Jun 2008 23:16:13 +0000 From: "Peter Alfredsen (loki_val)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, loki_val@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-doc/doc++/files: doc++-3.4.10-flex.patch doc++-3.4.10-gcc43.patch flex.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: doc++-3.4.10-flex.patch doc++-3.4.10-gcc43.patch flex.patch X-VCS-Directories: app-doc/doc++/files X-VCS-Committer: loki_val X-VCS-Committer-Name: Peter Alfredsen Content-Type: text/plain; charset=utf8 Message-Id: Sender: Peter Alfredsen Date: Sat, 28 Jun 2008 23:16:13 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: f9b1e395-add4-4a97-baa9-cde37a4fe67c X-Archives-Hash: 20e293f907514ed492d61991a92e0821 loki_val 08/06/28 23:16:13 Added: doc++-3.4.10-flex.patch doc++-3.4.10-gcc43.patch Removed: flex.patch Log: Fix gcc-4.3, bug #227067. Clean old. (Portage version: 2.2_rc1/cvs/Linux 2.6.25.8 i686) Revision Changes Path 1.1 app-doc/doc++/files/doc++-3.4.10-flex.patch file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/doc++/file= s/doc++-3.4.10-flex.patch?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/doc++/file= s/doc++-3.4.10-flex.patch?rev=3D1.1&content-type=3Dtext/plain Index: doc++-3.4.10-flex.patch =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- doc++-3.4.10/src/docify.ll 2001-03-08 08:36:20.000000000 +0000 +++ doc++-3.4.10-patched/src/docify.ll 2004-01-13 22:12:27.000000000 +000= 0 @@ -314,7 +314,7 @@ { if(argv[1][0] =3D=3D '-') { - fprintf(stderr, "Usage: docify [infile [outfile]]\n"); + fprintf(stderr, "Usage: docify [ infile [ outfile ] ]\n"); return 0; } ain =3D fopen(argv[1], "r"); 1.1 app-doc/doc++/files/doc++-3.4.10-gcc43.patch file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/doc++/file= s/doc++-3.4.10-gcc43.patch?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/doc++/file= s/doc++-3.4.10-gcc43.patch?rev=3D1.1&content-type=3Dtext/plain Index: doc++-3.4.10-gcc43.patch =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- doc++-3.4.10.orig/src/main.cc +++ doc++-3.4.10/src/main.cc @@ -25,7 +25,7 @@ #include "config.h" =20 #include -#include +#include #include #include #include @@ -38,6 +38,8 @@ =20 #define GIF_FILE_NAME "gifs.db" =20 +using namespace std; + FILE *out; char language; Entry *root; only in patch2: unchanged: --- doc++-3.4.10.orig/src/nametable.h +++ doc++-3.4.10/src/nametable.h @@ -25,7 +25,9 @@ #define _NAME_TABLE_H =20 #include -#include +#include + +using namespace std; =20 #include "datahashtable.h" =20 only in patch2: unchanged: --- doc++-3.4.10.orig/src/doc2tex.ll +++ doc++-3.4.10/src/doc2tex.ll @@ -23,13 +23,15 @@ =20 %{ #include -#include -#include +#include +#include #include #include #include #include =20 +using namespace std; + #include "classgraph.h" #include "doc.h" =20 only in patch2: unchanged: --- doc++-3.4.10.orig/src/java.ll +++ doc++-3.4.10/src/java.ll @@ -26,7 +26,7 @@ =20 #include #include -#include +#include #include =20 #include "doc.h" only in patch2: unchanged: --- doc++-3.4.10.orig/src/html.cc +++ doc++-3.4.10/src/html.cc @@ -31,7 +31,7 @@ #include #endif #include -#include +#include #include #include #include only in patch2: unchanged: --- doc++-3.4.10.orig/src/comment.ll +++ doc++-3.4.10/src/comment.ll @@ -24,7 +24,7 @@ =20 #include #include -#include +#include #include #include =20 only in patch2: unchanged: --- doc++-3.4.10.orig/src/tex2gif.cc +++ doc++-3.4.10/src/tex2gif.cc @@ -21,8 +21,8 @@ Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ =20 -#include -#include +#include +#include #include #include =20 @@ -38,6 +38,8 @@ #include "nametable.h" #include "tex2gif.h" =20 +using namespace std; + void _system(const char *b) { #ifdef DEBUG only in patch2: unchanged: --- doc++-3.4.10.orig/src/cpp.ll +++ doc++-3.4.10/src/cpp.ll @@ -26,7 +26,7 @@ =20 #include #include -#include +#include #include #include =20 only in patch2: unchanged: --- doc++-3.4.10.orig/src/doc.ll +++ doc++-3.4.10/src/doc.ll @@ -23,8 +23,8 @@ =20 %{ #include -#include -#include +#include +#include #include #include #include only in patch2: unchanged: --- doc++-3.4.10.orig/src/nametable.cc +++ doc++-3.4.10/src/nametable.cc @@ -22,7 +22,7 @@ */ =20 #include -#include +#include #include #include =20 only in patch2: unchanged: --- doc++-3.4.10.orig/src/datahashtable.h +++ doc++-3.4.10/src/datahashtable.h @@ -26,9 +26,11 @@ #define _DATAHASHTABLE_H =20 #include -#include +#include #include =20 +using namespace std; + #include "McDArray.h" =20 /* This should be a private subclass of #DataHashTable#. However, since = cfront only in patch2: unchanged: --- doc++-3.4.10.orig/src/equate.cc +++ doc++-3.4.10/src/equate.cc @@ -23,9 +23,9 @@ =20 #include "config.h" =20 -#include +#include #include -#include +#include #include #include =20 only in patch2: unchanged: --- doc++-3.4.10.orig/src/doc2dbsgml.ll +++ doc++-3.4.10/src/doc2dbsgml.ll @@ -22,12 +22,14 @@ =20 %{ #include -#include -#include +#include +#include #include #include #include =20 +using namespace std; + #include "classgraph.h" #include "doc.h" =20 only in patch2: unchanged: --- doc++-3.4.10.orig/src/doc2dbxml.ll +++ doc++-3.4.10/src/doc2dbxml.ll @@ -25,12 +25,14 @@ =20 %{ #include -#include -#include +#include +#include #include #include #include =20 +using namespace std; + #include "classgraph.h" #include "doc.h" =20 only in patch2: unchanged: --- doc++-3.4.10.orig/src/php.ll +++ doc++-3.4.10/src/php.ll @@ -23,7 +23,7 @@ %{ #include #include -#include +#include #include =20 #include "doc.h" --=20 gentoo-commits@lists.gentoo.org mailing list