[119165] trunk/dports/devel/zeitgeist

devans at macports.org devans at macports.org
Fri Apr 18 04:17:53 PDT 2014


Revision: 119165
          https://trac.macports.org/changeset/119165
Author:   devans at macports.org
Date:     2014-04-18 04:17:53 -0700 (Fri, 18 Apr 2014)
Log Message:
-----------
zeitgeist: apply upstream patch to fix gobject-introspection.

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

Added Paths:
-----------
    trunk/dports/devel/zeitgeist/files/patch-libzeitgeist-Makefile.am.diff

Modified: trunk/dports/devel/zeitgeist/Portfile
===================================================================
--- trunk/dports/devel/zeitgeist/Portfile	2014-04-18 11:00:09 UTC (rev 119164)
+++ trunk/dports/devel/zeitgeist/Portfile	2014-04-18 11:17:53 UTC (rev 119165)
@@ -5,7 +5,7 @@
 
 name                zeitgeist
 version             0.9.14
-revision            5
+revision            6
 license             LGPL-2.1
 set branch          [join [lrange [split ${version} .] 0 1] .]
 description         Zeitgeist is a service which logs the users's activities and \
@@ -38,7 +38,8 @@
                     port:raptor2 \
                     port:vala
 
-patchfiles          patch-configure.ac.diff
+patchfiles          patch-configure.ac.diff \
+                    patch-libzeitgeist-Makefile.am.diff
 
 post-patch {
     reinplace "s|^#\!.*|#!${configure.python}|" \
@@ -67,11 +68,11 @@
 
 configure.cmd       ./autogen.sh
 configure.args      --disable-silent-rules \
-                    --disable-introspection
+                    --enable-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

Added: trunk/dports/devel/zeitgeist/files/patch-libzeitgeist-Makefile.am.diff
===================================================================
--- trunk/dports/devel/zeitgeist/files/patch-libzeitgeist-Makefile.am.diff	                        (rev 0)
+++ trunk/dports/devel/zeitgeist/files/patch-libzeitgeist-Makefile.am.diff	2014-04-18 11:17:53 UTC (rev 119165)
@@ -0,0 +1,13 @@
+=== modified file 'libzeitgeist/Makefile.am'
+--- libzeitgeist/Makefile.am	2013-03-18 12:56:51 +0000
++++ libzeitgeist/Makefile.am	2014-01-27 21:45:42 +0000
+@@ -186,7 +186,7 @@
+ # We have to extract our own dlname from libzeitgeist-2.0.la; see bgo#658002.
+ # This is what g-ir-scanner does.
+ libzeitgeist_dlname = \
+-	`$(SED) -n "s/^dlname='\([A-Za-z0-9.+-]\+\)'/\1/p" libzeitgeist-2.0.la`
++	`$(SED) -n "s/^dlname='\([A-Za-z0-9.+-]\{1,\}\)'/\1/p" libzeitgeist-2.0.la`
+ 
+ if HAVE_INTROSPECTION
+ libzeitgeist_2_0_gir_VALASOURCES = \
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140418/d1bb2be6/attachment.html>


More information about the macports-changes mailing list