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: Thu Mar 12 12:51:29 UTC 2020
Modified Files:
pkgsrc/lang/rust: distinfo
Added Files:
pkgsrc/lang/rust/patches: patch-vendor_libssh2-sys_libssh2_Makefile.am
Log Message:
rust: Fix POSIX shell portability issue
To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 pkgsrc/lang/rust/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/lang/rust/patches/patch-vendor_libssh2-sys_libssh2_Makefile.am
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/distinfo
diff -u pkgsrc/lang/rust/distinfo:1.104 pkgsrc/lang/rust/distinfo:1.105
--- pkgsrc/lang/rust/distinfo:1.104 Fri Feb 28 11:10:36 2020
+++ pkgsrc/lang/rust/distinfo Thu Mar 12 12:51:29 2020
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.104 2020/02/28 11:10:36 adam Exp $
+$NetBSD: distinfo,v 1.105 2020/03/12 12:51:29 ryoon Exp $
SHA1 (rust-1.35.0-armv7-unknown-netbsd-eabihf.tar.gz) = 91517fa95f954427c627cf63eb7c518abd068f3e
RMD160 (rust-1.35.0-armv7-unknown-netbsd-eabihf.tar.gz) = 06a3d922b27aac2deb570301542897a131b47cd0
@@ -128,5 +128,6 @@ SHA1 (patch-src_tools_rust-installer_ins
SHA1 (patch-src_vendor_rand-0.6.1_src_rngs_os.rs) = c068ae41fb69a524336efcef7df7a9d1326d04f1
SHA1 (patch-vendor_backtrace-sys_src_libbacktrace_configure) = 90e54f66edce65ebe23fbf2480deb193ca926733
SHA1 (patch-vendor_libc_src_unix_solarish_mod.rs) = 804ea03be546fef0d2bd37d7f8abb26d38a7892b
+SHA1 (patch-vendor_libssh2-sys_libssh2_Makefile.am) = 5343adcf044eeed1f325cd29d28964e209a50058
SHA1 (patch-vendor_lzma-sys_config.h) = ab963fc8d7a847715e0e0dc2928333efe38e923f
SHA1 (patch-vendor_rand__os_src_netbsd.rs) = 049df63c904abd81cb92f33fa0882f5c81cae51a
Added files:
Index: pkgsrc/lang/rust/patches/patch-vendor_libssh2-sys_libssh2_Makefile.am
diff -u /dev/null pkgsrc/lang/rust/patches/patch-vendor_libssh2-sys_libssh2_Makefile.am:1.1
--- /dev/null Thu Mar 12 12:51:29 2020
+++ pkgsrc/lang/rust/patches/patch-vendor_libssh2-sys_libssh2_Makefile.am Thu Mar 12 12:51:29 2020
@@ -0,0 +1,13 @@
+$NetBSD: patch-vendor_libssh2-sys_libssh2_Makefile.am,v 1.1 2020/03/12 12:51:29 ryoon Exp $
+
+--- vendor/libssh2-sys/libssh2/Makefile.am.orig 2020-02-25 00:28:47.000000000 +0000
++++ vendor/libssh2-sys/libssh2/Makefile.am
+@@ -119,7 +119,7 @@ $(DSP): win32/msvcproj.head win32/msvcpr
+ for file in $$sorted_hdrs; do \
+ echo "# Begin Source File"; \
+ echo ""; \
+- if [ "$$file" == "libssh2_config.h" ]; \
++ if [ "$$file" = "libssh2_config.h" ]; \
+ then \
+ echo "SOURCE=.\\"$$file; \
+ else \
Home |
Main Index |
Thread Index |
Old Index