[131962] trunk/dports/comms/telepathy-glib/Portfile

devans at macports.org devans at macports.org
Wed Jan 21 15:51:06 PST 2015


Revision: 131962
          https://trac.macports.org/changeset/131962
Author:   devans at macports.org
Date:     2015-01-21 15:51:06 -0800 (Wed, 21 Jan 2015)
Log Message:
-----------
telepathy-glib: use gobject_introspection portgroup.

Modified Paths:
--------------
    trunk/dports/comms/telepathy-glib/Portfile

Modified: trunk/dports/comms/telepathy-glib/Portfile
===================================================================
--- trunk/dports/comms/telepathy-glib/Portfile	2015-01-21 23:48:53 UTC (rev 131961)
+++ trunk/dports/comms/telepathy-glib/Portfile	2015-01-21 23:51:06 UTC (rev 131962)
@@ -2,6 +2,7 @@
 # $Id$
 
 PortSystem      1.0
+PortGroup       gobject_introspection 1.0
 
 name            telepathy-glib
 version         0.24.1
@@ -32,17 +33,10 @@
 
 use_parallel_build no
 
-configure.args  --enable-introspection=no
-
 variant vala description {Enable GObject introspection and Vala bindings} {
     depends_build-append    port:vala
-    depends_lib-append      port:gobject-introspection
-    configure.args-delete   --enable-introspection=no
-    configure.args-append   --enable-introspection=yes \
-                            --enable-vala-bindings
-    
-    # gobject-introspection uses g-ir-scanner, which uses $CC from env
-    build.args-append       CC="${configure.cc} ${configure.cc_archflags}"
+    gobject_introspection   yes
+    configure.args-append   --enable-vala-bindings
 }
 
 variant python26 conflicts python27 description {Build using Python 2.6} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150121/162cfcc7/attachment.html>


More information about the macports-changes mailing list