Changeset 98196


Ignore:
Timestamp:
Sep 28, 2012, 1:08:03 PM (12 years ago)
Author:
hum@…
Message:

jdepp: update to 2012-09-26; modify dependency to KNBC.

Location:
trunk/dports/textproc/jdepp
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/textproc/jdepp/Portfile

    r97976 r98196  
    55
    66name                jdepp
    7 version             2012-09-11
     7version             2012-09-26
    88categories          textproc japanese
    99maintainers         hum openmaintainer
     
    2323
    2424master_sites        ${homepage}
    25 checksums           rmd160  2630ed40d383876d10ecd972d1e8dabe1de6ca04 \
    26                     sha256  3a0362d5235c524427ae846e02ebbfca79328fb461f4ffa09aff8d285120623c
     25checksums           rmd160  af9fd05f305824087df44a4911da4c38a0c6523c \
     26                    sha256  9b6c652c604a6f39a40e7a88a899b4b4de9f1614502e1d6d85edaac06cf28037
    2727
    2828patchfiles          patch-configure.diff
     
    3434
    3535variant knbc conflicts kyoto description {Train a parser wht KNBC (Kyoto-University and NTT Blog Corpus)} {
    36     depends_lib-append    port:KNBC
     36    depends_build-append  port:KNBC
    3737
    3838    configure.args-append --with-corpus=knbc
  • trunk/dports/textproc/jdepp/files/patch-configure.diff

    r97975 r98196  
    1 --- configure.orig      2012-09-17 20:50:30.000000000 +0900
    2 +++ configure   2012-09-19 22:05:40.000000000 +0900
    3 @@ -5626,7 +5626,7 @@
     1--- configure.orig      2012-09-26 22:51:10.000000000 +0900
     2+++ configure   2012-09-28 00:21:04.000000000 +0900
     3@@ -5625,7 +5625,7 @@
     4 
    45 $as_echo "#define USE_MECAB 1" >>confdefs.h
    5  
    66 
    77-    MECAB_DICT=`$MECAB_CONFIG --dicdir`/`echo $DICT_ID | tr "A-Z" "a-z"`dic
    88+    MECAB_DICT=`$MECAB_CONFIG --dicdir`/`echo $DICT_ID | tr "A-Z" "a-z"`dic-utf8
    9      JDEPP_CPPFLAGS="-DMECAB_DICT=\\\"$MECAB_DICT\\\""
    109     if ! test -e $MECAB_DICT; then :
    1110   as_fn_error $? "\"${MECAB_DICT}\" not found" "$LINENO" 5
    12 @@ -5704,7 +5704,7 @@
     11 fi
     12@@ -5702,7 +5702,7 @@
    1313 
    1414 $as_echo "#define USE_AS_STANDALONE 1" >>confdefs.h
Note: See TracChangeset for help on using the changeset viewer.