notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: lang/rust-bootstrap/Makefile
SVNWeb

Number of commits found: 82

Fri, 8 Sep 2023
[ 09:05 Mikael Urankar (mikael) search for other commits by this committer ]    commit hash:fa874813924cb55095c731fcab6c31b036b38541  commit hash:fa874813924cb55095c731fcab6c31b036b38541  commit hash:fa874813924cb55095c731fcab6c31b036b38541  fa87481 
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
Mon, 17 Jul 2023
[ 15:57 Mikael Urankar (mikael) search for other commits by this committer ]    commit hash:e3d08dfcd40041417e25193dd13e7a03fb3e39df  commit hash:e3d08dfcd40041417e25193dd13e7a03fb3e39df  commit hash:e3d08dfcd40041417e25193dd13e7a03fb3e39df  e3d08df 
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
Tue, 27 Jun 2023
[ 19:34 Rene Ladan (rene) search for other commits by this committer ]    commit hash:3d9a815d9c5acbb71f4bb07738bdeab4879feacb  commit hash:3d9a815d9c5acbb71f4bb07738bdeab4879feacb  commit hash:3d9a815d9c5acbb71f4bb07738bdeab4879feacb  3d9a815  (Only the first 10 of 4481 ports in this commit are shown above. View all ports for this commit)
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>
Fri, 9 Jun 2023
[ 11:38 Mikael Urankar (mikael) search for other commits by this committer ]    commit hash:6b9789547d5eeec192b5fe0039b0e6a54b743650  commit hash:6b9789547d5eeec192b5fe0039b0e6a54b743650  commit hash:6b9789547d5eeec192b5fe0039b0e6a54b743650  6b97895 
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
Sun, 23 Apr 2023
[ 13:13 Mikael Urankar (mikael) search for other commits by this committer ]    commit hash:8cc5eb315903f45708ab0a305907023251508a6d  commit hash:8cc5eb315903f45708ab0a305907023251508a6d  commit hash:8cc5eb315903f45708ab0a305907023251508a6d  8cc5eb3 
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
Thu, 16 Mar 2023
[ 11:11 Mikael Urankar (mikael) search for other commits by this committer ]    commit hash:a22be893ea50a51b7af3bab0c2fb6f9db1fbc5d5  commit hash:a22be893ea50a51b7af3bab0c2fb6f9db1fbc5d5  commit hash:a22be893ea50a51b7af3bab0c2fb6f9db1fbc5d5  a22be89 
lang/rust: Update to 1.68.0

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

PR:		270080
Tested by:	mikael,pkubaj
Mon, 13 Feb 2023
[ 09:38 Mikael Urankar (mikael) search for other commits by this committer ]    commit hash:be2a720ce7f632d0c14e44c5aed12dc25298025c  commit hash:be2a720ce7f632d0c14e44c5aed12dc25298025c  commit hash:be2a720ce7f632d0c14e44c5aed12dc25298025c  be2a720c 
lang/rust: Update to 1.67.1

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

PR:		269336
Reviewed by:	pkubaj
Tested by:	mikael,pkubaj
Sat, 28 Jan 2023
[ 15:32 Piotr Kubaj (pkubaj) search for other commits by this committer ]    commit hash:0f2b3db66aa3abe6fd18c54b348562590c5b8afd  commit hash:0f2b3db66aa3abe6fd18c54b348562590c5b8afd  commit hash:0f2b3db66aa3abe6fd18c54b348562590c5b8afd  0f2b3db 
lang/rust-bootstrap: enable on powerpc64

All the flavors (apart from armv7, for which no armv7-freebsd-sysroot is
available on big-endian) build.
Thu, 29 Dec 2022
[ 21:17 Piotr Kubaj (pkubaj) search for other commits by this committer ]    commit hash:30308e890211811f67c3f7a8fed2cafdd3863e74  commit hash:30308e890211811f67c3f7a8fed2cafdd3863e74  commit hash:30308e890211811f67c3f7a8fed2cafdd3863e74  30308e8 
lang/rust-bootstrap: remove old armv6-related entry
[ 21:16 Piotr Kubaj (pkubaj) search for other commits by this committer ]    commit hash:beba8b0b8d2c969c885ab0e92e19fd75339c5381  commit hash:beba8b0b8d2c969c885ab0e92e19fd75339c5381  commit hash:beba8b0b8d2c969c885ab0e92e19fd75339c5381  beba8b0 
lang/rust-bootstrap: add powerpc64 flavor
Tue, 20 Dec 2022
[ 17:36 Mikael Urankar (mikael) search for other commits by this committer ]    commit hash:0f9b08f604c9d2f5d4301ca996424ed875a3026c  commit hash:0f9b08f604c9d2f5d4301ca996424ed875a3026c  commit hash:0f9b08f604c9d2f5d4301ca996424ed875a3026c  0f9b08f 
lang/rust: Update to 1.66.0

