[131964] trunk/dports/devel/zeitgeist

devans at macports.org devans at macports.org
Wed Jan 21 15:53:01 PST 2015


Revision: 131964
          https://trac.macports.org/changeset/131964
Author:   devans at macports.org
Date:     2015-01-21 15:53:01 -0800 (Wed, 21 Jan 2015)
Log Message:
-----------
zeitgeist: use gobject_introspection portgroup.

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

Property Changed:
----------------
    trunk/dports/devel/zeitgeist/


Property changes on: trunk/dports/devel/zeitgeist
___________________________________________________________________
Modified: svn:mergeinfo
   - /users/devans/GNOME-3/stable/dports/devel/zeitgeist:118243-127549
   + /users/devans/GNOME-3/stable/dports/devel/zeitgeist:118243-131961

Modified: trunk/dports/devel/zeitgeist/Portfile
===================================================================
--- trunk/dports/devel/zeitgeist/Portfile	2015-01-21 23:52:13 UTC (rev 131963)
+++ trunk/dports/devel/zeitgeist/Portfile	2015-01-21 23:53:01 UTC (rev 131964)
@@ -2,6 +2,7 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup           gobject_introspection 1.0
 
 name                zeitgeist
 version             0.9.15
@@ -34,11 +35,12 @@
                     port:dbus \
                     port:json-glib \
                     port:telepathy-glib \
-                    port:gobject-introspection \
                     port:py27-rdflib \
                     port:raptor2 \
                     port:vala
 
+gobject_introspection yes
+
 configure.python    ${prefix}/bin/python2.7
 
 patchfiles          patch-upstream-thru-20140703.diff \
@@ -70,13 +72,8 @@
 }
 
 configure.cmd       ./autogen.sh
-configure.args      --disable-silent-rules \
-                    --enable-introspection
+configure.args      --disable-silent-rules
 
-# 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}"
-
 livecheck.type      regex
 livecheck.url       ${homepage}/refs
 livecheck.regex     "id=v(\\d+(?:\\.\\d+)*)"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150121/6e058918/attachment.html>


More information about the macports-changes mailing list