[27662] trunk/dports/cross

source_changes at macosforge.org source_changes at macosforge.org
Sat Aug 11 10:59:12 PDT 2007


Revision: 27662
          http://trac.macosforge.org/projects/macports/changeset/27662
Author:   landonf at macports.org
Date:     2007-08-11 10:59:11 -0700 (Sat, 11 Aug 2007)

Log Message:
-----------
Work-around the experimental destroot validation. This is going to break, at the very least, all of the cross-compilers.

Modified Paths:
--------------
    trunk/dports/cross/arm-apple-darwin-binutils/Portfile
    trunk/dports/cross/arm-apple-darwin-cc/Portfile
    trunk/dports/cross/arm-apple-darwin-runtime/Portfile

Modified: trunk/dports/cross/arm-apple-darwin-binutils/Portfile
===================================================================
--- trunk/dports/cross/arm-apple-darwin-binutils/Portfile	2007-08-11 17:11:12 UTC (rev 27661)
+++ trunk/dports/cross/arm-apple-darwin-binutils/Portfile	2007-08-11 17:59:11 UTC (rev 27662)
@@ -25,6 +25,9 @@
 
 build.args		DESTDIR=${destroot}
 
+# Work-around the experimental destroot validation
+destroot.violate_mtree	yes
+
 pre-configure {
 	if {![file exists ${iphone_prefix}/heavenly/usr/lib/dyld]} {
 		return -code error "Heavenly (the iPhone installation disk image) must be manually copied to ${iphone_prefix}/heavenly before building this port: sudo mkdir -p ${iphone_prefix}/heavenly && sudo cp -Rn <HeavenlyDirectory> ${iphone_prefix}"

Modified: trunk/dports/cross/arm-apple-darwin-cc/Portfile
===================================================================
--- trunk/dports/cross/arm-apple-darwin-cc/Portfile	2007-08-11 17:11:12 UTC (rev 27661)
+++ trunk/dports/cross/arm-apple-darwin-cc/Portfile	2007-08-11 17:59:11 UTC (rev 27662)
@@ -29,6 +29,9 @@
 build.target		driver
 build.args		DESTDIR=${destroot}
 
+# Work-around the experimental destroot validation
+destroot.violate_mtree	yes
+
 post-patch {
 	reinplace s|@MACPORTS_PREFIX@|${prefix}|g ${worksrcpath}/driver/arm-cc-specs.in
 }

Modified: trunk/dports/cross/arm-apple-darwin-runtime/Portfile
===================================================================
--- trunk/dports/cross/arm-apple-darwin-runtime/Portfile	2007-08-11 17:11:12 UTC (rev 27661)
+++ trunk/dports/cross/arm-apple-darwin-runtime/Portfile	2007-08-11 17:59:11 UTC (rev 27662)
@@ -27,6 +27,9 @@
 build.target		includes csu libarmfp
 build.args		DESTDIR=${destroot}
 
+# Work-around the experimental destroot validation
+destroot.violate_mtree	yes
+
 pre-build {
 	file mkdir ${destroot}/${iphone_prefix}/lib
 }

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


More information about the macports-changes mailing list