notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: lang/rust/distinfo

Number of commits found: 116 (showing only 100 on this page)

1 | 2  »  

Sunday, 25 Feb 2024
18:57 Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Update bootstrap for powerpc

The previous one did not work.

Reported by:	pkubaj
commit hash: 06fa1fe2177b801f8467186b3e75050e70019c89 commit hash: 06fa1fe2177b801f8467186b3e75050e70019c89 commit hash: 06fa1fe2177b801f8467186b3e75050e70019c89 commit hash: 06fa1fe2177b801f8467186b3e75050e70019c89 06fa1fe
Saturday, 24 Feb 2024
13:07 Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Update bootstrap for aarch64

The previous one did not work.

PR:		277220
commit hash: 5f41aae86ef01a9fa542984d589ff07a2807ecde commit hash: 5f41aae86ef01a9fa542984d589ff07a2807ecde commit hash: 5f41aae86ef01a9fa542984d589ff07a2807ecde commit hash: 5f41aae86ef01a9fa542984d589ff07a2807ecde 5f41aae
Monday, 19 Feb 2024
11:59 Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Update to 1.76.0

Announce:	https://blog.rust-lang.org/2024/02/08/Rust-1.76.0.html
ChangeLog:	https://github.com/rust-lang/rust/releases/tag/1.76.0

PR:		276920
Tested by:	mikael,pkubaj
commit hash: 2252f9df9da7248c59affb1010124d8afe5a907e commit hash: 2252f9df9da7248c59affb1010124d8afe5a907e commit hash: 2252f9df9da7248c59affb1010124d8afe5a907e commit hash: 2252f9df9da7248c59affb1010124d8afe5a907e 2252f9d
Tuesday, 9 Jan 2024
12:13 Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Update to 1.75.0

Announce:	https://blog.rust-lang.org/
ChangeLog:	https://github.com/rust-lang/rust/releases/tag/1.75.0

PR:		276033
Tested by:	mikael,pkubaj
commit hash: ba388fc3bbfcc755e844c6bf99895c6b734b32b3 commit hash: ba388fc3bbfcc755e844c6bf99895c6b734b32b3 commit hash: ba388fc3bbfcc755e844c6bf99895c6b734b32b3 commit hash: ba388fc3bbfcc755e844c6bf99895c6b734b32b3 ba388fc
Friday, 8 Dec 2023
15:02 Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Update to 1.74.1

Announce:	https://blog.rust-lang.org/2023/12/07/Rust-1.74.0.html
		https://blog.rust-lang.org/2023/11/16/Rust-1.74.1.html
ChangeLog:	https://github.com/rust-lang/rust/releases/tag/1.74.0
		https://github.com/rust-lang/rust/releases/tag/1.74.1

PR:		275243
Tested by:	mikael,pkubaj
commit hash: c926bbff4b173303ba73fef4d582ad0a392274a2 commit hash: c926bbff4b173303ba73fef4d582ad0a392274a2 commit hash: c926bbff4b173303ba73fef4d582ad0a392274a2 commit hash: c926bbff4b173303ba73fef4d582ad0a392274a2 c926bbf
Tuesday, 24 Oct 2023
10:21 Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Update to 1.73.0

Announce:	https://blog.rust-lang.org/2023/10/05/Rust-1.73.0.html
ChangeLog:	https://github.com/rust-lang/rust/releases/tag/1.73.0

PR:		274499
Tested by:	mikael,pkubaj
commit hash: 13de47f0ac007d8a7e66554af5cf0ca5889f9925 commit hash: 13de47f0ac007d8a7e66554af5cf0ca5889f9925 commit hash: 13de47f0ac007d8a7e66554af5cf0ca5889f9925 commit hash: 13de47f0ac007d8a7e66554af5cf0ca5889f9925 13de47f
Monday, 9 Oct 2023
15:30 Charlie Li (vishwin) search for other commits by this committer
lang/rust: resurrect PORT_LLVM as a non-default OPTION

Rust uses LLVM for code generation [0] and bundles their own copy
of a release that they fully support in relation to the rest of
rustc. This however adds to an already intensive build process. For
the benefit of those building from source, resurrect the PORT_LLVM
option, allowing to link with an existing devel/llvm port of the
user's choosing within Rust compatibility ranges. This remains unset
by default.

PORT_LLVM was removed during an era when Rust tracked LLVM trunk,
during the LLVM 7.0 development cycle. Starting with LLVM 8.0, Rust
tracks LLVM releases with upstream cherry-picks, similar to our
base system LLVM process. [1] Additionally, instead of making changes
directly in their bundled LLVM, llvm-wrapper takes care of anything
needed in that area. [2] Issues stemming from this option have since
been resolved or overcome.

[0] https://rustc-dev-guide.rust-lang.org/backend/codegen.html
[1] https://rustc-dev-guide.rust-lang.org/backend/updating-llvm.html
[2]
https://github.com/rust-lang/rust/tree/master/compiler/rustc_llvm/llvm-wrapper

Co-authored-by: Evgeniy Khramtsov <2khramtsov_gmail.com>
Approved by: tobik (rust)
Differential Revision: https://reviews.freebsd.org/D32654
commit hash: 098de5bc2195a064523eb32e7db6071b2f8ed93a commit hash: 098de5bc2195a064523eb32e7db6071b2f8ed93a commit hash: 098de5bc2195a064523eb32e7db6071b2f8ed93a commit hash: 098de5bc2195a064523eb32e7db6071b2f8ed93a 098de5b
Friday, 8 Sep 2023
09:05 Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Update to 1.72.0

Announce:	https://blog.rust-lang.org/2023/08/24/Rust-1.72.0.html
ChangeLog:	https://github.com/rust-lang/rust/releases/tag/1.72.0

PR:		244316
Tested by:	mikael,pkubaj
commit hash: fa874813924cb55095c731fcab6c31b036b38541 commit hash: fa874813924cb55095c731fcab6c31b036b38541 commit hash: fa874813924cb55095c731fcab6c31b036b38541 commit hash: fa874813924cb55095c731fcab6c31b036b38541 fa87481
Monday, 17 Jul 2023
15:57 Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Update to 1.71.0

Announce:	https://blog.rust-lang.org/2023/07/13/Rust-1.71.0.html
ChangeLog:	https://github.com/rust-lang/rust/releases/tag/1.71.0

PR:		272449
Tested by:	mikael,pkubaj,vishwin
commit hash: e3d08dfcd40041417e25193dd13e7a03fb3e39df commit hash: e3d08dfcd40041417e25193dd13e7a03fb3e39df commit hash: e3d08dfcd40041417e25193dd13e7a03fb3e39df commit hash: e3d08dfcd40041417e25193dd13e7a03fb3e39df e3d08df
Friday, 9 Jun 2023
11:38 Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Update to 1.70.0

Announce:	https://blog.rust-lang.org/2023/06/01/Rust-1.70.0.html
ChangeLog:	https://github.com/rust-lang/rust/releases/tag/1.70.0

