[131855] trunk/dports/graphics/gegl/Portfile

devans at macports.org devans at macports.org
Mon Jan 19 17:03:13 PST 2015


Revision: 131855
          https://trac.macports.org/changeset/131855
Author:   devans at macports.org
Date:     2015-01-19 17:03:13 -0800 (Mon, 19 Jan 2015)
Log Message:
-----------
gegl: use gobject-introspection portgroup.

Modified Paths:
--------------
    trunk/dports/graphics/gegl/Portfile

Modified: trunk/dports/graphics/gegl/Portfile
===================================================================
--- trunk/dports/graphics/gegl/Portfile	2015-01-20 00:55:50 UTC (rev 131854)
+++ trunk/dports/graphics/gegl/Portfile	2015-01-20 01:03:13 UTC (rev 131855)
@@ -2,6 +2,7 @@
 # $Id$
 
 PortSystem      1.0
+PortGroup       gobject_introspection 1.0
 PortGroup       muniversal 1.0
 
 name            gegl
@@ -35,7 +36,6 @@
 
 depends_lib     port:babl \
                 port:gtk2 \
-                port:gobject-introspection\
                 port:jpeg \
                 port:lua \
                 port:openexr \
@@ -59,22 +59,13 @@
 
 compiler.blacklist *gcc*
 
-# gobject-introspection uses g-ir-scanner, which uses $CC from env
+gobject_introspection yes
 
-if {[variant_isset universal]} {
-    foreach arch ${configure.universal_archs} {
-        lappend merger_build_args(${arch})  CC='${configure.cc} -arch ${arch}'
-    }
-} else {
-    build.args-append       CC="${configure.cc} ${configure.cc_archflags}"
-}
-
 configure.python \
                 ${prefix}/bin/python2.7
 
 configure.args  --disable-docs \
                 --disable-silent-rules \
-                --enable-introspection=yes \
                 --without-graphviz \
                 --without-umfpack
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150119/5386f116/attachment.html>


More information about the macports-changes mailing list