2023-11-08 14:21:43 by Thomas Klausner | Files touched by this commit (2377) |
Log message: *: recursive bump for icu 74.1 |
2023-10-11 05:41:01 by Ryo ONODERA | Files touched by this commit (3) |
Log message: wasi-libc: Update to 0.0.0pre20231007 CHangelog: Bugfixes |
2023-04-19 10:12:01 by Adam Ciarcinski | Files touched by this commit (2359) | |
Log message: revbump after textproc/icu update |
2022-11-23 17:21:30 by Adam Ciarcinski | Files touched by this commit (1878) | |
Log message: massive revision bump after textproc/icu update |
2022-04-18 21:12:27 by Adam Ciarcinski | Files touched by this commit (1798) | |
Log message: revbump for textproc/icu update |
2022-03-15 15:33:23 by Thomas Klausner | Files touched by this commit (3) | |
Log message: wasi-libc: update to 0.0.0pre20220311. Disable symbol comparison, since it fails for a couple of people and mef's bulk build. Changes: Enable support for utimes and futimesat. more graphical code chdir: fixing a malloc'ed buffer that was not large enough |
2022-01-10 01:00:05 by Tobias Nygren | Files touched by this commit (1) |
Log message: wasi-libc: fix build on SunOS |
2022-01-10 00:42:03 by Tobias Nygren | Files touched by this commit (5) |
Log message: Fix packages that use GITSUB_MODULES on SunOS and possibly others This is annoying, but for now we must always explicitly combine GITHUB_SUBMODULES with EXTRACT_USING+=bsdtar. This is because mk/fetch/github.mk uses OPTS_TAR=--strip-components=1 and that is not supported by nbtar(pax), which is the default pkgsrc tar on some platforms. We cannot override EXTRACT_USING in github.mk because that is too late. We should switch all platforms to bsdtar and retire pax. |
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 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. |