[131852] trunk/dports/gnome/gjs/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Jan 19 16:49:16 PST 2015


Revision: 131852
          https://trac.macports.org/changeset/131852
Author:   ryandesign at macports.org
Date:     2015-01-19 16:49:16 -0800 (Mon, 19 Jan 2015)
Log Message:
-----------
gjs: use gobject_introspection portgroup

Modified Paths:
--------------
    trunk/dports/gnome/gjs/Portfile

Modified: trunk/dports/gnome/gjs/Portfile
===================================================================
--- trunk/dports/gnome/gjs/Portfile	2015-01-20 00:48:07 UTC (rev 131851)
+++ trunk/dports/gnome/gjs/Portfile	2015-01-20 00:49:16 UTC (rev 131852)
@@ -3,6 +3,7 @@
 
 PortSystem      1.0
 PortGroup       compiler_blacklist_versions 1.0
+PortGroup       gobject_introspection 1.0
 
 name            gjs
 version         1.42.0
@@ -28,8 +29,7 @@
                 port:gnome-common \
                 port:gettext
 
-depends_lib     port:gobject-introspection \
-                port:readline \
+depends_lib     port:readline \
                 path:lib/pkgconfig/cairo.pc:cairo \
                 port:dbus-glib \
                 port:mozjs24 \
@@ -47,13 +47,6 @@
 
 use_parallel_build  no
 
-# gobject-introspection uses g-ir-scanner, which uses $CC from env
-build.args-append       CC="${configure.cc} ${configure.cc_archflags}"
+gobject_introspection yes
 
-# The rules enabled by gobject-introspection require GNU make 3.81+
-platform darwin 8 {
-    depends_build-append    port:gmake
-    build.cmd               ${prefix}/bin/gmake
-}
-
 livecheck.type  gnome
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150119/bdd097c5/attachment.html>


More information about the macports-changes mailing list