[132171] users/devans/GNOME-3/stable/dports/graphics

devans at macports.org devans at macports.org
Sun Jan 25 11:45:14 PST 2015


Revision: 132171
          https://trac.macports.org/changeset/132171
Author:   devans at macports.org
Date:     2015-01-25 11:45:13 -0800 (Sun, 25 Jan 2015)
Log Message:
-----------
GNOME-3/stable: clutter, clutter-gst, use gobject_introspection portgroup.

Modified Paths:
--------------
    users/devans/GNOME-3/stable/dports/graphics/clutter/Portfile
    users/devans/GNOME-3/stable/dports/graphics/clutter-gst/Portfile

Modified: users/devans/GNOME-3/stable/dports/graphics/clutter/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/graphics/clutter/Portfile	2015-01-25 18:09:53 UTC (rev 132170)
+++ users/devans/GNOME-3/stable/dports/graphics/clutter/Portfile	2015-01-25 19:45:13 UTC (rev 132171)
@@ -2,6 +2,7 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup           gobject_introspection 1.0
 
 name                clutter
 version             1.20.0
@@ -31,6 +32,8 @@
                     port:json-glib \
                     port:cogl
 
+gobject_introspection yes
+
 variant x11 conflicts quartz {
     depends_lib-append port:gdk-pixbuf2 \
                        port:xorg-libXcomposite \
@@ -45,7 +48,6 @@
                        --enable-x11-backend=yes \
                        --enable-gdk-pixbuf=yes \
                        --enable-quartz-backend=no \
-                       --enable-introspection=yes \
                        --disable-examples \
                        --disable-silent-rules \
                        --disable-gtk-doc

Modified: users/devans/GNOME-3/stable/dports/graphics/clutter-gst/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/graphics/clutter-gst/Portfile	2015-01-25 18:09:53 UTC (rev 132170)
+++ users/devans/GNOME-3/stable/dports/graphics/clutter-gst/Portfile	2015-01-25 19:45:13 UTC (rev 132171)
@@ -2,6 +2,7 @@
 # $Id$
 
 PortSystem      1.0
+PortGroup       gobject_introspection 1.0
 
 name            clutter-gst
 epoch           1
@@ -40,8 +41,9 @@
     port:gstreamer1-gst-plugins-base
 
 configure.args  --enable-debug=yes \
-                --enable-introspection=yes \
                 --disable-silent-rules
 
+gobject_introspection yes
+
 livecheck.type  gnome
 livecheck.regex {LATEST-IS-(\d+\.[0-8][0-9]*(?:\.\d+)*)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150125/19abb144/attachment.html>


More information about the macports-changes mailing list