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 photos
All times are UTC
Ukraine
Commit processing is paused - The database was just upgraded and I want to review. At present, commit processing is up to 12:23 UTC on 2026-03-31
non port: lang/rust/Makefile

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

«  1 | 2 | 3 | 4  »  

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
Thursday, 25 Nov 2021
20:01 Tobias Kortkamp (tobik) search for other commits by this committer
lang/rust*: Move the build artifacts out of source

Move the build artifacts out of source to decrease likelihood
of ccache misses because of changed build directory prefix
(rustc-1.55.0-src/ vs. rustc-1.56.0-src/) per PR 246245.
commit hash: c4816e4763b8d395b4a2cb670a8aaaf33bb8def1 commit hash: c4816e4763b8d395b4a2cb670a8aaaf33bb8def1 commit hash: c4816e4763b8d395b4a2cb670a8aaaf33bb8def1 commit hash: c4816e4763b8d395b4a2cb670a8aaaf33bb8def1 c4816e4
Wednesday, 24 Nov 2021
09:05 Tobias Kortkamp (tobik) search for other commits by this committer
lang/rust: stable/13 has the kern.proc.pathname fixes too
commit hash: 864a4c252978a09ad5e230208b9abbeb4ae08de0 commit hash: 864a4c252978a09ad5e230208b9abbeb4ae08de0 commit hash: 864a4c252978a09ad5e230208b9abbeb4ae08de0 commit hash: 864a4c252978a09ad5e230208b9abbeb4ae08de0 864a4c2
Sunday, 31 Oct 2021
18:20 Tobias Kortkamp (tobik) search for other commits by this committer
lang/rust-nightly: Update to 1.58.0.20211030

Make the no-hardlinks-patches conditional and move them to
files/no-hardlinks.

Newer kernels should return sane kern.proc.pathname values for
hardlinks which will hopefully help avoid the intermittent "can't
find crate for `std`" build failures we had on the package
builders.

Thanks to kib@ for fixing kernel behavior. Now let's see if it
makes a difference for lang/rust-nightly.

Changes:	https://github.com/rust-lang/rust/compare/25ec8273855fde2d72ae877b397e054de5300e10...e249ce6b2345587d6e11052779c86adbad626dff
PR:		248184
commit hash: d5f09dc31fcfdb77b69c86b9093bf67ec67653d9 commit hash: d5f09dc31fcfdb77b69c86b9093bf67ec67653d9 commit hash: d5f09dc31fcfdb77b69c86b9093bf67ec67653d9 commit hash: d5f09dc31fcfdb77b69c86b9093bf67ec67653d9 d5f09dc
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
Friday, 8 Oct 2021
11:22 Bernhard Froehlich (decke) search for other commits by this committer
lang/rust: Add CPE information

Approved by:    portmgr (blanket)
commit hash: 1bcf990c4e5ea789603e03cb4b673ba57062762b commit hash: 1bcf990c4e5ea789603e03cb4b673ba57062762b commit hash: 1bcf990c4e5ea789603e03cb4b673ba57062762b commit hash: 1bcf990c4e5ea789603e03cb4b673ba57062762b 1bcf990
Wednesday, 6 Oct 2021
12:01 Tobias Kortkamp (tobik) search for other commits by this committer
lang/rust-nightly: Update to 1.57.0.20211005

Changes:	https://github.com/rust-lang/rust/compare/f586d79d183d144e0cbf519e29247f36670e2076...25ec8273855fde2d72ae877b397e054de5300e10
commit hash: 15d61162f70282cc075f10e81cbd54eedbd3369a commit hash: 15d61162f70282cc075f10e81cbd54eedbd3369a commit hash: 15d61162f70282cc075f10e81cbd54eedbd3369a commit hash: 15d61162f70282cc075f10e81cbd54eedbd3369a 15d6116
Friday, 1 Oct 2021
00:14 Jan Beich (jbeich) search for other commits by this committer
lang/rust: unbreak on armv6 after 620968a43a5f

error: linking with `/wrkdirs/usr/ports/lang/rust/work/cc-wrapper` failed: exit
status: 127

