2022-04-18 21:12:27 by Adam Ciarcinski | Files touched by this commit (1798) | ![]() |
Log message: revbump for textproc/icu update |
2022-02-04 13:12:27 by Thomas Klausner | Files touched by this commit (1) |
Log message: wasi-compiler-rt: pkglint whitespace fix |
2022-02-04 13:12:12 by Thomas Klausner | Files touched by this commit (2) |
Log message: wasi-compiler-rt: install into directory matching llvm's version number Bump PKGREVISION. |
2022-02-04 12:01:22 by Thomas Klausner | Files touched by this commit (1) | ![]() |
Log message: wasi-compiler-rt: fix post-install step after llvm update XXX: should this use 13.0.1 now? |
2022-01-08 18:52:09 by David H. Gutteridge | Files touched by this commit (1) |
Log message: wasi-compiler-rt: add PR pkg/56590 reference in comment |
2022-01-07 21:24:40 by Tobias Nygren | Files touched by this commit (1) |
Log message: wasi-compiler-rt: apply band-aid for ranlib error in www/firefox |
2022-01-07 16:49:53 by Tobias Nygren | Files touched by this commit (3) |
Log message: wasi-*: eliminate -march and/or -mcpu CFLAGS user might have set Random CFLAGS from mk.conf are not a good idea in a cross compile scenario. Also reset ABI to empty string since -m32 can break some native CMake tests. |
2022-01-07 15:33:43 by Tobias Nygren | Files touched by this commit (2) |
Log message: wasi-*: fix build failure when package already installed Only use headers that pkgsrc has permitted via buildlink. |
2022-01-07 14:51:05 by Tobias Nygren | Files touched by this commit (1) |
Log message: wasi-compiler-rt: don't circumvent pkgsrc wrappers Fixes build failure on Linux due to BUILDLINK_TRANSFORM not kicking in. |
2022-01-07 14:32:48 by Tobias Nygren | Files touched by this commit (3) |
Log message: wasi-*: force ABI=32 These packages were failing when ABI=64 in mk.conf, because then -m64 is passed down to clang and WebAssembly currently only supports -m32. |