summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-02-20 23:06:17 +0000
committerwiz <wiz@pkgsrc.org>2005-02-20 23:06:17 +0000
commit8e8e633014962c6bf7ce5dc269ea9802b8581960 (patch)
tree6bd505e32c785d43402a18b9257098c323d8a447 /textproc
parent5f059983d541c2098bb3d720cda70d5ae2bf2c47 (diff)
downloadpkgsrc-8e8e633014962c6bf7ce5dc269ea9802b8581960.tar.gz
Add patch from Matthew Luckie in PR 29297 to make this compile on 1.6.1.
Will be in next aspell release.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/aspell/distinfo3
-rw-r--r--textproc/aspell/patches/patch-aa13
2 files changed, 15 insertions, 1 deletions
diff --git a/textproc/aspell/distinfo b/textproc/aspell/distinfo
index 13f6a95067c..0fb740cf32c 100644
--- a/textproc/aspell/distinfo
+++ b/textproc/aspell/distinfo
@@ -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 --git a/textproc/aspell/patches/patch-aa b/textproc/aspell/patches/patch-aa
new file mode 100644
index 00000000000..1faa552f50c
--- /dev/null
+++ b/textproc/aspell/patches/patch-aa
@@ -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:
+