Pointy hat to:	jbeich
commit hash: 852b05a49a0ee00e1e2544635e2c76aca7f4b95d commit hash: 852b05a49a0ee00e1e2544635e2c76aca7f4b95d commit hash: 852b05a49a0ee00e1e2544635e2c76aca7f4b95d commit hash: 852b05a49a0ee00e1e2544635e2c76aca7f4b95d 852b05a
Thursday, 30 Sep 2021
21:23 Rene Ladan (rene) search for other commits by this committer
cleanup: drop support for EOL FreeBSD 11.X

Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11

Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*

Reviewed by:	doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index
commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 620968a
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
Monday, 6 Sep 2021
20:04 Mikael Urankar (mikael) search for other commits by this committer
lang/rust: don't overwrite hwcap with the return value of elf_aux_info(3)

Reported by:	jbeich
commit hash: 473a0e375ef3e4ffc058478ce07908e5e06e7bc6 commit hash: 473a0e375ef3e4ffc058478ce07908e5e06e7bc6 commit hash: 473a0e375ef3e4ffc058478ce07908e5e06e7bc6 commit hash: 473a0e375ef3e4ffc058478ce07908e5e06e7bc6 473a0e3
19:28 Tobias Kortkamp (tobik) search for other commits by this committer
lang/rust*: Mk/Uses/cargo.mk: Move TMPDIR to WRKDIR

rustc stashes intermediary files in TMPDIR (default /tmp) which
might cause issues for users that for some reason space limit their
/tmp.  WRKDIR should have plenty of space.

Other ports that use rustc might be affected too, but set it only
in USES=cargo and lang/rust* ports for now.

PR:		258126
With hat:	rust
commit hash: b1670e2c3d42a2aeacff843ef0ccea21c0929d03 commit hash: b1670e2c3d42a2aeacff843ef0ccea21c0929d03 commit hash: b1670e2c3d42a2aeacff843ef0ccea21c0929d03 commit hash: b1670e2c3d42a2aeacff843ef0ccea21c0929d03 b1670e2
13:53 Mikael Urankar (mikael) search for other commits by this committer
lang/rust: Fix for missing getauxval function on FreeBSD

Use FreeBSD's elf_aux_info for detecting ARM HW features

PR:		258198
Tested by:	Bob Prohaska <fbsd@www.zefox.net>
commit hash: 74c66d50fd5f3f12469881d4f9c5634f8722ccc5 commit hash: 74c66d50fd5f3f12469881d4f9c5634f8722ccc5 commit hash: 74c66d50fd5f3f12469881d4f9c5634f8722ccc5 commit hash: 74c66d50fd5f3f12469881d4f9c5634f8722ccc5 74c66d5
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
Monday, 14 Jun 2021
20:51 Tobias Kortkamp (tobik) search for other commits by this committer
lang/rust-nightly: Try to reduce memory usage/pressure

Try to reduce memory usage/pressure by only using one code generation
unit.

"This flag [codegen-units] controls how many code generation units
the crate is split into.  It takes an integer greater than 0.

When a crate is split into multiple codegen units, LLVM is able to
process them in parallel.  Increasing parallelism may speed up
compile times, but may also produce slower code.  Setting this to
1 may improve the performance of generated code, but may be slower
to compile."

https://doc.rust-lang.org/rustc/codegen-options/index.html#codegen-units

PR:		256099
Suggested by:	Daniel Engberg
commit hash: 294f0c5c206d70e24b6bbc28766d962dc82f8b61 commit hash: 294f0c5c206d70e24b6bbc28766d962dc82f8b61 commit hash: 294f0c5c206d70e24b6bbc28766d962dc82f8b61 commit hash: 294f0c5c206d70e24b6bbc28766d962dc82f8b61 294f0c5
Thursday, 10 Jun 2021
16:35 Brad Davis (brd) search for other commits by this committer
lang/rust: Disable DOCS to fix build on armv6/7

