| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
1.97.1 29 Jul 2026 07:58:22 commit hash: d63cc130611f0de10c26a9acd286c3bfc217f76a commit hash: d63cc130611f0de10c26a9acd286c3bfc217f76a commit hash: d63cc130611f0de10c26a9acd286c3bfc217f76a commit hash: d63cc130611f0de10c26a9acd286c3bfc217f76a files touched by this commit |
Piotr Kubaj (pkubaj) search for other commits by this committer |
lang/rust: set RUST_BACKTRACE=1 on recent CURRENT on powerpc64le
After src 70509d1d9cba254dfd5b3dd83d8a011b5e125788, RUST_BACKTRACE=1
doesn't cause a crash anymore. |
1.97.1 27 Jul 2026 10:29:50 commit hash: 4dc0e9ac42ad5c6a6cdab9bbc987adaa25ab24ce commit hash: 4dc0e9ac42ad5c6a6cdab9bbc987adaa25ab24ce commit hash: 4dc0e9ac42ad5c6a6cdab9bbc987adaa25ab24ce commit hash: 4dc0e9ac42ad5c6a6cdab9bbc987adaa25ab24ce files touched by this commit |
Jessica Clarke (jrtc27) search for other commits by this committer |
lang/rust{,-bootstrap}, Mk/Uses/cargo.mk: Relax COMPAT_FREEBSD11 check
lang/rust{,-bootstrap} themselves do not need COMPAT_FREEBSD11 any more,
nor do crates that don't depend on pre-0.2.176 libc. For those that
still do, emit a warning for porters to see so that we can eventually
fully move away from needing COMPAT_FREEBSD11.
Note lang/rust188, and the bootstrap 1.87 it depends on, both predate
1.93, the first version of rust itself to use libc >= 0.2.176, so the
check remains in lang/rust188.
Note also Mk/bsd.gecko.mk does its own thing due to the vendored crates,
and will need its own approach to this issue.
PR: 281600
Reviewed by: mikael (rust)
Approved by: mikael (rust)
MFH: 2026Q3 |
1.97.1 21 Jul 2026 06:46:05 commit hash: 3f5d9c21a0a3d464c9eee62f05b7a1f5d050e44c commit hash: 3f5d9c21a0a3d464c9eee62f05b7a1f5d050e44c commit hash: 3f5d9c21a0a3d464c9eee62f05b7a1f5d050e44c commit hash: 3f5d9c21a0a3d464c9eee62f05b7a1f5d050e44c files touched by this commit |
Mikael Urankar (mikael) search for other commits by this committer |
lang/rust: Update to 1.97.1
Announce: https://blog.rust-lang.org/2026/07/09/Rust-1.97.0/
https://blog.rust-lang.org/2026/07/16/Rust-1.97.1/
ChangeLog: https://github.com/rust-lang/rust/releases/tag/1.97.0
https://github.com/rust-lang/rust/releases/tag/1.97.1
PR: 296645
Tested by: mikael,pkubaj |
1.96.1 01 Jul 2026 08:08:04 commit hash: 7ad5d8b86b835f2b35bf8958ca1ada9e19c1a75a commit hash: 7ad5d8b86b835f2b35bf8958ca1ada9e19c1a75a commit hash: 7ad5d8b86b835f2b35bf8958ca1ada9e19c1a75a commit hash: 7ad5d8b86b835f2b35bf8958ca1ada9e19c1a75a files touched by this commit |
Mikael Urankar (mikael) search for other commits by this committer |
lang/rust: update to 1.96.1 |
1.96.0_1 21 Jun 2026 20:05:21 commit hash: 9ebd7f119698d20a0afcae45c9ba1a13049ebe80 commit hash: 9ebd7f119698d20a0afcae45c9ba1a13049ebe80 commit hash: 9ebd7f119698d20a0afcae45c9ba1a13049ebe80 commit hash: 9ebd7f119698d20a0afcae45c9ba1a13049ebe80 files touched by this commit |
Piotr Kubaj (pkubaj) search for other commits by this committer |
lang/rust: fix runtime on powerpc64le/CURRENT
powerpc64le switched to 128-bit long double, which is implemented in
compiler_rt (libgcc). Link to libgcc to resolve those symbols correctly.
Noop for older releases. |
1.96.0 04 Jun 2026 08:51:48 commit hash: 28760628ac9a12ad6af3ef8c133edef059fcf62a commit hash: 28760628ac9a12ad6af3ef8c133edef059fcf62a commit hash: 28760628ac9a12ad6af3ef8c133edef059fcf62a commit hash: 28760628ac9a12ad6af3ef8c133edef059fcf62a files touched by this commit |
Mikael Urankar (mikael) search for other commits by this committer |
lang/rust: Update to 1.96.0
Announce: https://blog.rust-lang.org/2026/05/28/Rust-1.96.0/
ChangeLog: https://github.com/rust-lang/rust/releases/tag/1.96.0
PR: 295694
Tested by: mikael,pkubaj |
1.95.0 27 May 2026 20:18:57 commit hash: de67a809c66e1cc1c95224ce1f3a71cf891e05e0 commit hash: de67a809c66e1cc1c95224ce1f3a71cf891e05e0 commit hash: de67a809c66e1cc1c95224ce1f3a71cf891e05e0 commit hash: de67a809c66e1cc1c95224ce1f3a71cf891e05e0 files touched by this commit |
Dmitry Marakasov (amdmi3) search for other commits by this committer |
lang/rust-nightly: update 1.97.0.20260511 → 1.98.0.20260526
- Enable miri
- Include a patch from upstream PR to avoid network access during build
Approved by: rust (implicit) |
1.95.0 24 May 2026 16:45:05 commit hash: f3b8e6f595d64e7dcfdfe646498d73387575a87c commit hash: f3b8e6f595d64e7dcfdfe646498d73387575a87c commit hash: f3b8e6f595d64e7dcfdfe646498d73387575a87c commit hash: f3b8e6f595d64e7dcfdfe646498d73387575a87c files touched by this commit |
Gleb Popov (arrowd) search for other commits by this committer Author: Felipe Matarazzo |
*: Fix spelling and typos in comments and pkg-descr's of various ports
Pull Request: https://github.com/freebsd/freebsd-ports/pull/506
Co-authored-by: Gleb Popov <arrowd@FreeBSD.org> |
1.95.0 18 May 2026 13:16:07 commit hash: 079829d07dc322edec9c4b983aedfead975be2bc commit hash: 079829d07dc322edec9c4b983aedfead975be2bc commit hash: 079829d07dc322edec9c4b983aedfead975be2bc commit hash: 079829d07dc322edec9c4b983aedfead975be2bc files touched by this commit |
Robert Clausecker (fuz) search for other commits by this committer |
lang/rust: fix build on armv7
We have previously (cf. PR 282663) disabled the has_thread_local feature
on armv7 to work around an rtld bug. The bug was fixed with D42415, but
the workaround remained. Earlier this year, rust started to fail to
build due to the workaround, as the fallback TLS implementation is
limited to the number of pthread TLS keys (256) and rust has started to
consume more and more of them. While a temporary workaround reducing
the hunger for TLS keys was implemented in 2026Q2, we can actually just
reenable has_thread_local to go back to how things are supposed to work.
PR: 294545
Approved by: mikael (rust)
MFH: no |
1.95.0 27 Apr 2026 12:26:45 commit hash: 3c971390fa399c4f51784495e420533bd878caac commit hash: 3c971390fa399c4f51784495e420533bd878caac commit hash: 3c971390fa399c4f51784495e420533bd878caac commit hash: 3c971390fa399c4f51784495e420533bd878caac files touched by this commit |
Mikael Urankar (mikael) search for other commits by this committer |
lang/rust: Update to 1.95.0
Announce: https://blog.rust-lang.org/2026/04/16/Rust-1.95.0/
ChangeLog: https://github.com/rust-lang/rust/releases/tag/1.95.0
PR: 294615, 294703
Tested by: mikael, Gunther Nikl, pkubaj |
1.94.0 23 Mar 2026 07:32:25 commit hash: 49f0df522a39b8527db3197cc4c0a5356a8cd181 commit hash: 49f0df522a39b8527db3197cc4c0a5356a8cd181 commit hash: 49f0df522a39b8527db3197cc4c0a5356a8cd181 commit hash: 49f0df522a39b8527db3197cc4c0a5356a8cd181 files touched by this commit |
Mikael Urankar (mikael) search for other commits by this committer |
lang/rust: Update to 1.94.0
Announce: https://blog.rust-lang.org/2026/03/05/Rust-1.94.0/
ChangeLog: https://github.com/rust-lang/rust/releases/tag/1.94.0
PR: 293615
Tested by: mikael |
1.93.1 21 Mar 2026 16:01:33 commit hash: 8713bd8c99be8264301bd834120ae425a651bb71 commit hash: 8713bd8c99be8264301bd834120ae425a651bb71 commit hash: 8713bd8c99be8264301bd834120ae425a651bb71 commit hash: 8713bd8c99be8264301bd834120ae425a651bb71 files touched by this commit |
Mikael Urankar (mikael) search for other commits by this committer |
Revert "lang/rust: fix build with LLVM 22 (PORT_LLVM option)"
This reverts commit 91d047221724449855d84465d8ca53bdddb9fcc2.
This patch was not approved.
This patch interferes with pending rust update (pr 293615)
There was no rush to push this patch since there is a pending rust update (pr
293615)
It breaks lang/rust-nightly |
1.93.1 19 Mar 2026 18:15:18 commit hash: 91d047221724449855d84465d8ca53bdddb9fcc2 commit hash: 91d047221724449855d84465d8ca53bdddb9fcc2 commit hash: 91d047221724449855d84465d8ca53bdddb9fcc2 commit hash: 91d047221724449855d84465d8ca53bdddb9fcc2 files touched by this commit |
Charlie Li (vishwin) search for other commits by this committer |
lang/rust: fix build with LLVM 22 (PORT_LLVM option)
PassPlugin moved to a new location starting LLVM 22.
Reference: https://github.com/rust-lang/rust/pull/150394 |
1.93.1 17 Feb 2026 08:12:14 commit hash: b470c8a31ed489d9e499837c0338ec9b3abaa9da commit hash: b470c8a31ed489d9e499837c0338ec9b3abaa9da commit hash: b470c8a31ed489d9e499837c0338ec9b3abaa9da commit hash: b470c8a31ed489d9e499837c0338ec9b3abaa9da files touched by this commit |
Mikael Urankar (mikael) search for other commits by this committer |
lang/rust: Update to 1.93.1
Announce: https://blog.rust-lang.org/2026/02/12/Rust-1.93.1/
ChangeLog: https://github.com/rust-lang/rust/releases/tag/1.93.1 |
1.93.0 28 Jan 2026 08:48:51 commit hash: 78c933ad0ae2d48b627179958af56aedf623d97a commit hash: 78c933ad0ae2d48b627179958af56aedf623d97a commit hash: 78c933ad0ae2d48b627179958af56aedf623d97a commit hash: 78c933ad0ae2d48b627179958af56aedf623d97a files touched by this commit |
Mikael Urankar (mikael) search for other commits by this committer |
lang/rust: Update to 1.93.0
While here, drop AR as it's deprecated since 2015 [1]
Announce: https://blog.rust-lang.org/2026/01/22/Rust-1.93.0/
ChangeLog: https://github.com/rust-lang/rust/releases/tag/1.93.0
PR: 292713
Tested by: mikael, pkubaj
Differential Revision: https://reviews.freebsd.org/D54619 [1] |
1.92.0 25 Jan 2026 15:25:16 commit hash: 692043222af340d1dd6d0196bfb09eb4c59895a9 commit hash: 692043222af340d1dd6d0196bfb09eb4c59895a9 commit hash: 692043222af340d1dd6d0196bfb09eb4c59895a9 commit hash: 692043222af340d1dd6d0196bfb09eb4c59895a9 files touched by this commit |
Mikael Urankar (mikael) search for other commits by this committer |
lang/rust: Fix LLVM_VERSION
Fixes: a802c571830fc166c61fea2e957944127458cde4 |
1.92.0 20 Dec 2025 02:57:14 commit hash: 009e302df60f057f12c4c243da653d256fb3e3de commit hash: 009e302df60f057f12c4c243da653d256fb3e3de commit hash: 009e302df60f057f12c4c243da653d256fb3e3de commit hash: 009e302df60f057f12c4c243da653d256fb3e3de files touched by this commit |
Charlie Li (vishwin) search for other commits by this committer |
lang/rust: really fix WASM with PORT_LLVM
Bundled LLVM is never built when llvm-config is specified in
config.toml, ie PORT_LLVM, and base system LLVM doesn't support
wasm32-unknown-unknown triple. Restore the previous behaviour of
using clang from the LLVM port when PORT_LLVM is enabled. Also
really fix the ${LLVM_VERSION} logic, as the variable is from
USES=llvm. |
1.92.0 19 Dec 2025 17:14:39 commit hash: a802c571830fc166c61fea2e957944127458cde4 commit hash: a802c571830fc166c61fea2e957944127458cde4 commit hash: a802c571830fc166c61fea2e957944127458cde4 commit hash: a802c571830fc166c61fea2e957944127458cde4 files touched by this commit |
Charlie Li (vishwin) search for other commits by this committer |
lang/rust: privatise ${_LLVM_VERSION}
Did not initially notice the added ${LLVM_VERSION} to denote minimum
required PORT_LLVM version, but privatise to avoid collision with
USES=llvm's ${LLVM_VERSION} logic. |
1.92.0 19 Dec 2025 17:06:06 commit hash: bb3d1e79b1ebbe1925f27f386f53122ad1c53d04 commit hash: bb3d1e79b1ebbe1925f27f386f53122ad1c53d04 commit hash: bb3d1e79b1ebbe1925f27f386f53122ad1c53d04 commit hash: bb3d1e79b1ebbe1925f27f386f53122ad1c53d04 files touched by this commit |
Charlie Li (vishwin) search for other commits by this committer |
lang/rust: PORT_LLVM minimum version is 20
Source:
https://github.com/rust-lang/rust/commit/f104ecfba6f56d84c6f48fa328ce20ef48efa796 |
1.92.0 16 Dec 2025 12:12:02 commit hash: c13471c0db85fe9c4f3f9e8c9f803aa71c986068 commit hash: c13471c0db85fe9c4f3f9e8c9f803aa71c986068 commit hash: c13471c0db85fe9c4f3f9e8c9f803aa71c986068 commit hash: c13471c0db85fe9c4f3f9e8c9f803aa71c986068 files touched by this commit |
Mikael Urankar (mikael) search for other commits by this committer |
lang/rust: Update to 1.92.0
Announce: https://blog.rust-lang.org/2025/12/11/Rust-1.92.0
ChangeLog: https://github.com/rust-lang/rust/releases/tag/1.92.0
PR: 291582
Tested by: mikael,pkubaj |
1.91.1 09 Dec 2025 09:37:13 commit hash: c1447e899062d20c69285a33416973e19a589026 commit hash: c1447e899062d20c69285a33416973e19a589026 commit hash: c1447e899062d20c69285a33416973e19a589026 commit hash: c1447e899062d20c69285a33416973e19a589026 files touched by this commit |
Mikael Urankar (mikael) search for other commits by this committer |
lang/rust: Fix patch
PR: 291460 |
1.91.1 11 Nov 2025 12:04:20 commit hash: f0d2dcfa5c3f4e9f74361d6c45c2ec93c5166b96 commit hash: f0d2dcfa5c3f4e9f74361d6c45c2ec93c5166b96 commit hash: f0d2dcfa5c3f4e9f74361d6c45c2ec93c5166b96 commit hash: f0d2dcfa5c3f4e9f74361d6c45c2ec93c5166b96 files touched by this commit |
Mikael Urankar (mikael) search for other commits by this committer |
lang/rust: Really update to 1.91.1
Reported by: Gunther Nikl
PR: 290816 |
1.91.0 11 Nov 2025 12:03:36 commit hash: cc3c8d7ead2ee2a5eb0bbf0f113523c1508356e5 commit hash: cc3c8d7ead2ee2a5eb0bbf0f113523c1508356e5 commit hash: cc3c8d7ead2ee2a5eb0bbf0f113523c1508356e5 commit hash: cc3c8d7ead2ee2a5eb0bbf0f113523c1508356e5 files touched by this commit |
Mikael Urankar (mikael) search for other commits by this committer |
lang/rust: Add files/patch-vendor_openssl-probe_src_lib.rs
Reported by: Gunther Nikl
Fixes: a01365ba22179d5ceabec53c65586012b75b4dab |
1.91.0 11 Nov 2025 11:07:49 commit hash: 1a1ef8585f5aa1151486a2f8f13d50c6294b1deb commit hash: 1a1ef8585f5aa1151486a2f8f13d50c6294b1deb commit hash: 1a1ef8585f5aa1151486a2f8f13d50c6294b1deb commit hash: 1a1ef8585f5aa1151486a2f8f13d50c6294b1deb files touched by this commit |
Mikael Urankar (mikael) search for other commits by this committer |
lang/rust: Update to 1.91.1
- Drop WASM option as it requires llvm from ports
it was probably broken since it was introduced and no one noticed / used it
Announce: https://blog.rust-lang.org/2025/10/30/Rust-1.91.0/
https://blog.rust-lang.org/2025/11/10/Rust-1.91.1/
ChangeLog: https://github.com/rust-lang/rust/releases/tag/1.91.0
https://github.com/rust-lang/rust/releases/tag/1.91.1
PR: 290816
Tested by: mikael,pkubaj |
1.90.0_2 11 Nov 2025 11:05:43 commit hash: a01365ba22179d5ceabec53c65586012b75b4dab commit hash: a01365ba22179d5ceabec53c65586012b75b4dab commit hash: a01365ba22179d5ceabec53c65586012b75b4dab commit hash: a01365ba22179d5ceabec53c65586012b75b4dab files touched by this commit |
Mikael Urankar (mikael) search for other commits by this committer Author: Michael Osipov |
lang/rust: Replace OpenSSL system default truststore with a more generic one |
1.90.0_1 10 Oct 2025 20:49:02 commit hash: 45e5316c383b8924e875ba0dc86e5f1a1f1c0a38 commit hash: 45e5316c383b8924e875ba0dc86e5f1a1f1c0a38 commit hash: 45e5316c383b8924e875ba0dc86e5f1a1f1c0a38 commit hash: 45e5316c383b8924e875ba0dc86e5f1a1f1c0a38 files touched by this commit |
Michael Osipov (michaelo) search for other commits by this committer |
lang/rust: Update patch for git2-rs
Tested by: michaelo
Approved by: otis (mentor), mikael (rust maintainer)
MFH: 2025Q4
Differential Revision: https://reviews.freebsd.org/D52988 |
1.90.0 03 Oct 2025 08:16:48 commit hash: 22e64ae9597d7a5e908bfa4aef3ee62797467590 commit hash: 22e64ae9597d7a5e908bfa4aef3ee62797467590 commit hash: 22e64ae9597d7a5e908bfa4aef3ee62797467590 commit hash: 22e64ae9597d7a5e908bfa4aef3ee62797467590 files touched by this commit |
Mikael Urankar (mikael) search for other commits by this committer |
lang/rust: Update to 1.90.0
Announce: https://blog.rust-lang.org/2025/09/18/Rust-1.90.0/
ChangeLog: https://github.com/rust-lang/rust/releases/tag/1.90.0
PR: 289709
Tested by: mikael,pkubaj |
1.89.0 09 Sep 2025 19:57:53 commit hash: 904c41f204c649ebe18e8253fbdea2fc2255b04f commit hash: 904c41f204c649ebe18e8253fbdea2fc2255b04f commit hash: 904c41f204c649ebe18e8253fbdea2fc2255b04f commit hash: 904c41f204c649ebe18e8253fbdea2fc2255b04f files touched by this commit |
Dmitry Marakasov (amdmi3) search for other commits by this committer |
lang/rust-nightly: update 1.91.0.20250805 → 1.91.0.20250907
Approved by: rust (implicit) |
1.89.0 01 Sep 2025 08:24:02 commit hash: 6e65886aa58b76b7d1929f72b55db72c81c2ff40 commit hash: 6e65886aa58b76b7d1929f72b55db72c81c2ff40 commit hash: 6e65886aa58b76b7d1929f72b55db72c81c2ff40 commit hash: 6e65886aa58b76b7d1929f72b55db72c81c2ff40 files touched by this commit |
Mikael Urankar (mikael) search for other commits by this committer |
lang/rust: Update to 1.89.0
Announce: https://blog.rust-lang.org/2025/08/07/Rust-1.89.0/
ChangeLog: https://github.com/rust-lang/rust/releases/tag/1.89.0
PR: 288923
Tested by: mikael,pkubaj |
1.88.0 01 Sep 2025 08:24:01 commit hash: c61dde399b03b25692b6eab7dda0556fbccc48a5 commit hash: c61dde399b03b25692b6eab7dda0556fbccc48a5 commit hash: c61dde399b03b25692b6eab7dda0556fbccc48a5 commit hash: c61dde399b03b25692b6eab7dda0556fbccc48a5 files touched by this commit |
Mikael Urankar (mikael) search for other commits by this committer |
lang/rust: fork 1.88 into a pinned port
A temporary workaround for devel/git-branchless and games/veloren-weekly.
PR: 288923, 289015, 289016 |
1.88.0 01 Aug 2025 14:10:01 commit hash: 1fba2c304653bfa35933ba13476e562724f171d9 commit hash: 1fba2c304653bfa35933ba13476e562724f171d9 commit hash: 1fba2c304653bfa35933ba13476e562724f171d9 commit hash: 1fba2c304653bfa35933ba13476e562724f171d9 files touched by this commit |
Dmitry Marakasov (amdmi3) search for other commits by this committer |
lang/rust-nightly: update 1.90.0.20250709 → 1.90.0.20250727
Approved by: rust (implicit) |
1.88.0 07 Jul 2025 08:50:07 commit hash: a93cbed8b0ee1e13290a8c393a30ec871b90947f commit hash: a93cbed8b0ee1e13290a8c393a30ec871b90947f commit hash: a93cbed8b0ee1e13290a8c393a30ec871b90947f commit hash: a93cbed8b0ee1e13290a8c393a30ec871b90947f files touched by this commit |
Mikael Urankar (mikael) search for other commits by this committer |
lang/rust: bump PORT_LLVM minimum version to 18
Source:
https://github.com/rust-lang/rust/pull/139275/commits/12167d7064597993355e41d3a8c20654bccaf0be
Reported by: Mark Millard <marklmi@yahoo.com> |
1.88.0 03 Jul 2025 08:45:31 commit hash: 096f1677e03310e42b9cc8541daf0e8c54180cc3 commit hash: 096f1677e03310e42b9cc8541daf0e8c54180cc3 commit hash: 096f1677e03310e42b9cc8541daf0e8c54180cc3 commit hash: 096f1677e03310e42b9cc8541daf0e8c54180cc3 files touched by this commit |
Mikael Urankar (mikael) search for other commits by this committer |
lang/rust: Update to 1.88.0
Announce: https://blog.rust-lang.org/2025/06/26/Rust-1.88.0/
ChangeLog: https://github.com/rust-lang/rust/releases/tag/1.88.0
PR: 287766
Tested by: mikael,pkubaj |
1.87.0 26 Jun 2025 10:19:01 commit hash: 4f7bdec82e9d812031bca4f22a3a6513bc29f168 commit hash: 4f7bdec82e9d812031bca4f22a3a6513bc29f168 commit hash: 4f7bdec82e9d812031bca4f22a3a6513bc29f168 commit hash: 4f7bdec82e9d812031bca4f22a3a6513bc29f168 files touched by this commit |
Piotr Kubaj (pkubaj) search for other commits by this committer |
lang/rust: add missing __ suffix to __powerpc macro |
1.87.0 26 Jun 2025 09:23:07 commit hash: 609c0dc555fb544bda9ae71883e5c6a3062aff1b commit hash: 609c0dc555fb544bda9ae71883e5c6a3062aff1b commit hash: 609c0dc555fb544bda9ae71883e5c6a3062aff1b commit hash: 609c0dc555fb544bda9ae71883e5c6a3062aff1b files touched by this commit |
Piotr Kubaj (pkubaj) search for other commits by this committer |
lang/rust: fix powerpc bootstrap |
1.87.0 05 Jun 2025 07:51:32 commit hash: 2add7bc03f9c30c9eb6d60f5becd40e61c9ea122 commit hash: 2add7bc03f9c30c9eb6d60f5becd40e61c9ea122 commit hash: 2add7bc03f9c30c9eb6d60f5becd40e61c9ea122 commit hash: 2add7bc03f9c30c9eb6d60f5becd40e61c9ea122 files touched by this commit |
Mikael Urankar (mikael) search for other commits by this committer |
lang/rust: Update to 1.87.0
Announce: https://blog.rust-lang.org/2025/05/15/Rust-1.87.0/
ChangeLog: https://github.com/rust-lang/rust/releases/tag/1.87.0
PR: 286829
Tested by: mikael,pkubaj,Herbert J. Skuhra |
1.86.0 08 Apr 2025 23:22:45 commit hash: 2924b2c5b8282065e63833e21bf6582f9d48af56 commit hash: 2924b2c5b8282065e63833e21bf6582f9d48af56 commit hash: 2924b2c5b8282065e63833e21bf6582f9d48af56 commit hash: 2924b2c5b8282065e63833e21bf6582f9d48af56 files touched by this commit |
Charlie Li (vishwin) search for other commits by this committer |
lang/rust: remove max LLVM version restriction for PORT_LLVM
LLVM 20 now supported |
1.86.0 08 Apr 2025 08:41:10 commit hash: 11e425bbfd6e7b14c28435ee5683796f58c4740c commit hash: 11e425bbfd6e7b14c28435ee5683796f58c4740c commit hash: 11e425bbfd6e7b14c28435ee5683796f58c4740c commit hash: 11e425bbfd6e7b14c28435ee5683796f58c4740c files touched by this commit |
Mikael Urankar (mikael) search for other commits by this committer |
lang/rust: Update to 1.86.0
Announce: https://blog.rust-lang.org/2025/04/03/Rust-1.86.0.html
ChangeLog: https://github.com/rust-lang/rust/releases/tag/1.86.0
Put back rustdoc in _RUST_TOOLS, rustdoc is an integral part of cargo
and has no connection with DOCS.
PR: 285381,285840
Tested by: mikael,pkubaj |
1.85.1 27 Mar 2025 07:45:59 commit hash: 10b9f3f22d9b3ed5541f9d1a02bc089862c2cebf commit hash: 10b9f3f22d9b3ed5541f9d1a02bc089862c2cebf commit hash: 10b9f3f22d9b3ed5541f9d1a02bc089862c2cebf commit hash: 10b9f3f22d9b3ed5541f9d1a02bc089862c2cebf files touched by this commit |
Charlie Li (vishwin) search for other commits by this committer |
lang/rust: limit PORT_LLVM max to 19
LLVM 20 support currently only exists in trunk. |
1.85.1 21 Mar 2025 08:39:35 commit hash: d617602f66232ed0e561b47aed56a6ed606b1e31 commit hash: d617602f66232ed0e561b47aed56a6ed606b1e31 commit hash: d617602f66232ed0e561b47aed56a6ed606b1e31 commit hash: d617602f66232ed0e561b47aed56a6ed606b1e31 files touched by this commit |
Mikael Urankar (mikael) search for other commits by this committer |
lang/rust: Update to 1.85.1
While here:
- remove rustdoc from _RUST_TOOLS, it has to be added only when
DOCS option is enabled
- add DOCS to OPTIONS_DEFAULT [1]
- building docs on armv7 is fixed
PR: 285381 [1] |
1.85.0_1 13 Mar 2025 07:26:12 commit hash: 3a627a5c547aeedf2806c249810c098d482de136 commit hash: 3a627a5c547aeedf2806c249810c098d482de136 commit hash: 3a627a5c547aeedf2806c249810c098d482de136 commit hash: 3a627a5c547aeedf2806c249810c098d482de136 files touched by this commit |
Mikael Urankar (mikael) search for other commits by this committer |
lang/rust: do not build the documentation on armv7
A bug [1] prevents documentation from being compiled on this
platform, disable it until it's fixed in a release branch.
[1] https://github.com/rust-lang/rust/pull/137632
Reported by: mmel |
1.85.0_1 07 Mar 2025 17:44:16 commit hash: 078082660317490b1a2faf93ddce4b49c6b165dc commit hash: 078082660317490b1a2faf93ddce4b49c6b165dc commit hash: 078082660317490b1a2faf93ddce4b49c6b165dc commit hash: 078082660317490b1a2faf93ddce4b49c6b165dc files touched by this commit |
Michael Osipov (michaelo) search for other commits by this committer |
lang/rust: Make OpenSSL use the system default truststore in Cargo
Cargo uses curl-rust and git2-rs (which uses curl-rest as well).
Unfortunately, git2-rs calls openssl_probe::init_ssl_cert_env_vars()
unconditionally which breaks the process environment by setting an invalid
value for SSL_CERT_DIR and then the system default truststore is circumvented,
resulting in certificate validation errors even if certctl(8) manages
everything nicely.
Upstream issues:
* https://github.com/alexcrichton/openssl-probe/issues/37
* https://github.com/rust-lang/git2-rs/pull/1130
Reviewed by: jrm (mentor), mikael (rust)
MFH: 2025Q1
Differential Revision: https://reviews.freebsd.org/D49120 |
1.85.0 24 Feb 2025 07:55:52 commit hash: 0bd1fd4d884caeb09dfef6ae895284c28ea74d00 commit hash: 0bd1fd4d884caeb09dfef6ae895284c28ea74d00 commit hash: 0bd1fd4d884caeb09dfef6ae895284c28ea74d00 commit hash: 0bd1fd4d884caeb09dfef6ae895284c28ea74d00 files touched by this commit |
Mikael Urankar (mikael) search for other commits by this committer |
lang/rust: Update to 1.85.0
Announce: https://blog.rust-lang.org/2025/02/20/Rust-1.85.0.html
ChangeLog: https://github.com/rust-lang/rust/releases/tag/1.85.0
PR: 284884
Tested by: mikael,pkubaj |
1.84.0 30 Jan 2025 02:06:43 commit hash: 917563d82e51f1e05253197bb3b641c05ab50afb commit hash: 917563d82e51f1e05253197bb3b641c05ab50afb commit hash: 917563d82e51f1e05253197bb3b641c05ab50afb commit hash: 917563d82e51f1e05253197bb3b641c05ab50afb files touched by this commit |
Jan Beich (jbeich) search for other commits by this committer |
lang/rust182: remove port after 182ff2d0ad1b |
1.84.0 20 Jan 2025 11:04:35 commit hash: 5c45325650b4a188d9e609eae993e1bcbff19848 commit hash: 5c45325650b4a188d9e609eae993e1bcbff19848 commit hash: 5c45325650b4a188d9e609eae993e1bcbff19848 commit hash: 5c45325650b4a188d9e609eae993e1bcbff19848 files touched by this commit |
Mikael Urankar (mikael) search for other commits by this committer |
lang/rust: lang/rust: Update to 1.84.0
Announce: https://blog.rust-lang.org/2025/01/09/Rust-1.84.0.html
ChangeLog: https://github.com/rust-lang/rust/releases/tag/1.84.0
PR: 283962
Tested by: mikael,pkubaj |
1.83.0 01 Dec 2024 18:43:31 commit hash: 237a71fe2c8f75d8e67225d6aa84cde1bc61aa2f commit hash: 237a71fe2c8f75d8e67225d6aa84cde1bc61aa2f commit hash: 237a71fe2c8f75d8e67225d6aa84cde1bc61aa2f commit hash: 237a71fe2c8f75d8e67225d6aa84cde1bc61aa2f files touched by this commit |
Mikael Urankar (mikael) search for other commits by this committer |
lang/rust: Fix distinfo for armv7
PR: 283000
Reported by: Robert Clausecker <fuz@fuz.su> |
1.83.0 01 Dec 2024 09:23:26 commit hash: 9474c17fbe478fedb030b579cda35afe852f3dfc commit hash: 9474c17fbe478fedb030b579cda35afe852f3dfc commit hash: 9474c17fbe478fedb030b579cda35afe852f3dfc commit hash: 9474c17fbe478fedb030b579cda35afe852f3dfc files touched by this commit |
Mikael Urankar (mikael) search for other commits by this committer |
lang/rust: Update to 1.83.0
Announce: https://blog.rust-lang.org/2024/11/28/Rust-1.83.0.html
ChangeLog: https://github.com/rust-lang/rust/releases/tag/1.83.0
PR: 283000
Tested by: mikael,pkubaj,vishwin |
1.82.0_1 01 Dec 2024 00:52:16 commit hash: c3e06e3173c743aadf672eaa76f3a74f0eaee77c commit hash: c3e06e3173c743aadf672eaa76f3a74f0eaee77c commit hash: c3e06e3173c743aadf672eaa76f3a74f0eaee77c commit hash: c3e06e3173c743aadf672eaa76f3a74f0eaee77c files touched by this commit |
Jan Beich (jbeich) search for other commits by this committer |
lang/rust: fork 1.82 into a pinned port
A temporary workaround for games/veloren-weekly.
PR: 283039 |
1.82.0_1 22 Nov 2024 08:40:03 commit hash: c348a547923c25a771d0d2a5db796103e25511ec commit hash: c348a547923c25a771d0d2a5db796103e25511ec commit hash: c348a547923c25a771d0d2a5db796103e25511ec commit hash: c348a547923c25a771d0d2a5db796103e25511ec files touched by this commit |
Mikael Urankar (mikael) search for other commits by this committer |
lang/rust: Fix build on armv7
PR: 282663 |
1.82.0_1 14 Nov 2024 15:30:31 commit hash: 560fd669d24aafad437789954800d57e7cfeafa9 commit hash: 560fd669d24aafad437789954800d57e7cfeafa9 commit hash: 560fd669d24aafad437789954800d57e7cfeafa9 commit hash: 560fd669d24aafad437789954800d57e7cfeafa9 files touched by this commit |
Mikael Urankar (mikael) search for other commits by this committer |
lang/rust: Regen bootstrap for armv7
PR: 282663 |
1.82.0_1 09 Nov 2024 22:45:49 commit hash: b039f2e46b15c1ff5cbaf41e642993d982294da3 commit hash: b039f2e46b15c1ff5cbaf41e642993d982294da3 commit hash: b039f2e46b15c1ff5cbaf41e642993d982294da3 commit hash: b039f2e46b15c1ff5cbaf41e642993d982294da3 files touched by this commit |
Alan Somers (asomers) search for other commits by this committer |
lang/rust: enable SSE2 by default on i386
Upstream Rust always requires SSE2 for x86. But back in 2017[^1][^2] we
patched lang/rust to disable SSE2 for i386. At the time, it was
reported that some people were still using non-SSE2 capable hardware.
More recently, LLVM bugs have been discovered[^3][^4] that can result in
rounding bugs and reduced accuracy when using f64 on non-SSE hardware.
In weird cases, they can even cause wilder unpredictable behavior, like
segfaults.
Revert our change for the sake of Pentium 4 (and later) users. But add
an SSE2 option. Disabling it will allow the port to be used on Pentium
3 and older CPUs.
[^1]:
https://github.com/freebsd/freebsd-ports/commit/d65b2886b1b3b2135f0b8982de4d9754517acf61
[^2]: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223415
[^3]: https://github.com/rust-lang/rust/issues/114479
[^4]: https://github.com/llvm/llvm-project/issues/44218
Reviewed by: emaste
Differential Revision: https://reviews.freebsd.org/D47227 |
1.82.0 08 Nov 2024 15:09:42 commit hash: 98cb8991b6e209e10dcd6714c0b0acca27349d84 commit hash: 98cb8991b6e209e10dcd6714c0b0acca27349d84 commit hash: 98cb8991b6e209e10dcd6714c0b0acca27349d84 commit hash: 98cb8991b6e209e10dcd6714c0b0acca27349d84 files touched by this commit |
Charlie Li (vishwin) search for other commits by this committer |
lang/rust: remove max LLVM version restriction for PORT_LLVM |
1.82.0 08 Nov 2024 08:24:19 commit hash: 29120ed40fd6faa934d8a2b97c7ded42ab7dce4e commit hash: 29120ed40fd6faa934d8a2b97c7ded42ab7dce4e commit hash: 29120ed40fd6faa934d8a2b97c7ded42ab7dce4e commit hash: 29120ed40fd6faa934d8a2b97c7ded42ab7dce4e files touched by this commit |
Mikael Urankar (mikael) search for other commits by this committer |
lang/rust: Update to 1.82.0
Announce: https://blog.rust-lang.org/2024/10/17/Rust-1.82.0.html
ChangeLog: https://github.com/rust-lang/rust/releases/tag/1.82.0
PR: 282516
Tested by: mikael,pkubaj |
1.81.0 08 Nov 2024 08:24:19 commit hash: 05961664b7f01ac5ed3e9352d43c2aa1ae3028b5 commit hash: 05961664b7f01ac5ed3e9352d43c2aa1ae3028b5 commit hash: 05961664b7f01ac5ed3e9352d43c2aa1ae3028b5 commit hash: 05961664b7f01ac5ed3e9352d43c2aa1ae3028b5 files touched by this commit |
Mikael Urankar (mikael) search for other commits by this committer |
lang/rust: drop "gnu" in the target env for armv6/7
PR: 282518 |
1.81.0 18 Oct 2024 03:18:44 commit hash: 2501f5298c3f36fbdfbd4ddda7620cb27a0e0af3 commit hash: 2501f5298c3f36fbdfbd4ddda7620cb27a0e0af3 commit hash: 2501f5298c3f36fbdfbd4ddda7620cb27a0e0af3 commit hash: 2501f5298c3f36fbdfbd4ddda7620cb27a0e0af3 files touched by this commit |
Charlie Li (vishwin) search for other commits by this committer |
lang/rust: limit PORT_LLVM max to 18
LLVM 19 support only starts in Rust 1.82; this restriction will be
removed once the update is committed. |
1.81.0 03 Oct 2024 13:05:35 commit hash: 9e25c683b8a78259e80fc0bacddc5ff9087031b3 commit hash: 9e25c683b8a78259e80fc0bacddc5ff9087031b3 commit hash: 9e25c683b8a78259e80fc0bacddc5ff9087031b3 commit hash: 9e25c683b8a78259e80fc0bacddc5ff9087031b3 files touched by this commit |
Mikael Urankar (mikael) search for other commits by this committer |
lang/rust-nightly: Update to 1.83.0 |
1.81.0 02 Oct 2024 19:38:44 commit hash: da2f3f630cf939a640f4c1151a8f0a0fdb1fa0c7 commit hash: da2f3f630cf939a640f4c1151a8f0a0fdb1fa0c7 commit hash: da2f3f630cf939a640f4c1151a8f0a0fdb1fa0c7 commit hash: da2f3f630cf939a640f4c1151a8f0a0fdb1fa0c7 files touched by this commit |
Yuri Victorovich (yuri) search for other commits by this committer |
devel/RStudio: Revert "feat(create-turbo): apply official-starter transform"
This reverts commit 52c0456dd5ec259ac94ee401db79c7ad3569f914.
I have no idea what lead to this commit into devel/RStudio and
lang/rust-nightly to be made. |
1.81.0 02 Oct 2024 19:12:31 commit hash: 52c0456dd5ec259ac94ee401db79c7ad3569f914 commit hash: 52c0456dd5ec259ac94ee401db79c7ad3569f914 commit hash: 52c0456dd5ec259ac94ee401db79c7ad3569f914 commit hash: 52c0456dd5ec259ac94ee401db79c7ad3569f914 files touched by this commit |
Yuri Victorovich (yuri) search for other commits by this committer Author: Turbobot |
feat(create-turbo): apply official-starter transform |
1.81.0 10 Sep 2024 10:54:49 commit hash: 26df8c65a2821d3e7b2952549edd53628dc5427f commit hash: 26df8c65a2821d3e7b2952549edd53628dc5427f commit hash: 26df8c65a2821d3e7b2952549edd53628dc5427f commit hash: 26df8c65a2821d3e7b2952549edd53628dc5427f files touched by this commit |
Mikael Urankar (mikael) search for other commits by this committer |
lang/rust: Update to 1.81.0
Announce: https://blog.rust-lang.org/2024/09/05/Rust-1.81.0.html
ChangeLog: https://github.com/rust-lang/rust/releases/tag/1.81.0
PR: 281300
Tested by: mikael,pkubaj,Herbert J. Skuhra |
1.80.1 26 Aug 2024 08:07:42 commit hash: bc4fedc1fec0d359365c04d43be9e32bf101a50e commit hash: bc4fedc1fec0d359365c04d43be9e32bf101a50e commit hash: bc4fedc1fec0d359365c04d43be9e32bf101a50e commit hash: bc4fedc1fec0d359365c04d43be9e32bf101a50e files touched by this commit |
Mikael Urankar (mikael) search for other commits by this committer |
lang/rust: Update to 1.80.1
Announce: https://blog.rust-lang.org/2024/07/25/Rust-1.80.0.html
https://blog.rust-lang.org/2024/08/08/Rust-1.80.1.html
ChangeLog: https://github.com/rust-lang/rust/releases/tag/1.80.0
PR: 280490,246993
Tested by: mikael,pkubaj |
1.79.0_1 02 Jul 2024 06:44:28 commit hash: 923194c2b0279518785b1b6683a6ed584d560eff commit hash: 923194c2b0279518785b1b6683a6ed584d560eff commit hash: 923194c2b0279518785b1b6683a6ed584d560eff commit hash: 923194c2b0279518785b1b6683a6ed584d560eff files touched by this commit |
Piotr Kubaj (pkubaj) search for other commits by this committer |
lang/rust: enable rls on powerpc
Builds fine on 13.3-RELEASE and newer. |
1.79.0 23 Jun 2024 14:51:30 commit hash: 2f482fb4b131052bf7ae55704b7d7200e7a11e69 commit hash: 2f482fb4b131052bf7ae55704b7d7200e7a11e69 commit hash: 2f482fb4b131052bf7ae55704b7d7200e7a11e69 commit hash: 2f482fb4b131052bf7ae55704b7d7200e7a11e69 files touched by this commit |
Mikael Urankar (mikael) search for other commits by this committer |
lang/rust: Attempt to fix build on armv7
Reported by: mandree,mmel |
1.79.0 23 Jun 2024 14:45:44 commit hash: 0f41de8c96a213fc443a4594575b1439770935fb commit hash: 0f41de8c96a213fc443a4594575b1439770935fb commit hash: 0f41de8c96a213fc443a4594575b1439770935fb commit hash: 0f41de8c96a213fc443a4594575b1439770935fb files touched by this commit |
Mikael Urankar (mikael) search for other commits by this committer |
lang/rust: reintroduce EXTRA_PATCHES for specific ARCH
It was dropped in 988dc662364d9ab3d7cea82c642068a27b0c1254 but it's
still needed.
Reported by: mandree,mmel |
1.79.0 18 Jun 2024 12:56:04 commit hash: dbc2286b18e07d370609d9b7eeaadacd537e7dab commit hash: dbc2286b18e07d370609d9b7eeaadacd537e7dab commit hash: dbc2286b18e07d370609d9b7eeaadacd537e7dab commit hash: dbc2286b18e07d370609d9b7eeaadacd537e7dab files touched by this commit |
Charlie Li (vishwin) search for other commits by this committer |
lang/rust: bump PORT_LLVM minimum version to 17
Source:
https://github.com/rust-lang/rust/commit/1ac0239bd23e06330d7d8ba7fc40584bb13a460d |
1.79.0 18 Jun 2024 10:59:01 commit hash: f709c74213f92898a7dd4387fab413fd294a0cc7 commit hash: f709c74213f92898a7dd4387fab413fd294a0cc7 commit hash: f709c74213f92898a7dd4387fab413fd294a0cc7 commit hash: f709c74213f92898a7dd4387fab413fd294a0cc7 files touched by this commit |
Mikael Urankar (mikael) search for other commits by this committer |
lang/rust: Update to 1.79.0
Announce: https://blog.rust-lang.org/2024/06/13/Rust-1.79.0.html
ChangeLog: https://github.com/rust-lang/rust/releases/tag/1.79.0
PR: 279707
Tested by: pkubaj,mikael |
1.78.0 13 May 2024 11:04:10 commit hash: dcf699af6b54bb492654ca66205d3beff64afa4f commit hash: dcf699af6b54bb492654ca66205d3beff64afa4f commit hash: dcf699af6b54bb492654ca66205d3beff64afa4f commit hash: dcf699af6b54bb492654ca66205d3beff64afa4f files touched by this commit |
Mikael Urankar (mikael) search for other commits by this committer |
lang/rust-nightly: Update to 2024年05月07日 |
1.78.0 13 May 2024 11:03:21 commit hash: 7e86fe10e4c7066dedd15d5268e0a469a553b260 commit hash: 7e86fe10e4c7066dedd15d5268e0a469a553b260 commit hash: 7e86fe10e4c7066dedd15d5268e0a469a553b260 commit hash: 7e86fe10e4c7066dedd15d5268e0a469a553b260 files touched by this commit |
Mikael Urankar (mikael) search for other commits by this committer |
lang/rust: Update to 1.78.0
While here, disable RUST_BACKTRACE on ppc64le only
Announce: https://blog.rust-lang.org/2024/05/02/Rust-1.78.0.html
ChangeLog: https://github.com/rust-lang/rust/releases/tag/1.78.0
PR: 278834
Tested by: pkubaj,mikael |
1.77.0_1 13 May 2024 11:03:21 commit hash: 2a1d35b12b4a41e25840e0f240eec81f448b1cfe commit hash: 2a1d35b12b4a41e25840e0f240eec81f448b1cfe commit hash: 2a1d35b12b4a41e25840e0f240eec81f448b1cfe commit hash: 2a1d35b12b4a41e25840e0f240eec81f448b1cfe files touched by this commit |
Mikael Urankar (mikael) search for other commits by this committer Author: Dan McGregor |
lang/rust: remap debuginfo
Prior to this update, when the rust compiler generates warnings
or errors that refer to source code for the standard library, its
messaging use the build time path, rather than the installed path.
It's probably more useful for most users of rust to not have to
mentally rename files to find the files in question.
PR: 278133
Differential Revision: https://reviews.freebsd.org/D44547 |
1.77.0_1 27 Apr 2024 14:14:35 commit hash: 54f7b9d654d72499aa007809ca8a515b649c832d commit hash: 54f7b9d654d72499aa007809ca8a515b649c832d commit hash: 54f7b9d654d72499aa007809ca8a515b649c832d commit hash: 54f7b9d654d72499aa007809ca8a515b649c832d files touched by this commit |
Piotr Kubaj (pkubaj) search for other commits by this committer |
lang/rust: enable RUST_BACKTRACE on powerpc since it seems it works now |
1.77.0 27 Apr 2024 14:14:34 commit hash: 033129624c01f22cc86bf839d110cc239b682c79 commit hash: 033129624c01f22cc86bf839d110cc239b682c79 commit hash: 033129624c01f22cc86bf839d110cc239b682c79 commit hash: 033129624c01f22cc86bf839d110cc239b682c79 files touched by this commit |
Piotr Kubaj (pkubaj) search for other commits by this committer |
lang/rust: drop bfd on powerpc |
1.77.0 11 Apr 2024 09:16:53 commit hash: 43d9a1336ddec3ddb059a4c78b33888272692c36 commit hash: 43d9a1336ddec3ddb059a4c78b33888272692c36 commit hash: 43d9a1336ddec3ddb059a4c78b33888272692c36 commit hash: 43d9a1336ddec3ddb059a4c78b33888272692c36 files touched by this commit |
Max Brazhnikov (makc) search for other commits by this committer |
*/*: convert to cmake:indirect
Convert bunch of ports to USES=cmake:indirect |
1.77.0 26 Mar 2024 12:43:32 commit hash: 6f156f501ce613b7948ea1bddd00f0c4dbeb44fb commit hash: 6f156f501ce613b7948ea1bddd00f0c4dbeb44fb commit hash: 6f156f501ce613b7948ea1bddd00f0c4dbeb44fb commit hash: 6f156f501ce613b7948ea1bddd00f0c4dbeb44fb files touched by this commit |
Mikael Urankar (mikael) search for other commits by this committer |
lang/rust: Update bootstrap for aarch64
The previous one did not work.
PR: 277921 |
1.77.0 23 Mar 2024 09:41:45 commit hash: 73941e6741d663dcc82d1488f9caca462018a31d commit hash: 73941e6741d663dcc82d1488f9caca462018a31d commit hash: 73941e6741d663dcc82d1488f9caca462018a31d commit hash: 73941e6741d663dcc82d1488f9caca462018a31d files touched by this commit |
Mikael Urankar (mikael) search for other commits by this committer |
lang/rust: Update to 1.77.0
Announce: https://blog.rust-lang.org/2024/03/21/Rust-1.77.0.html
ChangeLog: https://github.com/rust-lang/rust/releases/tag/1.77.0
PR: 277786
Tested by: mikael |
1.76.0 25 Feb 2024 18:57:19 commit hash: 06fa1fe2177b801f8467186b3e75050e70019c89 commit hash: 06fa1fe2177b801f8467186b3e75050e70019c89 commit hash: 06fa1fe2177b801f8467186b3e75050e70019c89 commit hash: 06fa1fe2177b801f8467186b3e75050e70019c89 files touched by this commit |
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 |
1.76.0 24 Feb 2024 13:07:29 commit hash: 5f41aae86ef01a9fa542984d589ff07a2807ecde commit hash: 5f41aae86ef01a9fa542984d589ff07a2807ecde commit hash: 5f41aae86ef01a9fa542984d589ff07a2807ecde commit hash: 5f41aae86ef01a9fa542984d589ff07a2807ecde files touched by this commit |
Mikael Urankar (mikael) search for other commits by this committer |
lang/rust: Update bootstrap for aarch64
The previous one did not work.
PR: 277220 |
1.76.0 19 Feb 2024 14:10:01 commit hash: d2fc4ce57de6728dc9189190148365b6afd94807 commit hash: d2fc4ce57de6728dc9189190148365b6afd94807 commit hash: d2fc4ce57de6728dc9189190148365b6afd94807 commit hash: d2fc4ce57de6728dc9189190148365b6afd94807 files touched by this commit |
Charlie Li (vishwin) search for other commits by this committer |
lang/rust: bump PORT_LLVM minimum version to 16
Source:
https://github.com/rust-lang/rust/commit/7de6d04bc8033644c09fd1273b6fb3164d04fab3 |
1.76.0 19 Feb 2024 11:59:01 commit hash: 2252f9df9da7248c59affb1010124d8afe5a907e commit hash: 2252f9df9da7248c59affb1010124d8afe5a907e commit hash: 2252f9df9da7248c59affb1010124d8afe5a907e commit hash: 2252f9df9da7248c59affb1010124d8afe5a907e files touched by this commit |
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 |
1.75.0 10 Jan 2024 09:47:12 commit hash: ddce67e0d03d5029226b9033d938b41546ca8f90 commit hash: ddce67e0d03d5029226b9033d938b41546ca8f90 commit hash: ddce67e0d03d5029226b9033d938b41546ca8f90 commit hash: ddce67e0d03d5029226b9033d938b41546ca8f90 files touched by this commit |
Piotr Kubaj (pkubaj) search for other commits by this committer |
lang/rust: remove not necessary patch |
1.75.0 09 Jan 2024 14:22:25 commit hash: f5538d2b59e2455025ff118f8a7598d8a9211d83 commit hash: f5538d2b59e2455025ff118f8a7598d8a9211d83 commit hash: f5538d2b59e2455025ff118f8a7598d8a9211d83 commit hash: f5538d2b59e2455025ff118f8a7598d8a9211d83 files touched by this commit |
Mikael Urankar (mikael) search for other commits by this committer |
lang/rust: Fix REINPLACE_CMD with PORT_LLVM option on
PR: 276033
Reported by: Ale <discipline@tiscali.it> |
1.75.0 09 Jan 2024 12:13:49 commit hash: ba388fc3bbfcc755e844c6bf99895c6b734b32b3 commit hash: ba388fc3bbfcc755e844c6bf99895c6b734b32b3 commit hash: ba388fc3bbfcc755e844c6bf99895c6b734b32b3 commit hash: ba388fc3bbfcc755e844c6bf99895c6b734b32b3 files touched by this commit |
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 |
1.74.1 31 Dec 2023 00:37:05 commit hash: bbab7f59e9630416397189df70ec133bdd690e38 commit hash: bbab7f59e9630416397189df70ec133bdd690e38 commit hash: bbab7f59e9630416397189df70ec133bdd690e38 commit hash: bbab7f59e9630416397189df70ec133bdd690e38 files touched by this commit |
Muhammad Moinur Rahman (bofh) search for other commits by this committer |
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree
- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
Also move conditional flags for non sparc64/arm ARCH to fixed flags.
Reviewed by: brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068 |
1.74.1 08 Dec 2023 15:02:25 commit hash: c926bbff4b173303ba73fef4d582ad0a392274a2 commit hash: c926bbff4b173303ba73fef4d582ad0a392274a2 commit hash: c926bbff4b173303ba73fef4d582ad0a392274a2 commit hash: c926bbff4b173303ba73fef4d582ad0a392274a2 files touched by this commit |
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 |
1.73.0 22 Nov 2023 16:38:26 commit hash: 3966e6733b0b54a503a6c14574dfbeffb7bdeabd commit hash: 3966e6733b0b54a503a6c14574dfbeffb7bdeabd commit hash: 3966e6733b0b54a503a6c14574dfbeffb7bdeabd commit hash: 3966e6733b0b54a503a6c14574dfbeffb7bdeabd files touched by this commit |
Piotr Kubaj (pkubaj) search for other commits by this committer Author: Mikael Urankar |
lang/rust: Garbage collect powerpc patches
PR: 273753 |
1.73.0 24 Oct 2023 10:21:32 commit hash: 13de47f0ac007d8a7e66554af5cf0ca5889f9925 commit hash: 13de47f0ac007d8a7e66554af5cf0ca5889f9925 commit hash: 13de47f0ac007d8a7e66554af5cf0ca5889f9925 commit hash: 13de47f0ac007d8a7e66554af5cf0ca5889f9925 files touched by this commit |
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 |
1.72.0 09 Oct 2023 15:34:19 commit hash: 60fafb924299ce300048c98f7f8da034eee0d27f commit hash: 60fafb924299ce300048c98f7f8da034eee0d27f commit hash: 60fafb924299ce300048c98f7f8da034eee0d27f commit hash: 60fafb924299ce300048c98f7f8da034eee0d27f files touched by this commit |
Charlie Li (vishwin) search for other commits by this committer |
lang/rust: fix typo uncaught from previous commit
Use ${LLVM_VERSION} provided from USES=llvm for consistency |
1.72.0 09 Oct 2023 15:30:33 commit hash: 098de5bc2195a064523eb32e7db6071b2f8ed93a commit hash: 098de5bc2195a064523eb32e7db6071b2f8ed93a commit hash: 098de5bc2195a064523eb32e7db6071b2f8ed93a commit hash: 098de5bc2195a064523eb32e7db6071b2f8ed93a files touched by this commit |
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 |
1.72.0 08 Sep 2023 09:05:43 commit hash: fa874813924cb55095c731fcab6c31b036b38541 commit hash: fa874813924cb55095c731fcab6c31b036b38541 commit hash: fa874813924cb55095c731fcab6c31b036b38541 commit hash: fa874813924cb55095c731fcab6c31b036b38541 files touched by this commit |
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 |
1.71.0 17 Jul 2023 15:57:41 commit hash: e3d08dfcd40041417e25193dd13e7a03fb3e39df commit hash: e3d08dfcd40041417e25193dd13e7a03fb3e39df commit hash: e3d08dfcd40041417e25193dd13e7a03fb3e39df commit hash: e3d08dfcd40041417e25193dd13e7a03fb3e39df files touched by this commit |
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 |
1.70.0_1 16 Jul 2023 10:58:20 commit hash: bf0af791ab80f4f109bfecf4a954bcf94f00947d commit hash: bf0af791ab80f4f109bfecf4a954bcf94f00947d commit hash: bf0af791ab80f4f109bfecf4a954bcf94f00947d commit hash: bf0af791ab80f4f109bfecf4a954bcf94f00947d files touched by this commit |
Piotr Kubaj (pkubaj) search for other commits by this committer |
lang/rust: add LTO option |
1.70.0_1 30 Jun 2023 11:40:19 commit hash: 8bcbc1e32c6c141a4855f402ca06516b9c83d0a6 commit hash: 8bcbc1e32c6c141a4855f402ca06516b9c83d0a6 commit hash: 8bcbc1e32c6c141a4855f402ca06516b9c83d0a6 commit hash: 8bcbc1e32c6c141a4855f402ca06516b9c83d0a6 files touched by this commit |
Tobias Kortkamp (tobik) search for other commits by this committer |
lang/rust: Fix build with LibreSSL 3.7.x
PR: 266670
Obtained from: OpenBSD Ports |
1.70.0_1 27 Jun 2023 19:34:34 commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb files touched by this commit |
Rene Ladan (rene) search for other commits by this committer |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
1.70.0_1 20 Jun 2023 10:29:14 commit hash: 1fbe8feadf597e617d28e3d86fd7cf5cb3b0af77 commit hash: 1fbe8feadf597e617d28e3d86fd7cf5cb3b0af77 commit hash: 1fbe8feadf597e617d28e3d86fd7cf5cb3b0af77 commit hash: 1fbe8feadf597e617d28e3d86fd7cf5cb3b0af77 files touched by this commit |
Mikael Urankar (mikael) search for other commits by this committer |
lang/rust: Documentation installation fix.
Add the missing _COMPONENTS for the documentation.
Differential Revision: https://reviews.freebsd.org/D40510 |
1.70.0 20 Jun 2023 10:29:13 commit hash: d3462f66cf68dcd26bfcb95d6b54a01e5ff466a8 commit hash: d3462f66cf68dcd26bfcb95d6b54a01e5ff466a8 commit hash: d3462f66cf68dcd26bfcb95d6b54a01e5ff466a8 commit hash: d3462f66cf68dcd26bfcb95d6b54a01e5ff466a8 files touched by this commit |
Mikael Urankar (mikael) search for other commits by this committer |
lang/rust: Fix docs building.
Add the missing "pub struct sockcred2" in module "libc".
Error:
error[E0412]: cannot find type `sockcred2` in module `libc`
--> library/std/src/os/unix/net/ancillary.rs:211:29
|
211 | pub struct SocketCred(libc::sockcred2);
| ^^^^^^^^^ not found in `libc`
Reported by: kib
Differential Revision: https://reviews.freebsd.org/D40509 |
1.70.0 20 Jun 2023 10:29:13 commit hash: c073e72f5f7c89efe310d568a976cc9df74a4551 commit hash: c073e72f5f7c89efe310d568a976cc9df74a4551 commit hash: c073e72f5f7c89efe310d568a976cc9df74a4551 commit hash: c073e72f5f7c89efe310d568a976cc9df74a4551 files touched by this commit |
Mikael Urankar (mikael) search for other commits by this committer |
lang/rust: Garbage collect shebangfix
These issues were fixed a year ago.
Differential Revision: https://reviews.freebsd.org/D40508 |
1.70.0 09 Jun 2023 11:38:15 commit hash: 6b9789547d5eeec192b5fe0039b0e6a54b743650 commit hash: 6b9789547d5eeec192b5fe0039b0e6a54b743650 commit hash: 6b9789547d5eeec192b5fe0039b0e6a54b743650 commit hash: 6b9789547d5eeec192b5fe0039b0e6a54b743650 files touched by this commit |
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 |
1.69.0_2 02 May 2023 11:45:46 commit hash: 69b415675665f2e45b03aaa275f8dd466a9520cc commit hash: 69b415675665f2e45b03aaa275f8dd466a9520cc commit hash: 69b415675665f2e45b03aaa275f8dd466a9520cc commit hash: 69b415675665f2e45b03aaa275f8dd466a9520cc files touched by this commit |
Mikael Urankar (mikael) search for other commits by this committer Author: Vladyslav Movchan |
lang/rust: Add rust-analyzer-proc-macro-srv back to the package
This binary is required for proc macro expansion in rust-analyzer
PR: 271179 |
1.69.0_1 24 Apr 2023 17:50:43 commit hash: 624bde48cd1c06c4cfb73982e55b9a6199ce4851 commit hash: 624bde48cd1c06c4cfb73982e55b9a6199ce4851 commit hash: 624bde48cd1c06c4cfb73982e55b9a6199ce4851 commit hash: 624bde48cd1c06c4cfb73982e55b9a6199ce4851 files touched by this commit |
Mikael Urankar (mikael) search for other commits by this committer |
lang/rust: always build rustdoc
Due to a regression in rust [1], rustdoc is not built anymore but
is required by some ports.
Force the build of rustdoc.
[1]
https://github.com/rust-lang/rust/commit/11e002a001348e7ea035c0cb2665be806e2a832e
PR: 271036 |
1.69.0 24 Apr 2023 09:43:39 commit hash: fe87003af120ec9060eef06e63bdd7c13b6106ea commit hash: fe87003af120ec9060eef06e63bdd7c13b6106ea commit hash: fe87003af120ec9060eef06e63bdd7c13b6106ea commit hash: fe87003af120ec9060eef06e63bdd7c13b6106ea files touched by this commit |
Piotr Kubaj (pkubaj) search for other commits by this committer |
lang/rust: drop binutils dependency on powerpc
It's not used anymore. |
1.69.0 23 Apr 2023 13:13:48 commit hash: 8cc5eb315903f45708ab0a305907023251508a6d commit hash: 8cc5eb315903f45708ab0a305907023251508a6d commit hash: 8cc5eb315903f45708ab0a305907023251508a6d commit hash: 8cc5eb315903f45708ab0a305907023251508a6d files touched by this commit |
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 |
1.68.2 30 Mar 2023 23:59:51 commit hash: 56932296b7bc5c29380a4c433c5a9250fb6b4fb5 commit hash: 56932296b7bc5c29380a4c433c5a9250fb6b4fb5 commit hash: 56932296b7bc5c29380a4c433c5a9250fb6b4fb5 commit hash: 56932296b7bc5c29380a4c433c5a9250fb6b4fb5 files touched by this commit |
Muhammad Moinur Rahman (bofh) search for other commits by this committer |
*/*: Sunset 12.3-RELEASE from ports tree
- Mk/bsd.port.mk: mark FreeBSD 12.3 as unsupported.
- Mk/Uses/cabal.mk: Remove the text-2 workaround for 12.3-RELEASE
- biology/wfa2-lib: remove obsolete patch
- databases/mongodb60: remove IGNORE for EOL FreeBSD 12.3
- devel/concurrencpp: remove workaround for EOL FreeBSD 12.3
- devel/electron22: remove IGNORE for EOL FreeBSD 12.3
- devel/malloy: this should build fine on 12.4-RELEASE
- devel/qcoro: remove BROKEN for EOL FreeBSD 12.3
- devel/root: remove workaround for EOL FreeBSD 12.3
- editors/imhex: remove IGNORE for EOL FreeBSD 12.3
- emulators/ppsspp: remove workaround for EOL FreeBSD 12.3
- emulators/rpcs3: remove workaround for EOL FreeBSD 12.3
- emulators/yuzu: remove workaround for EOL 12.3-RELEASE (Only the first 15 lines of the commit message are shown above View all of this commit message) |