PR:		271797
Tested by:	mikael,pkubaj
commit hash: 6b9789547d5eeec192b5fe0039b0e6a54b743650 commit hash: 6b9789547d5eeec192b5fe0039b0e6a54b743650 commit hash: 6b9789547d5eeec192b5fe0039b0e6a54b743650 commit hash: 6b9789547d5eeec192b5fe0039b0e6a54b743650 6b97895
Sunday, 23 Apr 2023
13:13 Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Update to 1.69.0

Announce:	https://blog.rust-lang.org/2023/04/20/Rust-1.69.0.html
ChangeLog:	https://github.com/rust-lang/rust/releases/tag/1.69.0

PR:		270953
Tested by:	mikael,pkubaj
commit hash: 8cc5eb315903f45708ab0a305907023251508a6d commit hash: 8cc5eb315903f45708ab0a305907023251508a6d commit hash: 8cc5eb315903f45708ab0a305907023251508a6d commit hash: 8cc5eb315903f45708ab0a305907023251508a6d 8cc5eb3
Wednesday, 29 Mar 2023
04:44 Piotr Kubaj (pkubaj) search for other commits by this committer
lang/rust: update to 1.68.2

Changelog:	https://github.com/rust-lang/rust/releases/tag/1.68.2
commit hash: a33aed5d84fd6bb95e4db2466f44d427369639a0 commit hash: a33aed5d84fd6bb95e4db2466f44d427369639a0 commit hash: a33aed5d84fd6bb95e4db2466f44d427369639a0 commit hash: a33aed5d84fd6bb95e4db2466f44d427369639a0 a33aed5
Tuesday, 28 Mar 2023
04:22 Piotr Kubaj (pkubaj) search for other commits by this committer
lang/rust: update to 1.68.1

Changelog:	https://github.com/rust-lang/rust/releases/tag/1.68.1
commit hash: 7859c401e8a4e6e27ce3de1fa6c91f468a5383a0 commit hash: 7859c401e8a4e6e27ce3de1fa6c91f468a5383a0 commit hash: 7859c401e8a4e6e27ce3de1fa6c91f468a5383a0 commit hash: 7859c401e8a4e6e27ce3de1fa6c91f468a5383a0 7859c40
Thursday, 16 Mar 2023
11:11 Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Update to 1.68.0

Announce:	https://blog.rust-lang.org/2023/03/09/Rust-1.68.0.html
ChangeLog:	https://github.com/rust-lang/rust/releases/tag/1.68.0

PR:		270080
Tested by:	mikael,pkubaj
commit hash: a22be893ea50a51b7af3bab0c2fb6f9db1fbc5d5 commit hash: a22be893ea50a51b7af3bab0c2fb6f9db1fbc5d5 commit hash: a22be893ea50a51b7af3bab0c2fb6f9db1fbc5d5 commit hash: a22be893ea50a51b7af3bab0c2fb6f9db1fbc5d5 a22be89
Wednesday, 22 Feb 2023
20:51 Piotr Kubaj (pkubaj) search for other commits by this committer
lang/rust: fix fetching on powerpc64
commit hash: b782cbf1f02556e58fae9e26a07f1dd0d9801f85 commit hash: b782cbf1f02556e58fae9e26a07f1dd0d9801f85 commit hash: b782cbf1f02556e58fae9e26a07f1dd0d9801f85 commit hash: b782cbf1f02556e58fae9e26a07f1dd0d9801f85 b782cbf
Monday, 13 Feb 2023
09:38 Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Update to 1.67.1

Announce:	https://blog.rust-lang.org/2023/01/26/Rust-1.67.0.html
		https://blog.rust-lang.org/2023/02/09/Rust-1.67.1.html
ChangeLog:      https://github.com/rust-lang/rust/releases/tag/1.67.0
		https://github.com/rust-lang/rust/releases/tag/1.67.1

PR:		269336
Reviewed by:	pkubaj
Tested by:	mikael,pkubaj
commit hash: be2a720ce7f632d0c14e44c5aed12dc25298025c commit hash: be2a720ce7f632d0c14e44c5aed12dc25298025c commit hash: be2a720ce7f632d0c14e44c5aed12dc25298025c commit hash: be2a720ce7f632d0c14e44c5aed12dc25298025c be2a720c
Thursday, 26 Jan 2023
12:23 Piotr Kubaj (pkubaj) search for other commits by this committer
lang/rust: remove support for armv6 and powerpc64 elfv1

Support for both has been removed from lang/rust-bootstrap.
commit hash: 988dc662364d9ab3d7cea82c642068a27b0c1254 commit hash: 988dc662364d9ab3d7cea82c642068a27b0c1254 commit hash: 988dc662364d9ab3d7cea82c642068a27b0c1254 commit hash: 988dc662364d9ab3d7cea82c642068a27b0c1254 988dc66
Wednesday, 11 Jan 2023
16:59 Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Update to 1.66.1

Announce:	https://blog.rust-lang.org/2023/01/10/Rust-1.66.1.html
ChangeLog:	https://github.com/rust-lang/rust/releases/tag/1.66.1
commit hash: f97d4f57027b7cdd6f7b9f2a4730809662b5bfac commit hash: f97d4f57027b7cdd6f7b9f2a4730809662b5bfac commit hash: f97d4f57027b7cdd6f7b9f2a4730809662b5bfac commit hash: f97d4f57027b7cdd6f7b9f2a4730809662b5bfac f97d4f5
Tuesday, 20 Dec 2022
17:36 Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Update to 1.66.0

Announce:	https://blog.rust-lang.org/2022/12/15/Rust-1.66.0.html
ChangeLog:	https://github.com/rust-lang/rust/releases/tag/1.66.0
PR:		268415
Exp-run by:	antoine
Tested by:	mikael,pkubaj
commit hash: 0f9b08f604c9d2f5d4301ca996424ed875a3026c commit hash: 0f9b08f604c9d2f5d4301ca996424ed875a3026c commit hash: 0f9b08f604c9d2f5d4301ca996424ed875a3026c commit hash: 0f9b08f604c9d2f5d4301ca996424ed875a3026c 0f9b08f
Thursday, 17 Nov 2022
07:06 Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Update to 1.65.0

Announce:	https://blog.rust-lang.org/2022/11/03/Rust-1.65.0.html
ChangeLog:	https://github.com/rust-lang/rust/releases/tag/1.65.0

PR:		267622
Reviewed by:	tokib, pkubaj
Tested by:	mikael, pkubaj
commit hash: af39fba60871f5bec770ee76c5375c2915deb703 commit hash: af39fba60871f5bec770ee76c5375c2915deb703 commit hash: af39fba60871f5bec770ee76c5375c2915deb703 commit hash: af39fba60871f5bec770ee76c5375c2915deb703 af39fba
Sunday, 30 Oct 2022
12:07 Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Update to 1.64.0

Announce: https://blog.rust-lang.org/2022/09/22/Rust-1.64.0.html
ChangeLog: https://github.com/rust-lang/rust/releases/tag/1.64.0

PR:		267173
commit hash: 264a6c503e82b887ff05afea10fe3a7eccb91389 commit hash: 264a6c503e82b887ff05afea10fe3a7eccb91389 commit hash: 264a6c503e82b887ff05afea10fe3a7eccb91389 commit hash: 264a6c503e82b887ff05afea10fe3a7eccb91389 264a6c5
Thursday, 25 Aug 2022
22:20 Piotr Kubaj (pkubaj) search for other commits by this committer
lang/rust: fix powerpc64 elfv2 rustc bootstrap checksum

