diff options
author | Anders Rune Jensen <arj@gentoo.org> | 2005-11-14 21:01:46 +0000 |
---|---|---|
committer | Anders Rune Jensen <arj@gentoo.org> | 2005-11-14 21:01:46 +0000 |
commit | 8885630d49b948b08590e4c59a793e9413edbaf3 (patch) | |
tree | e19b6ed07473b7a2cdad7082c8e0e20ef5e72ee8 /app-text | |
parent | Added dependency on the latest sys-devel/patch because the dssi patch fails w... (diff) | |
download | gentoo-2-8885630d49b948b08590e4c59a793e9413edbaf3.tar.gz gentoo-2-8885630d49b948b08590e4c59a793e9413edbaf3.tar.bz2 gentoo-2-8885630d49b948b08590e4c59a793e9413edbaf3.zip |
fix bug
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/aspell/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/aspell/Manifest | 3 | ||||
-rw-r--r-- | app-text/aspell/aspell-0.60.4.ebuild | 3 | ||||
-rw-r--r-- | app-text/aspell/files/aspell-0.60.4-gcc-4.1-fix.patch | 12 |
4 files changed, 20 insertions, 3 deletions
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 <arj@gentoo.org> aspell-0.60.4.ebuild: + Fix #112373. + *aspell-0.60.4 (09 Nov 2005) 09 Nov 2005; Anders Rune Jensen <arj@gentoo.org> +aspell-0.60.4.ebuild, diff --git a/app-text/aspell/Manifest b/app-text/aspell/Manifest index 70b0c8387192..1772d8cb766f 100644 --- a/app-text/aspell/Manifest +++ b/app-text/aspell/Manifest @@ -1,11 +1,12 @@ MD5 9a1d28d00ca389f3a0116ca517fc2d3a ChangeLog 11863 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 db8e68d635ea80d7189e455c7d57fd54 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: + |