[Bug 274896] devel/wasi-*: add WASI ports for newer LLVMs
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 20 Nov 2023 21:33:52 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274896
--- Comment #11 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:
URL:
https://cgit.FreeBSD.org/ports/commit/?id=e38b3857f20acc9b1db1f0e2faf416c7b46e73a8
commit e38b3857f20acc9b1db1f0e2faf416c7b46e73a8
Author: Charlie Li <vishwin@FreeBSD.org>
AuthorDate: 2023-11-20 21:29:34 +0000
Commit: Charlie Li <vishwin@FreeBSD.org>
CommitDate: 2023-11-20 21:32:36 +0000
wasi: update libc to sdk-20 and modularise LLVM bits
wasi-libcxx and wasi-compiler-rt now meta ports (similar to u-boot);
the build process is the same for each LLVM version so child ports
are minimal. Minimum supported LLVM version is 12, thus its
corresponding child ports are resurrected and LLVM 11 child ports
are removed.
Since all supported LLVM versions are made available at once, remove
restriction in bsd.gecko.mk and switch to USES=llvm throughout. LTO
on gecko ports should now work with later LLVM versions so long as
${DEFAULT_VERSIONS} is set properly and matches the LLVM used in
rust (if not using the PORT_LLVM option).
Reviewed by: brooks (LLVM ports interactions)
Tested by: Eric Camachat <eric[at]camachat[dot]org>
Approved by: maintainer timeout (gecko@ portion, 2+ weeks)
PR: 274896
Differential Revision: https://reviews.freebsd.org/D40098
MOVED | 2 +-
Mk/bsd.gecko.mk | 24 +-
devel/Makefile | 13 +-
devel/wasi-compiler-rt/Makefile (new) | 70 ++
.../pkg-descr | 0
devel/wasi-compiler-rt11/Makefile (gone) | 63 --
devel/wasi-compiler-rt11/distinfo (gone) | 3 -
devel/wasi-compiler-rt12/Makefile (new) | 6 +
devel/wasi-compiler-rt13/Makefile | 60 +-
devel/wasi-compiler-rt13/distinfo (gone) | 3 -
devel/wasi-compiler-rt13/pkg-descr (gone) | 5 -
devel/wasi-compiler-rt14/Makefile (new) | 6 +
devel/wasi-compiler-rt15/Makefile (new) | 6 +
devel/wasi-compiler-rt16/Makefile (new) | 6 +
devel/wasi-compiler-rt17/Makefile (new) | 6 +
devel/wasi-libc/Makefile | 27 +-
devel/wasi-libc/distinfo | 10 +-
devel/wasi-libc/files/patch-Makefile (gone) | 13 -
devel/wasi-libcxx/Makefile | 155 +--
devel/wasi-libcxx/distinfo (gone) | 3 -
devel/wasi-libcxx12/Makefile (new) | 6 +
devel/wasi-libcxx12/pkg-plist (new) | 191 ++++
devel/wasi-libcxx13/Makefile (new) | 6 +
devel/{wasi-libcxx => wasi-libcxx13}/pkg-plist | 0
devel/wasi-libcxx14/Makefile (new) | 6 +
devel/wasi-libcxx14/pkg-plist (new) | 544 +++++++++++
devel/wasi-libcxx15/Makefile (new) | 6 +
devel/wasi-libcxx15/pkg-plist (new) | 795 +++++++++++++++
devel/wasi-libcxx16/Makefile (new) | 6 +
devel/wasi-libcxx16/pkg-plist (new) | 877 +++++++++++++++++
devel/wasi-libcxx17/Makefile (new) | 6 +
devel/wasi-libcxx17/pkg-plist (new) | 1017 ++++++++++++++++++++
mail/thunderbird/Makefile | 4 +-
www/firefox-esr/Makefile | 4 +-
www/firefox/Makefile | 4 +-
www/librewolf/Makefile | 8 +-
www/tor-browser/Makefile | 4 +-
37 files changed, 3655 insertions(+), 310 deletions(-)
--
You are receiving this mail because:
You are on the CC list for the bug.