- Remove LOCAL/tobik from MASTER_SITES - it's not necessary anymore.
- Remove armv6 and powerpc64_elfv1 flavors - both are not really supported anymore.
- Sort architectures alphabetically.
- Default to the native flavor.
- Add gcc11 to armv7 sysroot (same as powerpc).
- Bump LLVM triples to the new versions.
Details
Details
poudriere testport for all the flavors.
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 48507 Build 45393: arc lint + arc unit
Event Timeline
Comment Actions
https://pkg-status.freebsd.org/beefy16/data/131amd64-default/f5ce9b7ee067/logs/errors/armv7-rust-bootstrap-1.65.0.log fails with the same libatomic issue as powerpc.
devel/freebsd-sysroot/Makefile | ||
---|---|---|
5 | /ftp can be omitted now. It only exists for not breaking the already published URLs. |
Comment Actions
libatomic *is not needed* for armv7, the patch you submitted in https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267622 *is not needed* for armv7.
target.starts_with("arm")
can be removed.