[92149] trunk/dports/gnome/gnome-desktop-suite/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Fri Apr 20 01:48:38 PDT 2012


Revision: 92149
          https://trac.macports.org/changeset/92149
Author:   jeremyhu at macports.org
Date:     2012-04-20 01:48:38 -0700 (Fri, 20 Apr 2012)
Log Message:
-----------
gnome-desktop-suite: Restrict yelp to non-universal due to dependency on xulrunner

Modified Paths:
--------------
    trunk/dports/gnome/gnome-desktop-suite/Portfile

Modified: trunk/dports/gnome/gnome-desktop-suite/Portfile
===================================================================
--- trunk/dports/gnome/gnome-desktop-suite/Portfile	2012-04-20 08:15:38 UTC (rev 92148)
+++ trunk/dports/gnome/gnome-desktop-suite/Portfile	2012-04-20 08:48:38 UTC (rev 92149)
@@ -20,6 +20,9 @@
 master_sites
 platforms       darwin
 
+# This is a metaport
+supported_archs noarch
+
 #
 # TODO
 #
@@ -139,10 +142,9 @@
                 port:libgnomeprintui
 
 #
-# these only build on 32 bit systems for now
+# yelp will build only for i386 or ppc, and it has dependencies that are not universal
 #
-if { ${build_arch} == "i386" || ${build_arch} == "ppc" ||
-     ([variant_isset universal] && ([lsearch ${universal_archs} ppc] != -1 || [lsearch ${universal_archs} i386] != -1))} {
+if { ![variant_isset universal] && (${build_arch} == "i386" || ${build_arch} == "ppc") {
     depends_lib-append port:yelp
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120420/17b31722/attachment.html>


More information about the macports-changes mailing list