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:   he
Date:           Sun Jun 13 12:19:16 UTC 2021

Modified Files:
        pkgsrc/lang/rust: Makefile distinfo
        pkgsrc/lang/rust/patches:
            patch-src_tools_rust-installer_install-template.sh

Log Message:
rust: apply patch from the old lang/rust-bin package.

This synchronizes lang/rust with wip/rust.
Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.240 -r1.241 pkgsrc/lang/rust/Makefile
cvs rdiff -u -r1.135 -r1.136 pkgsrc/lang/rust/distinfo
cvs rdiff -u -r1.5 -r1.6 \
    pkgsrc/lang/rust/patches/patch-src_tools_rust-installer_install-template.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.240 pkgsrc/lang/rust/Makefile:1.241
--- pkgsrc/lang/rust/Makefile:1.240     Tue Jun  1 18:15:30 2021
+++ pkgsrc/lang/rust/Makefile   Sun Jun 13 12:19:16 2021
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.240 2021/06/01 18:15:30 adam Exp $
+# $NetBSD: Makefile,v 1.241 2021/06/13 12:19:16 he Exp $
 
 DISTNAME=      rustc-1.52.1-src
 PKGNAME=       ${DISTNAME:S/rustc/rust/:S/-src//}
+PKGREVISION=   4
 CATEGORIES=    lang
 MASTER_SITES=  https://static.rust-lang.org/dist/
 

Index: pkgsrc/lang/rust/distinfo
diff -u pkgsrc/lang/rust/distinfo:1.135 pkgsrc/lang/rust/distinfo:1.136
--- pkgsrc/lang/rust/distinfo:1.135     Wed Jun  9 13:42:30 2021
+++ pkgsrc/lang/rust/distinfo   Sun Jun 13 12:19:16 2021
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.135 2021/06/09 13:42:30 adam Exp $
+$NetBSD: distinfo,v 1.136 2021/06/13 12:19:16 he Exp $
 
 SHA1 (rust-1.51.0-aarch64-apple-darwin.tar.gz) = 4780de680bb5641ee9e0554bf554c9774b77a3df
 RMD160 (rust-1.51.0-aarch64-apple-darwin.tar.gz) = 8bb65e59163f56afb82443c917cf2f0f34d1122b
@@ -152,7 +152,7 @@ SHA1 (patch-src_tools_cargo_src_cargo_co
 SHA1 (patch-src_tools_cargo_tests_testsuite_build.rs) = 10e6c1253adac0262b000aec7636fa0d2ebb666c
 SHA1 (patch-src_tools_rls_rls_src_cmd.rs) = fade3e60fecac5c4e4d4ee5bee82659b4eb385b7
 SHA1 (patch-src_tools_rls_rls_src_server_io.rs) = 51af64526db55abcf6b4b3165df314a16cf62e34
-SHA1 (patch-src_tools_rust-installer_install-template.sh) = 0eb45efc0928000649026d4317fe5f95b5f6dd4a
+SHA1 (patch-src_tools_rust-installer_install-template.sh) = f2533c2ae0d45d48b5ebea5d36842b4a1b9009af
 SHA1 (patch-vendor_cc-1.0.60_src_lib.rs) = 42ddba7dfbec922e5ef948b97ff8c70bae1b0113
 SHA1 (patch-vendor_cc_src_lib.rs) = 27d8b8b6d9a607362152069a206298854f517460
 SHA1 (patch-vendor_libc_src_unix_solarish_mod.rs) = 804ea03be546fef0d2bd37d7f8abb26d38a7892b

Index: pkgsrc/lang/rust/patches/patch-src_tools_rust-installer_install-template.sh
diff -u pkgsrc/lang/rust/patches/patch-src_tools_rust-installer_install-template.sh:1.5 pkgsrc/lang/rust/patches/patch-src_tools_rust-installer_install-template.sh:1.6
--- pkgsrc/lang/rust/patches/patch-src_tools_rust-installer_install-template.sh:1.5     Wed Jun  9 13:42:30 2021
+++ pkgsrc/lang/rust/patches/patch-src_tools_rust-installer_install-template.sh Sun Jun 13 12:19:16 2021
@@ -1,4 +1,4 @@
-$NetBSD: patch-src_tools_rust-installer_install-template.sh,v 1.5 2021/06/09 13:42:30 adam Exp $
+$NetBSD: patch-src_tools_rust-installer_install-template.sh,v 1.6 2021/06/13 12:19:16 he Exp $
 
 No logging to 'install.log'.
 Do not create 'uninstall.sh'.
@@ -90,7 +90,7 @@ should do just fine.
 +          case "$_file" in
 +              etc/*)
 +                  local _f=${_file#"etc/"}
-+                  _file_install_path="$CFG_SYSCONFDIR/$_f"
++                  _file_install_path="$CFG_DESTDIR_PREFIX/share/doc/cargo/$_f"
 +                  ;;
 +              bin/*)
 +                  local _f=${_file#"bin/"}
@@ -102,7 +102,7 @@ should do just fine.
 +                  ;;
 +              share/man/*)
 +                  local _f=${_file#"share/man/"}
-+                  _file_install_path="$CFG_MANDIR/$_f"
++                  _file_install_path="$CFG_DESTDIR_PREFIX/$PKGMANDIR/$_f"
 +                  ;;
 +              share/doc/*)
              # HACK: Try to support overriding --docdir.  Paths with the form



Home | Main Index | Thread Index | Old Index