ports/net-mgmt
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-10-03 13:14:15 -07:00
2024-08-09 06:24:08 +00:00
2024-10-22 21:44:04 +02:00
2024-02-22 13:31:21 +01:00
2024-01-21 13:35:56 +01:00
2024-10-07 22:16:41 +08:00
2024-08-09 20:31:03 +02:00
2023-09-06 21:44:20 +02:00
2024-01-30 20:26:53 +03:00
2024-01-21 23:32:09 +01:00
2024-01-21 23:32:12 +01:00
2024-06-18 12:05:01 +08:00
2024-07-25 22:07:21 -04:00
2024-03-16 10:58:54 +01:00
2024-01-22 17:52:32 +01:00
2024-09-04 06:16:33 +02:00
2024-10-07 22:16:41 +08:00
2024-02-19 21:39:14 +03:00
2023-11-22 09:46:17 +01:00
2023-02-13 14:23:10 +01:00
2023-06-10 16:57:35 +02:00
2024-07-28 15:15:17 +02:00
2024-08-03 20:59:37 +02:00
2024-08-15 18:55:30 +08:00
2024-08-09 06:24:08 +00:00
2024-01-21 23:51:33 +01:00
2024-06-16 10:16:52 -07:00
2024-08-18 16:49:56 -07:00
2023-10-04 16:01:39 -04:00
2024-10-14 23:10:22 +02:00
2024-02-25 07:54:30 +01:00