[131898] users/devans/GNOME-3/stable/dports

devans at macports.org devans at macports.org
Tue Jan 20 08:20:44 PST 2015


Revision: 131898
          https://trac.macports.org/changeset/131898
Author:   devans at macports.org
Date:     2015-01-20 08:20:44 -0800 (Tue, 20 Jan 2015)
Log Message:
-----------
GNOME-3/stable: atk, at-spi2-core, use gobject_introspection portgroup.

Modified Paths:
--------------
    users/devans/GNOME-3/stable/dports/devel/atk/Portfile
    users/devans/GNOME-3/stable/dports/gnome/at-spi2-core/Portfile

Property Changed:
----------------
    users/devans/GNOME-3/stable/dports/devel/atk/
    users/devans/GNOME-3/stable/dports/gnome/at-spi2-core/


Property changes on: users/devans/GNOME-3/stable/dports/devel/atk
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/mld-qt-481/dports/devel/atk:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/users/cal/ports/devel/atk:96570-97031
   + /branches/mld-qt-481/dports/devel/atk:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/trunk/dports/devel/atk:119550-131895
/users/cal/ports/devel/atk:96570-97031

Modified: users/devans/GNOME-3/stable/dports/devel/atk/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/devel/atk/Portfile	2015-01-20 16:10:15 UTC (rev 131897)
+++ users/devans/GNOME-3/stable/dports/devel/atk/Portfile	2015-01-20 16:20:44 UTC (rev 131898)
@@ -2,6 +2,7 @@
 # $Id$
 
 PortSystem              1.0
+PortGroup               gobject_introspection 1.0
 
 name                    atk
 epoch                   2
@@ -28,21 +29,11 @@
 
 depends_lib             path:lib/pkgconfig/glib-2.0.pc:glib2 \
                         port:gettext \
-                        port:libiconv \
-                        port:gobject-introspection
+                        port:libiconv
 
+gobject_introspection yes
+
 configure.args          --enable-static \
-                        --enable-introspection \
                         --disable-silent-rules
 
-# The rules enabled by gobject-introspection require GNU make 3.81+, #35200
-platform darwin 8 {
-    depends_build-append    port:gmake
-    build.cmd               ${prefix}/bin/gmake
-}
-
-# 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}"
-
 livecheck.type          gnome


Property changes on: users/devans/GNOME-3/stable/dports/gnome/at-spi2-core
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/mld-qt-481/dports/gnome/at-spi2-core:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/trunk/dports/gnome/at-spi2-core:125621-125818
/users/devans/GNOME-3/unstable/dports/gnome/at-spi2-core:119550-125620
/users/rmstonecipher/gnome/at-spi2-core:102363-103172
   + /branches/mld-qt-481/dports/gnome/at-spi2-core:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/trunk/dports/gnome/at-spi2-core:125621-131896
/users/devans/GNOME-3/unstable/dports/gnome/at-spi2-core:119550-125620
/users/rmstonecipher/gnome/at-spi2-core:102363-103172

Modified: users/devans/GNOME-3/stable/dports/gnome/at-spi2-core/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/at-spi2-core/Portfile	2015-01-20 16:10:15 UTC (rev 131897)
+++ users/devans/GNOME-3/stable/dports/gnome/at-spi2-core/Portfile	2015-01-20 16:20:44 UTC (rev 131898)
@@ -2,6 +2,7 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup           gobject_introspection 1.0
 
 name                at-spi2-core
 # you probably want to keep this at the same version as at-spi2-atk
@@ -36,8 +37,9 @@
                     port:xorg-libXtst \
                     port:xorg-libXi \
                     port:xorg-libXevie \
-                    port:gobject-introspection
 
+gobject_introspection yes
+
 # update m4/intltool.m4 and autoreconf
 
 pre-configure {
@@ -48,7 +50,6 @@
 autoreconf.args     -fvi
 
 configure.args      --disable-xevie \
-                    --enable-introspection=yes \
                     --x-includes=${prefix}/include \
                     --x-libraries=${prefix}/lib
 
@@ -57,7 +58,5 @@
     depends_build-append    port:gmake
     build.cmd               ${prefix}/bin/gmake
 }
-# gobject-introspection uses $CC from env
-build.env-append    CC=${configure.cc}
 
 livecheck.type      gnome
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150120/2b3bd88e/attachment-0001.html>


More information about the macports-changes mailing list