[89206] trunk/dports/devel/jubatus/Portfile
hum at macports.org
hum at macports.org
Fri Jan 20 23:20:07 PST 2012
Revision: 89206
http://trac.macports.org/changeset/89206
Author: hum at macports.org
Date: 2012-01-20 23:20:02 -0800 (Fri, 20 Jan 2012)
Log Message:
-----------
jubatus: use github portgroup; fix configure.compiler; see #32922.
Modified Paths:
--------------
trunk/dports/devel/jubatus/Portfile
Modified: trunk/dports/devel/jubatus/Portfile
===================================================================
--- trunk/dports/devel/jubatus/Portfile 2012-01-21 06:39:05 UTC (rev 89205)
+++ trunk/dports/devel/jubatus/Portfile 2012-01-21 07:20:02 UTC (rev 89206)
@@ -2,9 +2,9 @@
# $Id$
PortSystem 1.0
+PortGroup github 1.0
-name jubatus
-version 0.1.1
+github.setup jubatus jubatus 0.1.1 jubatus-
revision 1
categories devel math textproc
platforms darwin
@@ -19,7 +19,6 @@
data (for natural language), and process management.
fetch.type git
-git.url https://github.com/jubatus/jubatus.git
git.branch 3646d09fa6
depends_lib port:pkgconfig \
@@ -43,6 +42,10 @@
configure.args-append --enable-ux --enable-mecab
configure.universal_args
+if {${configure.compiler} == "clang"} {
+ configure.compiler llvm-gcc-4.2
+}
+
build.cmd ./waf build
build.target
@@ -71,7 +74,3 @@
system "install_name_tool -change ${builddir}/server/storage/libjubastorage.dylib ${prefix}/lib/libjubastorage.dylib ${path}"
}
}
-
-livecheck.type regex
-livecheck.url https://github.com/jubatus/jubatus/tags
-livecheck.regex ${name}-(\[0-9.\]+)\\.zip
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120120/1321ad02/attachment.html>
More information about the macports-changes
mailing list