summaryrefslogtreecommitdiff
path: root/math/wxmaxima/files/patch-src_wxMaxima.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* math/wxmaxima: Update 23.12.0 => 25.04.0, take maintainershipgatekeeper2025-08-301-11/+0
| | | | | | | | | | | | | | Changelogs: https://github.com/wxMaxima-developers/wxmaxima/releases/tag/Version-24.02.0 https://github.com/wxMaxima-developers/wxmaxima/releases/tag/Version-24.02.1 https://github.com/wxMaxima-developers/wxmaxima/releases/tag/Version-24.02.2 https://github.com/wxMaxima-developers/wxmaxima/releases/tag/Version-24.05.0 https://github.com/wxMaxima-developers/wxmaxima/releases/tag/Version-24.08.0 https://github.com/wxMaxima-developers/wxmaxima/releases/tag/Version-24.11.0 https://github.com/wxMaxima-developers/wxmaxima/releases/tag/Version-25.01.0 https://github.com/wxMaxima-developers/wxmaxima/releases/tag/Version-25.04.0 PR: 289149
* math/wxmaxima: revert to 23.12.0Zsolt Udvari2024-08-281-8/+8
| | | | | | | | This reverts commit b634e8f3fcb15a8e7646139c4a1b48ad00ed8dc2. The 24.08.0 is unusable on FreeBSD, needs more work. Reported by: fernape (email)
* math/wxmaxima: Update to 24.08.0Zsolt Udvari2024-08-281-8/+8
| | | | | Switch to DISTVERSION. Take maintainership.
* math/wxmaxima: Update to Version-23.12.0Lorenzo Salvadore2023-12-251-7/+7
| | | | | Changes: https://github.com/wxMaxima-developers/wxmaxima/releases/tag/Version-23.12.0
* math/wxmaxima: Work around hangingKevin Zheng2023-02-281-0/+11
WxMaxima hangs in a while/sleep loop building anchors for Maxima documentation: this can be observed for example when attempting to close the application. This patch works around the issue by patching out the call to the build help anchors, until a better fix is found.