The previous checksum was wrong (size was ok). I recreated the bootstrap,
which also changed its size.
commit hash: 169c8275094ac55650b636b44ad75f0fa5d19c32 commit hash: 169c8275094ac55650b636b44ad75f0fa5d19c32 commit hash: 169c8275094ac55650b636b44ad75f0fa5d19c32 commit hash: 169c8275094ac55650b636b44ad75f0fa5d19c32 169c827
14:49 Baptiste Daroussin (bapt) search for other commits by this committer
rust: bring back update to 1.63

Revert back the revert of the update of rust and related commits

This revert was drive by beside validation by portmgr via exp-run
and not respectful of the etiquette we have between committers

This reverts commit 8ecb1f8141144c1603eb4026122d2e60eeaccd64.
This reverts commit 04d257baa182926cff158f32cf459e560426add0.
This reverts commit 2757c63bd0e6d01f9f0657fe03bb3a7b49adcae2.
This reverts commit 75f4713de5e3fbd1c6a0cb572e08121814a4072e.
This reverts commit e88e592111c86fdd1c0ac8717dbef9342e15e27c.
This reverts commit 783c056d7d681d66e2c5c59251c275d65274028e.

With hat:	portmgr
commit hash: b9b250f91299716bc4a7a6b7b8db2284c57f16ca commit hash: b9b250f91299716bc4a7a6b7b8db2284c57f16ca commit hash: b9b250f91299716bc4a7a6b7b8db2284c57f16ca commit hash: b9b250f91299716bc4a7a6b7b8db2284c57f16ca b9b250f
10:49 Piotr Kubaj (pkubaj) search for other commits by this committer
Revert "lang/rust: Update to 1.63.0"

This reverts commit f36cc819accadae1fefc14c203e5fbe9c74e1492.

I asked for an exp-run for powerpc and powerpc64 on a recently provided
cluster machine but got no reply.

PR:	265915
commit hash: 8ecb1f8141144c1603eb4026122d2e60eeaccd64 commit hash: 8ecb1f8141144c1603eb4026122d2e60eeaccd64 commit hash: 8ecb1f8141144c1603eb4026122d2e60eeaccd64 commit hash: 8ecb1f8141144c1603eb4026122d2e60eeaccd64 8ecb1f8
08:50 Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Update to 1.63.0

Announce:		https://blog.rust-lang.org/2022/08/11/Rust-1.63.0.html
ChangeLog:		https://github.com/rust-lang/rust/releases/tag/1.63.0
Tested by:		mikael, pkubaj
Exp-run by:		antoine
Differential Revision:	https://reviews.freebsd.org/D36247
commit hash: f36cc819accadae1fefc14c203e5fbe9c74e1492 commit hash: f36cc819accadae1fefc14c203e5fbe9c74e1492 commit hash: f36cc819accadae1fefc14c203e5fbe9c74e1492 commit hash: f36cc819accadae1fefc14c203e5fbe9c74e1492 f36cc81
Friday, 22 Jul 2022
06:37 Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Update to 1.62.1

Announce:	https://blog.rust-lang.org/2022/07/19/Rust-1.62.1.html
ChangeLog:	https://github.com/rust-lang/rust/releases/tag/1.62.1
commit hash: f1fb151eb96388e05d1ff81ab816fbe20990af0e commit hash: f1fb151eb96388e05d1ff81ab816fbe20990af0e commit hash: f1fb151eb96388e05d1ff81ab816fbe20990af0e commit hash: f1fb151eb96388e05d1ff81ab816fbe20990af0e f1fb151
Saturday, 2 Jul 2022
13:47 Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Update to 1.62.0

Announce:	https://blog.rust-lang.org/2022/06/30/Rust-1.62.0.html
ChangeLog:	https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1610-2022-06-30
Tested by:	mikael, pkubaj

Differential Revision:  https://reviews.freebsd.org/D35675
commit hash: 558a5e4515a3de7cf7d27235b16b58cb1d3f3830 commit hash: 558a5e4515a3de7cf7d27235b16b58cb1d3f3830 commit hash: 558a5e4515a3de7cf7d27235b16b58cb1d3f3830 commit hash: 558a5e4515a3de7cf7d27235b16b58cb1d3f3830 558a5e4
Tuesday, 31 May 2022
13:06 Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Update to 1.61.0

Announce:		https://blog.rust-lang.org/2022/05/19/Rust-1.61.0.html
ChangeLog:		https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1610-2022-05-19
Reviewed by:		pkubaj
Differential Revision:	https://reviews.freebsd.org/D35335
commit hash: aa578f2b89663f8ceebf372218cdd744dda11609 commit hash: aa578f2b89663f8ceebf372218cdd744dda11609 commit hash: aa578f2b89663f8ceebf372218cdd744dda11609 commit hash: aa578f2b89663f8ceebf372218cdd744dda11609 aa578f2
Sunday, 1 May 2022
16:39 Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Update to 1.60.0

  - Switch to using "x.py dist" instead of "x.py build" in the do-build phase as
    we are missing the rustc-dev component on nightly
  - Revert part of [1] as it causes cross build problem with
lang/rust-bootstrap@powerpc
  - Mark devel/racer as deprecated: it's hard to maintain due to recurrent build
problem
    and it's not actively maintained. Upstream advises to use
devel/rust-analyzer instead.

[1]
https://github.com/rust-lang/rust/commit/07dae5a97b64100f5abd511f1e2d5a6263a54006

Announce:		https://blog.rust-lang.org/2022/04/07/Rust-1.60.0.html
ChangeLog:		https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1600-2022-04-07
Reviewed by:		tobik
Exp-run by:		antoine
Differential Revision:	https://reviews.freebsd.org/D34823
commit hash: e57dfbf32324ca40f17bb6c4a10581e6a06ab00b commit hash: e57dfbf32324ca40f17bb6c4a10581e6a06ab00b commit hash: e57dfbf32324ca40f17bb6c4a10581e6a06ab00b commit hash: e57dfbf32324ca40f17bb6c4a10581e6a06ab00b e57dfbf
Tuesday, 15 Mar 2022
09:51 Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Update to 1.59.0

Changes: https://blog.rust-lang.org/FIXME/Rust-1.59.0.html
PR:		262449
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D34471
commit hash: 53e44579be56ebf464fae76e0daa55b7ced06c26 commit hash: 53e44579be56ebf464fae76e0daa55b7ced06c26 commit hash: 53e44579be56ebf464fae76e0daa55b7ced06c26 commit hash: 53e44579be56ebf464fae76e0daa55b7ced06c26 53e4457
Thursday, 3 Feb 2022
14:02 Tobias Kortkamp (tobik) search for other commits by this committer
lang/rust: Update to 1.58.1

https://blog.rust-lang.org/2022/01/20/Rust-1.58.1.html

