<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/04a73bb94743660c6d8e934e020fa15e742db42d">https://github.com/macports/macports-ports/commit/04a73bb94743660c6d8e934e020fa15e742db42d</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 04a73bb  gnuplot: allow build with MacPorts compilers
</span>04a73bb is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 04a73bb94743660c6d8e934e020fa15e742db42d
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Sun Nov 3 06:39:42 2019 -0700

<span style='display:block; white-space:pre;color:#404040;'>    gnuplot: allow build with MacPorts compilers
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    As of C++20, version is a standard header file.
</span><span style='display:block; white-space:pre;color:#404040;'>    Gnuplot has a file VERSION which is found first.
</span><span style='display:block; white-space:pre;color:#404040;'>    As a workaround, replace -I with -idirafter.
</span>---
 math/gnuplot/Portfile               |  4 ++++
 math/gnuplot/files/patch-cxx20.diff | 11 +++++++++++
 2 files changed, 15 insertions(+)

<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 b431c61..02e3519 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;'>@@ -53,6 +53,10 @@ minimum_xcodeversions \
</span> 
 patchfiles          patch-configure.diff
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# If the compiler defaults to C++20, a header file `version` exists.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# `-I$(top_builddir)` will find the local file VERSION instead.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+patchfiles-append   patch-cxx20.diff
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> configure.args      --with-caca=${prefix} \
                     --with-gd=${prefix} \
                     --with-readline=${prefix} \
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/gnuplot/files/patch-cxx20.diff b/math/gnuplot/files/patch-cxx20.diff
</span>new file mode 100644
<span style='display:block; white-space:pre;color:#808080;'>index 0000000..9d69742
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>--- /dev/null
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/gnuplot/files/patch-cxx20.diff
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -0,0 +1,11 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+--- src/Makefile.in.orig   2019-05-28 20:35:53.000000000 -0700
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++++ src/Makefile.in        2019-11-01 18:21:23.000000000 -0700
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+@@ -206,7 +206,7 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ am__v_at_0 = @
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ am__v_at_1 = 
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+-DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++DEFAULT_INCLUDES = -I.@am__isrc@ -idirafter$(top_builddir)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ depcomp = $(SHELL) $(top_srcdir)/depcomp
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ am__depfiles_maybe = depfiles
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ am__mv = mv -f
</span></pre><pre style='margin:0'>

</pre>