[78080] trunk/dports/textproc/cabocha
ryandesign at macports.org
ryandesign at macports.org
Fri Apr 22 18:46:01 PDT 2011
Revision: 78080
http://trac.macports.org/changeset/78080
Author: ryandesign at macports.org
Date: 2011-04-22 18:45:58 -0700 (Fri, 22 Apr 2011)
Log Message:
-----------
cabocha: fix build when gzip port is not installed; see #29178
Modified Paths:
--------------
trunk/dports/textproc/cabocha/Portfile
Added Paths:
-----------
trunk/dports/textproc/cabocha/files/patch-model.diff
Modified: trunk/dports/textproc/cabocha/Portfile
===================================================================
--- trunk/dports/textproc/cabocha/Portfile 2011-04-23 00:15:47 UTC (rev 78079)
+++ trunk/dports/textproc/cabocha/Portfile 2011-04-23 01:45:58 UTC (rev 78080)
@@ -23,6 +23,7 @@
rmd160 39b637adc8b882542ecc3b6df34d8f6b99be3e38
patchfiles patch-configure.in.diff \
+ patch-model.diff \
patch-src.diff
depends_lib port:yamcha \
Added: trunk/dports/textproc/cabocha/files/patch-model.diff
===================================================================
--- trunk/dports/textproc/cabocha/files/patch-model.diff (rev 0)
+++ trunk/dports/textproc/cabocha/files/patch-model.diff 2011-04-23 01:45:58 UTC (rev 78080)
@@ -0,0 +1,10 @@
+--- model/Makefile.am.orig 2004-03-28 11:08:07.000000000 +0900
++++ model/Makefile.am 2011-04-20 22:12:13.000000000 +0900
+@@ -9,6 +9,6 @@
+ toeuc = cat
+
+ %.model:
+- zcat $*.txtmodel.gz | $(to$(charset)) > $*.txtmodel
++ gzcat $*.txtmodel.gz | $(to$(charset)) > $*.txtmodel
+ $(YAMCHA_LIBEXEC_DIR)/mkmodel $(MKMODEL_PARAM) $*.txtmodel $*.model
+ rm -f $*.txtmodel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110422/02fe61d2/attachment.html>
More information about the macports-changes
mailing list