[66151] trunk/dports/x11

jmr at macports.org jmr at macports.org
Mon Apr 5 23:54:51 PDT 2010


Revision: 66151
          http://trac.macports.org/changeset/66151
Author:   jmr at macports.org
Date:     2010-04-05 23:54:50 -0700 (Mon, 05 Apr 2010)
Log Message:
-----------
xorg-*proto: noarch

Modified Paths:
--------------
    trunk/dports/x11/xorg-applewmproto/Portfile
    trunk/dports/x11/xorg-bigreqsproto/Portfile
    trunk/dports/x11/xorg-compositeproto/Portfile
    trunk/dports/x11/xorg-damageproto/Portfile
    trunk/dports/x11/xorg-dmxproto/Portfile
    trunk/dports/x11/xorg-dri2proto/Portfile
    trunk/dports/x11/xorg-evieproto/Portfile
    trunk/dports/x11/xorg-fixesproto/Portfile
    trunk/dports/x11/xorg-fontcacheproto/Portfile
    trunk/dports/x11/xorg-fontsproto/Portfile
    trunk/dports/x11/xorg-glproto/Portfile
    trunk/dports/x11/xorg-inputproto/Portfile
    trunk/dports/x11/xorg-kbproto/Portfile
    trunk/dports/x11/xorg-printproto/Portfile
    trunk/dports/x11/xorg-proto/Portfile
    trunk/dports/x11/xorg-randrproto/Portfile
    trunk/dports/x11/xorg-recordproto/Portfile
    trunk/dports/x11/xorg-renderproto/Portfile
    trunk/dports/x11/xorg-resourceproto/Portfile
    trunk/dports/x11/xorg-scrnsaverproto/Portfile
    trunk/dports/x11/xorg-trapproto/Portfile
    trunk/dports/x11/xorg-videoproto/Portfile
    trunk/dports/x11/xorg-xcb-proto/Portfile
    trunk/dports/x11/xorg-xcmiscproto/Portfile
    trunk/dports/x11/xorg-xextproto/Portfile
    trunk/dports/x11/xorg-xf86bigfontproto/Portfile
    trunk/dports/x11/xorg-xf86dgaproto/Portfile
    trunk/dports/x11/xorg-xf86driproto/Portfile
    trunk/dports/x11/xorg-xf86miscproto/Portfile
    trunk/dports/x11/xorg-xf86vidmodeproto/Portfile
    trunk/dports/x11/xorg-xineramaproto/Portfile
    trunk/dports/x11/xorg-xproto/Portfile

Modified: trunk/dports/x11/xorg-applewmproto/Portfile
===================================================================
--- trunk/dports/x11/xorg-applewmproto/Portfile	2010-04-06 06:54:35 UTC (rev 66150)
+++ trunk/dports/x11/xorg-applewmproto/Portfile	2010-04-06 06:54:50 UTC (rev 66151)
@@ -16,7 +16,11 @@
                     sha1    85a4a028482abf5186a74da2daf39f599b8c1305 \
                     rmd160  b3819c9c65e1f0e6328363c3eaac8333ea475e72
 use_bzip2	yes
-universal_variant no
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}
 
 livecheck.type  regex
 livecheck.url   [lindex ${master_sites} 0]?C=M&O=D

Modified: trunk/dports/x11/xorg-bigreqsproto/Portfile
===================================================================
--- trunk/dports/x11/xorg-bigreqsproto/Portfile	2010-04-06 06:54:35 UTC (rev 66150)
+++ trunk/dports/x11/xorg-bigreqsproto/Portfile	2010-04-06 06:54:50 UTC (rev 66151)
@@ -16,7 +16,11 @@
                     sha1    32ae0505ec963cc5c0e3ee9258b126e6865d1b1b \
                     rmd160  445f8bde2c03561255c505860fdba9fedb029edc
 use_bzip2	yes
-universal_variant no
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}
 
 livecheck.type  regex
 livecheck.url   [lindex ${master_sites} 0]?C=M&O=D

