[131894] trunk/dports/graphics/cogl/Portfile

devans at macports.org devans at macports.org
Tue Jan 20 06:54:42 PST 2015


Revision: 131894
          https://trac.macports.org/changeset/131894
Author:   devans at macports.org
Date:     2015-01-20 06:54:42 -0800 (Tue, 20 Jan 2015)
Log Message:
-----------
cogl: use gobject_introspection portgroup.

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

Modified: trunk/dports/graphics/cogl/Portfile
===================================================================
--- trunk/dports/graphics/cogl/Portfile	2015-01-20 12:40:59 UTC (rev 131893)
+++ trunk/dports/graphics/cogl/Portfile	2015-01-20 14:54:42 UTC (rev 131894)
@@ -2,6 +2,7 @@
 # $Id$
 
 PortSystem      1.0
+PortGroup       gobject_introspection 1.0
 
 name            cogl
 version         1.18.2
@@ -30,17 +31,17 @@
 depends_build   port:pkgconfig port:grep
 
 depends_lib     path:lib/pkgconfig/cairo.pc:cairo \
-                path:lib/pkgconfig/pango.pc:pango \
-                port:gobject-introspection
+                path:lib/pkgconfig/pango.pc:pango
 
 patchfiles      leopard.patch \
                 patch-clock_gettime.diff
 
+gobject_introspection yes
+
 use_autoreconf  yes
 autoreconf.args -fvi
 
-configure.args  --enable-introspection=yes \
-                --enable-cogl-pango=yes \
+configure.args  --enable-cogl-pango=yes \
                 --disable-silent-rules
 
 use_parallel_build no
@@ -61,10 +62,6 @@
     }
 }
 
-# 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}"
-
 variant x11 conflicts quartz {
     patchfiles-append     patch-disable-quartz.diff
     depends_lib-append    port:gdk-pixbuf2 \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150120/7da33340/attachment.html>


More information about the macports-changes mailing list