[26639] trunk/base/src/package1.0/portrpm.tcl

source_changes at macosforge.org source_changes at macosforge.org
Sun Jul 1 03:37:13 PDT 2007


Revision: 26639
          http://trac.macosforge.org/projects/macports/changeset/26639
Author:   afb at macports.org
Date:     2007-07-01 03:37:12 -0700 (Sun, 01 Jul 2007)

Log Message:
-----------
remove the org.macports.${os.arch} dependency, it breaks universal packages and is redundant with the rpm build arch anyway

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

Modified: trunk/base/src/package1.0/portrpm.tcl
===================================================================
--- trunk/base/src/package1.0/portrpm.tcl	2007-07-01 10:15:25 UTC (rev 26638)
+++ trunk/base/src/package1.0/portrpm.tcl	2007-07-01 10:37:12 UTC (rev 26639)
@@ -109,7 +109,6 @@
 
 	# depend on system (virtual packages for apple stuff)
 	regexp {[0-9]+} ${os.version} major
-	lappend dependencies "org.macports.${os.arch}"
 	lappend dependencies "org.macports.${os.platform}${major}"
     
     set listpath ${workpath}/${portname}.filelist

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070701/c8f6e795/attachment.html


More information about the macports-changes mailing list