nitori opened issue bonsai/coreutils#66 2024-02-18 17:59:06 +00:00
Change type of function pointer
nitori pushed to clang-migration at bonsai/repo 2024-02-18 17:46:39 +00:00
8fda52ef63 fix cmake/libmd, libmpc depends file, kiss cksums
nitori commented on pull request bonsai/repo#26 2024-02-18 17:45:56 +00:00
WIP: clang migration

Need to figure out C++ stdlib shenanigans since clang is broken without gcc, but everything does build for the most part. Notable exceptions are grub (which doesn't build) and rust (which I didn't…

nitori commented on pull request bonsai/repo#26 2024-02-18 13:44:13 +00:00
WIP: clang migration

Oh, I'll actually have to rebuild core twice to make sure everything works without gcc, since I'm building it with a chroot with gcc installed, but not as the primarily compiler.

FWIW, I…

nitori commented on pull request bonsai/repo#26 2024-02-18 13:23:38 +00:00
WIP: clang migration

Going to rebuild all of core using this today. You may hear back from me soon(tm)

nitori commented on issue bonsai/repo#18 2024-01-29 18:56:43 +00:00
Package coreutils

Done in bf4f24737a. Build script was updated in 20476aff, as the sed command turned out to be unnecessary.

nitori pushed to master at bonsai/repo 2024-01-29 18:55:19 +00:00
20476affde bonsai-coreutils: remove s/+nightly// on rustc.mk
nitori pushed to master at bonsai/repo 2024-01-29 18:51:58 +00:00
bf4f24737a bonsai-coreutils: new at git
nitori pushed to master at bonsai/repo 2024-01-29 18:50:16 +00:00
b13da15f9f bindgen: add clang to depends file
nitori commented on issue bonsai/repo#14 2024-01-29 16:12:14 +00:00
Move rust to core

This would also involve moving cmake, clang, llvm, and a couple other packages to core. At that point, it would be better off if we switch to clang and take pointers from kiss-llvm.

nitori opened issue bonsai/repo#21 2024-01-29 16:07:11 +00:00
Network access during Rust builds
nitori pushed to master at bonsai/repo 2024-01-29 16:02:31 +00:00
e3f883010c bindgen: new at 0.69.2
nitori closed issue bonsai/repo#7 2024-01-29 16:02:31 +00:00
Package bindgen(1)
nitori closed pull request bonsai/repo#17 2024-01-29 15:37:53 +00:00
dash: new at 0.5.12
nitori commented on pull request bonsai/repo#17 2024-01-29 15:37:53 +00:00
dash: new at 0.5.12

Merged in 3c8b5b0608d4dbcf96422f1e9d29ba9411511a2f.

nitori pushed to master at bonsai/repo 2024-01-29 15:36:55 +00:00
3c8b5b0608 Merge branch 'add-dash' of git.tebibyte.media:bonsai/repo
92e6aa5049 fcft: fix checksum
1b3d1765bc dash: new at 0.5.12
fe63e7d8e9 wayland-protocols: 1.33
Compare 20 commits »
nitori pushed to pdpmake at bonsai/repo 2024-01-02 18:19:04 +00:00
e00f211f2a *: make -> gmake
0b15002ecc make: replace with pdpmake, at 1.4.1
Compare 2 commits »
nitori pushed to pdpmake at bonsai/repo 2024-01-02 17:44:02 +00:00
ec0f23fb14 *: make -> gmake
fb89a563c3 make: replace with pdpmake, at 1.4.1
0d808d953c gmake: new at 4.4.1
304e0092f6 netcat-openbsd: add libbsd as dependency
04189304f8 foot-pgo: asv patch
Compare 13 commits »
nitori pushed to master at bonsai/repo 2024-01-02 16:45:02 +00:00
304e0092f6 netcat-openbsd: add libbsd as dependency
nitori commented on issue bonsai/repo#10 2024-01-02 16:05:36 +00:00
Should we use the Linux kernel?

The package manager is easy to port since it's all POSIX however many of the packages aren't Last I heard Wayland support on anything that isn't Linux still isn't good at all so I'd likely end up…