[71036] trunk/dports

ryandesign at macports.org ryandesign at macports.org
Mon Aug 30 03:16:38 PDT 2010


Revision: 71036
          http://trac.macports.org/changeset/71036
Author:   ryandesign at macports.org
Date:     2010-08-30 03:16:35 -0700 (Mon, 30 Aug 2010)
Log Message:
-----------
Disable universal variant in ports depending on wxgtk which is not universal

Modified Paths:
--------------
    trunk/dports/devel/codeblocks/Portfile
    trunk/dports/devel/codeblocks-devel/Portfile
    trunk/dports/devel/wxstedit/Portfile
    trunk/dports/graphics/wxLua/Portfile
    trunk/dports/x11/xchm/Portfile

Modified: trunk/dports/devel/codeblocks/Portfile
===================================================================
--- trunk/dports/devel/codeblocks/Portfile	2010-08-30 09:00:58 UTC (rev 71035)
+++ trunk/dports/devel/codeblocks/Portfile	2010-08-30 10:16:35 UTC (rev 71036)
@@ -89,6 +89,8 @@
 }
 
 variant x11 description "Use the wxGTK port of wxWidgets" {
+	# wxgtk is not universal
+	universal_variant no
 	depends_lib port:wxgtk
 
     patchfiles	patch-wxscoder.cpp.diff

Modified: trunk/dports/devel/codeblocks-devel/Portfile
===================================================================
--- trunk/dports/devel/codeblocks-devel/Portfile	2010-08-30 09:00:58 UTC (rev 71035)
+++ trunk/dports/devel/codeblocks-devel/Portfile	2010-08-30 10:16:35 UTC (rev 71036)
@@ -96,6 +96,8 @@
 }
 
 variant x11 description "Use the wxGTK port of wxWidgets" {
+	# wxgtk is not universal
+	universal_variant no
 	depends_lib port:wxgtk
 }
 

Modified: trunk/dports/devel/wxstedit/Portfile
===================================================================
--- trunk/dports/devel/wxstedit/Portfile	2010-08-30 09:00:58 UTC (rev 71035)
+++ trunk/dports/devel/wxstedit/Portfile	2010-08-30 10:16:35 UTC (rev 71036)
@@ -52,6 +52,8 @@
 }
 
 variant x11 description "Use the wxGTK port of wxWidgets" {
+# wxgtk is not universal
+universal_variant	no
 depends_lib		port:wxgtk
 }
 

Modified: trunk/dports/graphics/wxLua/Portfile
===================================================================
--- trunk/dports/graphics/wxLua/Portfile	2010-08-30 09:00:58 UTC (rev 71035)
+++ trunk/dports/graphics/wxLua/Portfile	2010-08-30 10:16:35 UTC (rev 71036)
@@ -89,6 +89,9 @@
 
 variant x11 description "Use the wxGTK port of wxWidgets" {
 
+# wxgtk is not universal
+universal_variant	no
+
 depends_lib-append	port:wxgtk
 
 }

Modified: trunk/dports/x11/xchm/Portfile
===================================================================
--- trunk/dports/x11/xchm/Portfile	2010-08-30 09:00:58 UTC (rev 71035)
+++ trunk/dports/x11/xchm/Portfile	2010-08-30 10:16:35 UTC (rev 71036)
@@ -20,3 +20,6 @@
 checksums		md5 0f398af788a9e1a7c6f4e65b5ca31cf3
 
 depends_lib		path:bin/wx-config:wxgtk port:chmlib
+
+# wxgtk is not universal
+universal_variant	no
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100830/4257db56/attachment.html>


More information about the macports-changes mailing list