diff options
author | jschauma <jschauma@pkgsrc.org> | 2002-06-29 23:51:30 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2002-06-29 23:51:30 +0000 |
commit | 1a5beb166dd944199c51577fa69cf8cb46216d2f (patch) | |
tree | 326a1d6bb4dc9cc689ca008ab67710a5d2775474 | |
parent | 900082506d667a219cb89fea7e1e75e73484c3ef (diff) | |
download | pkgsrc-1a5beb166dd944199c51577fa69cf8cb46216d2f.tar.gz |
According to http://www.kdstevens.com/~stevens/ispell-faq.html#bslash:
ispell 3.1.2- contains an irritating bug when using latex that causes all
sorts of problems the backslash is used. [...]
The patch provided fixes these problems.
This problem was noted and patches to the Makefile were supplied by
Marko Schuetz (MarkoSchuetz at web dot de) in PR pkg/17418 - thanks!
This closes PR# pkg/17418.
-rw-r--r-- | textproc/ispell-base/Makefile | 5 | ||||
-rw-r--r-- | textproc/ispell-base/distinfo | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/textproc/ispell-base/Makefile b/textproc/ispell-base/Makefile index 9b7f0493e25..c2b91f2f671 100644 --- a/textproc/ispell-base/Makefile +++ b/textproc/ispell-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2002/02/18 15:14:43 seb Exp $ +# $NetBSD: Makefile,v 1.7 2002/06/29 23:51:30 jschauma Exp $ # DISTNAME= ispell-3.1.20 @@ -7,6 +7,9 @@ PKGREVISION= 1 CATEGORIES= textproc MASTER_SITES= ftp://ftp.cs.ucla.edu/pub/ispell-3.1/ +PATCH_SITES= ftp://kdstevens.com/pub/stevens/ +PATCHFILES= ispell-patch1.gz + MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/software/ispell/ispell.html COMMENT= Interactive spelling checker diff --git a/textproc/ispell-base/distinfo b/textproc/ispell-base/distinfo index 6c2a25ff498..3aa5fc60d7e 100644 --- a/textproc/ispell-base/distinfo +++ b/textproc/ispell-base/distinfo @@ -1,7 +1,9 @@ -$NetBSD: distinfo,v 1.3 2002/02/18 15:14:43 seb Exp $ +$NetBSD: distinfo,v 1.4 2002/06/29 23:51:30 jschauma Exp $ SHA1 (ispell-3.1.20.tar.gz) = f8f849a3868ef3d88c1ba6fe5b49505f75de786e Size (ispell-3.1.20.tar.gz) = 677987 bytes +SHA1 (ispell-patch1.gz) = 61d7237cdbb8af1f2cb1f673e1c06aea0669089b +Size (ispell-patch1.gz) = 1110 bytes SHA1 (patch-aa) = cf8e0863e62103526d75ba5f0f25c760d4ee8e32 SHA1 (patch-ab) = f67725f76e3fe9136381e55e3aab37ef8b729cf7 SHA1 (patch-ac) = 05b7f88754819faf2e282221ce1c2fcc446f0b36 |