Number of commits found: 3
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.22.0_3 17 Dec 2024 01:01:22
    |
Robert Clausecker (fuz)  Author: Siva Mahadevan |
*/*: fix INSTALL_LIB static library invocations
INSTALL_LIB must not be used to install static libraries as
it strips the installed library; static libraries are useless
when stripped.
PR: 283258
Approved by: portmgr (infrastructure blanket)
MFH: 2024Q4
(cherry picked from commit dd628b45902c959f5de7aabd8b986923a7547508) |
0.22.0_2 05 Nov 2024 08:08:25
    |
Yuri Victorovich (yuri)  |
Mk/Uses/cargo.mk: Remove cross-compilation options for Rust-based ports
Reasons:
* Port build shouldn't use cross-compilation mode
because it buids for the same architecture.
* RUSTFLAGS isn't passed to the build of all or some Rust ports
in the cross-compilation mode.
Essential changes:
* Remove the CARGO_BUILD_TARGET make variable.
* Remove CARGO_BUILD_TARGET and CARGO_TARGET_* from CARGO_ENV.
* Update many ports that used CARGO_BUILD_TARGET.
* Build paths now don't include the architecture triplet part.
Immadiate benefits: (Only the first 15 lines of the commit message are shown above ) |
0.22.0_2 31 Oct 2024 00:12:58
    |
Yuri Victorovich (yuri)  |
net/quiche: Fix build on i386
Reported by: fallout
Approved by: portmgr@ (blanket; unbreak)
(cherry picked from commit 4669670ee182042a24c53e43a3207f2bd119601c) |
Number of commits found: 3
|