[132096] users/devans/GNOME-3/stable/dports/gnome

devans at macports.org devans at macports.org
Fri Jan 23 05:23:42 PST 2015


Revision: 132096
          https://trac.macports.org/changeset/132096
Author:   devans at macports.org
Date:     2015-01-23 05:23:42 -0800 (Fri, 23 Jan 2015)
Log Message:
-----------
GNOME-3/stable: goffice, gnumeric, use gobject_introspection portgroup.

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

Modified: users/devans/GNOME-3/stable/dports/gnome/gnumeric/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/gnumeric/Portfile	2015-01-23 13:07:09 UTC (rev 132095)
+++ users/devans/GNOME-3/stable/dports/gnome/gnumeric/Portfile	2015-01-23 13:23:42 UTC (rev 132096)
@@ -3,6 +3,7 @@
 
 PortSystem          1.0
 PortGroup           active_variants 1.0
+PortGroup           gobject_introspection 1.0
 
 name                gnumeric
 version             1.12.18
@@ -36,13 +37,14 @@
 # update-desktop-database is provided by desktop-file-utils
 
 depends_lib         port:desktop-file-utils \
-                    port:gobject-introspection \
                     port:goffice \
                     port:psiconv \
                     port:pxlib
 
 patchfiles          patch-configure.ac.diff
 
+gobject_introspection yes
+
 # autoreconf to reconfigure using our intltool.m4
 
 use_autoreconf      yes
@@ -50,13 +52,9 @@
 
 configure.args      --disable-silent-rules \
                     --disable-schemas-compile \
-                    --enable-introspection \
                     --without-gda \
                     --without-python
 
-# gobject-introspection uses g-ir-scanner, which uses $CC from env
-build.args-append   CC="${configure.cc} ${configure.cc_archflags}"
-
 variant database description {builds with support for GDA database} {
     depends_lib-append        port:libgda5
     configure.args-replace    --without-gda --with-gda

Modified: users/devans/GNOME-3/stable/dports/gnome/goffice/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/goffice/Portfile	2015-01-23 13:07:09 UTC (rev 132095)
+++ users/devans/GNOME-3/stable/dports/gnome/goffice/Portfile	2015-01-23 13:23:42 UTC (rev 132096)
@@ -3,6 +3,7 @@
 
 PortSystem              1.0
 PortGroup               active_variants 1.1
+PortGroup               gobject_introspection 1.0
 
 name                    goffice
 description             GOffice is a library of document-centric objects and utilities.
@@ -35,11 +36,11 @@
                         port:libspectre \
                         port:libxslt \
                         port:ghostscript \
-                        port:gobject-introspection \
                         path:lib/pkgconfig/glib-2.0.pc:glib2
 
+    gobject_introspection yes
+
     configure.args-append \
-                        --enable-introspection \
                         --enable-compile-warnings=minimum
 
     patchfiles-append   patch_quartz-goffice-goffice.c.diff \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150123/b2185c9a/attachment.html>


More information about the macports-changes mailing list