Results 51 comments of Ethan

@wael444 @hovercats Here's openbsd's patches for ruby 3.1 https://github.com/openbsd/ports/tree/master/lang/ruby/3.1/patches Looks like this is the relevant patch? https://raw.githubusercontent.com/openbsd/ports/master/lang/ruby/3.1/patches/patch-ext_openssl_ossl_pkey_c Can confirm it works with a minor tweak.

@hovercats - I think it'd be best then to keep using autotools, or for one of us to setup a mirror and a github CI script to make tarballs of...

Thank you for working on this!

I'm glad someone has tested it - I havent had the time to. Was the setup roughly the same as on X? Were there any wayland specific things that you...

> > Was the setup roughly the same as on X? > > depends on the compositor, had to fork almost all of them just to have xwayland built in...

Looks good so far, I'm testing the packages. The first issue though is with `gtk+3`, the muon patch depends on the atk removal patches being applied, so that will need...

> > Also the build for libxkbcommon fails if you have valgrind installed. > > ``` > $ kiss s valgrind > ERROR 'valgrind' not found > ``` Here's a...

`libxkbcommon` is fixed now, make sure to pull in those changes. That just leaves `gtk+3` to be fixed or left for a later date.

> also @ehawkvu , am i allowed to update libsigc++ as part of this PR? cairomm will not compile without it. ~unless #93 takes place and it gets dropped~ I'm...