PR:		256135
Approved by:	mikael
commit hash: eea42d68b72531732a41e9f2fec0d76cff8b93a3 commit hash: eea42d68b72531732a41e9f2fec0d76cff8b93a3 commit hash: eea42d68b72531732a41e9f2fec0d76cff8b93a3 commit hash: eea42d68b72531732a41e9f2fec0d76cff8b93a3 eea42d6
Friday, 14 May 2021
16:44 Tobias Kortkamp (tobik) search for other commits by this committer
lang/rust*: Only subst %CC% and %WRKDIR% on ppc64-elfv1

It's unused elsewhere.  Also move it to post-patch.
commit hash: 882badb35a3fd0c91134cc074a9654d31fc323e8 commit hash: 882badb35a3fd0c91134cc074a9654d31fc323e8 commit hash: 882badb35a3fd0c91134cc074a9654d31fc323e8 commit hash: 882badb35a3fd0c91134cc074a9654d31fc323e8 882badb
Tuesday, 11 May 2021
17:29 Tobias Kortkamp (tobik) search for other commits by this committer
lang/rust, lang/rust-bootstrap: Simplify makesum
commit hash: d50822c34fe1d8adf879745d2b26c000af2e8862 commit hash: d50822c34fe1d8adf879745d2b26c000af2e8862 commit hash: d50822c34fe1d8adf879745d2b26c000af2e8862 commit hash: d50822c34fe1d8adf879745d2b26c000af2e8862 d50822c
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
Thursday, 6 May 2021
05:54 Tobias Kortkamp (tobik) search for other commits by this committer
lang/rust: Add TRYBROKEN to makesum
commit hash: a7da23da6e6b420c9041018426051b269cef0669 commit hash: a7da23da6e6b420c9041018426051b269cef0669 commit hash: a7da23da6e6b420c9041018426051b269cef0669 commit hash: a7da23da6e6b420c9041018426051b269cef0669 a7da23d
Tuesday, 20 Apr 2021
06:57 Tobias Kortkamp (tobik) search for other commits by this committer
Mk/Uses/ninja.mk: Add support for devel/samurai (D29353)

Samurai is a Ninja-compatible build tool with fewer dependencies
than Ninja.  Hook it to the framework via a new NINJA_DEFAULT.

This also adds %p to NINJA_STATUS to make Ninja or Samurai print
the percentage of completed jobs to make it easier to eyeball how
much of the build is done.

PR:		254678
Exp-run	by:	antoine
commit hash: a91d65363fe8aa72bdf427bb639b0fe258ee7c01 commit hash: a91d65363fe8aa72bdf427bb639b0fe258ee7c01 commit hash: a91d65363fe8aa72bdf427bb639b0fe258ee7c01 commit hash: a91d65363fe8aa72bdf427bb639b0fe258ee7c01 a91d653
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Monday, 29 Mar 2021
20:31 tobik search for other commits by this committer
lang/rust-nightly: Update to 1.53.0.20210329

Enable the SOURCES option again.  They seem to install fine again.

Changes:	https://github.com/rust-lang/rust/compare/5d04957a4b...4a20eb6a9d
Original commitRevision:569508 
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 
Tuesday, 23 Mar 2021
06:39 tobik search for other commits by this committer
lang/rust: Fix DOCS build, unbreak RUST_BACKTRACE

- Fix DOCS build by disabling deny-warnings (rustc equivalent to
  -Werror).  Let's not fail the entire build just because a handful
  of docs fail to build due to -D broken-intra-doc-links [0]
- Only install the host target docs.  We otherwise waste time with
  a rust-docs install-uninstall-install cycle for each additional
  target during stage.
- Backport FreeBSD support for gimli, unbreak RUST_BACKTRACE, and
  have useful stack traces with actual content again [1]
- While here also strip binaries under libexec/ and ack reading of
  src/bootstrap/CHANGELOG.md (changelog-seen=2)

[0] https://github.com/rust-lang/rust/issues/76526

PR:		253557 [1]
Submitted by:	jbeich [1]
Original commitRevision:569007 
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 
Thursday, 4 Feb 2021
17:21 mikael search for other commits by this committer
lang/rust: remove disable-ldconfig it's not an option for quite some time
Original commitRevision:564052 
Friday, 29 Jan 2021
10:52 mikael search for other commits by this committer
lang/rust: revert part of r563191

