summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2016-09-13 12:37:08 +0000
committerryoon <ryoon@pkgsrc.org>2016-09-13 12:37:08 +0000
commite941c1c054a900ffb5a60c7cbdf304a5e6d4b03a (patch)
tree8335dbdfe652bbeced0eea3caec996adcb8ae92b /lang
parentae16e1f429a7d656309c7e906309c684d22555d2 (diff)
downloadpkgsrc-e941c1c054a900ffb5a60c7cbdf304a5e6d4b03a.tar.gz
Restore accidentally deleted comment and use .NetBSD suffix
Thank you, jperkin@.
Diffstat (limited to 'lang')
-rw-r--r--lang/rust/Makefile6
-rw-r--r--lang/rust/distinfo4
-rw-r--r--lang/rust/patches/patch-src_etc_local__stage0.sh5
3 files changed, 8 insertions, 7 deletions
diff --git a/lang/rust/Makefile b/lang/rust/Makefile
index 46fe6cf653c..93f2cec9ff5 100644
--- a/lang/rust/Makefile
+++ b/lang/rust/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2016/09/12 13:27:33 ryoon Exp $
+# $NetBSD: Makefile,v 1.4 2016/09/13 12:37:08 ryoon Exp $
DISTNAME= rustc-1.11.0-src
PKGNAME= ${DISTNAME:S/rustc/rust/:S/-src//}
@@ -57,9 +57,7 @@ CONFIGURE_ARGS+= --disable-jemalloc
#
# Under NetBSD, do not use DT_RUNPATH
#
-.if ${OPSYS} == "NetBSD"
-BUILDLINK_TRANSFORM+= rm:-Wl,--enable-new-dtags
-.endif
+BUILDLINK_TRANSFORM.NetBSD+= rm:-Wl,--enable-new-dtags
#
# Can't use pkgsrc llvm on SunOS at the moment due to a relocation error.
diff --git a/lang/rust/distinfo b/lang/rust/distinfo
index 7608fc7eb8a..fddaff7951a 100644
--- a/lang/rust/distinfo
+++ b/lang/rust/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2016/09/12 13:27:33 ryoon Exp $
+$NetBSD: distinfo,v 1.3 2016/09/13 12:37:08 ryoon Exp $
SHA1 (rust-1.10.0-i686-unknown-linux-gnu.tar.gz) = aded64d8ddc5d286ffc81de21c6a8c47951ac329
RMD160 (rust-1.10.0-i686-unknown-linux-gnu.tar.gz) = 9248526a5f9656e083a221f0931f9cec6b1a0726
@@ -28,7 +28,7 @@ SHA1 (patch-mk_cfg_x86__64-apple-darwin.mk) = 37b50b64ea5607588d541852e07f02a461
SHA1 (patch-mk_rt.mk) = 51238ae320b47296546537aeb050773511049d11
SHA1 (patch-mk_rustllvm.mk) = 500ce129d9ea83fc97317679b45a79f12c8ca9e8
SHA1 (patch-src_compiler-rt_lib_builtins_CMakeLists.txt) = 288870c40b5e4ce29cbfb19cc9f56d35152c47fa
-SHA1 (patch-src_etc_local__stage0.sh) = 28de26517296557d611afd0db0d43aa046b1676f
+SHA1 (patch-src_etc_local__stage0.sh) = 965e53e0522c0bdcb0a3976af7b8ac53635502f1
SHA1 (patch-src_liblibc_src_unix_solaris_mod.rs) = 7279fb49054d203b045327a5b9c52b2fbdc2c8d6
SHA1 (patch-src_librustc__trans_back_linker.rs) = 279850f534bed6380bbc3ffd47e49938fa6423df
SHA1 (patch-src_libstd_rtdeps.rs) = ed271c5b83a8d623469abd39a2d072bfffbcc890
diff --git a/lang/rust/patches/patch-src_etc_local__stage0.sh b/lang/rust/patches/patch-src_etc_local__stage0.sh
index 44967e33065..2735f544f70 100644
--- a/lang/rust/patches/patch-src_etc_local__stage0.sh
+++ b/lang/rust/patches/patch-src_etc_local__stage0.sh
@@ -1,4 +1,7 @@
-$NetBSD: patch-src_etc_local__stage0.sh,v 1.2 2016/09/12 13:27:33 ryoon Exp $
+$NetBSD: patch-src_etc_local__stage0.sh,v 1.3 2016/09/13 12:37:08 ryoon Exp $
+
+-Copy additional libarena required on Darwin.
+-Copy GCC support libraries required on SunOS.
--- src/etc/local_stage0.sh.orig 2016-08-16 01:54:35.000000000 +0000
+++ src/etc/local_stage0.sh