[58979] trunk/base/src/package1.0/portarchive.tcl

snc at macports.org snc at macports.org
Wed Oct 7 20:40:59 PDT 2009


Revision: 58979
          http://trac.macports.org/changeset/58979
Author:   snc at macports.org
Date:     2009-10-07 20:40:57 -0700 (Wed, 07 Oct 2009)
Log Message:
-----------
add build_arch to check for missing archive

Modified Paths:
--------------
    trunk/base/src/package1.0/portarchive.tcl

Modified: trunk/base/src/package1.0/portarchive.tcl
===================================================================
--- trunk/base/src/package1.0/portarchive.tcl	2009-10-08 03:10:53 UTC (rev 58978)
+++ trunk/base/src/package1.0/portarchive.tcl	2009-10-08 03:40:57 UTC (rev 58979)
@@ -111,7 +111,7 @@
 		set any_missing no
 		foreach archive.type [option portarchivetype] {
 			if {[catch {archiveTypeIsSupported ${archive.type}} errmsg] == 0} {
-				set archive.file "${name}-${version}_${revision}${portvariants}.[option os.arch].${archive.type}"
+				set archive.file "${name}-${version}_${revision}${portvariants}.${configure.build_arch}.${archive.type}"
 				set archive.path "[file join ${archive.fulldestpath} ${archive.file}]"
 				if {![file exists ${archive.path}]} {
 				    set any_missing yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091007/20ca5d69/attachment.html>


More information about the macports-changes mailing list