[30687] trunk/dports/cross

source_changes at macosforge.org source_changes at macosforge.org
Sun Nov 4 00:27:29 PDT 2007


Revision: 30687
          http://trac.macosforge.org/projects/macports/changeset/30687
Author:   pguyot at kallisys.net
Date:     2007-11-04 00:27:28 -0700 (Sun, 04 Nov 2007)

Log Message:
-----------
All cross ports violate the layout

Modified Paths:
--------------
    trunk/dports/cross/arm-aout-binutils/Portfile
    trunk/dports/cross/arm-aout-gcc/Portfile
    trunk/dports/cross/arm-elf-binutils/Portfile
    trunk/dports/cross/arm-elf-gcc/Portfile
    trunk/dports/cross/arm-elf-gcc3/Portfile
    trunk/dports/cross/arm-none-linux-gnueabi-binutils/Portfile
    trunk/dports/cross/arm-none-linux-gnueabi-gcc/Portfile
    trunk/dports/cross/arm-none-linux-gnueabi-runtime/Portfile
    trunk/dports/cross/arm-rtems-binutils/Portfile
    trunk/dports/cross/arm-rtems-gcc/Portfile
    trunk/dports/cross/avr-binutils/Portfile
    trunk/dports/cross/avr-gcc/Portfile
    trunk/dports/cross/i386-elf-binutils/Portfile
    trunk/dports/cross/i386-elf-gcc/Portfile
    trunk/dports/cross/i386-rtems-binutils/Portfile
    trunk/dports/cross/i386-rtems-gcc/Portfile
    trunk/dports/cross/i960-rtems-binutils/Portfile
    trunk/dports/cross/i960-rtems-gcc/Portfile
    trunk/dports/cross/m68k-elf-binutils/Portfile
    trunk/dports/cross/m68k-elf-gcc/Portfile
    trunk/dports/cross/m68k-rtems-binutils/Portfile
    trunk/dports/cross/m68k-rtems-gcc/Portfile
    trunk/dports/cross/mips-elf-binutils/Portfile
    trunk/dports/cross/mips-elf-gcc/Portfile
    trunk/dports/cross/mips-rtems-binutils/Portfile
    trunk/dports/cross/mips-rtems-gcc/Portfile
    trunk/dports/cross/powerpc-rtems-binutils/Portfile
    trunk/dports/cross/powerpc-rtems-gcc/Portfile
    trunk/dports/cross/sh-rtems-binutils/Portfile
    trunk/dports/cross/sh-rtems-gcc/Portfile
    trunk/dports/cross/sparc-rtems-binutils/Portfile
    trunk/dports/cross/sparc-rtems-gcc/Portfile

Modified: trunk/dports/cross/arm-aout-binutils/Portfile
===================================================================
--- trunk/dports/cross/arm-aout-binutils/Portfile	2007-11-04 03:55:39 UTC (rev 30686)
+++ trunk/dports/cross/arm-aout-binutils/Portfile	2007-11-04 07:27:28 UTC (rev 30687)
@@ -21,6 +21,9 @@
 					sha1 a557686eef68362ea31a3aa41ce274e3eeae1ef0 \
 					rmd160 3995d7ed97f115e76ce55b4c1f5256d53559c84f
 
+# All cross ports violate the mtree layout.
+destroot.violate_mtree	yes
+
 # Download everything to binutils/
 dist_subdir			binutils
 

Modified: trunk/dports/cross/arm-aout-gcc/Portfile
===================================================================
--- trunk/dports/cross/arm-aout-gcc/Portfile	2007-11-04 03:55:39 UTC (rev 30686)
+++ trunk/dports/cross/arm-aout-gcc/Portfile	2007-11-04 07:27:28 UTC (rev 30687)
@@ -29,6 +29,9 @@
 						sha1 edc50f5cda734b50c5431a2b8d1e579ac82ce3f9 \
 						rmd160 6f2b3f32759925142421ddc069229eff857dd106
 
+# All cross ports violate the mtree layout.
+destroot.violate_mtree	yes
+
 # Download everything to gcc/
 dist_subdir			gcc
 

Modified: trunk/dports/cross/arm-elf-binutils/Portfile
===================================================================
--- trunk/dports/cross/arm-elf-binutils/Portfile	2007-11-04 03:55:39 UTC (rev 30686)
+++ trunk/dports/cross/arm-elf-binutils/Portfile	2007-11-04 07:27:28 UTC (rev 30687)
@@ -21,6 +21,9 @@
 					sha1 a557686eef68362ea31a3aa41ce274e3eeae1ef0 \
 					rmd160 3995d7ed97f115e76ce55b4c1f5256d53559c84f
 
