On Sun, Oct 23, 2022 at 11:00:50AM -0400, Thomas Frohwein wrote:
> On Sun, Oct 23, 2022 at 10:45:20AM -0400, Thomas Frohwein wrote:
>
> [...]
>
> > Same (or at least very similar) error occurs with quakespasm... I
> > checked because vkquake is based quakespasm:
> >
> > $ quakespasm -basedir ~/games/quake
> > Command line: /usr/local/libexec/quakespasm -basedir /home/thfr/games/quake
> > Found SDL version 2.24.1
> >
> > ERROR-OUT BEGIN
> >
> >
> > QUAKE ERROR: Your version of SDL library is incompatible with me.
> > You need a library version in the line of 2.0.0
> >
> > CC'ing maintainer jsg@
>
> Below a diff to update quakespasm to 0.95.0 which fixes the issue. ok?
ok jsg@
>
> [...]
>
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/games/quakespasm/Makefile,v
> retrieving revision 1.16
> diff -u -p -r1.16 Makefile
> --- Makefile 17 May 2022 03:28:43 -0000 1.16
> +++ Makefile 23 Oct 2022 14:48:20 -0000
> @@ -1,8 +1,8 @@
> COMMENT= SDL Quake port
> CATEGORIES= games
> -DISTNAME= quakespasm-0.94.4
> +DISTNAME= quakespasm-0.95.0
> MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=quakespasm/}
> -HOMEPAGE= http://quakespasm.sourceforge.net
> +HOMEPAGE= https://quakespasm.sourceforge.net
>
> MAINTAINER= Jonathan Gray <jsg@openbsd.org>
>
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/games/quakespasm/distinfo,v
> retrieving revision 1.11
> diff -u -p -r1.11 distinfo
> --- distinfo 17 May 2022 03:28:43 -0000 1.11
> +++ distinfo 23 Oct 2022 14:48:20 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (quakespasm-0.94.4.tar.gz) = zHt0ZuzeUL229imGUwaIhWu4UwE5i88M3sgQ8QmUO/I=
> -SIZE (quakespasm-0.94.4.tar.gz) = 11174546
> +SHA256 (quakespasm-0.95.0.tar.gz) = pjXqOyL5ILu0Tx5sfehYXbVsL11Abt9cgZJ4xkkBrnA=
> +SIZE (quakespasm-0.95.0.tar.gz) = 10787352
>
No comments:
Post a Comment