On Sat, Jun 10, 2023 at 01:55:24PM +0200, Joel Carnat wrote:
> Le 09/06/2023 à 15:08, Volker Schlecht a écrit :
> > Cc: Maintainer
> > 
> > * Updates alacritty to version 0.12.1
> > https://github.com/alacritty/alacritty/releases/tag/v0.12.1
> > 
> > * For whatever reason, github returns a '300 Multiple Choices' when
> > trying to retrieve anything later than 0.10.0 via GH_*, so I propose
> > to switch to explicit MASTER_SITES, DISTFILES etc.
> > 
> > * Sets homepage to the project's homepage
> > 
> > * Adds a remark as to why the only test failure occurs
> > 
> > * Integrate recent proposal from Joel Carnat (add desktop file):
> > https://marc.info/?l=openbsd-ports&m=168600758810361&w=2
> > 
> > Everything else is dependency churn. Works fine on amd64.
> 
> FWIW, it compiles and runs ok here (OpenBSD 7.3-current (GENERIC.MP) #1215
> amd64) too.

Runs fine on my amd64, too. ok with me to update. Eric, any thoughts?

One change in `make port-lib-depends-check` is now it reports:
Extra:  xcb.4

This wasn't there in 0.10.0. Not sure if xcb switched to being
dlopen(3)'d...

FYI running `make test` gets me fewer errors than with 0.10.0:

0.12.1:
failures:
    config::tests::config_read_eof

test result: FAILED. 68 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out

0.10.0:
failures:
    config::tests::config_read_eof
    input::tests::double_click
    input::tests::multi_click_separate_buttons
    input::tests::single_click
    input::tests::single_middle_click
    input::tests::single_right_click
    input::tests::triple_click

test result: FAILED. 54 passed; 7 failed; 0 ignored; 0 measured; 0 filtered out

Reply via email to