+# All cross ports violate the mtree layout.
+destroot.violate_mtree	yes
+
 # Download everything to binutils/
 dist_subdir			binutils
 

Modified: trunk/dports/cross/arm-elf-gcc/Portfile
===================================================================
--- trunk/dports/cross/arm-elf-gcc/Portfile	2007-11-04 03:55:39 UTC (rev 30686)
+++ trunk/dports/cross/arm-elf-gcc/Portfile	2007-11-04 07:27:28 UTC (rev 30687)
@@ -31,6 +31,9 @@
 						rmd160 6f2b3f32759925142421ddc069229eff857dd106
 patchfiles			patch-gcc-config-arm-t-arm-elf.diff
 
+# All cross ports violate the mtree layout.
+destroot.violate_mtree	yes
+
 # Download everything to gcc/
 dist_subdir			gcc
 

Modified: trunk/dports/cross/arm-elf-gcc3/Portfile
===================================================================
--- trunk/dports/cross/arm-elf-gcc3/Portfile	2007-11-04 03:55:39 UTC (rev 30686)
+++ trunk/dports/cross/arm-elf-gcc3/Portfile	2007-11-04 07:27:28 UTC (rev 30687)
@@ -33,6 +33,9 @@
 						sha1 f6860b36e48fb831a30bab491230bbc7ce2669a2 \
 						rmd160 e57cbb5b3f007ec26a4ec62f5652e23523357001
 
+# All cross ports violate the mtree layout.
+destroot.violate_mtree	yes
+
 # Download everything to gcc/
 dist_subdir			gcc
 

Modified: trunk/dports/cross/arm-none-linux-gnueabi-binutils/Portfile
===================================================================
--- trunk/dports/cross/arm-none-linux-gnueabi-binutils/Portfile	2007-11-04 03:55:39 UTC (rev 30686)
+++ trunk/dports/cross/arm-none-linux-gnueabi-binutils/Portfile	2007-11-04 07:27:28 UTC (rev 30687)
@@ -25,6 +25,9 @@
 # We need msgfmt
 depends_build		bin:msgfmt:gettext
 
+# All cross ports violate the mtree layout.
+destroot.violate_mtree	yes
+
 # Download everything to binutils/
 dist_subdir			binutils
 

Modified: trunk/dports/cross/arm-none-linux-gnueabi-gcc/Portfile
===================================================================
--- trunk/dports/cross/arm-none-linux-gnueabi-gcc/Portfile	2007-11-04 03:55:39 UTC (rev 30686)
+++ trunk/dports/cross/arm-none-linux-gnueabi-gcc/Portfile	2007-11-04 07:27:28 UTC (rev 30687)
@@ -25,6 +25,9 @@
 						sha1 99334733b0e0b2befd7f5eb9c6fac407a71f563e \
 						rmd160 8d08aa976a84e9058ae95616c25e2c5a00ac9b4c 
 
+# All cross ports violate the mtree layout.
+destroot.violate_mtree	yes
+
 # Download everything to gcc/
 dist_subdir			gcc
 

Modified: trunk/dports/cross/arm-none-linux-gnueabi-runtime/Portfile
===================================================================
--- trunk/dports/cross/arm-none-linux-gnueabi-runtime/Portfile	2007-11-04 03:55:39 UTC (rev 30686)
+++ trunk/dports/cross/arm-none-linux-gnueabi-runtime/Portfile	2007-11-04 07:27:28 UTC (rev 30687)
@@ -22,6 +22,9 @@
 						sha1 4064f834dfa9bd77945222c8259a43a5b3809d95 \
 						rmd160 57eb527f2aaf43c850ac9f1e9c7b9a2b890bc3a6
 
+# All cross ports violate the mtree layout.
+destroot.violate_mtree	yes
+
 # Download everything to scratchbox/
 dist_subdir			scratchbox
 

Modified: trunk/dports/cross/arm-rtems-binutils/Portfile
===================================================================
--- trunk/dports/cross/arm-rtems-binutils/Portfile	2007-11-04 03:55:39 UTC (rev 30686)
+++ trunk/dports/cross/arm-rtems-binutils/Portfile	2007-11-04 07:27:28 UTC (rev 30687)
@@ -21,6 +21,9 @@
 					sha1 a557686eef68362ea31a3aa41ce274e3eeae1ef0 \
 					rmd160 3995d7ed97f115e76ce55b4c1f5256d53559c84f
 
