ports/japanese
Yuri Victorovich f99a708957 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:
* 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)
2024-10-22 20:11:24 -07:00
..
2024-02-24 13:29:19 +01:00
2024-10-21 04:39:21 +08:00
2023-08-05 20:01:12 +02:00
2022-09-10 19:41:16 +02:00
2024-02-24 13:29:23 +01:00
2024-02-16 20:31:32 +01:00
2024-01-11 09:23:51 +01:00
2023-08-26 21:03:32 +00:00
2024-05-02 14:06:58 +01:00
2024-10-01 21:11:47 +01:00
2024-02-24 13:29:26 +01:00
2022-09-10 19:41:16 +02:00
2024-01-10 14:13:03 +01:00
2024-10-07 21:16:21 +02:00
2024-05-31 22:55:11 +02:00
2022-09-10 19:41:16 +02:00
2024-08-07 09:41:36 +02:00
2024-03-17 21:53:54 +09:00