[132076] trunk/dports/gnome/gnome-menus

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


Revision: 132076
          https://trac.macports.org/changeset/132076
Author:   devans at macports.org
Date:     2015-01-23 03:37:42 -0800 (Fri, 23 Jan 2015)
Log Message:
-----------
gnome-menus: use gobject_introspection portgroup.

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

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


Property changes on: trunk/dports/gnome/gnome-menus
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/mld-qt-481/dports/gnome/gnome-menus:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/users/devans/GNOME-3/stable/dports/gnome/gnome-menus:108269-113174,124211-126096
/users/devans/GNOME-3/unstable/dports/gnome/gnome-menus:124219-125815
/users/rmstonecipher/gnome/gnome-menus:102363-103172
   + /branches/mld-qt-481/dports/gnome/gnome-menus:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/users/devans/GNOME-3/stable/dports/gnome/gnome-menus:108269-113174,124211-132067
/users/devans/GNOME-3/unstable/dports/gnome/gnome-menus:124219-125815
/users/rmstonecipher/gnome/gnome-menus:102363-103172

Modified: trunk/dports/gnome/gnome-menus/Portfile
===================================================================
--- trunk/dports/gnome/gnome-menus/Portfile	2015-01-23 11:37:35 UTC (rev 132075)
+++ trunk/dports/gnome/gnome-menus/Portfile	2015-01-23 11:37:42 UTC (rev 132076)
@@ -2,6 +2,7 @@
 # $Id$
 
 PortSystem      1.0
+PortGroup       gobject_introspection 1.0
 
 name            gnome-menus
 version         3.13.3
@@ -27,9 +28,10 @@
                 port:intltool \
                 port:gnome-common
 
-depends_lib     path:lib/pkgconfig/glib-2.0.pc:glib2 \
-                port:gobject-introspection
+depends_lib     path:lib/pkgconfig/glib-2.0.pc:glib2
 
+gobject_introspection yes
+
 # update m4/intltool.m4 and autoreconf
 
 pre-configure {
@@ -39,16 +41,6 @@
 use_autoreconf  yes
 autoreconf.args -fvi
 
-configure.args  --enable-introspection \
-                --disable-silent-rules
+configure.args  --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-with-unstable
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150123/077978cc/attachment.html>


More information about the macports-changes mailing list