+# All cross ports violate the mtree layout.
+destroot.violate_mtree	yes
+
 # Download everything to binutils/
 dist_subdir			binutils
 

Modified: trunk/dports/cross/arm-rtems-gcc/Portfile
===================================================================
--- trunk/dports/cross/arm-rtems-gcc/Portfile	2007-11-04 03:55:39 UTC (rev 30686)
+++ trunk/dports/cross/arm-rtems-gcc/Portfile	2007-11-04 07:27:28 UTC (rev 30687)
@@ -32,6 +32,9 @@
 					gcc-${version}-rtems-20030507a.diff md5 d4adda8ccba7ad57ee36b7720eadf19c \
 					newlib-${newlibversion}-rtems-20030605.diff md5 b1dfdabd92e241d835964c6ef86aa3c9
 
+# All cross ports violate the mtree layout.
+destroot.violate_mtree	yes
+
 # Download everything to gcc/
 dist_subdir			gcc
 

Modified: trunk/dports/cross/avr-binutils/Portfile
===================================================================
--- trunk/dports/cross/avr-binutils/Portfile	2007-11-04 03:55:39 UTC (rev 30686)
+++ trunk/dports/cross/avr-binutils/Portfile	2007-11-04 07:27:28 UTC (rev 30687)
@@ -21,6 +21,8 @@
 					sha1 5c80fd5657da47efc16a63fdd93ef7395319fbbf \
 					rmd160 638861a6b709ac380f1bc13d55c6b48d0532b3d0
 
+# All cross ports violate the mtree layout.
+destroot.violate_mtree	yes
 
 # Download everything to binutils/
 dist_subdir			binutils

Modified: trunk/dports/cross/avr-gcc/Portfile
===================================================================
--- trunk/dports/cross/avr-gcc/Portfile	2007-11-04 03:55:39 UTC (rev 30686)
+++ trunk/dports/cross/avr-gcc/Portfile	2007-11-04 07:27:28 UTC (rev 30687)
@@ -21,6 +21,9 @@
 					sha1 f1b714c6398393d8f7f4ad5be933b462a95b075d \
 					rmd160 70c7e21820da4d29ce6e8e48329d906ee19333aa
 
+# All cross ports violate the mtree layout.
+destroot.violate_mtree	yes
+
 # Download everything to gcc/
 dist_subdir			gcc
 

Modified: trunk/dports/cross/i386-elf-binutils/Portfile
===================================================================
--- trunk/dports/cross/i386-elf-binutils/Portfile	2007-11-04 03:55:39 UTC (rev 30686)
+++ trunk/dports/cross/i386-elf-binutils/Portfile	2007-11-04 07:27:28 UTC (rev 30687)
@@ -21,6 +21,9 @@
 					sha1 a557686eef68362ea31a3aa41ce274e3eeae1ef0 \
 					rmd160 3995d7ed97f115e76ce55b4c1f5256d53559c84f
 
+# All cross ports violate the mtree layout.
+destroot.violate_mtree	yes
+
 # Download everything to binutils/
 dist_subdir			binutils
 

Modified: trunk/dports/cross/i386-elf-gcc/Portfile
===================================================================
--- trunk/dports/cross/i386-elf-gcc/Portfile	2007-11-04 03:55:39 UTC (rev 30686)
+++ trunk/dports/cross/i386-elf-gcc/Portfile	2007-11-04 07:27:28 UTC (rev 30687)
@@ -24,6 +24,9 @@
 checksums			gcc-${version}.tar.bz2 md5 e744b30c834360fccac41eb7269a3011 \
 					newlib-${newlibversion}.tar.gz md5 3d07cc367a22b78c44227456b0d3b7dc
 
+# All cross ports violate the mtree layout.
+destroot.violate_mtree	yes
+
 # Download everything to gcc/
 dist_subdir			gcc
 

Modified: trunk/dports/cross/i386-rtems-binutils/Portfile
===================================================================
--- trunk/dports/cross/i386-rtems-binutils/Portfile	2007-11-04 03:55:39 UTC (rev 30686)
+++ trunk/dports/cross/i386-rtems-binutils/Portfile	2007-11-04 07:27:28 UTC (rev 30687)
@@ -22,6 +22,9 @@
 					sha1 a557686eef68362ea31a3aa41ce274e3eeae1ef0 \
 					rmd160 3995d7ed97f115e76ce55b4c1f5256d53559c84f
 
