aboutsummaryrefslogtreecommitdiff
path: root/lang/rust-bootstrap/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* lang/rust: Update to 1.93.0Mikael Urankar2026-01-281-1/+1
| | | | | | | | | | | While here, drop AR as it's deprecated since 2015 [1] Announce: https://blog.rust-lang.org/2026/01/22/Rust-1.93.0/ ChangeLog: https://github.com/rust-lang/rust/releases/tag/1.93.0 PR: 292713 Tested by: mikael, pkubaj Differential Revision: https://reviews.freebsd.org/D54619 [1]
* lang/rust: Update to 1.92.0Mikael Urankar2025-12-161-1/+1
| | | | | | | | Announce: https://blog.rust-lang.org/2025/12/11/Rust-1.92.0 ChangeLog: https://github.com/rust-lang/rust/releases/tag/1.92.0 PR: 291582 Tested by: mikael,pkubaj
* lang/rust-bootstrap: enable on aarch64Piotr Kubaj2025-11-301-1/+1
| | | | Builds fine for all flavors.
* lang/rust: Update to 1.91.1Mikael Urankar2025-11-111-1/+6
| | | | | | | | | | | | | - Drop WASM option as it requires llvm from ports it was probably broken since it was introduced and no one noticed / used it Announce: https://blog.rust-lang.org/2025/10/30/Rust-1.91.0/ https://blog.rust-lang.org/2025/11/10/Rust-1.91.1/ ChangeLog: https://github.com/rust-lang/rust/releases/tag/1.91.0 https://github.com/rust-lang/rust/releases/tag/1.91.1 PR: 290816 Tested by: mikael,pkubaj
* lang/rust: Update to 1.90.0Mikael Urankar2025-10-031-6/+6
| | | | | | | | Announce: https://blog.rust-lang.org/2025/09/18/Rust-1.90.0/ ChangeLog: https://github.com/rust-lang/rust/releases/tag/1.90.0 PR: 289709 Tested by: mikael,pkubaj
* lang/rust: Update to 1.89.0Mikael Urankar2025-09-011-1/+1
| | | | | | | | Announce: https://blog.rust-lang.org/2025/08/07/Rust-1.89.0/ ChangeLog: https://github.com/rust-lang/rust/releases/tag/1.89.0 PR: 288923 Tested by: mikael,pkubaj
* lang/rust: Update to 1.88.0Mikael Urankar2025-07-031-1/+1
| | | | | | | | Announce: https://blog.rust-lang.org/2025/06/26/Rust-1.88.0/ ChangeLog: https://github.com/rust-lang/rust/releases/tag/1.88.0 PR: 287766 Tested by: mikael,pkubaj
* lang/rust: Update to 1.87.0Mikael Urankar2025-06-051-5/+4
| | | | | | | | Announce: https://blog.rust-lang.org/2025/05/15/Rust-1.87.0/ ChangeLog: https://github.com/rust-lang/rust/releases/tag/1.87.0 PR: 286829 Tested by: mikael,pkubaj,Herbert J. Skuhra
* lang/rust: Update to 1.86.0Mikael Urankar2025-04-081-1/+1
| | | | | | | | | | | Announce: https://blog.rust-lang.org/2025/04/03/Rust-1.86.0.html ChangeLog: https://github.com/rust-lang/rust/releases/tag/1.86.0 Put back rustdoc in _RUST_TOOLS, rustdoc is an integral part of cargo and has no connection with DOCS. PR: 285381,285840 Tested by: mikael,pkubaj
* lang/rust: Update to 1.85.0Mikael Urankar2025-02-241-1/+1
| | | | | | | | Announce: https://blog.rust-lang.org/2025/02/20/Rust-1.85.0.html ChangeLog: https://github.com/rust-lang/rust/releases/tag/1.85.0 PR: 284884 Tested by: mikael,pkubaj
* lang/rust: lang/rust: Update to 1.84.0Mikael Urankar2025-01-201-1/+3
| | | | | | | | Announce: https://blog.rust-lang.org/2025/01/09/Rust-1.84.0.html ChangeLog: https://github.com/rust-lang/rust/releases/tag/1.84.0 PR: 283962 Tested by: mikael,pkubaj
* lang/rust: Update to 1.83.0Mikael Urankar2024-12-011-1/+2
| | | | | | | | Announce: https://blog.rust-lang.org/2024/11/28/Rust-1.83.0.html ChangeLog: https://github.com/rust-lang/rust/releases/tag/1.83.0 PR: 283000 Tested by: mikael,pkubaj,vishwin
* lang/rust: Update to 1.82.0Mikael Urankar2024-11-081-1/+1
| | | | | | | | Announce: https://blog.rust-lang.org/2024/10/17/Rust-1.82.0.html ChangeLog: https://github.com/rust-lang/rust/releases/tag/1.82.0 PR: 282516 Tested by: mikael,pkubaj
* lang/rust: Update to 1.81.0Mikael Urankar2024-09-101-1/+1
| | | | | | | | Announce: https://blog.rust-lang.org/2024/09/05/Rust-1.81.0.html ChangeLog: https://github.com/rust-lang/rust/releases/tag/1.81.0 PR: 281300 Tested by: mikael,pkubaj,Herbert J. Skuhra
* lang/rust: Update to 1.80.1Mikael Urankar2024-08-261-1/+1
| | | | | | | | | Announce: https://blog.rust-lang.org/2024/07/25/Rust-1.80.0.html https://blog.rust-lang.org/2024/08/08/Rust-1.80.1.html ChangeLog: https://github.com/rust-lang/rust/releases/tag/1.80.0 PR: 280490,246993 Tested by: mikael,pkubaj
* lang/rust: Update to 1.79.0Mikael Urankar2024-06-181-2/+1
| | | | | | | | Announce: https://blog.rust-lang.org/2024/06/13/Rust-1.79.0.html ChangeLog: https://github.com/rust-lang/rust/releases/tag/1.79.0 PR: 279707 Tested by: pkubaj,mikael
* lang/rust: Update to 1.78.0Mikael Urankar2024-05-131-1/+1
| | | | | | | | | | While here, disable RUST_BACKTRACE on ppc64le only Announce: https://blog.rust-lang.org/2024/05/02/Rust-1.78.0.html ChangeLog: https://github.com/rust-lang/rust/releases/tag/1.78.0 PR: 278834 Tested by: pkubaj,mikael
* lang/rust: Update to 1.77.0Mikael Urankar2024-03-231-1/+1
| | | | | | | | Announce: https://blog.rust-lang.org/2024/03/21/Rust-1.77.0.html ChangeLog: https://github.com/rust-lang/rust/releases/tag/1.77.0 PR: 277786 Tested by: mikael
* lang/rust: Update to 1.76.0Mikael Urankar2024-02-191-1/+1
| | | | | | | | Announce: https://blog.rust-lang.org/2024/02/08/Rust-1.76.0.html ChangeLog: https://github.com/rust-lang/rust/releases/tag/1.76.0 PR: 276920 Tested by: mikael,pkubaj
* lang/rust: Update to 1.75.0Mikael Urankar2024-01-091-1/+1
| | | | | | | | Announce: https://blog.rust-lang.org/ ChangeLog: https://github.com/rust-lang/rust/releases/tag/1.75.0 PR: 276033 Tested by: mikael,pkubaj
* */*: Sunset 12.4-RELEASE/12-STABLE from ports treeMuhammad Moinur Rahman2023-12-311-3/+0
| | | | | | | | | | | | | | | | | | | | | - Remove all references to defunct ARCH arm - Remove all references to defunct ARCH sparc64 - Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64 ARCH - Remove sysutils/afbinit requires defunct sparc64 ARCH - Remove all references to bktr driver - Remove all references to defunct FreeBSD_12 - Remove all references to OSVERSION/OSREL corresponding to 12 - Remove conditionals in Mk/Uses/cabal.mk - Remove sparc reference from Mk/Uses/qt-dist.mk - Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64 - Remove BROKEN_FreeBSD_12* from: - Remove OpenSSL patches from: - Remove conditional flags for OSVERSION >= 1300000 to fixed flags. Also move conditional flags for non sparc64/arm ARCH to fixed flags. Reviewed by: brooks, jbeich, rene, salvadore Differential Revision: https://reviews.freebsd.org/D42068
* lang/rust: Update to 1.74.1Mikael Urankar2023-12-081-1/+1
| | | | | | | | | | Announce: https://blog.rust-lang.org/2023/12/07/Rust-1.74.0.html https://blog.rust-lang.org/2023/11/16/Rust-1.74.1.html ChangeLog: https://github.com/rust-lang/rust/releases/tag/1.74.0 https://github.com/rust-lang/rust/releases/tag/1.74.1 PR: 275243 Tested by: mikael,pkubaj
* lang/rust: Update to 1.73.0Mikael Urankar2023-10-241-1/+1
| | | | | | | | Announce: https://blog.rust-lang.org/2023/10/05/Rust-1.73.0.html ChangeLog: https://github.com/rust-lang/rust/releases/tag/1.73.0 PR: 274499 Tested by: mikael,pkubaj
* lang/rust: Update to 1.72.0Mikael Urankar2023-09-081-1/+1
| | | | | | | | 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
* lang/rust: Update to 1.71.0Mikael Urankar2023-07-171-1/+1
| | | | | | | | 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
* all: remove explicit versions in USES=python for "3.x+"Rene Ladan2023-06-271-1/+1
| | | | | | | | | | | | | | | | | | | 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>
* lang/rust: Update to 1.70.0Mikael Urankar2023-06-091-1/+1
| | | | | | | | 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
* lang/rust: Update to 1.69.0Mikael Urankar2023-04-231-1/+1
| | | | | | | | 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
* lang/rust: Update to 1.68.0Mikael Urankar2023-03-161-1/+1
| | | | | | | | 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
* lang/rust: Update to 1.67.1Mikael Urankar2023-02-131-1/+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
* lang/rust-bootstrap: enable on powerpc64Piotr Kubaj2023-01-281-1/+1
| | | | All the flavors (apart from armv7, for which no armv7-freebsd-sysroot is available on big-endian) build.
* lang/rust-bootstrap: remove old armv6-related entryPiotr Kubaj2022-12-291-1/+0
|
* lang/rust-bootstrap: add powerpc64 flavorPiotr Kubaj2022-12-291-25/+3
|
* lang/rust: Update to 1.66.0Mikael Urankar2022-12-201-1/+1
| | | | | | | | 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
* lang/rust-bootstrap: Do not build with debug=true on riscv64Mikael Urankar2022-12-201-3/+0
| | | | | | | | It causes a build failure with rust 1.66.0 Reported upstream as https://github.com/rust-lang/rust/issues/105957 PR: 268415
* lang/rust-bootstrap: sync flavors with freebsd-sysrootAntoine Brodin2022-12-141-1/+1
|
* lang/rust: Update to 1.65.0Mikael Urankar2022-11-171-1/+1
| | | | | | | | | 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
* lang/rust: Update to 1.64.0Mikael Urankar2022-10-301-1/+1
| | | | | | | 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
* */*: Update path set in BUILD_DEPENDS for CMake in more portsDaniel Engberg2022-09-091-1/+1
| | | | | | | Commit b23ea4e2d2f51b53d8915fe9fd7b4efbdd575e38 changed its location to devel/cmake-core Approved by: portmgr (blanket)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* rust: bring back update to 1.63Baptiste Daroussin2022-08-251-1/+1
| | | | | | | | | | | | | | | | 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
* Revert "lang/rust: Update to 1.63.0"Piotr Kubaj2022-08-251-1/+1
| | | | | | | | | 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
* lang/rust: Update to 1.63.0Mikael Urankar2022-08-251-1/+1
| | | | | | | | 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
* lang/rust: Update to 1.62.0Mikael Urankar2022-07-021-1/+1
| | | | | | | | 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
* lang/rust: Update to 1.61.0Mikael Urankar2022-05-311-1/+1
| | | | | | | 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
* lang/rust: Update to 1.60.0Mikael Urankar2022-05-011-1/+1
| | | | | | | | | | | | | | | | - 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
* lang/rust: Update to 1.59.0Mikael Urankar2022-03-151-1/+1
| | | | | | | 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
* lang/rust: Update to 1.58.1Tobias Kortkamp2022-02-031-1/+1
| | | | | | | https://blog.rust-lang.org/2022/01/20/Rust-1.58.1.html PR: 261449 Security: ee26f513-826e-11ec-8be6-d4c9ef517024
* lang/rust: Update to 1.58.0Tobias Kortkamp2022-01-171-2/+2
| | | | | | | 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
* lang/rust: Add riscv64 (riscv64gc-unknown-freebsd) supportTobias Kortkamp2021-12-231-2/+7
| | | | | | | | | | | | | 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