Modified: trunk/dports/x11/xorg-compositeproto/Portfile
===================================================================
--- trunk/dports/x11/xorg-compositeproto/Portfile	2010-04-06 06:54:35 UTC (rev 66150)
+++ trunk/dports/x11/xorg-compositeproto/Portfile	2010-04-06 06:54:50 UTC (rev 66151)
@@ -17,7 +17,11 @@
                     sha1    fb1ae34418855c313a75e8e697b414a4935e13d6 \
                     rmd160  b779bddc51a4221354dd68084948daaca67bbaba
 use_bzip2	yes
-universal_variant no
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}
 
 livecheck.type  regex
 livecheck.url   [lindex ${master_sites} 0]?C=M&O=D

Modified: trunk/dports/x11/xorg-damageproto/Portfile
===================================================================
--- trunk/dports/x11/xorg-damageproto/Portfile	2010-04-06 06:54:35 UTC (rev 66150)
+++ trunk/dports/x11/xorg-damageproto/Portfile	2010-04-06 06:54:50 UTC (rev 66151)
@@ -16,7 +16,11 @@
                     sha1    ffe177a6ae2cf023d41e015aa6ece2b191cb8a8a \
                     rmd160  d8010f3a6652e3e0d560af5b6911d85e88cac6fa
 use_bzip2	yes
-universal_variant no
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}
 
 livecheck.type  regex
 livecheck.url   [lindex ${master_sites} 0]?C=M&O=D

Modified: trunk/dports/x11/xorg-dmxproto/Portfile
===================================================================
--- trunk/dports/x11/xorg-dmxproto/Portfile	2010-04-06 06:54:35 UTC (rev 66150)
+++ trunk/dports/x11/xorg-dmxproto/Portfile	2010-04-06 06:54:50 UTC (rev 66151)
@@ -16,7 +16,11 @@
                     sha1    a3636d1b54d7bbf273f28c0d3c44101777047865 \
                     rmd160  8c3fd0679de0485a3934f7973c6c120a583e0f21
 use_bzip2	yes
-universal_variant no
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}
 
 livecheck.type  regex
 livecheck.url   [lindex ${master_sites} 0]?C=M&O=D

Modified: trunk/dports/x11/xorg-dri2proto/Portfile
===================================================================
--- trunk/dports/x11/xorg-dri2proto/Portfile	2010-04-06 06:54:35 UTC (rev 66150)
+++ trunk/dports/x11/xorg-dri2proto/Portfile	2010-04-06 06:54:50 UTC (rev 66151)
@@ -12,7 +12,11 @@
 master_sites 	http://xorg.freedesktop.org/archive/individual/proto
 distname	dri2proto-${version}
 use_bzip2	yes
-universal_variant no
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}
 
 checksums           md5     3407b494d5e90d584c9af52aa8f9f028 \
                     sha1    6c9e2c822e777db435a43616067f8dd21cc00a53 \

Modified: trunk/dports/x11/xorg-evieproto/Portfile
===================================================================
--- trunk/dports/x11/xorg-evieproto/Portfile	2010-04-06 06:54:35 UTC (rev 66150)
+++ trunk/dports/x11/xorg-evieproto/Portfile	2010-04-06 06:54:50 UTC (rev 66151)
@@ -16,7 +16,11 @@
                     sha1    d0b57a8fbbf0845588a690542a6c29d351c2b4e5 \
                     rmd160  155f9a4693276623deb0ba7eacd512ebaccc0e20
 use_bzip2	yes
-universal_variant no
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}
 
 livecheck.type  regex
 livecheck.url   [lindex ${master_sites} 0]?C=M&O=D

Modified: trunk/dports/x11/xorg-fixesproto/Portfile
===================================================================
--- trunk/dports/x11/xorg-fixesproto/Portfile	2010-04-06 06:54:35 UTC (rev 66150)
+++ trunk/dports/x11/xorg-fixesproto/Portfile	2010-04-06 06:54:50 UTC (rev 66151)
@@ -18,7 +18,11 @@
                     rmd160  83f9663df63a6e02cfe7f362f7848bf5e1b034d8
 
 use_bzip2	yes
-universal_variant no
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}
 
 livecheck.type  regex
 livecheck.url   [lindex ${master_sites} 0]?C=M&O=D