+# All cross ports violate the mtree layout.
+destroot.violate_mtree	yes
+
 # Download everything to binutils/
 dist_subdir			binutils
 

Modified: trunk/dports/cross/i386-rtems-gcc/Portfile
===================================================================
--- trunk/dports/cross/i386-rtems-gcc/Portfile	2007-11-04 03:55:39 UTC (rev 30686)
+++ trunk/dports/cross/i386-rtems-gcc/Portfile	2007-11-04 07:27:28 UTC (rev 30687)
@@ -33,6 +33,9 @@
 					gcc-${version}-rtems-20030507a.diff md5 d4adda8ccba7ad57ee36b7720eadf19c \
 					newlib-${newlibversion}-rtems-20030605.diff md5 b1dfdabd92e241d835964c6ef86aa3c9
 
+# All cross ports violate the mtree layout.
+destroot.violate_mtree	yes
+
 # Download everything to gcc/
 dist_subdir			gcc
 

Modified: trunk/dports/cross/i960-rtems-binutils/Portfile
===================================================================
--- trunk/dports/cross/i960-rtems-binutils/Portfile	2007-11-04 03:55:39 UTC (rev 30686)
+++ trunk/dports/cross/i960-rtems-binutils/Portfile	2007-11-04 07:27:28 UTC (rev 30687)
@@ -21,6 +21,9 @@
 					sha1 5c80fd5657da47efc16a63fdd93ef7395319fbbf \
 					rmd160 638861a6b709ac380f1bc13d55c6b48d0532b3d0
 
+# All cross ports violate the mtree layout.
+destroot.violate_mtree	yes
+
 # Download everything to binutils/
 dist_subdir			binutils
 

Modified: trunk/dports/cross/i960-rtems-gcc/Portfile
===================================================================
--- trunk/dports/cross/i960-rtems-gcc/Portfile	2007-11-04 03:55:39 UTC (rev 30686)
+++ trunk/dports/cross/i960-rtems-gcc/Portfile	2007-11-04 07:27:28 UTC (rev 30687)
@@ -32,6 +32,9 @@
 					gcc-${version}-rtems-20030507a.diff md5 d4adda8ccba7ad57ee36b7720eadf19c \
 					newlib-${newlibversion}-rtems-20030605.diff md5 b1dfdabd92e241d835964c6ef86aa3c9
 
+# All cross ports violate the mtree layout.
+destroot.violate_mtree	yes
+
 # Download everything to gcc/
 dist_subdir			gcc
 

Modified: trunk/dports/cross/m68k-elf-binutils/Portfile
===================================================================
--- trunk/dports/cross/m68k-elf-binutils/Portfile	2007-11-04 03:55:39 UTC (rev 30686)
+++ trunk/dports/cross/m68k-elf-binutils/Portfile	2007-11-04 07:27:28 UTC (rev 30687)
@@ -21,6 +21,9 @@
 					sha1 a557686eef68362ea31a3aa41ce274e3eeae1ef0 \
 					rmd160 3995d7ed97f115e76ce55b4c1f5256d53559c84f
 
+# All cross ports violate the mtree layout.
+destroot.violate_mtree	yes
+
 # Download everything to binutils/
 dist_subdir			binutils
 

Modified: trunk/dports/cross/m68k-elf-gcc/Portfile
===================================================================
--- trunk/dports/cross/m68k-elf-gcc/Portfile	2007-11-04 03:55:39 UTC (rev 30686)
+++ trunk/dports/cross/m68k-elf-gcc/Portfile	2007-11-04 07:27:28 UTC (rev 30687)
@@ -30,6 +30,9 @@
 						sha1 edc50f5cda734b50c5431a2b8d1e579ac82ce3f9 \
 						rmd160 6f2b3f32759925142421ddc069229eff857dd106
 
+# All cross ports violate the mtree layout.
+destroot.violate_mtree	yes
+
 # Download everything to gcc/
 dist_subdir			gcc
 

Modified: trunk/dports/cross/m68k-rtems-binutils/Portfile
===================================================================
--- trunk/dports/cross/m68k-rtems-binutils/Portfile	2007-11-04 03:55:39 UTC (rev 30686)
+++ trunk/dports/cross/m68k-rtems-binutils/Portfile	2007-11-04 07:27:28 UTC (rev 30687)
@@ -22,6 +22,9 @@
 					sha1 a557686eef68362ea31a3aa41ce274e3eeae1ef0 \
 					rmd160 3995d7ed97f115e76ce55b4c1f5256d53559c84f
 
