pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/aspell Add patch from Matthew Luckie in PR 29...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f8dc14b91335
branches:  trunk
changeset: 489412:f8dc14b91335
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Feb 20 23:06:17 2005 +0000

description:
Add patch from Matthew Luckie in PR 29297 to make this compile on 1.6.1.
Will be in next aspell release.

diffstat:

 textproc/aspell/distinfo         |   3 ++-
 textproc/aspell/patches/patch-aa |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r 9d7e159219cb -r f8dc14b91335 textproc/aspell/distinfo
--- a/textproc/aspell/distinfo  Sun Feb 20 23:05:54 2005 +0000
+++ b/textproc/aspell/distinfo  Sun Feb 20 23:06:17 2005 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.11 2004/12/24 02:55:53 wiz Exp $
+$NetBSD: distinfo,v 1.12 2005/02/20 23:06:17 wiz Exp $
 
 SHA1 (aspell-0.60.2.tar.gz) = 2429ceeddc5ad68e11aaca404d1eaa2e4997bef1
 Size (aspell-0.60.2.tar.gz) = 1577570 bytes
+SHA1 (patch-aa) = d6446a8ec87ffb6cb76d59927b407c97716bf771
 SHA1 (patch-ac) = 659fac33603b1b56c4c8149c7d8e94811e22f4b6
 SHA1 (patch-ag) = 04b34f2b780a632a5045120ae408ceea591a66de
diff -r 9d7e159219cb -r f8dc14b91335 textproc/aspell/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/aspell/patches/patch-aa  Sun Feb 20 23:06:17 2005 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.7 2005/02/20 23:06:17 wiz Exp $
+
+--- modules/filter/nroff.cpp.orig      Mon Feb  7 18:18:29 2005
++++ modules/filter/nroff.cpp   Mon Feb  7 18:18:42 2005
+@@ -73,7 +73,7 @@
+       return false;
+     }
+     
+-    bool inline NroffFilter::process_char (FilterChar::Chr c);
++    bool NroffFilter::process_char (FilterChar::Chr c);
+       
+   public:
+ 



Home | Main Index | Thread Index | Old Index