PR:		261449
Security:	ee26f513-826e-11ec-8be6-d4c9ef517024
commit hash: bd3a9279310ec68c634964e6a819296aa470fadb commit hash: bd3a9279310ec68c634964e6a819296aa470fadb commit hash: bd3a9279310ec68c634964e6a819296aa470fadb commit hash: bd3a9279310ec68c634964e6a819296aa470fadb bd3a927
Monday, 17 Jan 2022
11:56 Tobias Kortkamp (tobik) search for other commits by this committer
lang/rust: Update to 1.58.0

Changes:	https://blog.rust-lang.org/2022/01/13/Rust-1.58.0.html
PR:		261150
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D33864
commit hash: 183588879e6bae37e4fd11e4b3336c49d6e64e0f commit hash: 183588879e6bae37e4fd11e4b3336c49d6e64e0f commit hash: 183588879e6bae37e4fd11e4b3336c49d6e64e0f commit hash: 183588879e6bae37e4fd11e4b3336c49d6e64e0f 1835888
Thursday, 23 Dec 2021
10:10 Tobias Kortkamp (tobik) search for other commits by this committer
lang/rust: Add riscv64 (riscv64gc-unknown-freebsd) support

A kernel with COMPAT_FREEBSD11 is required for now like on all
other FreeBSD archs. FreeBSD11 never had riscv64 support, so
GENERIC does not have it and a kernel rebuild is required. The
same issue existed on powerpc64le.

The riscv64gc-unknown-freebsd target was upstreamed and will
be part of Rust 1.59.0 (2021-02-24).

Reviewed by:	jrtc27, pkubaj
Differential Revision:	https://reviews.freebsd.org/D32881
commit hash: 96eec29c9aa623f3aef843e238b50329ef386c45 commit hash: 96eec29c9aa623f3aef843e238b50329ef386c45 commit hash: 96eec29c9aa623f3aef843e238b50329ef386c45 commit hash: 96eec29c9aa623f3aef843e238b50329ef386c45 96eec29
Sunday, 5 Dec 2021
12:35 Tobias Kortkamp (tobik) search for other commits by this committer
lang/rust: Update to 1.57.0

- Unbreak build with LibreSSL 3.4.x [0]
- Disable backtrace's libunwind backend on armv* since it or
  libunwind in base seem to be buggy and cause rustc to crash when
  building some consumers [1]
- Follow rust-nightly in d5f09dc31fcfdb77b69c86b9093bf67ec67653d9
  and reenable hardlinks in the build

Changes:	https://blog.rust-lang.org/2021/12/02/Rust-1.57.0.html
PR:		259738 [0]
PR:		259799 [1]
PR:		260140
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D33190
With hat:	rust
commit hash: 237b36fa2e73986dc19284686e80a47cb329bb6f commit hash: 237b36fa2e73986dc19284686e80a47cb329bb6f commit hash: 237b36fa2e73986dc19284686e80a47cb329bb6f commit hash: 237b36fa2e73986dc19284686e80a47cb329bb6f 237b36f
Monday, 25 Oct 2021
08:46 Tobias Kortkamp (tobik) search for other commits by this committer
lang/rust: Update to 1.56.0

- Drop codegen-units=1 again as it seems to negatively impact build
  time for some people [1]

Changes:	https://blog.rust-lang.org/2021/10/21/Rust-1.56.0.html
PR:		256099 [1]
PR:		259251
Reviewed by:	jbeich, mikael, pkubaj
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D32553
commit hash: 124261fa7deb972b647c686d2531bbba0a9a4223 commit hash: 124261fa7deb972b647c686d2531bbba0a9a4223 commit hash: 124261fa7deb972b647c686d2531bbba0a9a4223 commit hash: 124261fa7deb972b647c686d2531bbba0a9a4223 124261f
Sunday, 19 Sep 2021
09:03 Tobias Kortkamp (tobik) search for other commits by this committer
lang/rust: Update to 1.55.0

- Set codegen-units=1 [1]
- Add hack to skip cargo update on git sources as a step towards solving [2]
- Fix 'capacity overflow' panics on armv* [3]

Changes:	https://blog.rust-lang.org/2021-09-09/Rust-1.55.0.html
PR:		258337
PR:		256099 [1]
PR:		256581 [2]
PR:		257419 [3]
Reviewed by:	mikael, pkubaj
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D31872
With hat:	rust
commit hash: 6f1fefb50e755d727f471aeb75ebe4e28f876b4b commit hash: 6f1fefb50e755d727f471aeb75ebe4e28f876b4b commit hash: 6f1fefb50e755d727f471aeb75ebe4e28f876b4b commit hash: 6f1fefb50e755d727f471aeb75ebe4e28f876b4b 6f1fefb
Saturday, 28 Aug 2021
13:38 Mikael Urankar (mikael) search for other commits by this committer Author: pouet
lang/rust: Update to 1.54.0

 - Update lang/rust to 1.54.0
 - Update devel/racer to 2.1.48
 - Fix various consumers

Changes:	https://blog.rust-lang.org/2021/07/29/Rust-1.54.0.html
Reviewed by:	tobik, pkubaj
Differential Revision:        https://reviews.freebsd.org/D31617
With hat:	rust
commit hash: 55dbddeb07345c55bdc6d4d09c3bf6f3409ab0f5 commit hash: 55dbddeb07345c55bdc6d4d09c3bf6f3409ab0f5 commit hash: 55dbddeb07345c55bdc6d4d09c3bf6f3409ab0f5 commit hash: 55dbddeb07345c55bdc6d4d09c3bf6f3409ab0f5 55dbdde
Sunday, 27 Jun 2021
05:39 Tobias Kortkamp (tobik) search for other commits by this committer
lang/rust: Update to 1.53.0

Changes:	https://blog.rust-lang.org/2021/06/17/Rust-1.53.0.html
PR:		256653
Reviewed by:	mikael, pkubaj
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D30790
With hat:	rust
commit hash: f897ded31edcafadb3e4dd662fa022cabae86623 commit hash: f897ded31edcafadb3e4dd662fa022cabae86623 commit hash: f897ded31edcafadb3e4dd662fa022cabae86623 commit hash: f897ded31edcafadb3e4dd662fa022cabae86623 f897ded
Tuesday, 11 May 2021
17:29 Tobias Kortkamp (tobik) search for other commits by this committer
lang/rust: Update to 1.52.1

- Add 32-bit powerpc support from bdragon@
- Unbreak build with LibreSSL 3.3.x [1]
- Add an update script

Changes:	https://blog.rust-lang.org/2021/05/06/Rust-1.52.0.html
Changes:	https://blog.rust-lang.org/2021/05/10/Rust-1.52.1.html
PR:		255608, 255652 [1]
Reviewed by:	mikael, pkubaj
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D30099
commit hash: d8837418ea743776bc43b9c91d83080d8eff5029 commit hash: d8837418ea743776bc43b9c91d83080d8eff5029 commit hash: d8837418ea743776bc43b9c91d83080d8eff5029 commit hash: d8837418ea743776bc43b9c91d83080d8eff5029 d883741
Monday, 29 Mar 2021
18:07 tobik search for other commits by this committer
lang/rust: Update to 1.51.0

