From: Matthieu Herrb Subject: update games/shockolate to latest git commit - fixes build with llvm 22 To: Thomas Frohwein Cc: ports@openbsd.org Date: Sun, 17 May 2026 22:57:21 +0200 Hi, Upstreams has the same fix I came with to fix the build of shockolate with llvm 22. So let's update it. ok ? Index: Makefile =================================================================== RCS file: /local/cvs/ports/games/shockolate/Makefile,v diff -u -p -u -r1.4 Makefile --- Makefile 13 Feb 2026 12:02:16 -0000 1.4 +++ Makefile 17 May 2026 20:55:27 -0000 @@ -1,11 +1,11 @@ COMMENT = source port of 3D game System Shock -V = 0.7.8pl20210504 +V = 0.7.8pl20251001 DISTNAME = shockolate-v${V} PKGNAME = shockolate-${V} GH_ACCOUNT = Interrupt GH_PROJECT = systemshock -GH_COMMIT = bcdb119b0c1b2e17820abf0fbe594378da603fd5 +GH_COMMIT = 4cc3d07dfff2d11b6d3a0a9960a51cf4ca253690 CATEGORIES = games x11 MAINTAINER = Thomas Frohwein @@ -13,8 +13,8 @@ MAINTAINER = Thomas Frohwein