Lucas Raab wrote (2022-09-18 17:04 CEST):
> changelog:
> Correct key translations for Ctrl-/
> Add GNU/kFreeBSD and GNU Hurd platforms to wscript
> Correct keypad mappings, simplify code, improve documentation
> Regression: Fix arrow key mappings in DECAKM (appl.cursor key) mode
> Add support for the bell
> Fix wrap bit corner case for ICH
> Do not echo invalid input on DECRQSS (Request Status String)
> Fix crash when loading certain scalable fonts
> 
> Look good?

Please commit without WANTLIB "z".

Otherwise looks good. OK sdk@

> diff /usr/ports
> commit - b81a18fcf717664188ad04320fa61919c8142ab0
> path + /usr/ports
> blob - f62d894908f7293cec0aac4f54e0240d89e50462
> file + x11/zutty/Makefile
> --- x11/zutty/Makefile
> +++ x11/zutty/Makefile
> @@ -2,7 +2,7 @@ COMMENT =     X terminal which uses OpenGL ES Compute Shad
>  
>  GH_ACCOUNT = tomszilagyi
>  GH_PROJECT = zutty
> -GH_TAGNAME = 0.12
> +GH_TAGNAME = 0.13
>  
>  CATEGORIES = x11
>  
> blob - b075590467ccf901250ceb8d8e89242c6a416f75
> file + x11/zutty/distinfo
> --- x11/zutty/distinfo
> +++ x11/zutty/distinfo
> @@ -1,2 +1,2 @@
> -SHA256 (zutty-0.12.tar.gz) = dQ2u2GJaJIajO4ctWSQu+6fuIa8oLM/Up9vxLSHXzuc=
> -SIZE (zutty-0.12.tar.gz) = 348226
> +SHA256 (zutty-0.13.tar.gz) = Ys/S2F0nbtesKdlKUXYSZA8ko55hWeJ5t46Fp8jADms=
> +SIZE (zutty-0.13.tar.gz) = 348348
> blob - 1914b4b8abf37593a23adee6175868433e0ce0d2
> file + x11/zutty/patches/patch-wscript
> --- x11/zutty/patches/patch-wscript
> +++ x11/zutty/patches/patch-wscript
> @@ -3,7 +3,7 @@ Respect CXXFLAGS/LDFLAGS.
>  Index: wscript
>  --- wscript.orig
>  +++ wscript
> -@@ -69,10 +69,6 @@ def configure(cfg):
> +@@ -73,10 +73,6 @@ def configure(cfg):
>              ['-DDEBUG', '-Og', '-g', '-ggdb'])
>       else:
>           cfg.env.target = 'zutty'

Reply via email to