[132128] trunk/dports/gnome/libwnck/Portfile

devans at macports.org devans at macports.org
Fri Jan 23 14:35:46 PST 2015


Revision: 132128
          https://trac.macports.org/changeset/132128
Author:   devans at macports.org
Date:     2015-01-23 14:35:45 -0800 (Fri, 23 Jan 2015)
Log Message:
-----------
libwnck: use gobject_introspection portgroup.

Modified Paths:
--------------
    trunk/dports/gnome/libwnck/Portfile

Modified: trunk/dports/gnome/libwnck/Portfile
===================================================================
--- trunk/dports/gnome/libwnck/Portfile	2015-01-23 22:21:24 UTC (rev 132127)
+++ trunk/dports/gnome/libwnck/Portfile	2015-01-23 22:35:45 UTC (rev 132128)
@@ -3,6 +3,7 @@
 
 PortSystem      1.0
 PortGroup       active_variants 1.1
+PortGroup       gobject_introspection 1.0
 
 name            libwnck
 version         2.30.7
@@ -31,12 +32,13 @@
                 port:gnome-common
 
 depends_lib     port:startup-notification \
-                port:gobject-introspection \
                 port:gtk2 \
                 port:xorg-libXres
 
 require_active_variants gtk3 x11
 
+gobject_introspection yes
+
 # update m4/intltool.m4 and autoreconf
 
 pre-configure {
@@ -48,17 +50,7 @@
 
 configure.args  --x-includes=${prefix}/include \
                 --x-libraries=${prefix}/lib \
-                --enable-introspection \
                 --disable-silent-rules
 
-# gobject-introspection uses g-ir-scanner, which uses $CC from env
-build.args-append       CC="${configure.cc} ${configure.cc_archflags}"
-
-# The rules enabled by gobject-introspection require GNU make 3.81+
-platform darwin 8 {
-    depends_build-append    port:gmake
-    build.cmd               ${prefix}/bin/gmake
-}
-
 livecheck.type  gnome
 livecheck.regex {LATEST-IS-(2\.\d*[02468](?:\.\d+)*)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150123/fb765423/attachment-0001.html>


More information about the macports-changes mailing list