Hi,
Another new release of ezquake. Changelog here:
https://github.com/QW-Group/ezquake-source/releases/tag/3.6.1
Just a version bump, new checksum for the tarball, and an updated
patch for the line numbers in the diff. Compiles and runs great on my
amd64 laptop and tested with a games/mvdsv server.
Thanks,
Tom
Index: Makefile
===================================================================
RCS file: /cvs/ports/games/ezquake/Makefile,v
retrieving revision 1.13
diff -u -p -r1.13 Makefile
--- Makefile 30 Oct 2022 22:31:21 -0000 1.13
+++ Makefile 5 Nov 2022 13:36:36 -0000
@@ -1,5 +1,5 @@
N = ezquake
-V = 3.6.0
+V = 3.6.1
COMMENT = modern QuakeWorld client
PKGNAME = ${N}-${V}
Index: distinfo
===================================================================
RCS file: /cvs/ports/games/ezquake/distinfo,v
retrieving revision 1.8
diff -u -p -r1.8 distinfo
--- distinfo 30 Oct 2022 22:31:21 -0000 1.8
+++ distinfo 5 Nov 2022 13:36:36 -0000
@@ -1,2 +1,2 @@
-SHA256 (ezquake-source-3.6.0.tar.gz) =
TBok1cXFQj0dKdxJQLJkuDMNpHz6MhozRreIqvj8+VA=
-SIZE (ezquake-source-3.6.0.tar.gz) = 23487067
+SHA256 (ezquake-source-3.6.1.tar.gz) =
u2+D8QD+6h4ld2gE5J/79UjXh3wPR9XiuZ8+ShdnX/4=
+SIZE (ezquake-source-3.6.1.tar.gz) = 23503412
Index: patches/patch-Makefile
===================================================================
RCS file: /cvs/ports/games/ezquake/patches/patch-Makefile,v
retrieving revision 1.5
diff -u -p -r1.5 patch-Makefile
--- patches/patch-Makefile 30 Oct 2022 22:31:21 -0000 1.5
+++ patches/patch-Makefile 5 Nov 2022 13:36:36 -0000
@@ -13,7 +13,7 @@ Index: Makefile
LIBS ?=
#Temporarily disable tree vectorization optimization enabled at O3 due to gcc
bug
-@@ -567,7 +567,7 @@ endif
+@@ -575,7 +575,7 @@ endif
ifdef CONFIG_WINDOWS
TARG_c := ezquake$(EZ_POSTFIX).exe
else