Modified: trunk/dports/x11/xorg-fontcacheproto/Portfile
===================================================================
--- trunk/dports/x11/xorg-fontcacheproto/Portfile	2010-04-06 06:54:35 UTC (rev 66150)
+++ trunk/dports/x11/xorg-fontcacheproto/Portfile	2010-04-06 06:54:50 UTC (rev 66151)
@@ -16,7 +16,11 @@
                     sha1    07f6ab3e1e1efe71c51f50e95851d93d2a1de773 \
                     rmd160  4d3689e4616957966c8b51e24cd4ae6b7fb08c18
 use_bzip2	yes
-universal_variant no
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}
 
 livecheck.type  regex
 livecheck.url   [lindex ${master_sites} 0]?C=M&O=D

Modified: trunk/dports/x11/xorg-fontsproto/Portfile
===================================================================
--- trunk/dports/x11/xorg-fontsproto/Portfile	2010-04-06 06:54:35 UTC (rev 66150)
+++ trunk/dports/x11/xorg-fontsproto/Portfile	2010-04-06 06:54:50 UTC (rev 66151)
@@ -16,7 +16,11 @@
                     sha1    395b300fd5120a7ff90cb8fea4e2356b9632dc3e \
                     rmd160  1e9981b3a801794ccdf22d26a724a25135c1459b
 use_bzip2	yes
-universal_variant no
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}
 
 livecheck.type  regex
 livecheck.url   [lindex ${master_sites} 0]?C=M&O=D

Modified: trunk/dports/x11/xorg-glproto/Portfile
===================================================================
--- trunk/dports/x11/xorg-glproto/Portfile	2010-04-06 06:54:35 UTC (rev 66150)
+++ trunk/dports/x11/xorg-glproto/Portfile	2010-04-06 06:54:50 UTC (rev 66151)
@@ -17,7 +17,11 @@
                     rmd160  718d99815c26d5b810ecf61bd6e67e8f49306ade
 
 use_bzip2	yes
-universal_variant	no
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}
 
 livecheck.type  regex
 livecheck.url   [lindex ${master_sites} 0]?C=M&O=D

Modified: trunk/dports/x11/xorg-inputproto/Portfile
===================================================================
--- trunk/dports/x11/xorg-inputproto/Portfile	2010-04-06 06:54:35 UTC (rev 66150)
+++ trunk/dports/x11/xorg-inputproto/Portfile	2010-04-06 06:54:50 UTC (rev 66151)
@@ -16,7 +16,11 @@
                     sha1    3ed9879b7dd3c14ae2283959f5962162fc01c219 \
                     rmd160  75263dfb32f2ad869ae9a9274665a1b8eb5719ff
 use_bzip2	yes
-universal_variant no
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}
 
 livecheck.type  regex
 livecheck.url   [lindex ${master_sites} 0]?C=M&O=D

Modified: trunk/dports/x11/xorg-kbproto/Portfile
===================================================================
--- trunk/dports/x11/xorg-kbproto/Portfile	2010-04-06 06:54:35 UTC (rev 66150)
+++ trunk/dports/x11/xorg-kbproto/Portfile	2010-04-06 06:54:50 UTC (rev 66151)
@@ -16,7 +16,11 @@
                     sha1    d300745389d3a80d90c9a3c989651f228db486e5 \
                     rmd160  f72fc1477a2200cc90ee821a3942c5e3acd4294d
 use_bzip2	yes
-universal_variant no
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}
 
 livecheck.type  regex
 livecheck.url   [lindex ${master_sites} 0]?C=M&O=D

Modified: trunk/dports/x11/xorg-printproto/Portfile
===================================================================
--- trunk/dports/x11/xorg-printproto/Portfile	2010-04-06 06:54:35 UTC (rev 66150)
+++ trunk/dports/x11/xorg-printproto/Portfile	2010-04-06 06:54:50 UTC (rev 66151)
@@ -19,7 +19,11 @@
                     sha1    8da2d19faca74f894d0e2b3e142283b725c0ef46 \
                     rmd160  ab23d31e5b13fd7260f2a10d789f5d8e89bf775f
 
