[132054] users/devans/GNOME-3/stable/dports/gnome/anjuta/Portfile

devans at macports.org devans at macports.org
Fri Jan 23 03:09:06 PST 2015


Revision: 132054
          https://trac.macports.org/changeset/132054
Author:   devans at macports.org
Date:     2015-01-23 03:09:06 -0800 (Fri, 23 Jan 2015)
Log Message:
-----------
GNOME-3/stable: anjuta, use gobject_introspection portgroup.

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

Modified: users/devans/GNOME-3/stable/dports/gnome/anjuta/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/anjuta/Portfile	2015-01-23 11:08:59 UTC (rev 132053)
+++ users/devans/GNOME-3/stable/dports/gnome/anjuta/Portfile	2015-01-23 11:09:06 UTC (rev 132054)
@@ -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/53328cf3/attachment.html>


More information about the macports-changes mailing list