summaryrefslogtreecommitdiff
path: root/lang/rust-nightly/files/patch-configure
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2018-02-24 06:17:17 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2018-02-24 06:17:17 +0000
commit01b60efd6f1dcb88ae5af68b322e65c319909022 (patch)
tree117b807343b8d48b2603671aeba52d6ec1fee64d /lang/rust-nightly/files/patch-configure
parentNo need to actually recompress rust-std, libarchive does the right thing (diff)
Unbreak on i386/amd64 and update to 1.25.0-2018-02-19
- Stop using git to build as it is unmaintainable due to submodules, but more importantly because src/vendor is no longer bundled. Just fetch the source already generated that has all dependencies bundled. It may be a bit slower to get updates but is far more maintainable. - Copy all patches to lang/rust-nightly/files since they may not always apply exactly between both versions. - Add in patch for llvm-config getting -lexecinfo wrong, this is in review with LLVM at https://reviews.llvm.org/D42702. - Bring in other random updates from lang/rust.
Notes
Notes: svn path=/head/; revision=462769
Diffstat (limited to 'lang/rust-nightly/files/patch-configure')
-rw-r--r--lang/rust-nightly/files/patch-configure10
1 files changed, 0 insertions, 10 deletions
diff --git a/lang/rust-nightly/files/patch-configure b/lang/rust-nightly/files/patch-configure
deleted file mode 100644
index 3914be291368..000000000000
--- a/lang/rust-nightly/files/patch-configure
+++ /dev/null
@@ -1,10 +0,0 @@
---- configure.orig 2016-07-17 07:06:29 UTC
-+++ configure
-@@ -737,7 +737,6 @@ if [ -n "$CFG_ENABLE_ORBIT" ]; then putv
-
- step_msg "looking for build programs"
-
--probe_need CFG_CURL curl
- if [ -z "$CFG_PYTHON_PROVIDED" ]; then
- probe_need CFG_PYTHON python2.7 python2 python
- fi