It contains unrelated changes
Original commitRevision:563192 
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 
Sunday, 22 Nov 2020
13:51 mikael search for other commits by this committer
lang/rust: exclude SOURCES in nightly build

Exclude SOURCES in nightly build as it tries to download cargo crates in
install phase and it causes build breakage
Original commitRevision:556053 
Wednesday, 14 Oct 2020
16:58 mikael search for other commits by this committer
lang/rust: restore REINPLACE_CMD for ppc64-elfv1

This patch is needed for ppc64-elfv1 and we don't build rust-nightly on tier2
arch

Reported by:	ashish
Original commitRevision:552346 
09:25 mikael search for other commits by this committer
lang/rust-nightly: Update to 1.49.0.20201014
Original commitRevision:552319 
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:48 tobik search for other commits by this committer
lang/rust: Add back to static.rust-lang.org
Original commitRevision:542413 
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
20:36 pkubaj search for other commits by this committer
lang/rust: build with Clang on powerpc64 elfv2

It looks like the LLVM bug that made Rust fail to build is gone (or Rust just
doesn't trigger it anymore). I tested that Rust itself and Firefox build.

Bump PORTREVISION because of dependency change.

PR:		247388
Approved by:	tobik (maintainer)
Original commitRevision:539571 
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 
Monday, 15 Jun 2020
22:26 tobik search for other commits by this committer
lang/rust-nightly: Update to 1.46.0.20200615

- Try building LLVM with Ninja
- Move post-configure to lang/rust

Changes:	https://github.com/rust-lang/rust/compare/826cb062a6...4fb54ed484
Original commitRevision:539297 
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 
Monday, 18 May 2020
18:40 asomers search for other commits by this committer
lang/rust-nightly: enable the Rust profiler

Enable the rust profiler on rust-nightly (as an unstable feature, it's not
allowed on the stable toolchain). This allows it to generate code coverage
reports.

https://doc.rust-lang.org/unstable-book/compiler-flags/profile.html
https://crates.io/crates/grcov

Reviewed by:	tobik
Approved by:	tobik (maintainer)
Differential Revision:	https://reviews.freebsd.org/D24765
Original commitRevision:535771 
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 
Tuesday, 28 Apr 2020
04:33 tobik search for other commits by this committer
lang/rust: Let the framework extract the bootstraps

It is possible for lang/python37 to be built in such a way that it
installs an unloadable lzma module which then causes Rust to fallback
to trying to fetch/extract the tar.gz bootstraps instead.

As a workaround and since it also simplifies some things, let the
ports framework extract the bootstraps and "install" them under
WRKDIR.  We point the build to them in config.toml.  This is similar
to how things are hooked up in lang/rust-bootstrap and Rust will
then not try to fetch and extract the bootstraps on its own.

PR:		243766
Reviewed by:	mikael
Differential Revision:	https://reviews.freebsd.org/D24582
Original commitRevision:533234 
Thursday, 23 Apr 2020
15:34 tobik search for other commits by this committer
lang/rust: Go back to static.rust-lang.org
Original commitRevision:532686 
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 
Sunday, 19 Apr 2020
03:55 tobik search for other commits by this committer
devel/libgit2: Update to 1.0.0

Changes:	https://github.com/libgit2/libgit2/releases/tag/v1.0.0
ABI:		https://abi-laboratory.pro/tracker/timeline/libgit2
Approved by:	mfechner (maintainer)
Differential Revision:	https://reviews.freebsd.org/D24471
Original commitRevision:532068 
Thursday, 19 Mar 2020
07:05 tobik search for other commits by this committer
lang/rust-nightly: Update to 1.44.0.20200319

Go back to system libgit2 now that it was updated to 0.99.0.

Changes:	https://github.com/rust-lang/rust/compare/96bb8b31c8...f509b26a77
Original commitRevision:528690 
05:47 tobik search for other commits by this committer
devel/libgit2: Update to 0.99.0

- Switch to the release tarballs libgit2 now publishes
- Drop CURL option since it is no longer used
- Use system libpcre instead of the bundled one
- Hook up tests
- Bump consumers for ABI changes

Changes:	https://github.com/libgit2/libgit2/releases/tag/v0.99.0
ABI:		https://abi-laboratory.pro/tracker/timeline/libgit2/
Original commitRevision:528684 
Tuesday, 17 Mar 2020
19:25 pkubaj search for other commits by this committer
lang/rust: fix build on powerpc64 elfv2

After upgrade to LLVM 10, core in stage 1 fails to compile (no clear reason,
rustc crashes):
pid 26828 (rustc), jid 0, uid 0: exited on signal 11 (core dumped)

Compilation with GCC works fine, so switch to GCC for the time being.

PR:		244813
Approved by:	mikael
Original commitRevision:528599 
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 
Friday, 6 Mar 2020
12:43 tobik search for other commits by this committer
lang/rust-nightly: Update to 1.43.0.20200306

libgit2-sys is now based on libgit2 0.99.0.  While 0.99.0 is supposed
to be API compatible with 0.28, it has not yet been updated in the
ports tree and the git2 crate now make use of some of the new
function return values.  Stop relying on system libgit2 and use the
bundled one.  Upstream does not make any guarantees about system
libgit2 support in the first place.

Changes:	https://github.com/rust-lang/rust/compare/6d69caba11...96bb8b31c8
Original commitRevision:527877 
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 
Sunday, 16 Feb 2020
15:22 mikael search for other commits by this committer
lang/rust: add the WASM option

Add the WASM (WebAssembly) option to build the wasm32-unknown-unknown target,
off by default.

Reviewed by:	tobik
Approved by:	tobik, manu (mentor)
Differential Revision:	https://reviews.freebsd.org/D23653
Original commitRevision:526265 
Wednesday, 12 Feb 2020
16:59 mikael search for other commits by this committer
Trim whitespace

Reviewed by:	tobik, manu
Approved by:	manu (mentor)
Differential Revision:	https://reviews.freebsd.org/D23649
Original commitRevision:525920 
Thursday, 6 Feb 2020
20:51 tobik search for other commits by this committer
lang/rust: Silence stage-qa warnings when building with SOURCES=on

PR:		243850
Original commitRevision:525449 
Wednesday, 5 Feb 2020
04:29 tobik search for other commits by this committer
lang/rust-nightly: Update to 1.43.0.20200205

Remove some cruft while here.

Changes:	https://github.com/rust-lang/rust/compare/41f41b2354...c9290dceee
Original commitRevision:525257 
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 
Monday, 27 Jan 2020
06:21 tobik search for other commits by this committer
Unbreak lang/rust-nightly after r524013
Original commitRevision:524242 
Saturday, 25 Jan 2020
05:41 tobik search for other commits by this committer
lang/rust: Apply some of the patches for lang/rust-bootstrap (D23133)

They should not affect the regular lang/rust build.
Original commitRevision:524013 
Friday, 24 Jan 2020
20:53 tobik search for other commits by this committer
lang/rust-nightly: Update to 1.42.0.20200124

Nightly bootstraps now have the fix from r523512.  Switch to them
for the time being and drop the workaround.
Original commitRevision:523985 
Sunday, 19 Jan 2020
06:53 tobik search for other commits by this committer
lang/rust-nightly: Unbreak with lld on 13.0 i386

 = note: ld: error: relocation R_386_PC32 cannot be used against symbol
__rust_probestack; recompile with -fPIC
          >>> defined in
/wrkdirs/usr/ports/lang/rust-nightly/work/rustc-nightly-src/build/i686-unknown-freebsd/stage1/lib/rustlib/i686-unknown-freebsd/lib/libcompiler_builtins-6570a75fe85f0e1a.rlib(compiler_builtins-6570a75fe85f0e1a.compiler_builtins.2i519eqi-cgu.15.rcgu.o)
          >>> referenced by std.4xivr03c-cgu.14
          >>>              
std-9bd70afd58e204b7.std.4xivr03c-cgu.14.rcgu.o:(_$LT$alloc..boxed..Box$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::h1c78ed6e734a2bfc
(.llvm.10122419023709863394)) in archive
/wrkdirs/usr/ports/lang/rust-nightly/work/rustc-nightly-src/build/i686-unknown-freebsd/stage1/lib/rustlib/i686-unknown-freebsd/lib/libstd-9bd70afd58e204b7.rlib

          ld: error: relocation R_386_PC32 cannot be used against symbol
__rust_probestack; recompile with -fPIC
          >>> defined in
/wrkdirs/usr/ports/lang/rust-nightly/work/rustc-nightly-src/build/i686-unknown-freebsd/stage1/lib/rustlib/i686-unknown-freebsd/lib/libcompiler_builtins-6570a75fe85f0e1a.rlib(compiler_builtins-6570a75fe85f0e1a.compiler_builtins.2i519eqi-cgu.15.rcgu.o)
          >>> referenced by std.4xivr03c-cgu.14
          >>>              
std-9bd70afd58e204b7.std.4xivr03c-cgu.14.rcgu.o:(std::io::util::copy::h9115f048f2203467)
in archive
/wrkdirs/usr/ports/lang/rust-nightly/work/rustc-nightly-src/build/i686-unknown-freebsd/stage1/lib/rustlib/i686-unknown-freebsd/lib/libstd-9bd70afd58e204b7.rlib
          clang-cpp: error: linker command failed with exit code 1 (use -v to
see invocation)

error: aborting due to previous error

http://beefy17.nyi.freebsd.org/data/head-i386-default/p523508_s356869/logs/rust-nightly-1.42.0.20200118.log
Original commitRevision:523512 
Saturday, 18 Jan 2020
09:56 tobik search for other commits by this committer
lang/rust: Simplify makesum and MASTER_SITES
Original commitRevision:523409 
09:49 tobik search for other commits by this committer
lang/rust-nightly: Update to 1.42.0.20200118
Original commitRevision:523408 
Monday, 13 Jan 2020
18:36 tobik search for other commits by this committer
lang/rust: Add COMPAT_FREEBSD11 canary

This attempts to provide a nicer error message for the subset of
users who build their own kernels without COMPAT_FREEBSD11 and then
attempt to build lang/rust.  The Rust ecosystem currently uses
pre-ino64 syscalls, so building lang/rust without COMPAT_FREEBSD11
is not going to work.

The error message for this is non-obvious and there is a new bug
for this at least every 1-2 months.  Hopefully this will improve
the situation a little.

Cargo and Gecko ports are similarly affected, so add the pre-build
check to them too.

Reviewed by:	jbeich, mikael.urankar@gmail.com
Tested by:	madpilot (negative case)
Approved by:	gecko (jbeich)
Differential Revision:	https://reviews.freebsd.org/D23100
Original commitRevision:522968 
Saturday, 11 Jan 2020
08:35 tobik search for other commits by this committer
lang/rust: increase build verbosity and produce better build logs
Original commitRevision:522639 
Tuesday, 7 Jan 2020
07:01 tobik search for other commits by this committer
lang/rust: Simplify do-configure and garbage collect files/config.toml
Original commitRevision:522316 
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, 1 Dec 2019
18:36 tobik search for other commits by this committer
lang/rust: Respect ONLY_FOR_ARCHS in makesum

lang/rust-nightly does not have powerpc64 in it and unconditionally
running makesum for the powerpc64 ELFv2 bootstraps breaks there.

PR:		242342
Reported by:	jbeich
Original commitRevision:518792 
Saturday, 30 Nov 2019
02:02 tobik search for other commits by this committer
lang/rust: Remove PPC_ABI kludge after r518658
Original commitRevision:518690 
Friday, 29 Nov 2019
22:12 tobik search for other commits by this committer
lang/rust, Mk/Uses/cargo.mk: Drop gmake build dependency for backtrace-sys

The backtrace-sys crate no longer needs gmake since 0.1.20.
sysutils/flowgger still uses backtrace-sys-0.1.14.  Since it is the
only USES=cargo port left that needs it, move the gmake dependency
directly to it instead.

lang/rust currently has backtrace-sys-0.1.30.  It also vendors
jemalloc-sys (which also needs gmake to build) but it is hidden
behind rustc's jemalloc feature which we do not currently activate.
It should be safe to remove gmake in lang/rust too.

PR:		242267
Reported by:	mikael.urankar@gmail.com
Original commitRevision:518678 
Tuesday, 19 Nov 2019
09:28 tobik search for other commits by this committer
lang/rust: Add missing bits for powerpc64 ELFv2 support via PPC_ABI

Submitted by:	Mikael Urankar <mikael.urankar@gmail.com>
Differential Revision:	https://reviews.freebsd.org/D20792
Original commitRevision:517954 
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 
Thursday, 10 Oct 2019
20:09 bdrewery search for other commits by this committer
- Add compat for NOCCACHE -> NO_CCACHE
Original commitRevision:514247 
20:06 bdrewery search for other commits by this committer
- Add a CCACHE_BIN variable for simplified use where needed.
Original commitRevision:514246 
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 
Thursday, 19 Sep 2019
06:23 tobik search for other commits by this committer
lang/rust: Drop unused/unmaintained package-to-bootstraps and related targets

Reviewed by:	mikael.urankar@gmail.com
Differential Revision:	https://reviews.freebsd.org/D21690
Original commitRevision:512315 
Tuesday, 17 Sep 2019
16:35 tobik search for other commits by this committer
lang/rust: Cleanup part 4

- Spell LICENSE_FILE_APACHE20 correctly
- Move gmake to BUILD_DEPENDS directly.  gmake is called during the
  build by some crates but is not the primary build tool.
- Move variables around to be more in line with the recommendations
  in the Porter's Handbook
- Mark port local non-overridable variables as "private"
- Reduce noise of RUST_ARCH_*: only keep the overrides when they
  differ from ${ARCH}
- Drop unused RUST_TARGET plist sub
- Move post-configure-DOCS-* into do-configure
Original commitRevision:512213 
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 
Sunday, 28 Jul 2019
20:27 bdrewery search for other commits by this committer
NOCCACHE also disables setting CCACHE_WRAPPER_PATH which can break the build.
Original commitRevision:507530 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
Original commitRevision:507372 
Tuesday, 16 Jul 2019
15:49 tobik search for other commits by this committer
lang/rust: Clean up more things

- Drop pre-install target: `make restage` should be run after a
  failed `make stage` to wipe out and repopulate the staging
  directory.  No need to hack around this.
- Drop RUST_MANIFESTS, it is only one value after r490852 and now
  only used once in post-install.
- Drop RUST_CHANNEL.  It is only used in do-configure.
- Drop LLNEXTGEN option.  There are no references to LLNextgen in
  the Rust sources, so it appears to not be used for anything
  anymore.
Original commitRevision:506748 
Monday, 15 Jul 2019
18:08 tobik search for other commits by this committer
lang/rust: Drop {pre,post}-configure targets

They are no longer necessary since r487977 when we disabled vendor
checksums.
Original commitRevision:506699 
15:27 tobik search for other commits by this committer
lang/rust: Clean up bootstrap handling

Fix handling of BOOTSTRAPS_SUFFIX.  On powerpc64 the -elfv1 suffix
needs to be stripped from the bootstraps since Rust expects them
without it.

PR:		239158
Reported by:	pkubaj
Original commitRevision:506669 
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 
Wednesday, 29 May 2019
08:15 tobik search for other commits by this committer
lang/rust: Overwrite makesum target instead of makesum-all-archs

One less thing to remember during updates.
Original commitRevision:502939 
Friday, 24 May 2019
06:46 tobik search for other commits by this committer
lang/rust: Clean up MASTER_SITES

Use HTTPS consistently and remove old sites that only contain
Rust < 1.27.0 bootstraps.
Original commitRevision:502422 
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 

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

«  1 | 2 | 3 | 4  »