git: df59cd51d75c - main - math/wxmaxima: revert to 23.12.0
Date: Wed, 28 Aug 2024 19:56:05 UTC
The branch main has been updated by uzsolt: URL: https://cgit.FreeBSD.org/ports/commit/?id=df59cd51d75c6a0c38a61d6799239bd9b08f3162 commit df59cd51d75c6a0c38a61d6799239bd9b08f3162 Author: Zsolt Udvari <uzsolt@FreeBSD.org> AuthorDate: 2024-08-28 19:50:20 +0000 Commit: Zsolt Udvari <uzsolt@FreeBSD.org> CommitDate: 2024-08-28 19:55:07 +0000 math/wxmaxima: revert to 23.12.0 This reverts commit b634e8f3fcb15a8e7646139c4a1b48ad00ed8dc2. The 24.08.0 is unusable on FreeBSD, needs more work. Reported by: fernape (email) --- math/wxmaxima/Makefile | 2 +- math/wxmaxima/distinfo | 6 +++--- math/wxmaxima/files/patch-src_Dirstructure.cpp | 4 ++-- math/wxmaxima/files/patch-src_wxMaxima.cpp | 16 ++++++++-------- math/wxmaxima/pkg-plist | 20 -------------------- 5 files changed, 14 insertions(+), 34 deletions(-) diff --git a/math/wxmaxima/Makefile b/math/wxmaxima/Makefile index 45af449ca594..fd6b854f7397 100644 --- a/math/wxmaxima/Makefile +++ b/math/wxmaxima/Makefile @@ -1,6 +1,6 @@ PORTNAME= wxmaxima DISTVERSIONPREFIX= Version- -DISTVERSION= 24.08.0 +DISTVERSION= 23.12.0 CATEGORIES= math MAINTAINER= uzsolt@FreeBSD.org diff --git a/math/wxmaxima/distinfo b/math/wxmaxima/distinfo index 4f7c6b97b994..620412ceb844 100644 --- a/math/wxmaxima/distinfo +++ b/math/wxmaxima/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1724789876 -SHA256 (wxMaxima-Developers-wxmaxima-Version-24.08.0_GH0.tar.gz) = a0957c1852ca2d93e34f8f0329673f40af065e7648739d088da28bd33627b758 -SIZE (wxMaxima-Developers-wxmaxima-Version-24.08.0_GH0.tar.gz) = 15868393 +TIMESTAMP = 1703439889 +SHA256 (wxMaxima-Developers-wxmaxima-Version-23.12.0_GH0.tar.gz) = abec636e96474adf6451e81728b16afaa83ed1a70b86a695fa083ecec65aaae1 +SIZE (wxMaxima-Developers-wxmaxima-Version-23.12.0_GH0.tar.gz) = 16491009 diff --git a/math/wxmaxima/files/patch-src_Dirstructure.cpp b/math/wxmaxima/files/patch-src_Dirstructure.cpp index 2ff43853afcd..42ab59c742be 100644 --- a/math/wxmaxima/files/patch-src_Dirstructure.cpp +++ b/math/wxmaxima/files/patch-src_Dirstructure.cpp @@ -1,6 +1,6 @@ ---- src/Dirstructure.cpp.orig 2024-08-28 07:17:18 UTC +--- src/Dirstructure.cpp.orig 2023-02-19 14:20:34 UTC +++ src/Dirstructure.cpp -@@ -121,6 +121,7 @@ wxString Dirstructure::ResourcesDir() { +@@ -120,6 +120,7 @@ wxString Dirstructure::ResourcesDir() const { exepath = exe.GetPath(); } else { exepath = CMAKE_INSTALL_PREFIX; diff --git a/math/wxmaxima/files/patch-src_wxMaxima.cpp b/math/wxmaxima/files/patch-src_wxMaxima.cpp index 8254d92e0568..7f2ef251df91 100644 --- a/math/wxmaxima/files/patch-src_wxMaxima.cpp +++ b/math/wxmaxima/files/patch-src_wxMaxima.cpp @@ -1,11 +1,11 @@ ---- src/wxMaxima.cpp.orig 2024-08-28 07:18:18 UTC +--- src/wxMaxima.cpp.orig 2023-12-25 16:45:03 UTC +++ src/wxMaxima.cpp -@@ -3520,8 +3520,6 @@ void wxMaxima::VariableActionMaximaHtmldir(const wxStr - if(GetWorksheet()) - { - GetWorksheet()->SetMaximaDocDir(dir_canonical); -- GetWorksheet()->LoadHelpFileAnchors(dir_canonical, -- m_configuration.GetMaximaVersion()); - } +@@ -3393,8 +3393,6 @@ void wxMaxima::VariableActionMaximaHtmldir(const wxStr + wxLogMessage(_("Maxima's HTML manuals are in directory %s"), + dir_canonical.utf8_str()); + GetWorksheet()->SetMaximaDocDir(dir_canonical); +- GetWorksheet()->LoadHelpFileAnchors(dir_canonical, +- GetWorksheet()->GetMaximaVersion()); } void wxMaxima::GnuplotCommandName(wxString gnuplot) { + m_gnuplotcommand = gnuplot; diff --git a/math/wxmaxima/pkg-plist b/math/wxmaxima/pkg-plist index dcbb9f7a5c89..d5768c477b18 100644 --- a/math/wxmaxima/pkg-plist +++ b/math/wxmaxima/pkg-plist @@ -56,26 +56,6 @@ share/bash-completion/completions/wxmaxima %%NLS%%share/locale/uk/LC_MESSAGES/wxMaxima.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/wxMaxima.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/wxMaxima.mo -share/icons/hicolor/1024x1024/apps/io.github.wxmaxima_developers.wxMaxima.png -share/icons/hicolor/128x128/apps/io.github.wxmaxima_developers.wxMaxima.png -share/icons/hicolor/150x150/apps/io.github.wxmaxima_developers.wxMaxima.png -share/icons/hicolor/16x16/apps/io.github.wxmaxima_developers.wxMaxima.png -share/icons/hicolor/192x192/apps/io.github.wxmaxima_developers.wxMaxima.png -share/icons/hicolor/22x22/apps/io.github.wxmaxima_developers.wxMaxima.png -share/icons/hicolor/24x24/apps/io.github.wxmaxima_developers.wxMaxima.png -share/icons/hicolor/256x256/apps/io.github.wxmaxima_developers.wxMaxima.png -share/icons/hicolor/310x310/apps/io.github.wxmaxima_developers.wxMaxima.png -share/icons/hicolor/32x32/apps/io.github.wxmaxima_developers.wxMaxima.png -share/icons/hicolor/36x36/apps/io.github.wxmaxima_developers.wxMaxima.png -share/icons/hicolor/42x42/apps/io.github.wxmaxima_developers.wxMaxima.png -share/icons/hicolor/44x44/apps/io.github.wxmaxima_developers.wxMaxima.png -share/icons/hicolor/48x48/apps/io.github.wxmaxima_developers.wxMaxima.png -share/icons/hicolor/512x512/apps/io.github.wxmaxima_developers.wxMaxima.png -share/icons/hicolor/64x64/apps/io.github.wxmaxima_developers.wxMaxima.png -share/icons/hicolor/72x72/apps/io.github.wxmaxima_developers.wxMaxima.png -share/icons/hicolor/8x8/apps/io.github.wxmaxima_developers.wxMaxima.png -share/icons/hicolor/96x96/apps/io.github.wxmaxima_developers.wxMaxima.png -share/icons/hicolor/scalable/apps/io.github.wxmaxima_developers.wxMaxima.svg share/man/de/man1/wxmaxima.1.gz share/man/man1/wxmaxima.1.gz share/metainfo/io.github.wxmaxima_developers.wxMaxima.appdata.xml