+# All cross ports violate the mtree layout.
+destroot.violate_mtree	yes
+
 # Download everything to binutils/
 dist_subdir			binutils
 

Modified: trunk/dports/cross/m68k-rtems-gcc/Portfile
===================================================================
--- trunk/dports/cross/m68k-rtems-gcc/Portfile	2007-11-04 03:55:39 UTC (rev 30686)
+++ trunk/dports/cross/m68k-rtems-gcc/Portfile	2007-11-04 07:27:28 UTC (rev 30687)
@@ -33,6 +33,9 @@
 					gcc-${version}-rtems-20030507a.diff md5 d4adda8ccba7ad57ee36b7720eadf19c \
 					newlib-${newlibversion}-rtems-20030605.diff md5 b1dfdabd92e241d835964c6ef86aa3c9
 
+# All cross ports violate the mtree layout.
+destroot.violate_mtree	yes
+
 # Download everything to gcc/
 dist_subdir			gcc
 

Modified: trunk/dports/cross/mips-elf-binutils/Portfile
===================================================================
--- trunk/dports/cross/mips-elf-binutils/Portfile	2007-11-04 03:55:39 UTC (rev 30686)
+++ trunk/dports/cross/mips-elf-binutils/Portfile	2007-11-04 07:27:28 UTC (rev 30687)
@@ -21,6 +21,9 @@
 					sha1 a557686eef68362ea31a3aa41ce274e3eeae1ef0 \
 					rmd160 3995d7ed97f115e76ce55b4c1f5256d53559c84f
 
+# All cross ports violate the mtree layout.
+destroot.violate_mtree	yes
+
 # Download everything to binutils/
 dist_subdir			binutils
 

Modified: trunk/dports/cross/mips-elf-gcc/Portfile
===================================================================
--- trunk/dports/cross/mips-elf-gcc/Portfile	2007-11-04 03:55:39 UTC (rev 30686)
+++ trunk/dports/cross/mips-elf-gcc/Portfile	2007-11-04 07:27:28 UTC (rev 30687)
@@ -24,6 +24,9 @@
 checksums			gcc-${version}.tar.bz2 sha1 389bcc98e391545e501c05557a8651104beac059 \
 					newlib-${newlibversion}.tar.gz md5 3d07cc367a22b78c44227456b0d3b7dc
 
+# All cross ports violate the mtree layout.
+destroot.violate_mtree	yes
+
 # Download everything to gcc/
 dist_subdir			gcc
 

Modified: trunk/dports/cross/mips-rtems-binutils/Portfile
===================================================================
--- trunk/dports/cross/mips-rtems-binutils/Portfile	2007-11-04 03:55:39 UTC (rev 30686)
+++ trunk/dports/cross/mips-rtems-binutils/Portfile	2007-11-04 07:27:28 UTC (rev 30687)
@@ -22,6 +22,9 @@
 					sha1 a557686eef68362ea31a3aa41ce274e3eeae1ef0 \
 					rmd160 3995d7ed97f115e76ce55b4c1f5256d53559c84f
 
+# All cross ports violate the mtree layout.
+destroot.violate_mtree	yes
+
 # Download everything to binutils/
 dist_subdir			binutils
 

Modified: trunk/dports/cross/mips-rtems-gcc/Portfile
===================================================================
--- trunk/dports/cross/mips-rtems-gcc/Portfile	2007-11-04 03:55:39 UTC (rev 30686)
+++ trunk/dports/cross/mips-rtems-gcc/Portfile	2007-11-04 07:27:28 UTC (rev 30687)
@@ -33,6 +33,9 @@
 					gcc-${version}-rtems-20030507a.diff md5 d4adda8ccba7ad57ee36b7720eadf19c \
 					newlib-${newlibversion}-rtems-20030605.diff md5 b1dfdabd92e241d835964c6ef86aa3c9
 
+# All cross ports violate the mtree layout.
+destroot.violate_mtree	yes
+
 # Download everything to gcc/
 dist_subdir			gcc
 