Announce:	https://blog.rust-lang.org/2022/12/15/Rust-1.66.0.html
ChangeLog:	https://github.com/rust-lang/rust/releases/tag/1.66.0
PR:		268415
Exp-run by:	antoine
Tested by:	mikael,pkubaj
[ 17:36 Mikael Urankar (mikael) search for other commits by this committer ]    commit hash:b7ddc05690cdfbf5f944807543a218681bec89f3  commit hash:b7ddc05690cdfbf5f944807543a218681bec89f3  commit hash:b7ddc05690cdfbf5f944807543a218681bec89f3  b7ddc05 
lang/rust-bootstrap: Do not build with debug=true on riscv64

It causes a build failure with rust 1.66.0

Reported upstream as https://github.com/rust-lang/rust/issues/105957

PR:		268415
Wed, 14 Dec 2022
[ 17:46 Antoine Brodin (antoine) search for other commits by this committer ]    commit hash:45373222a98a247ac225559d0793c25f66cd3484  commit hash:45373222a98a247ac225559d0793c25f66cd3484  commit hash:45373222a98a247ac225559d0793c25f66cd3484  4537322 
lang/rust-bootstrap: sync flavors with freebsd-sysroot
Thu, 17 Nov 2022
[ 07:06 Mikael Urankar (mikael) search for other commits by this committer ]    commit hash:af39fba60871f5bec770ee76c5375c2915deb703  commit hash:af39fba60871f5bec770ee76c5375c2915deb703  commit hash:af39fba60871f5bec770ee76c5375c2915deb703  af39fba 
lang/rust: Update to 1.65.0

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

PR:		267622
Reviewed by:	tokib, pkubaj
Tested by:	mikael, pkubaj
Sun, 30 Oct 2022
[ 12:07 Mikael Urankar (mikael) search for other commits by this committer ]    commit hash:264a6c503e82b887ff05afea10fe3a7eccb91389  commit hash:264a6c503e82b887ff05afea10fe3a7eccb91389  commit hash:264a6c503e82b887ff05afea10fe3a7eccb91389  264a6c5 
lang/rust: Update to 1.64.0

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

