Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
29 Mar 2021 18:10:46
1.0_11

|
tobik  |
Rebuild lang/rust consumers after r569489 |
14 Feb 2021 15:45:11
1.0_10

|
mikael  |
lang/rust: Update to 1.50.0
- Use bundled libgit/libssh, the versions in ports are too old
- Update lang/rust-nightly to 2021-02-12
- Update devel/racer to 2.1.41
- Import upstream patch to fix build issue for Firefox and related ports
(https://bugzilla.mozilla.org/show_bug.cgi?id=1684261)
Changes: https://github.com/rust-lang/rust/releases/tag/1.50.0
Tested by: mikael, pkubaj
Differential Revision: https://reviews.freebsd.org/D28616 |
06 Jan 2021 10:13:59
1.0_9

|
mikael  |
lang/rust: Update to 1.49.0
Changes: https://github.com/rust-lang/rust/releases/tag/1.49.0
Tested by: mikael, pkubaj
Differential Revision: https://reviews.freebsd.org/D27940 |
24 Nov 2020 12:48:54
1.0_8

|
mikael  |
lang/rust: Update to 1.48.0
Changes: https://github.com/rust-lang/rust/releases/tag/1.48.0
Reviewed by: jbeich
Tested by: bdragon, jbeich, mikael
Differential Revision: https://reviews.freebsd.org/D27293 |
13 Oct 2020 08:36:35
1.0_7

|
mikael  |
lang/rust: Update to 1.47.0
- Add powerpc64le arch (submitted by bdragon in D26711)
- Disable DOCS, same problem fixed in r546048
- Update devel/racer to 2.1.36
- Import upstream patch to fix www/firefox
(https://hg.mozilla.org/integration/autoland/rev/e2cede25c027)
- Import gentoo patches to fix www/firefox-esr, www/cliqz and mail/thunderbird
(https://dev.gentoo.org/~whissi/mozilla/patchsets/firefox-esr-78-patches-03.tar.xz
: 0036, 0037 and 0038)
- Force rebuild all consumers to catch regressions
Changelog:
https://github.com/rust-lang/rust/releases/tag/1.47.0
Differential Revision: https://reviews.freebsd.org/D26721 |
30 Aug 2020 18:36:08
1.0_6

|
tobik  |
lang/rust: Update to 1.46.0
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2020/08/27/Rust-1.46.0.html
With hat: rust
Differential Revision: https://reviews.freebsd.org/D26176 |
03 Aug 2020 15:18:49
1.0_5

|
tobik  |
lang/rust: Update to 1.45.2
Changes: https://blog.rust-lang.org/2020/08/03/Rust-1.45.2.html |
30 Jul 2020 18:26:54
1.0_4

|
tobik  |
lang/rust: Update to 1.45.1
- Apply the "hard links break `env::current_exe()`" workaround from
r543251 to lang/rust too
- Force rebuild all consumers for the soundness bug in 1.45.0
Changes: https://blog.rust-lang.org/2020/07/30/Rust-1.45.1.html
With hat: rust
Differential Revision: https://reviews.freebsd.org/D25835 |
17 Jul 2020 06:44:04
1.0_3

|
tobik  |
lang/rust: Update to 1.45.0
- This Rust release comes with LLVM 10. Drop the LLVM patches we
no longer need.
- On FreeBSD 13.0 powerpc64 set the elfv2 ABI explicitly in the
Rust target instead of patching LLVM.
- Build LLVM with Ninja. It can shorten the build time slightly.
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2020/07/16/Rust-1.45.0.html
Tested by: mikael, pkubaj, tobik
With hat: rust
Differential Revision: https://reviews.freebsd.org/D25658 |
04 Jun 2020 18:08:01
1.0_2

|
tobik  |
lang/rust: Update to 1.44.0
- Remove devel/cargo-tree since it is now integrated into cargo
- Add patch to fix build with LibreSSL 3.1.x and 3.2.0 [1]
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2020/06/04/Rust-1.44.0.html
PR: 246332 [1]
Tested by: mikael, tobik
With hat: rust
Differential Revision: https://reviews.freebsd.org/D25099 |
23 Apr 2020 15:32:30
1.0_1

|
tobik  |
lang/rust: Update to 1.43.0
- Add workaround to fix build when CC/CXX have "clang" in them [1]
- Respect AR to fix build with external toolchains [2]
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2020/04/23/Rust-1.43.0.html
PR: 238556 [1], 245583 [2]
Reported by: Matthias Apitz <guru@unixarea.de> [1], Greg V
<greg@unrelenting.technology> [2]
Tested by: mikael, pkubaj, tobik
With hat: rust
Differential Revision: https://reviews.freebsd.org/D24521 |
17 Mar 2020 21:35:38
1.0

|
linimon  |
Fix build on GCC-based systems by adding the following to USES:
compiler:c++11-lang iconv
The former:
The compiler feature "cxx_decltype" is not known to CXX compiler "GNU" version
4.2.1.
The latter:
/usr/local/bin/ld:
release/deps/libgettext_sys-b0dd51871dcd53eb.rlib(dcigettext.o): undefined
reference to symbol 'libiconv'
Approved by: portmgr (tier-2 blanket) |
15 Mar 2020 17:28:38
1.0

|
tcberner  |
New port: graphics/ikona -- An icon preview utility designed for KDE Plasma
Ikona is a design companion to help you design icons. It is designed to
integrate with the KDE Plasma desktop.
WWW: https://kde.org/applications/system/org.kde.Ikona |