[65087] trunk/base/src/macports1.0/macports.tcl
Jeremy Huddleston
jeremyhu at macports.org
Sat Apr 3 01:28:52 PDT 2010
On Apr 3, 2010, at 00:29, Joshua Root wrote:
> if {[info exists supported_archs]} {
> supported_archs noarch
> }
>
> No rev bump required.
It looks like a revbump is needed. I'm seeing:
Error: Cannot install xorg-server for the arch(s) 'i386 x86_64' because
Error: its dependency xorg-util-macros is only installed for the arch 'x86_64'
Error: and does not have a universal variant.
Error: Unable to execute port: architecture mismatch
even after (plus running portindex):
~/src/macports-trunk/dports/x11 $ svn diff xorg-util-macros
Index: xorg-util-macros/Portfile
===================================================================
--- xorg-util-macros/Portfile (revision 65935)
+++ xorg-util-macros/Portfile (working copy)
@@ -17,7 +17,11 @@
rmd160 ae50d9eaccb3cc6aa48669eb5ea44a2857e80952
use_bzip2 yes
-universal_variant no
+if {[info exists supported_archs]} {
+ supported_archs noarch
+} else {
+ universal_variant no
+}
livecheck.type regex
livecheck.url ${master_sites}?C=M&O=D
More information about the macports-dev
mailing list