- Update devel/racer to 2.1.44

Changes:	https://blog.rust-lang.org/2021/03/25/Rust-1.51.0.html
PR:		254578
Reviewed by:	mikael, pkubaj
Exp-run by:	antoine
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D29425
Original commitRevision:569489 
Sunday, 14 Feb 2021
15:45 mikael search for other commits by this committer
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
Original commitRevision:565245 
Saturday, 30 Jan 2021
17:21 mikael search for other commits by this committer
lang/rust: reroll the armv7 bootstrap

The current one fails to build Rust.

PR:		251254
Reported by:	mmel
Original commitRevision:563425 
Friday, 29 Jan 2021
10:49 mikael search for other commits by this committer
lang/rust: reroll the aarch64 bootstrap.

This new bootstrap is based on rust 1.49.0 built with a 12.1 sysroot.

PR:		251254
Reported by:	dch, mmel
Tested by:	dch, mikael
Original commitRevision:563191 
Wednesday, 6 Jan 2021
10:13 mikael search for other commits by this committer
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
Original commitRevision:560492 
Tuesday, 24 Nov 2020
12:48 mikael search for other commits by this committer
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
Original commitRevision:556157 
Tuesday, 13 Oct 2020
08:36 mikael search for other commits by this committer
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
Original commitRevision:552221 
Sunday, 30 Aug 2020
18:36 tobik search for other commits by this committer
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
Original commitRevision:547071 
Monday, 3 Aug 2020
15:18 tobik search for other commits by this committer
lang/rust: Update to 1.45.2

Changes:	https://blog.rust-lang.org/2020/08/03/Rust-1.45.2.html
Original commitRevision:544073 
Thursday, 30 Jul 2020
18:26 tobik search for other commits by this committer
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
Original commitRevision:543815 
Friday, 17 Jul 2020
06:44 tobik search for other commits by this committer
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
Original commitRevision:542412 
Thursday, 18 Jun 2020
14:13 tobik search for other commits by this committer
lang/rust: Update to 1.44.1

- Properly fix powerpc64 builds [1]

Changes:	https://blog.rust-lang.org/2020/06/18/Rust.1.44.1.html
PR:		247307 [1]
Submitted by:	pkubaj [1]
Reviewed by:	mikael, pkubaj, tobik
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D25297
Original commitRevision:539541 
Thursday, 4 Jun 2020
18:08 tobik search for other commits by this committer
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
Original commitRevision:537917 
Thursday, 7 May 2020
15:58 tobik search for other commits by this committer
lang/rust: Update to 1.43.1

- Remove upstreamed patches
- On ppc64 revert e82ec2315e5adb1c291c3702cd2ac1f46ecd0fcf to fix segfaults

Changes:	https://blog.rust-lang.org/2020/05/07/Rust.1.43.1.html
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D24734
Original commitRevision:534269 
Thursday, 23 Apr 2020
15:32 tobik search for other commits by this committer
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
Original commitRevision:532685 
Thursday, 12 Mar 2020
19:39 tobik search for other commits by this committer
lang/rust: Update to 1.42.0

- Force rebuild all consumers to catch regressions early

Changes:	https://blog.rust-lang.org/2020/03/12/Rust-1.42.html
Tested by:	mikael, tobik
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D24020
Original commitRevision:528318 
Thursday, 27 Feb 2020
15:22 tobik search for other commits by this committer
lang/rust: Update to 1.41.1

- Force rebuild all consumers to fix potential miscompilations with
  1.41.0
- Enable SOURCES by default.  The sources are indexed by RLS and
  required for it to function properly, so they should be available
  by default.  This also makes sure we test the option properly.
- Remove implied --config=config.toml from x.py args
- Switch to the upstreamed backtrace crate patches like rust-nightly
- Enable WASM by default [0]
- Strip libraries (D23650) [1]
- Simplify plist generation (D23735) [2]

Changes:	https://blog.rust-lang.org/2020/02/27/Rust-1.41.1.html
Submitted by:	mikael [0,1,2]
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D23835
Original commitRevision:527260 
Thursday, 30 Jan 2020
20:00 tobik search for other commits by this committer
lang/rust: Update to 1.41.0

- Force rebuild all consumers to catch regressions early
- Switch to cross-compiled (from amd64) bootstraps for all
  architectures generated with the incoming lang/rust-bootstrap
- Update cargo-c to 0.5.2 to unbreak librav1e build
- Make use of regular MAKE_ENV/TEST_ENV in lang/rust
- Turn on RUST_BACKTRACE in lang/rust and USES=cargo to hopefully
  produce more useful failure logs when something panics during
  builds

Changes:	https://blog.rust-lang.org/2020/01/30/Rust-1.41.0.html
Tested by:	mikael, tobik
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D23385
Original commitRevision:524658 
Saturday, 11 Jan 2020
08:24 tobik search for other commits by this committer
lang/rust: fix powerpc64 elfv2 bootstrap

Apparently there were some issues with the previous one.

PR:		243253
Submitted by:	mikael.urankar@gmail.com
Reported by:	jhibbits, pkubaj
Tested by:	pkubaj
Original commitRevision:522638 
Thursday, 19 Dec 2019
16:14 tobik search for other commits by this committer
lang/rust: Update to 1.40.0

- Force rebuild all consumers to catch regressions early

Thanks to Mikael Urankar for providing updated bootstraps for
aarch64, armv6, armv7, powerpc64.

Changes:	https://blog.rust-lang.org/2019/12/19/Rust-1.40.0.html
Tested by:	mikael.urankar@gmail.com, tobik
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D22843
Original commitRevision:520446 
Sunday, 17 Nov 2019
08:30 jbeich search for other commits by this committer
lang/rust{,-nightly}: switch to .tar.xz bootstraps

Decreases total size by ~325 MiB in lang/rust.

Approved by:	tobik (rust)
Differential Revision:	https://reviews.freebsd.org/D22422
Original commitRevision:517808 
Thursday, 7 Nov 2019
18:07 tobik search for other commits by this committer
lang/rust: Update to 1.39.0

- Force rebuild all consumers to catch regressions early
- Partially apply D20792 in preparation for PPC_ABI support
- Add LibreSSL 3.0.x support [1]

Thanks to Mikael Urankar for providing updated bootstraps for
aarch64, armv6, armv7, powerpc64.

Changes:	https://blog.rust-lang.org/2019/11/07/Rust-1.39.0.html
PR:		241411 [1]
Tested by:	mikael.urankar@gmail.com, tobik
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D22240
Original commitRevision:516995 
Friday, 27 Sep 2019
09:35 tobik search for other commits by this committer
lang/rust: Update to 1.38.0

- Force rebuild all consumers to catch regressions early

Thanks to Mikael Urankar for providing updated bootstraps for
aarch64, armv6, armv7, powerpc64.

Changes:	https://blog.rust-lang.org/2019/09/26/Rust-1.38.0.html
Tested by:	jbeich, mikael.urankar@gmail.com, tobik
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D21778
Original commitRevision:513013 
Sunday, 1 Sep 2019
07:26 tobik search for other commits by this committer
lang/rust: Unbreak on armv6

