[45931] trunk/dports/textproc/hunspell

jmr at macports.org jmr at macports.org
Sun Jan 25 11:36:40 PST 2009


Revision: 45931
          http://trac.macports.org/changeset/45931
Author:   jmr at macports.org
Date:     2009-01-25 11:36:39 -0800 (Sun, 25 Jan 2009)
Log Message:
-----------
hunspell: update to 1.2.8. Fixes #18170.

Modified Paths:
--------------
    trunk/dports/textproc/hunspell/Portfile
    trunk/dports/textproc/hunspell/files/patch-hunspell.cxx.diff

Modified: trunk/dports/textproc/hunspell/Portfile
===================================================================
--- trunk/dports/textproc/hunspell/Portfile	2009-01-25 19:05:41 UTC (rev 45930)
+++ trunk/dports/textproc/hunspell/Portfile	2009-01-25 19:36:39 UTC (rev 45931)
@@ -4,8 +4,7 @@
 PortSystem 1.0
 
 name                        hunspell
-version                     1.2.2
-revision                    2
+version                     1.2.8
 categories                  textproc
 maintainers                 nomaintainer
 description                 Spell checker and morphological analyzer
@@ -19,21 +18,17 @@
 
 master_sites                sourceforge
 
-checksums                   md5 e8cde1130894dcd3f732248db945d0c0 \
-                            sha1  521063ff64b2182e92e92f5355ae2cf396f39420 \
-                            rmd160 110c428f2b6734afefb8865dc3d63a4492594552
+checksums                   md5 1177af54a09e320d2c24015f29c3a93e \
+                            sha1  eaa76f82fcf08678e49f7a30afdaa268bcc75235 \
+                            rmd160 e4fd39e5fadf96da1311f2aa7163ec17eacf0f83
 
 depends_lib                 port:gettext port:ncurses port:readline
 
 patchfiles                  patch-hunspell.cxx.diff \
                             patch-hunspell-renameexes.diff
 
-pre-configure {
-    system "cd ${worksrcpath} && autoreconf"
-}
-
-configure.cflags-append     -DLIBDIR=\\"$prefix/share/hunspell:/usr/share/myspell\\"
-configure.cxxflags-append   -DLIBDIR=\\"$prefix/share/hunspell:/usr/share/myspell\\"
+configure.cflags-append     -DLIBDIR=\\"${prefix}/share/hunspell:/usr/share/myspell:/usr/share/myspell/dicts\\"
+configure.cxxflags-append   -DLIBDIR=\\"${prefix}/share/hunspell:/usr/share/myspell:/usr/share/myspell/dicts\\"
 configure.args              --with-ui --with-readline
 
 use_parallel_build          yes

Modified: trunk/dports/textproc/hunspell/files/patch-hunspell.cxx.diff
===================================================================
--- trunk/dports/textproc/hunspell/files/patch-hunspell.cxx.diff	2009-01-25 19:05:41 UTC (rev 45930)
+++ trunk/dports/textproc/hunspell/files/patch-hunspell.cxx.diff	2009-01-25 19:36:39 UTC (rev 45931)
@@ -1,12 +1,13 @@
 --- src/tools/hunspell.cxx.orig	2008-05-15 16:14:48.000000000 +0200
 +++ src/tools/hunspell.cxx	2008-05-15 16:15:40.000000000 +0200
-@@ -62,9 +62,6 @@
+@@ -62,10 +62,6 @@
  #include "manparser.hxx"
  #include "firstparser.hxx"
  
 -#define LIBDIR \
 -    "/usr/share/hunspell:" \
--    "/usr/share/myspell"
+-    "/usr/share/myspell:" \
+-    "/usr/share/myspell/dicts"
  #define USEROOODIR \
      ".openoffice.org2/user/wordbook:" \
      ".openoffice.org2.0/user/wordbook"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090125/94373319/attachment-0001.html>


More information about the macports-changes mailing list