From 44334665e7ea632256494f22e1fb0b1f12670868 Mon Sep 17 00:00:00 2001 From: Anders Rune Jensen Date: Mon, 14 Nov 2005 21:01:46 +0000 Subject: fix bug Package-Manager: portage-2.0.53_rc7 --- app-text/aspell/ChangeLog | 5 ++++- app-text/aspell/Manifest | 5 +++-- app-text/aspell/aspell-0.60.4.ebuild | 3 ++- app-text/aspell/files/aspell-0.60.4-gcc-4.1-fix.patch | 12 ++++++++++++ 4 files changed, 21 insertions(+), 4 deletions(-) create mode 100644 app-text/aspell/files/aspell-0.60.4-gcc-4.1-fix.patch (limited to 'app-text') diff --git a/app-text/aspell/ChangeLog b/app-text/aspell/ChangeLog index 66ae9e4afd6a..0d02faaaa06d 100644 --- a/app-text/aspell/ChangeLog +++ b/app-text/aspell/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for app-text/aspell # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/ChangeLog,v 1.74 2005/11/09 21:31:36 arj Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/ChangeLog,v 1.75 2005/11/14 21:01:46 arj Exp $ + 14 Nov 2005; Anders Rune Jensen aspell-0.60.4.ebuild: + Fix #112373. + *aspell-0.60.4 (09 Nov 2005) 09 Nov 2005; Anders Rune Jensen +aspell-0.60.4.ebuild, diff --git a/app-text/aspell/Manifest b/app-text/aspell/Manifest index 70b0c8387192..4659f6706c6d 100644 --- a/app-text/aspell/Manifest +++ b/app-text/aspell/Manifest @@ -1,11 +1,12 @@ -MD5 9a1d28d00ca389f3a0116ca517fc2d3a ChangeLog 11863 +MD5 a334e716addfdff637c7eb46b84716e4 ChangeLog 11953 MD5 d40ff6a488da2fdffb038f21cea2aedf aspell-0.50.5-r4.ebuild 1888 MD5 7ad2996cc3d4ce2e8d3f49666be41a9e aspell-0.60.3.ebuild 1809 -MD5 d23761e9f3793ad77ae30b64580106df aspell-0.60.4.ebuild 1814 +MD5 9d0aefcd7b8ee71e0eb95023635390b5 aspell-0.60.4.ebuild 1866 MD5 4fa550930c5e5fb38177ac9f77619891 files/01-gcc3.3-assert.patch 309 MD5 f956a4b48687a0823d0d5d7608b567e9 files/02-gcc3.3-constcast.patch 453 MD5 d2091b79a60b395e1ce3c496b7e3d45a files/aspell-0.50.5-charcount.patch 2264 MD5 fb277ca79b2dcd2aa6a842c8b8ad59e4 files/aspell-0.60.3-templateinstantiations.patch 274 +MD5 1330ba856f163b4140b57109f0b763d8 files/aspell-0.60.4-gcc-4.1-fix.patch 429 MD5 02560c627d075d243720f1067bf45bcf files/aspell-buffer-fix.patch 1556 MD5 ec7c300a1661ae94b55736f74a045bab files/aspell-quotechar-fix.patch 473 MD5 1b5d84b6b88a3dfe388ad2e4b1f48155 files/digest-aspell-0.50.5-r4 66 diff --git a/app-text/aspell/aspell-0.60.4.ebuild b/app-text/aspell/aspell-0.60.4.ebuild index 4d6a4b786b0a..7c7cae218d7b 100644 --- a/app-text/aspell/aspell-0.60.4.ebuild +++ b/app-text/aspell/aspell-0.60.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.60.4.ebuild,v 1.1 2005/11/09 21:31:36 arj Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.60.4.ebuild,v 1.2 2005/11/14 21:01:46 arj Exp $ inherit libtool eutils flag-o-matic @@ -19,6 +19,7 @@ DEPEND=">=sys-libs/ncurses-5.2 src_unpack() { unpack ${A}; cd ${S} epatch ${FILESDIR}/aspell-0.60.3-templateinstantiations.patch + epatch ${FILESDIR}/aspell-0.60.4-gcc-4.1-fix.patch } src_compile() { diff --git a/app-text/aspell/files/aspell-0.60.4-gcc-4.1-fix.patch b/app-text/aspell/files/aspell-0.60.4-gcc-4.1-fix.patch new file mode 100644 index 000000000000..04e650965b7e --- /dev/null +++ b/app-text/aspell/files/aspell-0.60.4-gcc-4.1-fix.patch @@ -0,0 +1,12 @@ +diff -ur aspell-0.60.4-orig/modules/filter/nroff.cpp aspell-0.60.4/modules/filter/nroff.cpp +--- aspell-0.60.4-orig/modules/filter/nroff.cpp 2005-11-13 01:37:37.000000000 -0500 ++++ aspell-0.60.4/modules/filter/nroff.cpp 2005-11-13 01:38:16.000000000 -0500 +@@ -73,7 +73,7 @@ + return false; + } + +- bool NroffFilter::process_char (FilterChar::Chr c); ++ bool process_char (FilterChar::Chr c); + + public: + -- cgit v1.2.3-65-gdbad