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 fixing problem checking html...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d3cbb1ad6c17
branches:  trunk
changeset: 547600:d3cbb1ad6c17
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Sep 22 08:53:13 2008 +0000

description:
Add patch fixing problem checking html files, reported by Chris Ross
and Uwe Klaus on pkgsrc-users; using upstream patch.

Bump PKGREVISION.

diffstat:

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

diffs (46 lines):

diff -r ef2f656aaabc -r d3cbb1ad6c17 textproc/aspell/Makefile
--- a/textproc/aspell/Makefile  Mon Sep 22 08:47:07 2008 +0000
+++ b/textproc/aspell/Makefile  Mon Sep 22 08:53:13 2008 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.56 2008/04/29 11:40:50 wiz Exp $
+# $NetBSD: Makefile,v 1.57 2008/09/22 08:53:13 wiz Exp $
 #
 
 DISTNAME=              aspell-0.60.6
+PKGREVISION=           1
 CATEGORIES=            textproc
 MASTER_SITES=          ${MASTER_SITE_GNU:=aspell/}
 
diff -r ef2f656aaabc -r d3cbb1ad6c17 textproc/aspell/distinfo
--- a/textproc/aspell/distinfo  Mon Sep 22 08:47:07 2008 +0000
+++ b/textproc/aspell/distinfo  Mon Sep 22 08:53:13 2008 +0000
@@ -1,8 +1,9 @@
-$NetBSD: distinfo,v 1.24 2008/04/29 11:40:50 wiz Exp $
+$NetBSD: distinfo,v 1.25 2008/09/22 08:53:14 wiz Exp $
 
 SHA1 (aspell-0.60.6.tar.gz) = 335bcb560e00f59d89ec9e4c4114c325fb0e65f4
 RMD160 (aspell-0.60.6.tar.gz) = 315638cc7cc4ce9d3dc09c7e15faf637855d504e
 Size (aspell-0.60.6.tar.gz) = 1777930 bytes
+SHA1 (patch-aa) = 379c978c9370d2a27ad683af2fba39805f53cbd2
 SHA1 (patch-ab) = 615a676128dab7d79e697f56330c8aaa6c901d3f
 SHA1 (patch-ac) = 8adbd2b330830ba0fb3fc063bee0fac69b0a1f64
 SHA1 (patch-ad) = 5e525ed1e91b3271567f4255729e94159be86f58
diff -r ef2f656aaabc -r d3cbb1ad6c17 textproc/aspell/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/aspell/patches/patch-aa  Mon Sep 22 08:53:13 2008 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.11 2008/09/22 08:53:14 wiz Exp $
+
+http://sourceforge.net/tracker/index.php?func=detail&aid=2016300&group_id=245&atid=100245
+
+--- gen/mk-static-filter.pl.orig       2007-12-03 06:43:09.000000000 +0000
++++ gen/mk-static-filter.pl
+@@ -159,7 +159,7 @@ while ($filter = shift @filterhashes) {
+   printf STATICFILTERS "\n  const KeyInfo * ".${$filter}{"NAME"}."_options_begin = ".
+                                               ${$filter}{"NAME"}."_options;\n";
+   # If structure is empty, set options_end to same as options_begin.
+-  if (%{$filter}) {
++  if ($firstopt) {
+     printf STATICFILTERS "\n  const KeyInfo * ".${$filter}{"NAME"}."_options_end = ".
+                                                 ${$filter}{"NAME"}."_options;\n";
+   } else {



Home | Main Index | Thread Index | Old Index