[132081] trunk/dports/gnome/libgsf

devans at macports.org devans at macports.org
Fri Jan 23 03:38:35 PST 2015


Revision: 132081
          https://trac.macports.org/changeset/132081
Author:   devans at macports.org
Date:     2015-01-23 03:38:35 -0800 (Fri, 23 Jan 2015)
Log Message:
-----------
libgsf: use gobject_introspection portgroup.

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

Property Changed:
----------------
    trunk/dports/gnome/libgsf/


Property changes on: trunk/dports/gnome/libgsf
___________________________________________________________________
Added: svn:mergeinfo
   + /branches/mld-qt-481/dports/gnome/libgsf:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/users/devans/GNOME-3/stable/dports/gnome/libgsf:132063-132067
/users/rmstonecipher/gnome/libgsf:102363-103172

Modified: trunk/dports/gnome/libgsf/Portfile
===================================================================
--- trunk/dports/gnome/libgsf/Portfile	2015-01-23 11:38:27 UTC (rev 132080)
+++ trunk/dports/gnome/libgsf/Portfile	2015-01-23 11:38:35 UTC (rev 132081)
@@ -2,6 +2,7 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup           gobject_introspection 1.0
 
 name                libgsf
 version             1.14.30
@@ -29,13 +30,14 @@
                     port:intltool
 
 depends_lib         port:gettext \
-                    port:gobject-introspection \
                     path:lib/pkgconfig/glib-2.0.pc:glib2 \
                     port:libxml2 \
                     port:gdk-pixbuf2 \
                     port:zlib \
                     port:bzip2
 
+gobject_introspection yes
+
 # update m4/intltool.m4 and autoreconf
 
 pre-configure {
@@ -46,12 +48,8 @@
 autoreconf.args     -fvi
 
 configure.args      --disable-compile-warnings \
-                    --disable-silent-rules \
-                    --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}"
-
 post-destroot {
     set docdir ${prefix}/share/doc/${name}
     xinstall -d ${destroot}${docdir}
@@ -59,10 +57,4 @@
         ${destroot}${docdir}
 }
 
-platform darwin 8 {
-    # The rules enabled by gobject-introspection require GNU make 3.81+ (#38928)
-    depends_build-append    port:gmake
-    build.cmd               ${prefix}/bin/gmake
-}
-
 livecheck.type      gnome
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150123/01c39a4e/attachment.html>


More information about the macports-changes mailing list