[132005] users/devans/GNOME-3/stable/dports/gnome/totem/Portfile

devans at macports.org devans at macports.org
Thu Jan 22 14:17:15 PST 2015


Revision: 132005
          https://trac.macports.org/changeset/132005
Author:   devans at macports.org
Date:     2015-01-22 14:17:15 -0800 (Thu, 22 Jan 2015)
Log Message:
-----------
GNOME-3/stable: totem, use gobject_introspection portgroup.

Modified Paths:
--------------
    users/devans/GNOME-3/stable/dports/gnome/totem/Portfile

Modified: users/devans/GNOME-3/stable/dports/gnome/totem/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/totem/Portfile	2015-01-22 22:17:04 UTC (rev 132004)
+++ users/devans/GNOME-3/stable/dports/gnome/totem/Portfile	2015-01-22 22:17:15 UTC (rev 132005)
@@ -2,6 +2,7 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup           gobject_introspection 1.0
 
 name                totem
 version             3.14.1
@@ -39,7 +40,6 @@
                     port:gnome-desktop \
                     port:gsettings-desktop-schemas \
                     port:gtk3 \
-                    port:gobject-introspection \
                     port:grilo-plugins \
                     port:gstreamer1-gst-plugins-base \
                     port:gstreamer1-gst-plugins-good \
@@ -64,6 +64,8 @@
 
 patchfiles          patch-vala-cflags.diff
 
+gobject_introspection yes
+
 # update m4/intltool.m4 and autoreconf
 
 pre-configure {
@@ -81,7 +83,6 @@
 
 configure.args      --with-plugins=${withplugins} \
                     --enable-easy-codec-installation \
-                    --enable-introspection=yes \
                     --enable-debug \
                     --enable-compile-warnings=minimum \
                     --disable-python \
@@ -90,10 +91,6 @@
                     --disable-schemas-compile \
                     --disable-silent-rules
 
-# 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 nautilus description {Build nautilus properties page plugin} {
     configure.args-delete     --disable-nautilus
     depends_lib-append        port:nautilus
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150122/3ab5bc40/attachment.html>


More information about the macports-changes mailing list