-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

Modified: trunk/dports/x11/xorg-proto/Portfile
===================================================================
--- trunk/dports/x11/xorg-proto/Portfile	2010-04-06 06:54:35 UTC (rev 66150)
+++ trunk/dports/x11/xorg-proto/Portfile	2010-04-06 06:54:50 UTC (rev 66151)
@@ -53,7 +53,9 @@
 }
 
 use_configure no
-universal_variant no
+if {[info exists supported_archs]} {
+    supported_archs noarch
+}
 
 livecheck.type  none
 

Modified: trunk/dports/x11/xorg-randrproto/Portfile
===================================================================
--- trunk/dports/x11/xorg-randrproto/Portfile	2010-04-06 06:54:35 UTC (rev 66150)
+++ trunk/dports/x11/xorg-randrproto/Portfile	2010-04-06 06:54:50 UTC (rev 66151)
@@ -20,7 +20,11 @@
                     rmd160  3b61572ace8c33f57e4fab0995c8c8006b406c54
 
 use_bzip2	yes
-universal_variant no
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}
 
 livecheck.type  regex
 livecheck.url   [lindex ${master_sites} 0]?C=M&O=D

Modified: trunk/dports/x11/xorg-recordproto/Portfile
===================================================================
--- trunk/dports/x11/xorg-recordproto/Portfile	2010-04-06 06:54:35 UTC (rev 66150)
+++ trunk/dports/x11/xorg-recordproto/Portfile	2010-04-06 06:54:50 UTC (rev 66151)
@@ -16,7 +16,11 @@
                     sha1    212928572898ed150366c6026e2694b193ff9f79 \
                     rmd160  bb911b2b93f9187a66b0a7dabf60d53b48d89fa2
 use_bzip2	yes
-universal_variant no
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}
 
 livecheck.type  regex
 livecheck.url   [lindex ${master_sites} 0]?C=M&O=D

Modified: trunk/dports/x11/xorg-renderproto/Portfile
===================================================================
--- trunk/dports/x11/xorg-renderproto/Portfile	2010-04-06 06:54:35 UTC (rev 66150)
+++ trunk/dports/x11/xorg-renderproto/Portfile	2010-04-06 06:54:50 UTC (rev 66151)
@@ -17,7 +17,11 @@
                     rmd160  40bed4558e84eb0629b5253f2b9439405ab9f8c0
 use_bzip2	yes
 
-universal_variant	no
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}
 
 livecheck.type  regex
 livecheck.url	[lindex ${master_sites} 0]

Modified: trunk/dports/x11/xorg-resourceproto/Portfile
===================================================================
--- trunk/dports/x11/xorg-resourceproto/Portfile	2010-04-06 06:54:35 UTC (rev 66150)
+++ trunk/dports/x11/xorg-resourceproto/Portfile	2010-04-06 06:54:50 UTC (rev 66151)
@@ -16,7 +16,11 @@
                     sha1    36b86840005c15e393c86d7075688d430ab2a11d \
                     rmd160  1beb5bd6f5a34e1fa4b8cc7327cef6d04f8d10eb
 use_bzip2	yes
-universal_variant no
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}
 
 livecheck.type  regex
 livecheck.url   [lindex ${master_sites} 0]?C=M&O=D

Modified: trunk/dports/x11/xorg-scrnsaverproto/Portfile
===================================================================
--- trunk/dports/x11/xorg-scrnsaverproto/Portfile	2010-04-06 06:54:35 UTC (rev 66150)
+++ trunk/dports/x11/xorg-scrnsaverproto/Portfile	2010-04-06 06:54:50 UTC (rev 66151)
@@ -16,7 +16,11 @@
                     sha1    c734cfe9a1ce57fd42957389dcc90518fd7ca6b6 \
                     rmd160  cf7e6c56b71cca597839ff0358ee602600f8f3e8
 use_bzip2	yes
-universal_variant no
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}
 
 livecheck.type  regex
 livecheck.url   [lindex ${master_sites} 0]?C=M&O=D

