mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
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: * Unbreak build on architectures like i386 that sometimes require special RUSTFLAGS that were not effective in the cross-compilation mode. Ports that really need cross-compilation for some reason should enable it on case-by-case basis. Example: net-p2p/cncli (Not sure why does net-p2p/cncli actually need it, but it only builds with these options.) PR: 280305 Approved by: rust@FreeBSD.org (maintainer's timeout; 98 days) |
||
---|---|---|
.. | ||
44bsd-csh | ||
anongitssh | ||
antibody | ||
ast-ksh | ||
atuin | ||
bash | ||
bash-completion | ||
bash-completion-freebsd | ||
bash-static | ||
bashc | ||
bicon | ||
bosh | ||
carapace | ||
ch | ||
dash | ||
elvish | ||
envy | ||
es | ||
etsh | ||
fd | ||
fish | ||
git-prompt.zsh | ||
heirloom-sh | ||
ibsh | ||
ion | ||
jailkit | ||
klish | ||
ksh | ||
ksh-devel | ||
ksh93 | ||
mksh | ||
modernish | ||
murex | ||
nologinmsg | ||
nsh | ||
nu_plugin_formats | ||
nu_plugin_gstat | ||
nu_plugin_inc | ||
nu_plugin_polars | ||
nu_plugin_query | ||
nushell | ||
ohmyzsh | ||
oksh | ||
p5-Bash-Completion | ||
p5-Shell-Perl | ||
p5-Term-Bash-Completion-Generator | ||
p5-Term-ShellUI | ||
pdksh | ||
pear-PHP_Shell | ||
psh | ||
rc | ||
rubygem-shellwords | ||
rush | ||
sash | ||
scponly | ||
sheldon | ||
shell-hist | ||
shellharden | ||
starship | ||
switchBashZsh | ||
tcshrc | ||
v7sh | ||
viewglob | ||
vshnu | ||
wcd | ||
xonsh | ||
yash | ||
zsh | ||
zsh-antigen | ||
zsh-autosuggestions | ||
zsh-completions | ||
zsh-navigation-tools | ||
zsh-syntax-highlighting | ||
Makefile |