./lang/rust, Safe, concurrent, practical language

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2020Q3, Version: 1.45.2nb2, Package name: rust-1.45.2nb2, Maintainer: pkgsrc-users

Rust is a systems programming language focused on three goals: safety,
speed, and concurrency. It maintains these goals without having a
garbage collector, making it a useful language for a number of use cases
other languages aren't good at: embedding in other languages, programs
with specific space and time requirements, and writing low-level code,
like device drivers and operating systems.

It improves on current languages targeting this space by having a number
of compile-time safety checks that produce no runtime overhead, while
eliminating all data races. Rust also aims to achieve "zero-cost
abstractions" even though some of these abstractions feel like those of
a high-level language. Even then, Rust still allows precise control
like a low-level language would.


Master sites:

SHA1: 48a9e15c9ed66345d7b7aca69037fd212e57e67f
RMD160: 5c912683356937d4334e6f6de12a7f4df071ad23
Filesize: 138351.286 KB

Version history: (Expand)


CVS history: (Expand)


   2020-10-29 08:51:08 by Benny Siegert | Files touched by this commit (1)
Log message:
Pullup ticket #6329 (part 2) - requested by maya
lang/rust: NetBSD 9 build fix (accidentally broken)
   2020-10-04 11:26:09 by Benny Siegert | Files touched by this commit (1)
Log message:
Pullup ticket #6329 - requested by gdt
lang/rust: NetBSD build fix

Revisions pulled up:
- lang/rust/Makefile                                            1.196

---
   Module Name:	pkgsrc
   Committed By:	gdt
   Date:		Tue Sep 29 16:24:28 UTC 2020

   Modified Files:
   	pkgsrc/lang/rust: Makefile

   Log message:
   lang/rust: Adjust openssl bootstrap depends (NetBSD only)

   On NetBSD, further limit the DEPENDS on openssl to i386.  It turns out
   that the sparc64 and powerpc bootstraps are not linked against openssl
   as I previously assumed.

   No change to limiting this DEPENDS to 9+.  No change to any other OS.

   This change is believed to fix rust building on NetBSD 9 sparc64.

   As discussed on tech-pkg@.