Modified: trunk/dports/x11/xorg-trapproto/Portfile
===================================================================
--- trunk/dports/x11/xorg-trapproto/Portfile	2010-04-06 06:54:35 UTC (rev 66150)
+++ trunk/dports/x11/xorg-trapproto/Portfile	2010-04-06 06:54:50 UTC (rev 66151)
@@ -14,7 +14,11 @@
 distname	trapproto-${version}
 checksums	sha1 b108aa39a7bfde530d5cd347fda7c58770d5b8da
 use_bzip2	yes
-universal_variant no
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}
 
 livecheck.type  regex
 livecheck.url   [lindex ${master_sites} 0]?C=M&O=D

Modified: trunk/dports/x11/xorg-videoproto/Portfile
===================================================================
--- trunk/dports/x11/xorg-videoproto/Portfile	2010-04-06 06:54:35 UTC (rev 66150)
+++ trunk/dports/x11/xorg-videoproto/Portfile	2010-04-06 06:54:50 UTC (rev 66151)
@@ -16,7 +16,11 @@
                     sha1    4aef2b438d45b3ab75e640996ce1267d3468f48c \
                     rmd160  ff1338f96e4ba95e302a3a95b39dfe2f864ceca9
 use_bzip2	yes
-universal_variant no
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}
 
 livecheck.type  regex
 livecheck.url   [lindex ${master_sites} 0]?C=M&O=D

Modified: trunk/dports/x11/xorg-xcb-proto/Portfile
===================================================================
--- trunk/dports/x11/xorg-xcb-proto/Portfile	2010-04-06 06:54:35 UTC (rev 66150)
+++ trunk/dports/x11/xorg-xcb-proto/Portfile	2010-04-06 06:54:50 UTC (rev 66151)
@@ -18,7 +18,11 @@
                     rmd160  61ffea8c3ab4b745f04eccc10c64f7f1c356692c
 use_bzip2	yes
 
-universal_variant no
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}
 
 depends_run     port:libxml2
 

Modified: trunk/dports/x11/xorg-xcmiscproto/Portfile
===================================================================
--- trunk/dports/x11/xorg-xcmiscproto/Portfile	2010-04-06 06:54:35 UTC (rev 66150)
+++ trunk/dports/x11/xorg-xcmiscproto/Portfile	2010-04-06 06:54:50 UTC (rev 66151)
@@ -17,7 +17,11 @@
                     rmd160  b66ac94e7eb966889136dcae61395b5917fa70f6
 use_bzip2	yes
 
-universal_variant no
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}
 
 livecheck.type  regex
 livecheck.url   [lindex ${master_sites} 0]?C=M&O=D

Modified: trunk/dports/x11/xorg-xextproto/Portfile
===================================================================
--- trunk/dports/x11/xorg-xextproto/Portfile	2010-04-06 06:54:35 UTC (rev 66150)
+++ trunk/dports/x11/xorg-xextproto/Portfile	2010-04-06 06:54:50 UTC (rev 66151)
@@ -12,7 +12,11 @@
 master_sites 	http://xorg.freedesktop.org/archive/individual/proto
 distname	xextproto-${version}
 use_bzip2	yes
-universal_variant no
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}
 
 checksums           md5     fb6ccaae76db7a35e49b12aea60ca6ff \
                     sha1    1bb4bd12d65a17b3168dc9b4e028b33a2f7b2cad \

Modified: trunk/dports/x11/xorg-xf86bigfontproto/Portfile
===================================================================
--- trunk/dports/x11/xorg-xf86bigfontproto/Portfile	2010-04-06 06:54:35 UTC (rev 66150)
+++ trunk/dports/x11/xorg-xf86bigfontproto/Portfile	2010-04-06 06:54:50 UTC (rev 66151)
@@ -18,7 +18,11 @@
             
 use_bzip2   yes
 
-universal_variant no
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}
 
 livecheck.type  regex
 livecheck.url   [lindex ${master_sites} 0]?C=M&O=D

