[119163] trunk/dports/devel/zeitgeist/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Fri Apr 18 03:31:57 PDT 2014


Revision: 119163
          https://trac.macports.org/changeset/119163
Author:   jeremyhu at macports.org
Date:     2014-04-18 03:31:56 -0700 (Fri, 18 Apr 2014)
Log Message:
-----------
zeitgeist: Revert the previous commit (and revbump) because it seems to be failing to build in some cases (buildbots), and I'm not sure why.

Modified Paths:
--------------
    trunk/dports/devel/zeitgeist/Portfile

Modified: trunk/dports/devel/zeitgeist/Portfile
===================================================================
--- trunk/dports/devel/zeitgeist/Portfile	2014-04-18 10:10:01 UTC (rev 119162)
+++ trunk/dports/devel/zeitgeist/Portfile	2014-04-18 10:31:56 UTC (rev 119163)
@@ -5,7 +5,7 @@
 
 name                zeitgeist
 version             0.9.14
-revision            4
+revision            5
 license             LGPL-2.1
 set branch          [join [lrange [split ${version} .] 0 1] .]
 description         Zeitgeist is a service which logs the users's activities and \
@@ -66,11 +66,12 @@
 }
 
 configure.cmd       ./autogen.sh
-configure.args      --disable-silent-rules
+configure.args      --disable-silent-rules \
+                    --disable-introspection
 
 # gobject-introspection uses g-ir-scanner, which uses $CC from env
-build.args-append       CC="${configure.cc} ${configure.cc_archflags}"
-destroot.args-append    CC="${configure.cc} ${configure.cc_archflags}"
+#build.args-append       CC="${configure.cc} ${configure.cc_archflags}"
+#destroot.args-append    CC="${configure.cc} ${configure.cc_archflags}"
 
 variant python25 conflicts python26 python27 description {Build using Python 2.5} {
     depends_lib-append  port:py25-rdflib
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140418/170a44d2/attachment-0001.html>


More information about the macports-changes mailing list