pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/aspell Update to 0.60.6.1:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/22710edb2736
branches:  trunk
changeset: 590514:22710edb2736
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Jul 12 14:06:02 2011 +0000

description:
Update to 0.60.6.1:
    Update to Automake 1.10.3
    Fix a bug which caused a race condition (leading to a likely
    crash) when two threads try to update the dictionary cache at
    the same time.
    Make it very clear that compiling Aspell with NDEBUG is a bad
    idea (see http://aspell.net/ndebug.html) by outputting a warning
    when building with NDEBUG defined.
    Numerous other minor updates and bug fixes.

diffstat:

 textproc/aspell/Makefile         |   5 ++---
 textproc/aspell/PLIST            |   8 +++++++-
 textproc/aspell/distinfo         |   9 ++++-----
 textproc/aspell/patches/patch-aa |  15 ---------------
 4 files changed, 13 insertions(+), 24 deletions(-)

diffs (87 lines):

diff -r f51e69dcbe98 -r 22710edb2736 textproc/aspell/Makefile
--- a/textproc/aspell/Makefile  Tue Jul 12 13:50:17 2011 +0000
+++ b/textproc/aspell/Makefile  Tue Jul 12 14:06:02 2011 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.60 2011/04/22 13:41:59 obache Exp $
+# $NetBSD: Makefile,v 1.61 2011/07/12 14:06:02 wiz Exp $
 #
 
-DISTNAME=              aspell-0.60.6
-PKGREVISION=           3
+DISTNAME=              aspell-0.60.6.1
 CATEGORIES=            textproc
 MASTER_SITES=          ${MASTER_SITE_GNU:=aspell/}
 
diff -r f51e69dcbe98 -r 22710edb2736 textproc/aspell/PLIST
--- a/textproc/aspell/PLIST     Tue Jul 12 13:50:17 2011 +0000
+++ b/textproc/aspell/PLIST     Tue Jul 12 14:06:02 2011 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2009/06/14 18:17:12 joerg Exp $
+@comment $NetBSD: PLIST,v 1.16 2011/07/12 14:06:02 wiz Exp $
 bin/aspell
 bin/aspell-import
 bin/precat
@@ -101,6 +101,7 @@
 share/aspell/standard.kbd
 ${PLIST.filters}share/aspell/tex-filter.info
 ${PLIST.filters}share/aspell/texinfo-filter.info
+share/locale/ast/LC_MESSAGES/aspell.mo
 share/locale/be/LC_MESSAGES/aspell.mo
 share/locale/ca/LC_MESSAGES/aspell.mo
 share/locale/cs/LC_MESSAGES/aspell.mo
@@ -108,10 +109,14 @@
 share/locale/de/LC_MESSAGES/aspell.mo
 share/locale/en_GB/LC_MESSAGES/aspell.mo
 share/locale/es/LC_MESSAGES/aspell.mo
+share/locale/fi/LC_MESSAGES/aspell.mo
 share/locale/fr/LC_MESSAGES/aspell.mo
 share/locale/ga/LC_MESSAGES/aspell.mo
+share/locale/id/LC_MESSAGES/aspell.mo
 share/locale/it/LC_MESSAGES/aspell.mo
+share/locale/ja/LC_MESSAGES/aspell.mo
 share/locale/mn/LC_MESSAGES/aspell.mo
+share/locale/ms/LC_MESSAGES/aspell.mo
 share/locale/nl/LC_MESSAGES/aspell.mo
 share/locale/pt_BR/LC_MESSAGES/aspell.mo
 share/locale/ro/LC_MESSAGES/aspell.mo
@@ -125,3 +130,4 @@
 share/locale/uk/LC_MESSAGES/aspell.mo
 share/locale/vi/LC_MESSAGES/aspell.mo
 share/locale/wa/LC_MESSAGES/aspell.mo
+share/locale/zh_CN/LC_MESSAGES/aspell.mo
diff -r f51e69dcbe98 -r 22710edb2736 textproc/aspell/distinfo
--- a/textproc/aspell/distinfo  Tue Jul 12 13:50:17 2011 +0000
+++ b/textproc/aspell/distinfo  Tue Jul 12 14:06:02 2011 +0000
@@ -1,9 +1,8 @@
-$NetBSD: distinfo,v 1.25 2008/09/22 08:53:14 wiz Exp $
+$NetBSD: distinfo,v 1.26 2011/07/12 14:06:02 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 (aspell-0.60.6.1.tar.gz) = ff1190db8de279f950c242c6f4c5d5cdc2cbdc49
+RMD160 (aspell-0.60.6.1.tar.gz) = 6d4e29228e5c47cd4dbd780a73dbc1d2222e8266
+Size (aspell-0.60.6.1.tar.gz) = 1878163 bytes
 SHA1 (patch-ab) = 615a676128dab7d79e697f56330c8aaa6c901d3f
 SHA1 (patch-ac) = 8adbd2b330830ba0fb3fc063bee0fac69b0a1f64
 SHA1 (patch-ad) = 5e525ed1e91b3271567f4255729e94159be86f58
diff -r f51e69dcbe98 -r 22710edb2736 textproc/aspell/patches/patch-aa
--- a/textproc/aspell/patches/patch-aa  Tue Jul 12 13:50:17 2011 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$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