<pre style='margin:0'>
Renee Otten (reneeotten) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/0442c63749a09ac08611070dc31612676f0743ba">https://github.com/macports/macports-ports/commit/0442c63749a09ac08611070dc31612676f0743ba</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'> new 0442c63749a wxMaxima: update to 21.02.0
</span>0442c63749a is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 0442c63749a09ac08611070dc31612676f0743ba
</span>Author: MSoegtropIMC <7895506+MSoegtropIMC@users.noreply.github.com>
AuthorDate: Sat Mar 6 04:09:17 2021 +0100
<span style='display:block; white-space:pre;color:#404040;'> wxMaxima: update to 21.02.0
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Fixes: https://trac.macports.org/ticket/60493
</span>---
math/wxMaxima/Portfile | 30 ++++++++++++++----------------
1 file changed, 14 insertions(+), 16 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/wxMaxima/Portfile b/math/wxMaxima/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a3822f56b06..e18c13e64ed 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/wxMaxima/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/wxMaxima/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -7,7 +7,7 @@ PortGroup cmake 1.1
</span> PortGroup wxWidgets 1.0
PortGroup github 1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup wxMaxima-developers wxmaxima 20.04.0 Version-
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup wxMaxima-developers wxmaxima 21.02.0 Version-
</span> name wxMaxima
maintainers @MSoegtropIMC
license GPL-2
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -19,9 +19,9 @@ description Graphical user interface for Maxima based on wxWidgets
</span> long_description Maxima is a Computer Algebra System (CAS) and wxMaxima is a work book style \
graphical front end for it based on wxWidgets
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums rmd160 0c10602f6f1d777ff16fe85500f57222eb07fc27 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- sha256 055ff34eb98539716a18f7cc11861b5a790fde46aaafabb68f1e690cb649d9df \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- size 15314478
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums rmd160 1160cba3db29ab059afcd2dafbbe02425b2f83f0 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ sha256 a8fd7228beeaa93ae8017d24d3bb652815ed159bd943a6e7c939643a705e3500 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ size 16251280
</span>
universal_variant no
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -35,19 +35,16 @@ depends_run-append port:gnuplot \
</span> port:maxima
post-patch {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- reinplace -W ${worksrcpath} "s|OSX_MACPORTS_PREFIX \"/opt/local\"|OSX_MACPORTS_PREFIX \"${prefix}\" // patched by MacPorts|" src/Dirstructure.cpp
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- reinplace -W ${worksrcpath} "s|OSX_MACPORTS_PREFER 0|OSX_MACPORTS_PREFER 1 // patched by MacPorts|" src/Dirstructure.cpp
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ reinplace -W ${worksrcpath} "s|OSX_MACPORTS_PREFIX \"/opt/local\"|OSX_MACPORTS_PREFIX \"${prefix}\" // patched by MacPorts|" src/Dirstructure.h
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ reinplace -W ${worksrcpath} "s|OSX_MACPORTS_PREFER 0|OSX_MACPORTS_PREFER 1 // patched by MacPorts|" src/Dirstructure.h
</span> }
configure.cppflags-append \
-I${prefix}/include/libomp
<span style='display:block; white-space:pre;background:#ffe0e0;'>-configure.args -DCCACHE_PROGRAM= \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- -DOpenMP_CXX_FLAGS="-Xpreprocessor -fopenmp" \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- -DOpenMP_CXX_LIB_NAMES=libomp \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- -DOpenMP_libomp_LIBRARY=${prefix}/lib/libomp/libomp.dylib \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.args -DCMAKE_BUILD_TYPE=Release \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ -DCCACHE_PROGRAM= \
</span> -DUSE_CPPCHECK=YES \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- -DUSE_OPENMP=YES \
</span> -DwxWidgets_CONFIG_EXECUTABLE:FILEPATH=${wxWidgets.wxconfig}
destroot {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -71,11 +68,12 @@ You might have to restart wxMaxima for this to take effect.
</span> wxMaxima and Maxima startup files can typically be found in:
~/.maxima
<span style='display:block; white-space:pre;background:#ffe0e0;'>-ATTENTION: On macOS Catalina 10.15.X there are issues with the\
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-menus (they don't work reliably). There is currently no solution for this.\
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-wxMaxima on macOS up to and including 10.14.X works fine.\
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-On macOS 10.15.X the only workaround is to click the menu multiple times or to\
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-use shortcut keys.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ATTENTION: On macOS BigSur there is an issue with wxWidgets, which has the\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+effect that wxMaxima does not start. In order to fix this, run these\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+commands:
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ sudo port -f uninstall wxwidgets-3.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ sudo port -v -s install wxwidgets-3.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+If this does not help, you need to update XCode.
</span> "
github.livecheck.regex {([a-z0-9.]+)}
</pre><pre style='margin:0'>
</pre>