<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/63f7e0bf3c7889ead66299d594ee159fc43bdb7e">https://github.com/macports/macports-ports/commit/63f7e0bf3c7889ead66299d594ee159fc43bdb7e</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 63f7e0bf3c7 mathomatic: Use the right -arch flags
</span>63f7e0bf3c7 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 63f7e0bf3c7889ead66299d594ee159fc43bdb7e
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sat Jan 21 05:18:41 2023 -0600
<span style='display:block; white-space:pre;color:#404040;'> mathomatic: Use the right -arch flags
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Closes: https://trac.macports.org/ticket/66718
</span>---
math/mathomatic/Portfile | 9 ++++-----
math/mathomatic/files/patch-makefile.diff | 5 +++--
2 files changed, 7 insertions(+), 7 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/mathomatic/Portfile b/math/mathomatic/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index c63ae8b0614..848f3565b4b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/mathomatic/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/mathomatic/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,9 +1,10 @@
</span> # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup makefile 1.0
</span>
name mathomatic
version 16.0.5
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision 0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 1
</span> categories math
maintainers nomaintainer
license LGPL-2.1
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -24,12 +25,10 @@ depends_lib port:libedit
</span>
patchfiles patch-makefile.diff
<span style='display:block; white-space:pre;background:#ffe0e0;'>-use_configure no
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+build.args READLINE=1
</span>
<span style='display:block; white-space:pre;background:#ffe0e0;'>-build.args prefix=${prefix} CC=${configure.cc} CC_OPTIMIZE=${configure.cflags} CPPFLAGS=${configure.cppflags} LDFLAGS=${configure.ldflags} READLINE=1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+makefile.prefix_name prefix
</span>
test.run yes
<span style='display:block; white-space:pre;background:#ffe0e0;'>-destroot.args prefix=${prefix}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> livecheck.type none
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/mathomatic/files/patch-makefile.diff b/math/mathomatic/files/patch-makefile.diff
</span><span style='display:block; white-space:pre;color:#808080;'>index ace2420024c..12096eebb00 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/mathomatic/files/patch-makefile.diff
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/mathomatic/files/patch-makefile.diff
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,5 +1,6 @@
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>---- work/mathomatic-16.0.4/makefile 2012-09-09 11:15:14.000000000 +0200
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-+++ makefile 2012-09-13 15:49:33.000000000 +0200
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+Use libedit instead of libreadline.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+--- makefile.orig 2012-10-15 19:11:40.000000000 -0500
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++++ makefile 2023-01-21 05:06:34.000000000 -0600
</span> @@ -74,7 +74,7 @@
# Run "make READLINE=1" to include the optional readline editing and history support:
</pre><pre style='margin:0'>
</pre>