<pre style='margin:0'>
Marius Schamschula (Schamschula) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/7b56a03890a713c80d0720fc569ac93f609040c3">https://github.com/macports/macports-ports/commit/7b56a03890a713c80d0720fc569ac93f609040c3</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 7b56a03890a gnuplot: add openspecfun support; fix libcerf in configure script
</span>7b56a03890a is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 7b56a03890a713c80d0720fc569ac93f609040c3
</span>Author: Schamschula <mps@macports.org>
AuthorDate: Wed Jul 9 10:30:18 2025 +0200
<span style='display:block; white-space:pre;color:#404040;'> gnuplot: add openspecfun support; fix libcerf in configure script
</span>---
math/gnuplot/Portfile | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/gnuplot/Portfile b/math/gnuplot/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 5187bddc959..b410a6cb46a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/gnuplot/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/gnuplot/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -7,7 +7,7 @@ PortGroup wxWidgets 1.0
</span>
name gnuplot
version 6.0.3
<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 science
# the license has some inconvenient requirements that we're not meeting
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -39,14 +39,15 @@ depends_build port:pkgconfig
</span> depends_lib port:expat \
port:fontconfig \
port:gd2 \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- port:webp \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- path:include/turbojpeg.h:libjpeg-turbo \
</span> path:lib/libcaca.dylib:libcaca \
port:libcerf \
port:libiconv \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ path:include/turbojpeg.h:libjpeg-turbo \
</span> port:libpng \
port:ncurses \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ port:openspecfun \
</span> port:readline \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ port:webp \
</span> port:zlib
minimum_xcodeversions \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -72,6 +73,10 @@ configure.args --with-caca=${prefix} \
</span> --without-lua \
--without-qt
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# the configure script fails to correctly parse pkgconfig/libcerf.pc
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.env LIBCERF_CFLAGS=-I${prefix}/include \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ LIBCERF_LIBS=-L${prefix}/lib -lcerf
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> variant aquaterm description "Enable AquaTerm terminal" {
depends_lib-append port:aquaterm
configure.args-replace --without-aquaterm --with-aquaterm
</pre><pre style='margin:0'>
</pre>