[117573] trunk/dports/lang
jeremyhu at macports.org
jeremyhu at macports.org
Mon Mar 3 17:06:53 PST 2014
Revision: 117573
https://trac.macports.org/changeset/117573
Author: jeremyhu at macports.org
Date: 2014-03-03 17:06:53 -0800 (Mon, 03 Mar 2014)
Log Message:
-----------
llvm*: Be more verbose when building compiler-rt to help track down #42108
Modified Paths:
--------------
trunk/dports/lang/llvm-2.9/Portfile
trunk/dports/lang/llvm-3.0/Portfile
trunk/dports/lang/llvm-3.1/Portfile
trunk/dports/lang/llvm-3.2/Portfile
trunk/dports/lang/llvm-3.3/Portfile
trunk/dports/lang/llvm-3.4/Portfile
trunk/dports/lang/llvm-3.5/Portfile
Modified: trunk/dports/lang/llvm-2.9/Portfile
===================================================================
--- 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
===================================================================
--- 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
===================================================================
--- 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
===================================================================
--- 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
===================================================================
--- 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
===================================================================
--- 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
===================================================================
--- 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140303/d52bcc47/attachment-0001.html>
More information about the macports-changes
mailing list