Diff
Modified: trunk/dports/lang/llvm-2.9/Portfile (117572 => 117573)
--- trunk/dports/lang/llvm-2.9/Portfile 2014-03-04 00:42:27 UTC (rev 117572)
+++ trunk/dports/lang/llvm-2.9/Portfile 2014-03-04 01:06:53 UTC (rev 117573)
@@ -211,6 +211,8 @@
reinplace {/^UniversalArchs/ s/arm[^ )]* *//g} ${worksrcpath}/projects/compiler-rt/make/platform/clang_darwin.mk
reinplace {/^Configs/ s/arm[^ )]* *//g} ${worksrcpath}/projects/compiler-rt/make/platform/clang_darwin.mk
}
+
+ reinplace {s/VERBOSE := 0/VERBOSE := 1/} ${worksrcpath}/projects/compiler-rt/make/config.mk
}
}
Modified: trunk/dports/lang/llvm-3.0/Portfile (117572 => 117573)
--- trunk/dports/lang/llvm-3.0/Portfile 2014-03-04 00:42:27 UTC (rev 117572)
+++ trunk/dports/lang/llvm-3.0/Portfile 2014-03-04 01:06:53 UTC (rev 117573)
@@ -207,6 +207,8 @@
reinplace {/^SubDirs/ s/arm//} ${worksrcpath}/projects/compiler-rt/lib/Makefile.mk
reinplace {/^UniversalArchs/ s/arm[^ )]* *//g} ${worksrcpath}/projects/compiler-rt/make/platform/clang_darwin.mk
}
+
+ reinplace {s/VERBOSE := 0/VERBOSE := 1/} ${worksrcpath}/projects/compiler-rt/make/config.mk
}
}
Modified: trunk/dports/lang/llvm-3.1/Portfile (117572 => 117573)
--- trunk/dports/lang/llvm-3.1/Portfile 2014-03-04 00:42:27 UTC (rev 117572)
+++ trunk/dports/lang/llvm-3.1/Portfile 2014-03-04 01:06:53 UTC (rev 117573)
@@ -211,6 +211,8 @@
reinplace {/^SubDirs/ s/arm//} ${worksrcpath}/projects/compiler-rt/lib/Makefile.mk
reinplace {/^UniversalArchs/ s/arm[^ )]* *//g} ${worksrcpath}/projects/compiler-rt/make/platform/clang_darwin.mk
}
+
+ reinplace {s/VERBOSE := 0/VERBOSE := 1/} ${worksrcpath}/projects/compiler-rt/make/config.mk
}
}
Modified: trunk/dports/lang/llvm-3.2/Portfile (117572 => 117573)
--- trunk/dports/lang/llvm-3.2/Portfile 2014-03-04 00:42:27 UTC (rev 117572)
+++ trunk/dports/lang/llvm-3.2/Portfile 2014-03-04 01:06:53 UTC (rev 117573)
@@ -217,6 +217,8 @@
reinplace {/cc_kext_ios5/ s/^/#/} ${worksrcpath}/projects/compiler-rt/make/platform/clang_darwin.mk
reinplace {s/cc_kext_ios5.a//} ${worksrcpath}/tools/clang/runtime/compiler-rt/Makefile
}
+
+ reinplace {s/VERBOSE := 0/VERBOSE := 1/} ${worksrcpath}/projects/compiler-rt/make/config.mk
}
}
Modified: trunk/dports/lang/llvm-3.3/Portfile (117572 => 117573)
--- trunk/dports/lang/llvm-3.3/Portfile 2014-03-04 00:42:27 UTC (rev 117572)
+++ trunk/dports/lang/llvm-3.3/Portfile 2014-03-04 01:06:53 UTC (rev 117573)
@@ -206,6 +206,8 @@
reinplace {/cc_kext_ios5/ s/^/#/} ${worksrcpath}/projects/compiler-rt/make/platform/clang_darwin.mk
reinplace {s/cc_kext_ios5.a//} ${worksrcpath}/tools/clang/runtime/compiler-rt/Makefile
}
+
+ reinplace {s/VERBOSE := 0/VERBOSE := 1/} ${worksrcpath}/projects/compiler-rt/make/config.mk
}
}
Modified: trunk/dports/lang/llvm-3.4/Portfile (117572 => 117573)
--- trunk/dports/lang/llvm-3.4/Portfile 2014-03-04 00:42:27 UTC (rev 117572)
+++ trunk/dports/lang/llvm-3.4/Portfile 2014-03-04 01:06:53 UTC (rev 117573)
@@ -231,6 +231,8 @@
reinplace {s/cc_kext_ios5.a//} ${worksrcpath}/tools/clang/runtime/compiler-rt/Makefile
}
+ reinplace {s/VERBOSE := 0/VERBOSE := 1/} ${worksrcpath}/projects/compiler-rt/make/config.mk
+
reinplace "s|@@PREFIX@@|${prefix}|g" \
${worksrcpath}/projects/compiler-rt/make/platform/clang_darwin.mk \
${worksrcpath}/projects/compiler-rt/make/platform/clang_darwin_embedded.mk
Modified: trunk/dports/lang/llvm-3.5/Portfile (117572 => 117573)
--- trunk/dports/lang/llvm-3.5/Portfile 2014-03-04 00:42:27 UTC (rev 117572)
+++ trunk/dports/lang/llvm-3.5/Portfile 2014-03-04 01:06:53 UTC (rev 117573)
@@ -233,10 +233,10 @@
reinplace {/cc_kext_ios5/ s/^/#/} ${worksrcpath}/projects/compiler-rt/make/platform/clang_darwin.mk
reinplace {s/cc_kext_ios5.a//} ${worksrcpath}/tools/clang/runtime/compiler-rt/Makefile
-
- reinplace {s/VERBOSE := 0/VERBOSE := 1/} ${worksrcpath}/projects/compiler-rt/make/config.mk
}
+ reinplace {s/VERBOSE := 0/VERBOSE := 1/} ${worksrcpath}/projects/compiler-rt/make/config.mk
+
reinplace "s|@@PREFIX@@|${prefix}|g" \
${worksrcpath}/projects/compiler-rt/make/platform/clang_darwin.mk \
${worksrcpath}/projects/compiler-rt/make/platform/clang_macho_embedded.mk