[86598] trunk/dports/java/mecab-java/Portfile

Ryan Schmidt ryandesign at macports.org
Sat Oct 29 04:37:41 PDT 2011


On Oct 29, 2011, at 05:36, hum at macports.org wrote:

> Revision: 86598
>          http://trac.macports.org/changeset/86598
> Author:   hum at macports.org
> Date:     2011-10-29 03:36:55 -0700 (Sat, 29 Oct 2011)
> Log Message:
> -----------
> mecab-java: rename camel case filename to lower case.
> 
> Modified Paths:
> --------------
>    trunk/dports/java/mecab-java/Portfile
> 
> Modified: trunk/dports/java/mecab-java/Portfile
> ===================================================================
> --- trunk/dports/java/mecab-java/Portfile	2011-10-29 07:31:36 UTC (rev 86597)
> +++ trunk/dports/java/mecab-java/Portfile	2011-10-29 10:36:55 UTC (rev 86598)
> @@ -5,6 +5,7 @@
> 
> name                mecab-java
> version             0.98
> +revision            1
> epoch               1
> categories          java textproc japanese
> platforms           darwin
> @@ -27,6 +28,8 @@
> 
> post-patch {
>     reinplace "s|@java_library_path@|${prefix}/lib|g" ${worksrcpath}/test.java
> +    move ${worksrcpath}/MeCab_wrap.cxx  ${worksrcpath}/mecab_wrap0.cxx
> +    move ${worksrcpath}/MeCab_wrap0.cxx ${worksrcpath}/mecab_wrap.cxx
> }

Actually I had already committed a fix for the case-sensitive filesystem build failure, in r86594 (at least I think I fixed it; the buildbot completed anyway). But your revision has unfixed it again....




More information about the macports-dev mailing list