Download raw body.
update: graphics/glad to v2.0.6
Hi list!
New update for graphics/glad to v2.0.6, this version have a few
corrections:
* Fix eglplatform in header only build not correctly replacing the
khrplatform include
* Fix compile warning when GLAD_GLES2_USE_SYSTEM_EGL=1
* Fix: Use include instead of find_package for CMake config
* c: don't warn on undefined GLAD_GLES2_USE_SYSTEM_EGL
Tested on amd64, all ok.
--
*********************************************************
Dios en su cielo, todo bien en la Tierra
Index: Makefile
===================================================================
RCS file: /cvs/ports/graphics/glad/Makefile,v
diff -u -p -r1.2 Makefile
--- Makefile 13 Feb 2024 19:50:35 -0000 1.2
+++ Makefile 19 Mar 2024 15:26:18 -0000
@@ -1,9 +1,8 @@
COMMENT = multi-language Vulkan/GL/GLES/EGL/GLX/WGL loader-generator
-GH_TAGNAME = v2.0.5
+GH_TAGNAME = v2.0.6
GH_ACCOUNT = Dav1dde
GH_PROJECT = glad
-REVISION = 0
CATEGORIES = graphics
Index: distinfo
===================================================================
RCS file: /cvs/ports/graphics/glad/distinfo,v
diff -u -p -r1.1.1.1 distinfo
--- distinfo 13 Feb 2024 16:52:49 -0000 1.1.1.1
+++ distinfo 19 Mar 2024 15:26:18 -0000
@@ -1,2 +1,2 @@
-SHA256 (glad-2.0.5.tar.gz) = hQNR8ZYPP+13XwtpbX8XYV8wa+tWvjiiBCMoRidibfE=
-SIZE (glad-2.0.5.tar.gz) = 632711
+SHA256 (glad-2.0.6.tar.gz) = YacCNNx9pGfM6wf83W3sEhPWFDobaxnMxde2TMJH6kc=
+SIZE (glad-2.0.6.tar.gz) = 633949
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/graphics/glad/pkg/PLIST,v
diff -u -p -r1.1.1.1 PLIST
--- pkg/PLIST 13 Feb 2024 16:52:49 -0000 1.1.1.1
+++ pkg/PLIST 19 Mar 2024 15:26:18 -0000
@@ -115,13 +115,13 @@ lib/python${MODPY_VERSION}/site-packages
lib/python${MODPY_VERSION}/site-packages/glad/sink.py
lib/python${MODPY_VERSION}/site-packages/glad/specification.py
lib/python${MODPY_VERSION}/site-packages/glad/util.py
-lib/python${MODPY_VERSION}/site-packages/glad2-2.0.5.dist-info/
-lib/python${MODPY_VERSION}/site-packages/glad2-2.0.5.dist-info/LICENSE
-lib/python${MODPY_VERSION}/site-packages/glad2-2.0.5.dist-info/METADATA
-lib/python${MODPY_VERSION}/site-packages/glad2-2.0.5.dist-info/RECORD
-lib/python${MODPY_VERSION}/site-packages/glad2-2.0.5.dist-info/WHEEL
-lib/python${MODPY_VERSION}/site-packages/glad2-2.0.5.dist-info/entry_points.txt
-lib/python${MODPY_VERSION}/site-packages/glad2-2.0.5.dist-info/top_level.txt
+lib/python${MODPY_VERSION}/site-packages/glad2-2.0.6.dist-info/
+lib/python${MODPY_VERSION}/site-packages/glad2-2.0.6.dist-info/LICENSE
+lib/python${MODPY_VERSION}/site-packages/glad2-2.0.6.dist-info/METADATA
+lib/python${MODPY_VERSION}/site-packages/glad2-2.0.6.dist-info/RECORD
+lib/python${MODPY_VERSION}/site-packages/glad2-2.0.6.dist-info/WHEEL
+lib/python${MODPY_VERSION}/site-packages/glad2-2.0.6.dist-info/entry_points.txt
+lib/python${MODPY_VERSION}/site-packages/glad2-2.0.6.dist-info/top_level.txt
share/examples/glad/
share/examples/glad/c/
share/examples/glad/c++/
update: graphics/glad to v2.0.6