pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
prusaslicer: Update TODO to reference wxGTK32 patch
Module Name: pkgsrc-wip
Committed By: Paul Ripke <stix%stix.id.au@localhost>
Pushed By: stix
Date: Mon Apr 27 14:06:46 2026 +1000
Changeset: 8b013f0468fb27677c5601f101e4727a018461f4
Modified Files:
prusaslicer/TODO
Log Message:
prusaslicer: Update TODO to reference wxGTK32 patch
Drop math/cgal patch, which has been committed.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8b013f0468fb27677c5601f101e4727a018461f4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
prusaslicer/TODO | 16 ++++++++++++++--
1 file changed, 14 insertions(+), 2 deletions(-)
diffs:
diff --git a/prusaslicer/TODO b/prusaslicer/TODO
index 3ba2370baf..088b897564 100644
--- a/prusaslicer/TODO
+++ b/prusaslicer/TODO
@@ -1,6 +1,18 @@
-In addition to wip/ versions of packages, this package needs:
+In addition to wip/ versions of packages, this package may need:
-- patch to math/cgal to remove WRKDIR from installed cmake files.
+- patch to wxGTK32 (https://github.com/wxWidgets/wxWidgets/issues/26410):
+
+--- glegl.cpp.orig 2025-12-08 09:59:42.000000000 +1100
++++ glegl.cpp 2026-04-27 13:51:53.927602321 +1000
+@@ -569,7 +569,7 @@
+ void* window,
+ EGLAttrib const* attrib_list);
+
+- if ( gs_eglMajor > 1 || (gs_eglMajor == 1 && gs_eglMinor >= 5) )
++ if ( gs_eglMajor > 1 || (gs_eglMajor == 1 && gs_eglMinor >= 4) )
+ {
+ // EGL 1.5 or later: use eglCreatePlatformWindowSurface() which must be
+ // available.
This package has known vulnerabilities, please investigate and fix if possible:
Home |
Main Index |
Thread Index |
Old Index