[112955] trunk/dports/lang

ryandesign at macports.org ryandesign at macports.org
Mon Nov 4 19:11:56 PST 2013


Revision: 112955
          https://trac.macports.org/changeset/112955
Author:   ryandesign at macports.org
Date:     2013-11-04 19:11:56 -0800 (Mon, 04 Nov 2013)
Log Message:
-----------
apple-gcc42, llvm-gcc42: don't rely on correct permissions on files in the files directory (#40886)

Modified Paths:
--------------
    trunk/dports/lang/apple-gcc42/Portfile
    trunk/dports/lang/llvm-gcc42/Portfile

Modified: trunk/dports/lang/apple-gcc42/Portfile
===================================================================
--- trunk/dports/lang/apple-gcc42/Portfile	2013-11-05 03:07:53 UTC (rev 112954)
+++ trunk/dports/lang/apple-gcc42/Portfile	2013-11-05 03:11:56 UTC (rev 112955)
@@ -123,7 +123,7 @@
 #}
 
 post-extract {
-    file copy -force ${filespath}/build_gcc ${worksrcpath}
+    xinstall -W ${filespath} build_gcc ${worksrcpath}
 }
 
 post-patch {

Modified: trunk/dports/lang/llvm-gcc42/Portfile
===================================================================
--- trunk/dports/lang/llvm-gcc42/Portfile	2013-11-05 03:07:53 UTC (rev 112954)
+++ trunk/dports/lang/llvm-gcc42/Portfile	2013-11-05 03:11:56 UTC (rev 112955)
@@ -56,7 +56,7 @@
 	driverdriver-armcheck.patch
 
 post-extract {
-    file copy -force ${filespath}/build_gcc ${worksrcpath}
+    xinstall -W ${filespath} build_gcc ${worksrcpath}
 }
 
 post-patch {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131104/bc44dfd9/attachment.html>


More information about the macports-changes mailing list