[132072] trunk/dports/gnome/anjuta

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


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

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

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


Property changes on: trunk/dports/gnome/anjuta
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/mld-qt-481/dports/gnome/anjuta:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/users/devans/GNOME-3/stable/dports/gnome/anjuta:108269-127503
/users/devans/GNOME-3/unstable/dports/gnome/anjuta:116619-118151,119539-125908
/users/devans/dports/gnome/anjuta:117797-117811
/users/rmstonecipher/gnome/anjuta:102363-103172
   + /branches/mld-qt-481/dports/gnome/anjuta:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/users/devans/GNOME-3/stable/dports/gnome/anjuta:108269-132067
/users/devans/GNOME-3/unstable/dports/gnome/anjuta:116619-118151,119539-125908
/users/devans/dports/gnome/anjuta:117797-117811
/users/rmstonecipher/gnome/anjuta:102363-103172

Modified: trunk/dports/gnome/anjuta/Portfile
===================================================================
--- trunk/dports/gnome/anjuta/Portfile	2015-01-23 11:37:03 UTC (rev 132071)
+++ trunk/dports/gnome/anjuta/Portfile	2015-01-23 11:37:12 UTC (rev 132072)
@@ -2,6 +2,7 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup           gobject_introspection 1.0
 PortGroup           muniversal 1.0
 
 name                anjuta
@@ -38,7 +39,6 @@
                     port:gtk3 \
                     port:gdl3 \
                     port:gjs \
-                    port:gobject-introspection \
                     port:gtksourceview3 \
                     port:libgda5 \
                     port:libxml2 \
@@ -53,6 +53,8 @@
                     patch-ltmain.sh.diff \
                     python-ldflags.patch
 
+gobject_introspection yes
+
 #reconfigure with our intltool.m4 using autogen.sh
 
 configure.cmd       ./autogen.sh
@@ -61,7 +63,6 @@
                     -std=gnu89 -Wno-format-nonliteral
 
 configure.args      --enable-static \
-                    --enable-introspection=yes \
                     --disable-schemas-compile \
                     --disable-silent-rules \
                     --disable-packagekit \
@@ -70,16 +71,6 @@
                     --disable-plugin-subversion \
                     --disable-vala
 
-# gobject-introspection g-ir-scanner uses $CC from env
-
-if {[variant_isset universal]} {
-    foreach arch ${configure.universal_archs} {
-        lappend merger_build_args(${arch})  CC='${configure.cc} -arch ${arch}'
-    }
-} else {
-    build.args-append       CC="${configure.cc} ${configure.cc_archflags}"
-}
-
 variant devhelp description {Enable devhelp plugin support} {
     configure.args-delete   --disable-plugin-devhelp
     depends_lib-append      port:devhelp
@@ -102,7 +93,6 @@
     depends_lib-append      port:glade
 }
 
-
 variant vala description {Enable vala support} {
     configure.args-delete   --disable-vala
     depends_lib-append      port:vala
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150123/8f6292f3/attachment-0001.html>


More information about the macports-changes mailing list