Index | Thread | Search

From:
Kurt Mosiejczuk <kurt@cranky.work>
Subject:
[maintainer update] graphics/glfw 3.3.9
To:
OpenBSD Ports <ports@openbsd.org>
Date:
Mon, 5 Feb 2024 22:33:25 -0500

Download raw body.

Thread
https://www.glfw.org/changelog.html

Various bugfixes.

Tested with Minecraft via Blockgames. No regressions that I've seen.

ok?

--Kurt

Index: Makefile
===================================================================
RCS file: /cvs/ports/graphics/glfw/Makefile,v
retrieving revision 1.11
diff -u -p -r1.11 Makefile
--- Makefile	26 Sep 2023 11:39:04 -0000	1.11
+++ Makefile	6 Feb 2024 03:30:56 -0000
@@ -1,6 +1,6 @@
 COMMENT =	open source, multi-platform library for creating windows
 
-V =		3.3.8
+V =		3.3.9
 DISTNAME =	glfw-${V}
 CATEGORIES =	graphics x11
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/graphics/glfw/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- distinfo	23 Aug 2022 16:53:25 -0000	1.7
+++ distinfo	6 Feb 2024 03:30:56 -0000
@@ -1,2 +1,2 @@
-SHA256 (glfw-3.3.8.zip) = TQJQg8xKPdH5Grm5uk9YBxk4I+Vlpbz0viAmadmRHqY=
-SIZE (glfw-3.3.8.zip) = 1495490
+SHA256 (glfw-3.3.9.zip) = VSYUEPjDqcxHzoMDRoqQ9AplPNjyX7losSRAYk+ybQg=
+SIZE (glfw-3.3.9.zip) = 1465859
Index: patches/patch-CMakeLists_txt
===================================================================
RCS file: /cvs/ports/graphics/glfw/patches/patch-CMakeLists_txt,v
retrieving revision 1.6
diff -u -p -r1.6 patch-CMakeLists_txt
--- patches/patch-CMakeLists_txt	8 May 2022 22:29:59 -0000	1.6
+++ patches/patch-CMakeLists_txt	6 Feb 2024 03:30:56 -0000
@@ -1,7 +1,7 @@
 Index: CMakeLists.txt
 --- CMakeLists.txt.orig
 +++ CMakeLists.txt
-@@ -168,13 +168,6 @@ endif()
+@@ -167,13 +167,6 @@ endif()
  # Find and add Unix math and time libraries
  #--------------------------------------------------------------------
  if (UNIX AND NOT APPLE)