[37777] trunk/dports/textproc/aspell

jochen at macports.org jochen at macports.org
Sun Jun 22 14:29:49 PDT 2008


Revision: 37777
          http://trac.macosforge.org/projects/macports/changeset/37777
Author:   jochen at macports.org
Date:     2008-06-22 14:29:49 -0700 (Sun, 22 Jun 2008)
Log Message:
-----------
Fix Tickets #15436 and #15688
Patch from Kevin Atkinson (aspell author) via Thierry Thomas (FreeBSD maintainer)

Modified Paths:
--------------
    trunk/dports/textproc/aspell/Portfile

Added Paths:
-----------
    trunk/dports/textproc/aspell/files/
    trunk/dports/textproc/aspell/files/patch-mk-static-filter.pl.diff

Modified: trunk/dports/textproc/aspell/Portfile
===================================================================
--- trunk/dports/textproc/aspell/Portfile	2008-06-22 20:51:08 UTC (rev 37776)
+++ trunk/dports/textproc/aspell/Portfile	2008-06-22 21:29:49 UTC (rev 37777)
@@ -5,6 +5,7 @@
 
 name		        	aspell
 version		            0.60.6
+revision                1
 categories	            textproc
 maintainers	            openmaintainer jochen
 description	            Spell checker with better logic than ispell
@@ -23,6 +24,8 @@
 
 depends_build           port:texinfo
 
+patchfiles              patch-mk-static-filter.pl.diff
+
 configure.env	        LIBS="-L${prefix}/lib"
 configure.cflags-append "-I${prefix}/include"
 configure.args	        --enable-dict-dir="${prefix}/share/aspell" \

Added: trunk/dports/textproc/aspell/files/patch-mk-static-filter.pl.diff
===================================================================
--- trunk/dports/textproc/aspell/files/patch-mk-static-filter.pl.diff	                        (rev 0)
+++ trunk/dports/textproc/aspell/files/patch-mk-static-filter.pl.diff	2008-06-22 21:29:49 UTC (rev 37777)
@@ -0,0 +1,11 @@
+--- gen/mk-static-filter.pl.orig	2007-12-03 07:43:09.000000000 +0100
++++ gen/mk-static-filter.pl	2008-04-18 22:34:26.000000000 +0200
+@@ -159,7 +159,7 @@
+   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 {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080622/2ad588b3/attachment.htm 


More information about the macports-changes mailing list