error: couldn't load codegen backend
"/usr/ports/lang/rust/work/rustc-1.37.0-src/build/armv6-unknown-freebsd/stage1/lib/rustlib/armv6-unknown-freebsd/codegen-backends/librustc_codegen_llvm-llvm.so":
"/usr/ports/lang/rust/work/rustc-1.37.0-src/build/armv6-unknown-freebsd/stage1/lib/rustlib/armv6-unknown-freebsd/codegen-backends/librustc_codegen_llvm-llvm.so:
Undefined symbol \"__clear_cache\""

__clear_cache is implemented in compiler-rt and was dropped upstream with [1]:
https://github.com/rust-lang-nursery/compiler-builtins/commit/aa41e0d25fcb2b11b9b5c269846dd70547f2a787

For some unknown reason this is a problem on armv6.  Bring back the
compiler-rt submodule for now to workaround this.

Submitted by:	 mikael.urankar_gmail.com
Differential Revision:	https://reviews.freebsd.org/D21415
Original commitRevision:510684 
Thursday, 15 Aug 2019
14:30 tobik search for other commits by this committer
lang/rust: Update to 1.37.0

- Force rebuild all consumers to catch regressions early

Thanks to Mikael Urankar for providing updated bootstraps for
aarch64, armv6, armv7, powerpc64.

Changes:	https://blog.rust-lang.org/2019/08/15/Rust-1.37.0.html
Tested by:	jbeich, tobik, greg@unrelenting.technology (aarch64)
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D21247
Original commitRevision:508994 
Thursday, 4 Jul 2019
14:41 tobik search for other commits by this committer
lang/rust: Update to 1.36.0

- Force rebuild all consumers to catch regressions early

Thanks to Mikael Urankar for providing updated bootstraps for
aarch64, armv6, armv7, powerpc64.

Changes:	https://blog.rust-lang.org/2019/07/04/Rust-1.36.0.html
Tested by:	jbeich, mikael.urankar@gmail.com
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D20810
Original commitRevision:505837 
Friday, 24 May 2019
03:25 tobik search for other commits by this committer
lang/rust: Update to 1.35.0

- Force rebuild all consumers to catch regressions early

Thanks to Mikael Urankar for providing updated bootstraps for
aarch64, armv6, armv7, powerpc64.

Changes:	https://blog.rust-lang.org/2019/05/23/Rust-1.35.0.html
Reviewed by:	jbeich
Tested by:	pkubaj (powerpc64), mikael.urankar@gmail.com (aarch64)
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D20332
Original commitRevision:502416 
Wednesday, 15 May 2019
03:12 tobik search for other commits by this committer
lang/rust: Update to 1.34.2

- While here add patches from [1] for LibreSSL 2.9.1 support

[1] https://github.com/sfackler/rust-openssl/pull/1097

Changes:	https://blog.rust-lang.org/2019/05/13/Security-advisory.html
Changes:	https://blog.rust-lang.org/2019/05/14/Rust-1.34.2.html
PR:		237495 [1]
Security:	37528379-76a8-11e9-a4fd-00012e582166
Original commitRevision:501679 
Friday, 26 Apr 2019
04:28 tobik search for other commits by this committer
lang/rust: Update to 1.34.1

- Add stdsimd patches from D19940 to attempt to unbreak powerpc64, armv{6,7} [1]

Changes:	https://blog.rust-lang.org/2019/04/25/Rust-1.34.1.html
PR:		237507 [1]
Submitted by:	mikael.urankar@gmail.com [1]
Reviewed by:	jbeich [1]
Tested by:	pkubaj (stdsimd patches with 1.34.0 on powerpc64) [1]
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D19940 [1]
Original commitRevision:500077 
Thursday, 11 Apr 2019
19:39 tobik search for other commits by this committer
lang/rust: Update to 1.34.0

- Update devel/racer to latest version that can build with 1.34.0
- Drop no longer needed patch from textproc/ripgrep
- Force rebuild all consumers to catch regressions early

Thanks to Mikael Urankar for providing updated bootstraps for
aarch64, armv6, armv7, powerpc64.

Changes:	https://blog.rust-lang.org/2019/04/11/Rust-1.34.0.html
Reviewed by:	jbeich
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D19850
Original commitRevision:498677 
Thursday, 28 Feb 2019
18:51 jbeich search for other commits by this committer
lang/rust: update to 1.33.0

- www/firefox temporarily loses SIMD in charset conversion, see
  https://bugzilla.mozilla.org/show_bug.cgi?id=1521249
- Force rebuild all consumers to catch regressions early

Changes:	https://blog.rust-lang.org/2019/02/28/Rust-1.33.0.html
Tested by:	Mikael Urankar (aarch64, armv6, armv7, powerpc64), Piotr Kubaj
(powerpc64)
Approved by:	rust (tobik)
Differential Revision:	https://reviews.freebsd.org/D19354
Original commitRevision:494176 
Monday, 18 Feb 2019
15:30 tobik search for other commits by this committer
lang/rust: Add aarch64, armv{6,7}, and powerpc64 bootstraps

PR:		216143, 228892
Submitted by:	Mikael Urankar <mikael.urankar@gmail.com>
Differential Revision:	https://reviews.freebsd.org/D18367
Original commitRevision:493268 
Thursday, 17 Jan 2019
19:50 jbeich search for other commits by this committer
lang/rust: update to 1.32.0

- devel/racer no longer needs to dowgrade rustc-ap-syntax
- Force rebuild all consumers to catch regressions early

Changes:	https://blog.rust-lang.org/2019/01/17/Rust-1.32.0.html
Approved by:	rust (tobik)
Differential Revision:	https://reviews.freebsd.org/D18858
Original commitRevision:490600 
Friday, 21 Dec 2018
10:37 tobik search for other commits by this committer
lang/rust: Update to 1.31.1

- Simplify .cargo-checksum.json handling [1].  Similar to USES=cargo
  we disable vendor checksum checking by clearing the list of files
  in all .cargo-checksum.json, so that cargo does not complain when
  we patch something.  The overall distfile is already checked by
  us which should be enough.
- Add an overridable CARGO_VENDOR_DIR variable to set the crate
  vendor directory which has moved location in nightly
- Add upstream openssl-sys patch to fix build with LibreSSL 2.9.0 [2]

Changes:	https://blog.rust-lang.org/2018/12/20/Rust-1.31.1.html
Submitted by:	mikael.urankar@gmail.com [1], ml@vishwin.info [2]
Differential Revision:	https://reviews.freebsd.org/D18610
Original commitRevision:487977 
Thursday, 6 Dec 2018
17:11 jbeich search for other commits by this committer
lang/rust: update to 1.31.0

- devel/racer no longer needs to dowgrade rustc-ap-syntax
- Force rebuild all consumers to catch regressions early

Changes:	https://blog.rust-lang.org/2018/12/06/Rust-1.31.0.html
Approved by:	rust (tobik)
Differential Revision:	https://reviews.freebsd.org/D18427
Original commitRevision:486770 
Friday, 9 Nov 2018
23:32 dumbbell search for other commits by this committer
lang/rust: Update to 1.30.1

