[104188] trunk/dports/textproc/kytea

hum at macports.org hum at macports.org
Wed Mar 20 05:38:06 PDT 2013


Revision: 104188
          https://trac.macports.org/changeset/104188
Author:   hum at macports.org
Date:     2013-03-20 05:38:06 -0700 (Wed, 20 Mar 2013)
Log Message:
-----------
kytea: add patch-clang.diff and remove compiler.blacklist; see https://lists.macosforge.org/pipermail/macports-dev/2013-March/022350.html.

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

Added Paths:
-----------
    trunk/dports/textproc/kytea/files/
    trunk/dports/textproc/kytea/files/patch-clang.diff

Modified: trunk/dports/textproc/kytea/Portfile
===================================================================
--- trunk/dports/textproc/kytea/Portfile	2013-03-20 11:00:17 UTC (rev 104187)
+++ trunk/dports/textproc/kytea/Portfile	2013-03-20 12:38:06 UTC (rev 104188)
@@ -5,6 +5,7 @@
 
 name                kytea
 version             0.4.4
+revision            1
 categories          textproc japanese
 maintainers         hum openmaintainer
 
@@ -22,7 +23,7 @@
 checksums           rmd160  506618f29e7a76f6f3d5b73616dff522351ad3ee \
                     sha256  98d89f6b55cf2ba4b59f04015f1078440686a86f34e51fe1f36a7ddae80a5159
 
-compiler.blacklist  clang
+patchfiles          patch-clang.diff
 
 post-destroot {
     set docdir ${destroot}${prefix}/share/doc/${name}

Added: trunk/dports/textproc/kytea/files/patch-clang.diff
===================================================================
--- trunk/dports/textproc/kytea/files/patch-clang.diff	                        (rev 0)
+++ trunk/dports/textproc/kytea/files/patch-clang.diff	2013-03-20 12:38:06 UTC (rev 104188)
@@ -0,0 +1,11 @@
+--- src/include/kytea/kytea.h.orig	2013-02-22 00:20:55.000000000 +0900
++++ src/include/kytea/kytea.h	2013-03-20 16:50:11.000000000 +0900
+@@ -19,7 +19,7 @@
+ 
+ // #include <kytea/kytea-model.h>
+ // #include <kytea/kytea-lm.h>
+-// #include <kytea/dictionary.h>
++#include <kytea/dictionary.h>
+ // #include <kytea/feature-io.h>
+ // #include <kytea/feature-lookup.h>
+ #include <kytea/kytea-config.h>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130320/1d074b21/attachment.html>


More information about the macports-changes mailing list