[132177] users/devans/GNOME-3/stable/dports/gnome/gnome-panel/Portfile

devans at macports.org devans at macports.org
Sun Jan 25 16:33:56 PST 2015


Revision: 132177
          https://trac.macports.org/changeset/132177
Author:   devans at macports.org
Date:     2015-01-25 16:33:56 -0800 (Sun, 25 Jan 2015)
Log Message:
-----------
GNOME-3/stable: gnome-panel, use gobject_introspection portgroup.

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

Modified: users/devans/GNOME-3/stable/dports/gnome/gnome-panel/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/gnome-panel/Portfile	2015-01-25 23:48:14 UTC (rev 132176)
+++ users/devans/GNOME-3/stable/dports/gnome/gnome-panel/Portfile	2015-01-26 00:33:56 UTC (rev 132177)
@@ -2,6 +2,7 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup           gobject_introspection 1.0
 
 name                gnome-panel
 version             3.14.0
@@ -49,6 +50,8 @@
 depends_run         port:gnome-settings-daemon \
                     port:yelp
 
+gobject_introspection yes
+
 # update m4/intltool.m4 and autoreconf
 
 pre-configure {
@@ -61,18 +64,12 @@
 configure.python    ${prefix}/bin/python2.7
 
 configure.args      --with-in-process-applets=all \
-                    --enable-introspection=yes \
                     --enable-telepathy-glib \
                     --disable-silent-rules \
                     --enable-compile-warnings=minimum \
                     --disable-eds \
                     --disable-schemas-compile
 
-# 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 eds description {Enable evolution data server support} {
     depends_lib-append      port:evolution-data-server
     configure.args-delete   --disable-eds
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150125/e42289b2/attachment-0001.html>


More information about the macports-changes mailing list