Modified: trunk/dports/cross/powerpc-rtems-binutils/Portfile
===================================================================
--- trunk/dports/cross/powerpc-rtems-binutils/Portfile	2007-11-04 03:55:39 UTC (rev 30686)
+++ trunk/dports/cross/powerpc-rtems-binutils/Portfile	2007-11-04 07:27:28 UTC (rev 30687)
@@ -22,6 +22,9 @@
 					sha1 a557686eef68362ea31a3aa41ce274e3eeae1ef0 \
 					rmd160 3995d7ed97f115e76ce55b4c1f5256d53559c84f
 
+# All cross ports violate the mtree layout.
+destroot.violate_mtree	yes
+
 # Download everything to binutils/
 dist_subdir			binutils
 

Modified: trunk/dports/cross/powerpc-rtems-gcc/Portfile
===================================================================
--- trunk/dports/cross/powerpc-rtems-gcc/Portfile	2007-11-04 03:55:39 UTC (rev 30686)
+++ trunk/dports/cross/powerpc-rtems-gcc/Portfile	2007-11-04 07:27:28 UTC (rev 30687)
@@ -33,6 +33,9 @@
 					gcc-${version}-rtems-20030507a.diff md5 d4adda8ccba7ad57ee36b7720eadf19c \
 					newlib-${newlibversion}-rtems-20030605.diff md5 b1dfdabd92e241d835964c6ef86aa3c9
 
+# All cross ports violate the mtree layout.
+destroot.violate_mtree	yes
+
 # Download everything to gcc/
 dist_subdir			gcc
 

Modified: trunk/dports/cross/sh-rtems-binutils/Portfile
===================================================================
--- trunk/dports/cross/sh-rtems-binutils/Portfile	2007-11-04 03:55:39 UTC (rev 30686)
+++ trunk/dports/cross/sh-rtems-binutils/Portfile	2007-11-04 07:27:28 UTC (rev 30687)
@@ -21,6 +21,9 @@
 					sha1 a557686eef68362ea31a3aa41ce274e3eeae1ef0 \
 					rmd160 3995d7ed97f115e76ce55b4c1f5256d53559c84f
 
+# All cross ports violate the mtree layout.
+destroot.violate_mtree	yes
+
 # Download everything to binutils/
 dist_subdir			binutils
 

Modified: trunk/dports/cross/sh-rtems-gcc/Portfile
===================================================================
--- trunk/dports/cross/sh-rtems-gcc/Portfile	2007-11-04 03:55:39 UTC (rev 30686)
+++ trunk/dports/cross/sh-rtems-gcc/Portfile	2007-11-04 07:27:28 UTC (rev 30687)
@@ -32,6 +32,9 @@
 					gcc-${version}-rtems-20030507a.diff md5 d4adda8ccba7ad57ee36b7720eadf19c \
 					newlib-${newlibversion}-rtems-20030605.diff md5 b1dfdabd92e241d835964c6ef86aa3c9
 
+# All cross ports violate the mtree layout.
+destroot.violate_mtree	yes
+
 # Download everything to gcc/
 dist_subdir			gcc
 

Modified: trunk/dports/cross/sparc-rtems-binutils/Portfile
===================================================================
--- trunk/dports/cross/sparc-rtems-binutils/Portfile	2007-11-04 03:55:39 UTC (rev 30686)
+++ trunk/dports/cross/sparc-rtems-binutils/Portfile	2007-11-04 07:27:28 UTC (rev 30687)
@@ -21,6 +21,9 @@
 					sha1 a557686eef68362ea31a3aa41ce274e3eeae1ef0 \
 					rmd160 3995d7ed97f115e76ce55b4c1f5256d53559c84f
 
+# All cross ports violate the mtree layout.
+destroot.violate_mtree	yes
+
 # Download everything to binutils/
 dist_subdir			binutils
 

Modified: trunk/dports/cross/sparc-rtems-gcc/Portfile
===================================================================
--- trunk/dports/cross/sparc-rtems-gcc/Portfile	2007-11-04 03:55:39 UTC (rev 30686)
+++ trunk/dports/cross/sparc-rtems-gcc/Portfile	2007-11-04 07:27:28 UTC (rev 30687)
@@ -32,6 +32,9 @@
 					gcc-${version}-rtems-20030507a.diff md5 d4adda8ccba7ad57ee36b7720eadf19c \
 					newlib-${newlibversion}-rtems-20030605.diff md5 b1dfdabd92e241d835964c6ef86aa3c9
 
+# All cross ports violate the mtree layout.
+destroot.violate_mtree	yes
+
 # Download everything to gcc/
 dist_subdir			gcc
 

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


More information about the macports-changes mailing list