[85425] users/hum/textproc

hum at macports.org hum at macports.org
Thu Oct 13 09:04:37 PDT 2011


Revision: 85425
          http://trac.macports.org/changeset/85425
Author:   hum at macports.org
Date:     2011-10-13 09:04:36 -0700 (Thu, 13 Oct 2011)
Log Message:
-----------
chasen-*: add dartsclone variant.

Modified Paths:
--------------
    users/hum/textproc/chasen-base/Portfile
    users/hum/textproc/chasen-ipadic/Portfile
    users/hum/textproc/chasen-ipadic-sjis/Portfile
    users/hum/textproc/chasen-ipadic-utf8/Portfile
    users/hum/textproc/chasen-naist-jdic/Portfile
    users/hum/textproc/chasen-naist-jdic-sjis/Portfile
    users/hum/textproc/chasen-naist-jdic-utf8/Portfile

Modified: users/hum/textproc/chasen-base/Portfile
===================================================================
--- users/hum/textproc/chasen-base/Portfile	2011-10-13 15:48:49 UTC (rev 85424)
+++ users/hum/textproc/chasen-base/Portfile	2011-10-13 16:04:36 UTC (rev 85425)
@@ -24,9 +24,13 @@
 
 patchfiles          patch-configure.diff
 
-depends_build       path:include/darts.h:darts
+depends_build       port:darts
 depends_lib         port:libiconv
 
+variant dartsclone description {Use darts-clone instead of darts} {
+    depends_build-replace    s|port:darts|port:darts-clone|
+}
+
 post-extract {
     foreach f {tests/test-chasen.sh tests/test-dic.sh} {
         file attributes ${worksrcpath}/${f} -permissions 0755

Modified: users/hum/textproc/chasen-ipadic/Portfile
===================================================================
--- users/hum/textproc/chasen-ipadic/Portfile	2011-10-13 15:48:49 UTC (rev 85424)
+++ users/hum/textproc/chasen-ipadic/Portfile	2011-10-13 16:04:36 UTC (rev 85425)
@@ -24,6 +24,8 @@
 
 depends_lib         port:chasen-base
 
+variant dartsclone description {Use darts-clone instead of darts} {}
+
 supported_archs     noarch
 configure.args      --with-chasenrc-path=${destroot}${prefix}/etc/chasen/chasenrc-${dicname}
 

Modified: users/hum/textproc/chasen-ipadic-sjis/Portfile
===================================================================
--- users/hum/textproc/chasen-ipadic-sjis/Portfile	2011-10-13 15:48:49 UTC (rev 85424)
+++ users/hum/textproc/chasen-ipadic-sjis/Portfile	2011-10-13 16:04:36 UTC (rev 85425)
@@ -27,6 +27,8 @@
 depends_build       port:nkf
 depends_lib         port:chasen-base
 
+variant dartsclone description {Use darts-clone instead of darts} {}
+
 supported_archs     noarch
 configure.args      --with-chasenrc-path=${destroot}${prefix}/etc/chasen/chasenrc-${dicname}-${encoding}
 

Modified: users/hum/textproc/chasen-ipadic-utf8/Portfile
===================================================================
--- users/hum/textproc/chasen-ipadic-utf8/Portfile	2011-10-13 15:48:49 UTC (rev 85424)
+++ users/hum/textproc/chasen-ipadic-utf8/Portfile	2011-10-13 16:04:36 UTC (rev 85425)
@@ -27,6 +27,8 @@
 depends_build       port:nkf
 depends_lib         port:chasen-base
 
+variant dartsclone description {Use darts-clone instead of darts} {}
+
 supported_archs     noarch
 configure.args      --with-chasenrc-path=${destroot}${prefix}/etc/chasen/chasenrc-${dicname}-${encoding}
 

Modified: users/hum/textproc/chasen-naist-jdic/Portfile
===================================================================
--- users/hum/textproc/chasen-naist-jdic/Portfile	2011-10-13 15:48:49 UTC (rev 85424)
+++ users/hum/textproc/chasen-naist-jdic/Portfile	2011-10-13 16:04:36 UTC (rev 85425)
@@ -24,6 +24,8 @@
 
 depends_lib         port:chasen-base
 
+variant dartsclone description {Use darts-clone instead of darts} {}
+
 supported_archs     noarch
 configure.args      --with-chasenrc-path=${destroot}${prefix}/etc/chasen/chasenrc-${dicname}
 

Modified: users/hum/textproc/chasen-naist-jdic-sjis/Portfile
===================================================================
--- users/hum/textproc/chasen-naist-jdic-sjis/Portfile	2011-10-13 15:48:49 UTC (rev 85424)
+++ users/hum/textproc/chasen-naist-jdic-sjis/Portfile	2011-10-13 16:04:36 UTC (rev 85425)
@@ -27,6 +27,8 @@
 depends_build       port:nkf
 depends_lib         port:chasen-base
 
+variant dartsclone description {Use darts-clone instead of darts} {}
+
 supported_archs     noarch
 configure.args      --with-chasenrc-path=${destroot}${prefix}/etc/chasen/chasenrc-${dicname}-${encoding}
 

Modified: users/hum/textproc/chasen-naist-jdic-utf8/Portfile
===================================================================
--- users/hum/textproc/chasen-naist-jdic-utf8/Portfile	2011-10-13 15:48:49 UTC (rev 85424)
+++ users/hum/textproc/chasen-naist-jdic-utf8/Portfile	2011-10-13 16:04:36 UTC (rev 85425)
@@ -27,6 +27,8 @@
 depends_build       port:nkf
 depends_lib         port:chasen-base
 
+variant dartsclone description {Use darts-clone instead of darts} {}
+
 supported_archs     noarch
 configure.args      --with-chasenrc-path=${destroot}${prefix}/etc/chasen/chasenrc-${dicname}-${encoding}
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111013/528e43fc/attachment.html>


More information about the macports-changes mailing list