PR:		267173
Fri, 9 Sep 2022
[ 21:02 Daniel Engberg (diizzy) search for other commits by this committer ]    commit hash:e2438a86b81aea7cd41a66ca23fc49510679d85b  commit hash:e2438a86b81aea7cd41a66ca23fc49510679d85b  commit hash:e2438a86b81aea7cd41a66ca23fc49510679d85b  e2438a8  (Only the first 10 of 32 ports in this commit are shown above. View all ports for this commit)
*/*: Update path set in BUILD_DEPENDS for CMake in more ports

Commit b23ea4e2d2f51b53d8915fe9fd7b4efbdd575e38 changed its location to
devel/cmake-core

Approved by:	portmgr (blanket)
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 25 Aug 2022
[ 14:49 Baptiste Daroussin (bapt) search for other commits by this committer ]    commit hash:b9b250f91299716bc4a7a6b7b8db2284c57f16ca  commit hash:b9b250f91299716bc4a7a6b7b8db2284c57f16ca  commit hash:b9b250f91299716bc4a7a6b7b8db2284c57f16ca  b9b250f  (Only the first 10 of 227 ports in this commit are shown above. View all ports for this commit)
rust: bring back update to 1.63

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

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

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

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

This reverts commit f36cc819accadae1fefc14c203e5fbe9c74e1492.

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

PR:	265915
[ 08:50 Mikael Urankar (mikael) search for other commits by this committer ]    commit hash:f36cc819accadae1fefc14c203e5fbe9c74e1492  commit hash:f36cc819accadae1fefc14c203e5fbe9c74e1492  commit hash:f36cc819accadae1fefc14c203e5fbe9c74e1492  f36cc81 
lang/rust: Update to 1.63.0

Announce:		https://blog.rust-lang.org/2022/08/11/Rust-1.63.0.html
ChangeLog:		https://github.com/rust-lang/rust/releases/tag/1.63.0
Tested by:		mikael, pkubaj
Exp-run by:		antoine
Differential Revision:	https://reviews.freebsd.org/D36247
Sat, 2 Jul 2022
[ 13:47 Mikael Urankar (mikael) search for other commits by this committer ]    commit hash:558a5e4515a3de7cf7d27235b16b58cb1d3f3830  commit hash:558a5e4515a3de7cf7d27235b16b58cb1d3f3830  commit hash:558a5e4515a3de7cf7d27235b16b58cb1d3f3830  558a5e4  (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
lang/rust: Update to 1.62.0

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

Differential Revision:  https://reviews.freebsd.org/D35675
Tue, 31 May 2022
[ 13:06 Mikael Urankar (mikael) search for other commits by this committer ]    commit hash:aa578f2b89663f8ceebf372218cdd744dda11609  commit hash:aa578f2b89663f8ceebf372218cdd744dda11609  commit hash:aa578f2b89663f8ceebf372218cdd744dda11609  aa578f2  (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
lang/rust: Update to 1.61.0

Announce:		https://blog.rust-lang.org/2022/05/19/Rust-1.61.0.html
ChangeLog:		https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1610-2022-05-19
Reviewed by:		pkubaj
Differential Revision:	https://reviews.freebsd.org/D35335
Sun, 1 May 2022
[ 16:39 Mikael Urankar (mikael) search for other commits by this committer ]    commit hash:e57dfbf32324ca40f17bb6c4a10581e6a06ab00b  commit hash:e57dfbf32324ca40f17bb6c4a10581e6a06ab00b  commit hash:e57dfbf32324ca40f17bb6c4a10581e6a06ab00b  e57dfbf  (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
lang/rust: Update to 1.60.0

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

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

Announce:		https://blog.rust-lang.org/2022/04/07/Rust-1.60.0.html
ChangeLog:		https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1600-2022-04-07
Reviewed by:		tobik
Exp-run by:		antoine
Differential Revision:	https://reviews.freebsd.org/D34823
Tue, 15 Mar 2022
[ 09:51 Mikael Urankar (mikael) search for other commits by this committer ]    commit hash:53e44579be56ebf464fae76e0daa55b7ced06c26  commit hash:53e44579be56ebf464fae76e0daa55b7ced06c26  commit hash:53e44579be56ebf464fae76e0daa55b7ced06c26  53e4457  (Only the first 10 of 34 ports in this commit are shown above. View all ports for this commit)
lang/rust: Update to 1.59.0

Changes: https://blog.rust-lang.org/FIXME/Rust-1.59.0.html
PR:		262449
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D34471
Thu, 3 Feb 2022
[ 14:02 Tobias Kortkamp (tobik) search for other commits by this committer ]    commit hash:bd3a9279310ec68c634964e6a819296aa470fadb  commit hash:bd3a9279310ec68c634964e6a819296aa470fadb  commit hash:bd3a9279310ec68c634964e6a819296aa470fadb  bd3a927 
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
Mon, 17 Jan 2022
[ 11:56 Tobias Kortkamp (tobik) search for other commits by this committer ]    commit hash:183588879e6bae37e4fd11e4b3336c49d6e64e0f  commit hash:183588879e6bae37e4fd11e4b3336c49d6e64e0f  commit hash:183588879e6bae37e4fd11e4b3336c49d6e64e0f  1835888  (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
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
Thu, 23 Dec 2021
[ 10:10 Tobias Kortkamp (tobik) search for other commits by this committer ]    commit hash:96eec29c9aa623f3aef843e238b50329ef386c45  commit hash:96eec29c9aa623f3aef843e238b50329ef386c45  commit hash:96eec29c9aa623f3aef843e238b50329ef386c45  96eec29  (Only the first 10 of 27 ports in this commit are shown above. View all ports for this commit)
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
Sat, 18 Dec 2021
[ 19:06 Piotr Kubaj (pkubaj) search for other commits by this committer ]    commit hash:23b31964fc8f2d63f4d48f00e53898f7778dd202  commit hash:23b31964fc8f2d63f4d48f00e53898f7778dd202  commit hash:23b31964fc8f2d63f4d48f00e53898f7778dd202  23b3196 
lang/rust-bootstrap: enable on powerpc64le

All the flavors build fine.
Sun, 5 Dec 2021
[ 12:35 Tobias Kortkamp (tobik) search for other commits by this committer ]    commit hash:237b36fa2e73986dc19284686e80a47cb329bb6f  commit hash:237b36fa2e73986dc19284686e80a47cb329bb6f  commit hash:237b36fa2e73986dc19284686e80a47cb329bb6f  237b36f  (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
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
Fri, 26 Nov 2021
[ 09:30 Tobias Kortkamp (tobik) search for other commits by this committer ]    commit hash:55d82f6a7cb12bb3ac1b112ebc0a7b39da171c25  commit hash:55d82f6a7cb12bb3ac1b112ebc0a7b39da171c25  commit hash:55d82f6a7cb12bb3ac1b112ebc0a7b39da171c25  55d82f6 
lang/rust-bootstrap: Chase c4816e4763b8d395b4a2cb670a8aaaf33bb8def1
Thu, 25 Nov 2021
[ 20:01 Tobias Kortkamp (tobik) search for other commits by this committer ]    commit hash:c4816e4763b8d395b4a2cb670a8aaaf33bb8def1  commit hash:c4816e4763b8d395b4a2cb670a8aaaf33bb8def1  commit hash:c4816e4763b8d395b4a2cb670a8aaaf33bb8def1  c4816e4 
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.
Sat, 13 Nov 2021
[ 09:09 Tobias Kortkamp (tobik) search for other commits by this committer ]    commit hash:a8d8cef02a472b5f5953155d39300fe627a1088c  commit hash:a8d8cef02a472b5f5953155d39300fe627a1088c  commit hash:a8d8cef02a472b5f5953155d39300fe627a1088c  a8d8cef 
lang/rust-bootstrap: Relax x86 host requirement
Mon, 25 Oct 2021
[ 12:58 Alexey Dokuchaev (danfe) search for other commits by this committer ]    commit hash:61b661339366b6ee95ca1de0667979da9240c6b8  commit hash:61b661339366b6ee95ca1de0667979da9240c6b8  commit hash:61b661339366b6ee95ca1de0667979da9240c6b8  61b6613  (Only the first 10 of 79 ports in this commit are shown above. View all ports for this commit)
Style: improve ONLY_FOR_ARCHS_REASON (grammar, markup, etc.)

ONLY_FOR_ARCHS_REASON is used as part of the sentence and thus should
start with lower-case letter and not end with a period which is added
by the framework, similar to other knobs like BROKEN, IGNORE, et al.

While here, remove needless quoting, add missing Oxford comma, expand
contractions and jargonisms, use correct spelling for proper names.
[ 08:46 Tobias Kortkamp (tobik) search for other commits by this committer ]    commit hash:124261fa7deb972b647c686d2531bbba0a9a4223  commit hash:124261fa7deb972b647c686d2531bbba0a9a4223  commit hash:124261fa7deb972b647c686d2531bbba0a9a4223  124261f  (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
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
Tue, 19 Oct 2021
[ 11:14 Stefan Eßer (se) search for other commits by this committer ]    commit hash:f05888cb2b5c82e9cd91c04e502eb24a02c0e45f  commit hash:f05888cb2b5c82e9cd91c04e502eb24a02c0e45f  commit hash:f05888cb2b5c82e9cd91c04e502eb24a02c0e45f  f05888c 
lang/rust-bootstrap: Add CPE information

Approved by:	portmgr (blanket)
Thu, 30 Sep 2021
[ 21:23 Rene Ladan (rene) search for other commits by this committer ]    commit hash:620968a43a5f9bb3fa98ab20f257a4c0d864caa7  commit hash:620968a43a5f9bb3fa98ab20f257a4c0d864caa7  commit hash:620968a43a5f9bb3fa98ab20f257a4c0d864caa7  620968a  (Only the first 10 of 399 ports in this commit are shown above. View all ports for this commit)
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
Sun, 19 Sep 2021
[ 09:03 Tobias Kortkamp (tobik) search for other commits by this committer ]    commit hash:4e617b25b87c681c05e6575d6ffec2fc1c86fd5b  commit hash:4e617b25b87c681c05e6575d6ffec2fc1c86fd5b  commit hash:4e617b25b87c681c05e6575d6ffec2fc1c86fd5b  4e617b2 
lang/rust-bootstrap: Use devel/freebsd-sysroot
[ 09:03 Tobias Kortkamp (tobik) search for other commits by this committer ]    commit hash:6f1fefb50e755d727f471aeb75ebe4e28f876b4b  commit hash:6f1fefb50e755d727f471aeb75ebe4e28f876b4b  commit hash:6f1fefb50e755d727f471aeb75ebe4e28f876b4b  6f1fefb  (Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
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
Mon, 6 Sep 2021
[ 19:28 Tobias Kortkamp (tobik) search for other commits by this committer ]    commit hash:b1670e2c3d42a2aeacff843ef0ccea21c0929d03  commit hash:b1670e2c3d42a2aeacff843ef0ccea21c0929d03  commit hash:b1670e2c3d42a2aeacff843ef0ccea21c0929d03  b1670e2 
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
Sat, 28 Aug 2021
[ 13:38 Mikael Urankar (mikael) search for other commits by this committer Author: pouet ]    commit hash:55dbddeb07345c55bdc6d4d09c3bf6f3409ab0f5  commit hash:55dbddeb07345c55bdc6d4d09c3bf6f3409ab0f5  commit hash:55dbddeb07345c55bdc6d4d09c3bf6f3409ab0f5  55dbdde  (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
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
Sun, 27 Jun 2021
[ 05:39 Tobias Kortkamp (tobik) search for other commits by this committer ]    commit hash:f897ded31edcafadb3e4dd662fa022cabae86623  commit hash:f897ded31edcafadb3e4dd662fa022cabae86623  commit hash:f897ded31edcafadb3e4dd662fa022cabae86623  f897ded 
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
Sun, 6 Jun 2021
[ 08:09 Tobias Kortkamp (tobik) search for other commits by this committer ]    commit hash:aa61f25f2a73ab7ed2bdc455c3d19f2f73222cd8  commit hash:aa61f25f2a73ab7ed2bdc455c3d19f2f73222cd8  commit hash:aa61f25f2a73ab7ed2bdc455c3d19f2f73222cd8  aa61f25 
lang/rust-bootstrap: Export MASTER_SITES via .MAKEFLAGS for makesum

Just replacing one hack with another.  With this it is localized
on one line and we no longer need .export and MASTER_SITES with ?=
Mon, 17 May 2021
[ 16:57 Tobias Kortkamp (tobik) search for other commits by this committer ]    commit hash:842e362334b7ce026b3bba3fd6fc762428077e1f  commit hash:842e362334b7ce026b3bba3fd6fc762428077e1f  commit hash:842e362334b7ce026b3bba3fd6fc762428077e1f  842e362 
lang/rust-bootstrap: Unbreak makesum after d50822c34fe1

It could not really work before since MASTER_SITES also changes
based on FLAVOR.

While here

- move distfiles to rust/bootstrap
- use per flavor MASTER_SITES groups to separate the files properly
- change distclean to also just work like makesum
- set DIST_SUBDIR to fix fetching the rustc tarball (was not a
  problem so far since lang/rust-bootstrap depends on lang/rust
  which fetches it before)
[ 16:56 Tobias Kortkamp (tobik) search for other commits by this committer ]    commit hash:3e61adacc1c4cdf913ea6cbd0b19ec18b62b0bf7  commit hash:3e61adacc1c4cdf913ea6cbd0b19ec18b62b0bf7  commit hash:3e61adacc1c4cdf913ea6cbd0b19ec18b62b0bf7  3e61ada 
lang/rust-bootstrap: Ack that we have read src/bootstrap/CHANGLOG.md

Same as in lang/rust.
Fri, 14 May 2021
[ 16:44 Tobias Kortkamp (tobik) search for other commits by this committer ]    commit hash:882badb35a3fd0c91134cc074a9654d31fc323e8  commit hash:882badb35a3fd0c91134cc074a9654d31fc323e8  commit hash:882badb35a3fd0c91134cc074a9654d31fc323e8  882badb 
lang/rust*: Only subst %CC% and %WRKDIR% on ppc64-elfv1

It's unused elsewhere.  Also move it to post-patch.
[ 16:44 Tobias Kortkamp (tobik) search for other commits by this committer ]    commit hash:0ade1fd7a6cd7eef17d19cf118bf1ee15ec1c653  commit hash:0ade1fd7a6cd7eef17d19cf118bf1ee15ec1c653  commit hash:0ade1fd7a6cd7eef17d19cf118bf1ee15ec1c653  0ade1fd 
lang/rust-bootstrap: Try to unbreak powerpc build

Use ld.bfd from powerpc-binutils similar to lang/rust.

ld: error: rustc_hir_pretty.7ep572vg-cgu.0:(function
rustc_hir_pretty::State::print_item::h993c6db847753592:
.text._ZN16rustc_hir_pretty5State10print_item17h993c6db847753592E+0x55C):
relocation R_PPC_PLTREL24 out of range: -33554484 is not in [-33554432,
33554431]
ld: error: rustc_hir_pretty.7ep572vg-cgu.0:(function
rustc_hir_pretty::State::print_block_with_attrs::h3e09891900cd2aa9:
.text._ZN16rustc_hir_pretty5State22print_block_with_attrs17h3e09891900cd2aa9E+0x2C):
relocation R_PPC_PLTREL24 out of range: -33569004 is not in [-33554432,
33554431]
ld: error: rustc_hir_pretty.7ep572vg-cgu.0:(function
rustc_hir_pretty::State::print_item::h993c6db847753592:
.text._ZN16rustc_hir_pretty5State10print_item17h993c6db847753592E+0x664):
relocation R_PPC_PLTREL24 out of range: -33554732 is not in [-33554432,
33554431]
ld: error: rustc_hir_pretty.7ep572vg-cgu.0:(function
rustc_hir_pretty::State::print_block_maybe_unclosed::h3b0ddc7248032a61:
.text._ZN16rustc_hir_pretty5State26print_block_maybe_unclosed17h3b0ddc7248032a61E+0xDC):
relocation R_PPC_PLTREL24 out of range: -33570260 is not in [-33554432,
33554431]
ld: error: rustc_hir_pretty.7ep572vg-cgu.0:(function
rustc_hir_pretty::State::print_item::h993c6db847753592:
.text._ZN16rustc_hir_pretty5State10print_item17h993c6db847753592E+0x698):
relocation R_PPC_PLTREL24 out of range: -33554800 is not in [-33554432,
33554431]
ld: error: rustc_hir_pretty.7ep572vg-cgu.0:(function
rustc_hir_pretty::State::print_block_maybe_unclosed::h3b0ddc7248032a61:
.text._ZN16rustc_hir_pretty5State26print_block_maybe_unclosed17h3b0ddc7248032a61E+0xE4):
relocation R_PPC_PLTREL24 out of range: -33570108 is not in [-33554432,
33554431]
ld: error: rustc_hir_pretty.7ep572vg-cgu.0:(function
rustc_hir_pretty::State::print_item::h993c6db847753592:
.text._ZN16rustc_hir_pretty5State10print_item17h993c6db847753592E+0x6EC):
relocation R_PPC_PLTREL24 out of range: -33554884 is not in [-33554432,
33554431]
ld: error: rustc_hir_pretty.7ep572vg-cgu.0:(function
rustc_hir_pretty::State::print_item::h993c6db847753592:
.text._ZN16rustc_hir_pretty5State10print_item17h993c6db847753592E+0x6F4):
relocation R_PPC_PLTREL24 out of range: -33554732 is not in [-33554432,
33554431]

http://package19.nyi.freebsd.org/data/122amd64-default-build-as-user/ab31b591e5a6/logs/powerpc-rust-bootstrap-1.52.1_1.log
Tue, 11 May 2021
[ 18:33 Tobias Kortkamp (tobik) search for other commits by this committer ]    commit hash:28e7a9334a30b9ace65539f22940d2d7831bad1e  commit hash:28e7a9334a30b9ace65539f22940d2d7831bad1e  commit hash:28e7a9334a30b9ace65539f22940d2d7831bad1e  28e7a93  (Only the first 10 of 140 ports in this commit are shown above. View all ports for this commit)
Rebuild lang/rust consumers after d8837418ea743776
[ 17:29 Tobias Kortkamp (tobik) search for other commits by this committer ]    commit hash:d50822c34fe1d8adf879745d2b26c000af2e8862  commit hash:d50822c34fe1d8adf879745d2b26c000af2e8862  commit hash:d50822c34fe1d8adf879745d2b26c000af2e8862  d50822c 
lang/rust, lang/rust-bootstrap: Simplify makesum
[ 17:29 Tobias Kortkamp (tobik) search for other commits by this committer ]    commit hash:d8837418ea743776bc43b9c91d83080d8eff5029  commit hash:d8837418ea743776bc43b9c91d83080d8eff5029  commit hash:d8837418ea743776bc43b9c91d83080d8eff5029  d883741  (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
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
Tue, 20 Apr 2021
[ 06:57 Tobias Kortkamp (tobik) search for other commits by this committer ]    commit hash:a91d65363fe8aa72bdf427bb639b0fe258ee7c01  commit hash:a91d65363fe8aa72bdf427bb639b0fe258ee7c01  commit hash:a91d65363fe8aa72bdf427bb639b0fe258ee7c01  a91d653  (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
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
Wed, 7 Apr 2021
[ 08:09 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  cf118cc  (Only the first 10 of 8873 ports in this commit are shown above. View all ports for this commit)
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Mon, 29 Mar 2021
[ 18:07 tobik search for other commits by this committer ] Original commit   Revision:569489
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
Fri, 26 Mar 2021
[ 07:34 tobik search for other commits by this committer ] Original commit   Revision:569245
lang/rust-bootstrap: Unbreak aarch64 bootstrap

Something goes wrong when it is built with LLVM > 9.  Build it with
llvm90 for the time being.

rustc -Cllvm-args="..." with: Unknown command line argument
'-generate-arange-section'.  Try: 'rustc -Cllvm-args="..." with --help'
rustc -Cllvm-args="..." with: Unknown command line argument
'-mergefunc-use-aliases'.  Try: 'rustc -Cllvm-args="..." with --help'
rustc -Cllvm-args="..." with: Unknown command line argument
'-preserve-alignment-assumptions-during-inlining=false'.  Try: 'rustc
-Cllvm-args="..." with --help'

or when built with llvm.assertions=true:

Assertion failed: (hasOptions() && "No options specified!"), function
ParseCommandLineOptions, file src/llvm-project/llvm/lib/Support/CommandLine.cpp,
line 1344.
Tue, 23 Mar 2021
[ 06:42 tobik search for other commits by this committer ] Original commit   Revision:569008
lang/rust-bootstrap: Add the bootstrap freefall sync script
[ 06:39 tobik search for other commits by this committer ] Original commit   Revision:569007
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]
Mon, 22 Mar 2021
[ 07:22 tobik search for other commits by this committer ] Original commit   Revision:568941
lang/rust-bootstrap: Remove bogus gcc9 run dep from powerpc64_elfv1 flavor again
Fri, 19 Feb 2021
[ 13:22 mikael search for other commits by this committer ] Original commit   Revision:566064
lang/rust-bootstrap: Update to 1.50.0

While here, update the sysroot to a supported FreeBSD release (12.2)
Mon, 25 Jan 2021
[ 16:22 mikael search for other commits by this committer ] Original commit   Revision:562575
lang/rust-bootstrap: Remove dubious RUN_DEPENDS line
Sun, 17 Jan 2021
[ 14:48 mikael search for other commits by this committer ] Original commit   Revision:561826
lang/rust-bootstrap: Update aarch64 sysroot to 12.1

Bump the sysroot to 12.1 as we don't build packages for 11.4.
Sat, 9 Jan 2021
[ 18:23 mikael search for other commits by this committer ] Original commit   Revision:560883
lang/rust-bootstrap: Update to 1.49.0
Fri, 27 Nov 2020
[ 17:05 mikael search for other commits by this committer ] Original commit   Revision:556445
lang/rust-bootstrap: Update to 1.48.0
Sun, 22 Nov 2020
[ 17:20 mikael search for other commits by this committer ] Original commit   Revision:556064
lang/rust-bootstrap: Only package the bootstrap for the given flavor

No need to add the x86 bootstrap for every arches
Sun, 1 Nov 2020
[ 08:06 mikael search for other commits by this committer ] Original commit   Revision:553826
lang/rust-bootstrap: building the bootstrap for powerpc64le requires a recent
FreeBSD 13.x version
Wed, 28 Oct 2020
[ 10:49 mikael search for other commits by this committer ] Original commit   Revision:553534
lang/rust-bootstrap: Update sysroot to build the rust bootstrap
  - Update the sysroot to 11.4 to build the rust bootstrap on amd64, arm64,
armv6 and i386
  - Regen the sysroot for armv7 (it only includes the necessary bits: /lib,
/usr/include and /usr/lib)
  - Update the sysroot for powerpc64-elfv2 (previous one is 9 months old)

The sysroot is just the base.txz fetched from ftp://ftp.freebsd.org/pub/FreeBSD/
It's based on the WANDBOARD image for armv6 and armv7

Differential Revision:	D26646
Wed, 14 Oct 2020
[ 07:52 mikael search for other commits by this committer ] Original commit   Revision:552306
lang/rust-bootstrap: Update to 1.47.0
Tue, 13 Oct 2020
[ 08:36 mikael search for other commits by this committer ] Original commit   Revision:552221 (Only the first 10 of 117 ports in this commit are shown above. View all ports for this commit)
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
Wed, 2 Sep 2020
[ 18:15 tobik search for other commits by this committer ] Original commit   Revision:547371
lang/rust-bootstrap: Unbreak build

error: linking with
`/wrkdirs/usr/ports/lang/rust-bootstrap/work-aarch64/aarch64-unknown-freebsd-cc`
failed: exit code: 1
  |
  = note:
"/wrkdirs/usr/ports/lang/rust-bootstrap/work-aarch64/aarch64-unknown-freebsd-cc"
"-Wl,--as-needed" "-Wl,-z,noexecstack" "-Wl,--eh-frame-hdr" "-L"
"/wrkdirs/usr/ports/lang/rust-bootstrap/work-aarch64/rustc-1.46.0-src/build/x86_64-unknown-freebsd/stage1/lib/rustlib/aarch64-unknown-freebsd/lib"
"/wrkdirs/usr/ports/lang/rust-bootstrap/work-aarch64/rustc-1.46.0-src/build/x86_64-unknown-freebsd/stage1-rustc/aarch64-unknown-freebsd/release/deps/rustc_binary-aee2141e03185e53.rustc_binary.b5znfnzc-cgu.0.rcgu.o"
"/wrkdirs/usr/ports/lang/rust-bootstrap/work-aarch64/rustc-1.46.0-src/build/x86_64-unknown-freebsd/stage1-rustc/aarch64-unknown-freebsd/release/deps/rustc_binary-aee2141e03185e53.rustc_binary.b5znfnzc-cgu.1.rcgu.o"
"-o"
"/wrkdirs/usr/ports/lang/rust-bootstrap/work-aarch64/rustc-1.46.0-src/build/x86_64-unknown-freebsd/stage1-rustc/aarch64-unknown-freebsd/release/deps/rustc_binary-aee2141e03185e53"
"-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-Wl,-O1" "-nodefaultlibs
 "-L"
"/wrkdirs/usr/ports/lang/rust-bootstrap/work-aarch64/rustc-1.46.0-src/build/x86_64-unknown-freebsd/stage1-rustc/aarch64-unknown-freebsd/release/deps"
"-L"
"/wrkdirs/usr/ports/lang/rust-bootstrap/work-aarch64/rustc-1.46.0-src/build/x86_64-unknown-freebsd/stage1-rustc/release/deps"
"-L"
"/wrkdirs/usr/ports/lang/rust-bootstrap/work-aarch64/rustc-1.46.0-src/build/x86_64-unknown-freebsd/stage1-rustc/aarch64-unknown-freebsd/release/build/psm-b70dc38335c8633c/out"
"-L"
"/wrkdirs/usr/ports/lang/rust-bootstrap/work-aarch64/rustc-1.46.0-src/build/x86_64-unknown-freebsd/stage1-rustc/aarch64-unknown-freebsd/release/build/rustc_llvm-2e64396678b51f1b/out"
"-L"
"/wrkdirs/usr/ports/lang/rust-bootstrap/work-aarch64/rustc-1.46.0-src/build/aarch64-unknown-freebsd/llvm/build/lib"
"-L"
"/wrkdirs/usr/ports/lang/rust-bootstrap/work-aarch64/rustc-1.46.0-src/build/x86_64-unknown-freebsd/stage1/lib/rustlib/aarch64-unknown-freebsd/lib"
"-L" "/wrkdirs/usr/ports/lang/rust-bootstrap/work-aarch64/rustc-1.4
.0-src/build/x86_64-unknown-freebsd/stage1-!
ustc/aarch64-unknown-freebsd/release/deps" "-lrustc_driver-92f05a38b6344bea"
"-Wl,--start-group" "-L"
"/wrkdirs/usr/ports/lang/rust-bootstrap/work-aarch64/rustc-1.46.0-src/build/x86_64-unknown-freebsd/stage1/lib/rustlib/aarch64-unknown-freebsd/lib"
"-lstd-1f5c5da87793947f" "-Wl,--end-group" "-Wl,-Bstatic"
"/wrkdirs/usr/ports/lang/rust-bootstrap/work-aarch64/rustc-1.46.0-src/build/x86_64-unknown-freebsd/stage1/lib/rustlib/aarch64-unknown-freebsd/lib/libcompiler_builtins-8365ea7481741727.rlib"
"-Wl,-Bdynamic" "-lc++" "-lutil" "-lutil" "-lexecinfo" "-lpthread" "-lgcc_s"
"-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" "-Wl,-rpath,$ORIGIN/../lib"
  = note: ld: error:
/wrkdirs/usr/ports/lang/rust-bootstrap/work-aarch64/rustc-1.46.0-src/build/x86_64-unknown-freebsd/stage1-rustc/aarch64-unknown-freebsd/release/deps/librustc_driver-92f05a38b6344bea.so:
undefined reference to compress2 [--no-allow-shlib-undefined]
          ld: error:
/wrkdirs/usr/ports/lang/rust-bootstrap/work-aarch64/rustc-1.46.0-src/build/x86_64-unknown-freebsd/stage1-rustc/aarch64-unknown-freebsd/release/deps/librustc_driver-92f05a38b6344bea.so:
undefined reference to compressBound [--no-allow-shlib-undefined]
          ld: error:
/wrkdirs/usr/ports/lang/rust-bootstrap/work-aarch64/rustc-1.46.0-src/build/x86_64-unknown-freebsd/stage1-rustc/aarch64-unknown-freebsd/release/deps/librustc_driver-92f05a38b6344bea.so:
undefined reference to crc32 [--no-allow-shlib-undefined]
          ld: error:
/wrkdirs/usr/ports/lang/rust-bootstrap/work-aarch64/rustc-1.46.0-src/build/x86_64-unknown-freebsd/stage1-rustc/aarch64-unknown-freebsd/release/deps/librustc_driver-92f05a38b6344bea.so:
undefined reference to uncompress [--no-allow-shlib-undefined]
          cc: error: linker command failed with exit code 1 (use -v to see
invocation)
Sun, 30 Aug 2020
[ 18:36 tobik search for other commits by this committer ] Original commit   Revision:547071 (Only the first 10 of 99 ports in this commit are shown above. View all ports for this commit)
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
Mon, 3 Aug 2020
[ 15:18 tobik search for other commits by this committer ] Original commit   Revision:544073 (Only the first 10 of 97 ports in this commit are shown above. View all ports for this commit)
lang/rust: Update to 1.45.2

Changes:	https://blog.rust-lang.org/2020/08/03/Rust-1.45.2.html
Thu, 30 Jul 2020
[ 18:26 tobik search for other commits by this committer ] Original commit   Revision:543815 (Only the first 10 of 97 ports in this commit are shown above. View all ports for this commit)
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
Fri, 17 Jul 2020
[ 06:44 tobik search for other commits by this committer ] Original commit   Revision:542412 (Only the first 10 of 104 ports in this commit are shown above. View all ports for this commit)
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
Fri, 19 Jun 2020
[ 18:53 tobik search for other commits by this committer ] Original commit   Revision:539672
lang/rust-bootstrap: Keep the (amd64-native) cross compilers around
Thu, 18 Jun 2020
[ 14:13 tobik search for other commits by this committer ] Original commit   Revision:539541
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
Sat, 13 Jun 2020
[ 17:08 tobik search for other commits by this committer ] Original commit   Revision:538686
lang/rust-bootstrap: Limit elfv1 bootstrap to GCC9 for now

To use newer GCC the powerpc64 binary package that provides gcc
libraries in the cross sysroot will need updating to a newer GCC
as well.

PR:		246700
Tue, 9 Jun 2020
[ 12:14 tobik search for other commits by this committer ] Original commit   Revision:538312
lang/rust-bootstrap: Rebuild after r538194
Thu, 4 Jun 2020
[ 18:08 tobik search for other commits by this committer ] Original commit   Revision:537917 (Only the first 10 of 99 ports in this commit are shown above. View all ports for this commit)
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
Thu, 7 May 2020
[ 15:58 tobik search for other commits by this committer ] Original commit   Revision:534269
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
Thu, 23 Apr 2020
[ 15:32 tobik search for other commits by this committer ] Original commit   Revision:532685 (Only the first 10 of 89 ports in this commit are shown above. View all ports for this commit)
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
Thu, 12 Mar 2020
[ 19:39 tobik search for other commits by this committer ] Original commit   Revision:528318 (Only the first 10 of 83 ports in this commit are shown above. View all ports for this commit)
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
Thu, 27 Feb 2020
[ 15:22 tobik search for other commits by this committer ] Original commit   Revision:527260 (Only the first 10 of 78 ports in this commit are shown above. View all ports for this commit)
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
Tue, 25 Feb 2020
[ 18:18 tobik search for other commits by this committer ] Original commit   Revision:527099
New port: lang/rust-bootstrap

This port creates the required bootstrap compilers for building the
next version of lang/rust.

Thanks to garga, mikael, pkubaj for test building lang/rust with
the generated bootstraps.

Approved by:	portmgr (mat, flavors)
Differential Revision:	https://reviews.freebsd.org/D23133

Number of commits found: 82