[132121] trunk/dports/graphics/gegl-devel/Portfile

devans at macports.org devans at macports.org
Fri Jan 23 13:29:36 PST 2015


Revision: 132121
          https://trac.macports.org/changeset/132121
Author:   devans at macports.org
Date:     2015-01-23 13:29:36 -0800 (Fri, 23 Jan 2015)
Log Message:
-----------
gegl-devel: use gobject_introspection portgroup.

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

Modified: trunk/dports/graphics/gegl-devel/Portfile
===================================================================
--- trunk/dports/graphics/gegl-devel/Portfile	2015-01-23 21:14:46 UTC (rev 132120)
+++ trunk/dports/graphics/gegl-devel/Portfile	2015-01-23 21:29:36 UTC (rev 132121)
@@ -4,6 +4,7 @@
 PortSystem      1.0
 PortGroup       muniversal 1.0
 PortGroup       compiler_blacklist_versions 1.0
+PortGroup       gobject_introspection 1.0
 
 name            gegl-devel
 conflicts       gegl
@@ -44,7 +45,6 @@
                 port:gtk2 \
                 port:jpeg \
                 port:lua \
-                port:gobject-introspection \
                 path:bin/dot:graphviz \
                 port:openexr \
                 port:exiv2 \
@@ -59,18 +59,10 @@
 patchfiles      patch-configure.ac.diff \
                 patch-ffmpeg.diff
 
+gobject_introspection yes
+
 compiler.blacklist-append gcc-4.0 *gcc-4.2
 
-# gobject-introspection uses g-ir-scanner, which uses $CC from env
-
-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.cmd   ./autogen.sh
 
 configure.python \
@@ -78,7 +70,6 @@
 
 configure.args  --disable-docs \
                 --disable-silent-rules \
-                --enable-introspection=yes \
                 --without-umfpack
 
 post-patch {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150123/9e640ab6/attachment.html>


More information about the macports-changes mailing list