Release notes:
* https://blog.rust-lang.org/2018/11/08/Rust-1.30.1.html
Original commitRevision:484558 
Thursday, 25 Oct 2018
21:59 jbeich search for other commits by this committer
lang/rust: update to 1.30.0

- Force rebuild all consumers to catch regressions early

Changes:	https://blog.rust-lang.org/2018/10/25/Rust-1.30.0.html
Approved by:	rust (tobik)
MFH:		2018Q4 (less rust versions to support)
Differential Revision:	https://reviews.freebsd.org/D17695
Original commitRevision:482993 
Friday, 12 Oct 2018
19:01 jbeich search for other commits by this committer
lang/rust: update to 1.29.2

- Force rebuild all consumers in case some are affected by miscompilation

Changes:	https://blog.rust-lang.org/2018/10/12/Rust-1.29.2.html
PR:		229826 (follow up)
Approved by:	rust (tobik)
MFH:		2018Q4
Differential Revision:	https://reviews.freebsd.org/D17477
Original commitRevision:481921 
Friday, 28 Sep 2018
17:59 jbeich search for other commits by this committer
lang/rust: update to 1.29.1

- Force rebuild all consumers as standard library is statically linked

Changes:	https://blog.rust-lang.org/2018/09/25/Rust-1.29.1.html
PR:		229826 (follow up)
Approved by:	dumbbell
Differential Revision:	https://reviews.freebsd.org/D17337
Original commitRevision:480871 
Sunday, 16 Sep 2018
07:57 dumbbell search for other commits by this committer
lang/rust: Update to 1.29.0

Release notes:
* https://blog.rust-lang.org/2018/07/20/Rust-1.27.2.html
* https://blog.rust-lang.org/2018/08/02/Rust-1.28.html
* https://blog.rust-lang.org/2018/09/13/Rust-1.29.html

Up to and including Rust 1.27.x, the Rust build system shelled out to
a configure script to detect the presence and usability of libunwind.
Since Rust 1.28.0, it's using a static result in a `build.rs` file and
expects libunwind to be used. It was not the case on FreeBSD so far, so
we need a patch to this `build.rs` to disable that. We still need to
study if the FreeBSD port should use libunwind and what to do with this
patch. But this problem prevented the update to Rust 1.28.0 already, so
enough delay.

The update also comes with a patch to a few `USE_GECKO`-based ports such
as Firefox [1]. Their configure script has some asumptions on the output
of `rustc --print target-list` which are not true anymore. The patch was
already committed upstream.

The aarch64 version is still marked as BROKEN because I didn't find the
time to work on it. As a consequence, there is also no aarch64 bootstrap
for Rust 1.29.0.

PR:		229826
Approved by:	jbeich [1]
Obtained from:	https://bugzilla.mozilla.org/show_bug.cgi?id=1479540 [1]
Differential Revision:	https://reviews.freebsd.org/D17178
Original commitRevision:479877 
Thursday, 19 Jul 2018
20:57 dumbbell search for other commits by this committer
lang/rust: Update to 1.27.1

Release notes:
* https://blog.rust-lang.org/2018/06/21/Rust-1.27.html
* https://blog.rust-lang.org/2018/07/10/Rust-1.27.1.html

Rust is marked as broken on aarch64. The reason is the bootstrap
compiler crashes currently. See PR 228892 which tracks the issue.

A patch for aarch64 is still included. It fixes the sign for unqualified
C char. This patch still needs to be upstream, but for that, the
compiler needs to work again first.

PR:		228892
Original commitRevision:474978 
Saturday, 9 Jun 2018
09:28 dumbbell search for other commits by this committer
lang/rust: Update to 1.26.2

Release notes:
* https://blog.rust-lang.org/2018/05/29/Rust-1.26.1.html
* https://blog.rust-lang.org/2018/06/05/Rust-1.26.2.html
Original commitRevision:472049 
Tuesday, 15 May 2018
13:43 dumbbell search for other commits by this committer
lang/rust: Update to 1.26.0

The announcement is available on Rust blog:
https://blog.rust-lang.org/2018/05/10/Rust-1.26.html

Rust 1.25.0, used as the bootstrap compiler, contains the patch from
bdrewery@ to use the compat (non-ino64) symbols on FreeBSD 12-CURRENT.
Therefore, we don't need `old_fstat.c` and the associated machinery in
the `Makefile` anymore.
Original commitRevision:470016 
Monday, 16 Apr 2018
21:35 bdrewery search for other commits by this committer
Update to 1.25.0.

- The ABI patch is no longer needed on head due to fixes being upstreamed
  to use the pre-ino64 symbols.  The ABI patch is still needed for the
  bootstrap but should be removable for 1.26.0 if it uses beta 2018-03-18.

PR:		227130 [based on]
Tested by:	dumbbell, Charlie Li
Submitted by:	riggs [based on]
Differential Revision:	https://reviews.freebsd.org/D14921 [based on]
Original commitRevision:467538 
Thursday, 22 Mar 2018
18:14 dumbbell search for other commits by this committer
lang/rust: Update to 1.24.1

The announcement is available on Rust blog:
https://blog.rust-lang.org/2018/03/01/Rust-1.24.1.html

There is a compilation error when it builds `clippy-driver` and `miri`
but it apparently doesn't affect the result. There are probably optional
tools/dependencies.
Original commitRevision:465302 
Monday, 19 Feb 2018
21:53 dumbbell search for other commits by this committer
lang/rust: Update to 1.24.0

The announcement is available on Rust blog:
https://blog.rust-lang.org/2018/02/15/Rust-1.24.html

PR:		225582
Original commitRevision:462350 
Thursday, 25 Jan 2018
08:07 dumbbell search for other commits by this committer
lang/rust: Update to 1.23.0

Firefox 57.0 failed to build with Rust 1.23.0 with the following error:

    error: unused import: `std::ascii::AsciiExt`
      -->
/wrkdirs/usr/ports/www/firefox/work/firefox-57.0.4/servo/components/style/gecko_string_cache/mod.rs:16:5
       |
    16 | use std::ascii::AsciiExt;
       |     ^^^^^^^^^^^^^^^^^^^^
       |
    note: lint level defined here
      -->
/wrkdirs/usr/ports/www/firefox/work/firefox-57.0.4/servo/components/style/lib.rs:26:9
       |
    26 | #![deny(warnings)]
       |         ^^^^^^^^
       = note: #[deny(unused_imports)] implied by #[deny(warnings)]

Now that Firefox is updated to 58.0, the build succeeds.
Original commitRevision:459911 
Monday, 27 Nov 2017
08:20 dumbbell search for other commits by this committer
lang/rust: Update to 1.22.1

Support for LibreSSL up-to 2.6.3 is now included, thus we can remove the
patches to the `openssl` and `openssl-sys` crates.

The renewed bootstrap for aarch64 was created on 11.0-RELEASE, instead
of 11.1-STABLE. It should allow it to run on all 11.x and thus fix the
build on 11.0-RELEASE. [1]

PR:		223009 [1]
Original commitRevision:454938 
Saturday, 28 Oct 2017
09:13 dumbbell search for other commits by this committer
lang/rust: Update to 1.21.0