Modified: trunk/dports/x11/xorg-xf86dgaproto/Portfile
===================================================================
--- trunk/dports/x11/xorg-xf86dgaproto/Portfile	2010-04-06 06:54:35 UTC (rev 66150)
+++ trunk/dports/x11/xorg-xf86dgaproto/Portfile	2010-04-06 06:54:50 UTC (rev 66151)
@@ -13,7 +13,11 @@
 
 distname	xf86dgaproto-${version}
 use_bzip2	yes
-universal_variant no
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}
 
 checksums           md5     a036dc2fcbf052ec10621fd48b68dbb1 \
                     sha1    97a06120e7195c968875e8ba42e82c90ab54948b \

Modified: trunk/dports/x11/xorg-xf86driproto/Portfile
===================================================================
--- trunk/dports/x11/xorg-xf86driproto/Portfile	2010-04-06 06:54:35 UTC (rev 66150)
+++ trunk/dports/x11/xorg-xf86driproto/Portfile	2010-04-06 06:54:50 UTC (rev 66151)
@@ -12,7 +12,11 @@
 master_sites 	http://xorg.freedesktop.org/archive/individual/proto
 distname	xf86driproto-${version}
 use_bzip2	yes
-universal_variant no
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}
 
 checksums           md5     309d552732666c3333d7dc63e80d042f \
                     sha1    0dfc6616ffc68ca3c3b5decb1e365aaa93be8548 \

Modified: trunk/dports/x11/xorg-xf86miscproto/Portfile
===================================================================
--- trunk/dports/x11/xorg-xf86miscproto/Portfile	2010-04-06 06:54:35 UTC (rev 66150)
+++ trunk/dports/x11/xorg-xf86miscproto/Portfile	2010-04-06 06:54:50 UTC (rev 66151)
@@ -16,7 +16,11 @@
                     sha1    52c54ed17e55f26b26654ff16d61da97f9fd36bc \
                     rmd160  644b08dae757338464273be818e28414b99aeba5
 use_bzip2	yes
-universal_variant no
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}
 
 livecheck.type  regex
 livecheck.url   [lindex ${master_sites} 0]?C=M&O=D

Modified: trunk/dports/x11/xorg-xf86vidmodeproto/Portfile
===================================================================
--- trunk/dports/x11/xorg-xf86vidmodeproto/Portfile	2010-04-06 06:54:35 UTC (rev 66150)
+++ trunk/dports/x11/xorg-xf86vidmodeproto/Portfile	2010-04-06 06:54:50 UTC (rev 66151)
@@ -16,7 +16,11 @@
                     sha1    22d034c2f66985f8541b9ea3421096ceaa006355 \
                     rmd160  303c6b35439bb1fd265f2a1627eb12f2be336d9e
 use_bzip2	yes
-universal_variant no
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}
 
 livecheck.type  regex
 livecheck.url   [lindex ${master_sites} 0]?C=M&O=D

Modified: trunk/dports/x11/xorg-xineramaproto/Portfile
===================================================================
--- trunk/dports/x11/xorg-xineramaproto/Portfile	2010-04-06 06:54:35 UTC (rev 66150)
+++ trunk/dports/x11/xorg-xineramaproto/Portfile	2010-04-06 06:54:50 UTC (rev 66151)
@@ -16,7 +16,11 @@
                     sha1    3c397c9ea38aaae785dd7901f250891dfa7f3249 \
                     rmd160  0c54cf51685483de9b980735a124ecc24ec90763
 use_bzip2	yes
-universal_variant no
+if {[info exists supported_archs]} {
+    supported_archs noarch
+} else {
+    universal_variant no
+}
 
 livecheck.type  regex
 livecheck.url   [lindex ${master_sites} 0]?C=M&O=D

Modified: trunk/dports/x11/xorg-xproto/Portfile
===================================================================
--- trunk/dports/x11/xorg-xproto/Portfile	2010-04-06 06:54:35 UTC (rev 66150)
+++ trunk/dports/x11/xorg-xproto/Portfile	2010-04-06 06:54:50 UTC (rev 66151)
@@ -26,7 +26,11 @@
         ${destroot}${docdir}
 }
 
-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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100405/d62849a5/attachment-0001.html>


More information about the macports-changes mailing list