pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/rust



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Tue Sep 13 12:37:08 UTC 2016

Modified Files:
        pkgsrc/lang/rust: Makefile distinfo
        pkgsrc/lang/rust/patches: patch-src_etc_local__stage0.sh

Log Message:
Restore accidentally deleted comment and use .NetBSD suffix
Thank you, jperkin@.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/rust/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/rust/distinfo
cvs rdiff -u -r1.2 -r1.3 \
    pkgsrc/lang/rust/patches/patch-src_etc_local__stage0.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/rust/Makefile
diff -u pkgsrc/lang/rust/Makefile:1.3 pkgsrc/lang/rust/Makefile:1.4
--- pkgsrc/lang/rust/Makefile:1.3       Mon Sep 12 13:27:33 2016
+++ pkgsrc/lang/rust/Makefile   Tue Sep 13 12:37:08 2016
@@ -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.

Index: pkgsrc/lang/rust/distinfo
diff -u pkgsrc/lang/rust/distinfo:1.2 pkgsrc/lang/rust/distinfo:1.3
--- pkgsrc/lang/rust/distinfo:1.2       Mon Sep 12 13:27:33 2016
+++ pkgsrc/lang/rust/distinfo   Tue Sep 13 12:37:08 2016
@@ -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.
 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

Index: pkgsrc/lang/rust/patches/patch-src_etc_local__stage0.sh
diff -u pkgsrc/lang/rust/patches/patch-src_etc_local__stage0.sh:1.2 pkgsrc/lang/rust/patches/patch-src_etc_local__stage0.sh:1.3
--- pkgsrc/lang/rust/patches/patch-src_etc_local__stage0.sh:1.2 Mon Sep 12 13:27:33 2016
+++ pkgsrc/lang/rust/patches/patch-src_etc_local__stage0.sh     Tue Sep 13 12:37:08 2016
@@ -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



Home | Main Index | Thread Index | Old Index