The official bootstraps wouldn't work: rustc was stalled on a mutex
while compiling a crate early in the build. This was solved by creating
a new bootstraps for "rustc" and "rust-std" from the existing FreeBSD
package. We keep using the official "cargo" bootstrap.

PR:		223123
Original commitRevision:453052 
Wednesday, 4 Oct 2017
08:13 dumbbell search for other commits by this committer
lang/rust: Update to 1.20.0

This patch only upgrades the port to Rust 1.20.0. The PR also covers a
build failure with the latest LibreSSL, which is not addressed here.

PR:		222359
Reported by:	Charlie Li <ml+freebsd-bugs@vishwin.info>
Original commitRevision:451188 
Friday, 15 Sep 2017
18:01 dumbbell search for other commits by this committer
lang/rust: Install Cargo + use bundled crates

This port now provides Cargo. This is the recommended now because Cargo
won't be provided separately in the future.

To build Cargo, we set `extended = true` in `config.toml`. As a side
effect, this flag also installs Rust source code. The port has a new
`SOURCES` option (disabled by default) to keep those sources.

As a consequence of this, `devel/cargo` is removed. Several ports
and Makefiles in Mk were updated to depend on `lang/rust` instead of
`devel/cargo`.

The other big change in this patch is the use of the bundled crates,
instead of relying on Cargo's registry (which was part of the distfiles,
in order to allow offline builds). So now, we don't need to prepare the
registry when updating this port.

This has several other benefits:
    * It fixes the build with sudo(8).
    * It fixes the use of the ino-64 patch (it was not applied to the
      registry, thus not used).

Compilation errors were fixed in the ino-64 patch.

Various `.cargo-checksum.json` files are updated after the sources are
patched (FBSD10_FIX, ino-64, and so on). This fixes builds which were
failing with errors such as:

    error: the listed checksum of
`.../rustc-1.19.0-src/src/vendor/lzma-sys/xz-5.2.3/build-aux/config.rpath` has
changed:
    expected: c8b4c017079da9dfb3086a0583e60ffe736184d89005dc5973f0bb0fd17c04bb
    actual:   561b00eb30ecaef2c9da17bc195e7d2a7ea63facea38ea9849fbb0ed340bebba

PR:		221088
Reported by:	joneum@, nwhitehorn@, romain@,
		Ekaterina Vaartis <vaartis@cock.li>,
		david@catwhisker.org,
		fullermd@over-yonder.net,
		rum1cro@yandex.ru,
		w.schwarzenfeld@utanet.at
Differential Revision:	https://reviews.freebsd.org/D11783
Original commitRevision:449914 
Friday, 28 Jul 2017
10:18 dumbbell search for other commits by this committer
lang/rust: Update to 1.19.0

The main change in the port is the switch from configure+make to the
`x.py` build script. This is the recommended way of building Rust. It
takes a configuration file, `config.toml`, which, in the port case,
indicates:

 * where to install things;
 * which release channel to use;
 * where to find Python and llvm-config;
 * if documentation should be also built.

The build process should now honor ${MAKE_JOBS_NUMBER} instead of always
using all available CPU cores.

The Cargo registry archive is significantly larger. It includes the
whole registry index (not only the crates needed by Rust). If the index
is missing, Cargo wants to download it from crates.io and I couldn't
find a way to convince it skip it.

New bootstraps for FreeBSD/aarch64 were prepared for this update. Those
are based on Rust 1.18.0 and Cargo 0.19.0.

CONFLICTS_BUILD with installed lang/rust and lang/rust-nightly is
commented out for now. I couldn't see any build failure with an installed
lang/rust so it looks promising. But I couldn't test with an installed
lang/rust-nightly because the latter is marked BROKEN for now. Once it's
restored, I'll do more testing and hopefully completely remove this
CONFLICTS_BUILD variables.
Original commitRevision:446815 
Saturday, 17 Jun 2017
14:44 dumbbell search for other commits by this committer
lang/rust: Enable on FreeBSD/aarch64 + various fixes

This port now uses an unofficial bootstrap of Rust 1.17.0 and Cargo
0.18.0 for FreeBSD/aarch64. Here are my notes to create this boostrap:
https://gist.github.com/dumbbell/b587da50ef014078da9e732a4331ebad

The port's Makefile was changed to:
    - allow to override the versions and directories of the bootstrap
      archives;
    - patch the bootstrap script and manifest with those
      versions/directories.

Beside changes to support FreeBSD/aarch64, the port received the
following fixes:
    - Pass python path to the configure script.
    - Fix and simplify the extraction of rust-std bootstrap by re-using
      existing variables.
    - Make sure tar(1) doesn't produce sparse file entries when it
      recreates the rust-std bootstrap because Python 2's tarfile module
      doesn't support them (PR 219842).

PR:		216143, 219842
Differential Revision:	https://reviews.freebsd.org/D10857
Original commitRevision:443777 
Saturday, 10 Jun 2017
17:48 riggs search for other commits by this committer
Update to upstream version 1.18.0, set MAINTAINER to rust@
Original commitRevision:443109 
Sunday, 14 May 2017
15:26 riggs search for other commits by this committer
Update to upstream version 1.17.0

Submitted by:	dumbbell (see phabric URL)
Reviewed by:	riggs
Differential Revision:	https://reviews.freebsd.org/D10691
Original commitRevision:440883 
Sunday, 19 Mar 2017
12:08 riggs search for other commits by this committer
Update to upstream version 1.16.0
Original commitRevision:436488 
Wednesday, 22 Feb 2017
19:04 dumbbell search for other commits by this committer
lang/rust, lang/rust-nightly: Update to 1.15.1 and 1.17.0 respectively

Both versions of Rust seen changes to their build system. Now they
require a bootstrap of Cargo and thus, a snapshot of Cargo's registry.

Each library has its own suffix instead of a common suffix for a given
version of Rust. Thus all future updates of the ports will include
changes to their plist.

$DISTFILES are now all under the `rust` directory in `$DISTDIR`. A
similar change will be committed to devel/cargo later.

lang/rust-nightly is enabled on i386 (bugzilla 216143). The source
snapshot also contains everything to build it on aarch64, but enabling
it will be committed later.

PR:		216143
Approved by:	riggs, bapt (mentor), antoine (mentor)
Differential Revision:	https://reviews.freebsd.org/D9286
Original commitRevision:434631 
Saturday, 19 Sep 2015
18:22 riggs search for other commits by this committer
Enable rust on i386
Original commitRevision:397335 
12:18 riggs search for other commits by this committer
Update to upstream version 1.3.0
Original commitRevision:397320 
Thursday, 3 Sep 2015
15:22 vanilla search for other commits by this committer
1: Upgrade to 1.2.0.
2: add libedit to USES.
Original commitRevision:395967 
Saturday, 27 Jun 2015
18:26 riggs search for other commits by this committer
- Update to upstream release 1.1.0
- Fix bug 200449 in the process

PR:		201142, 200449
Submitted by:	andoriyu@gmail.com
Original commitRevision:390720 

Number of commits found: 116 (showing only 100 on this page)

1 | 2  »