<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/65179be5441511e7fa4e727e0f5a34503812cfa2">https://github.com/macports/macports-ports/commit/65179be5441511e7fa4e727e0f5a34503812cfa2</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 65179be5441 graphviz, graphviz-devel: Fix build failure
</span>65179be5441 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 65179be5441511e7fa4e727e0f5a34503812cfa2
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sat May 8 09:31:35 2021 -0500

<span style='display:block; white-space:pre;color:#404040;'>    graphviz, graphviz-devel: Fix build failure
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Fix "libtool: compile: unable to infer tagged configuration" build
</span><span style='display:block; white-space:pre;color:#404040;'>    failure seen on some systems by always specifying the `--tag=...` flag
</span><span style='display:block; white-space:pre;color:#404040;'>    when invoking libtool.
</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/62423
</span>---
 graphics/graphviz-devel/Portfile                |  3 ++-
 graphics/graphviz-devel/files/libtool-tag.patch | 16 ++++++++++++++++
 graphics/graphviz/Portfile                      |  3 ++-
 graphics/graphviz/files/libtool-tag.patch       | 16 ++++++++++++++++
 4 files changed, 36 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/graphviz-devel/Portfile b/graphics/graphviz-devel/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 5d988013236..655daa2d9f3 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/graphviz-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/graphviz-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -59,7 +59,8 @@ depends_lib                     path:include/turbojpeg.h:libjpeg-turbo \
</span> 
 depends_run                     port:urw-fonts
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-patchfiles                      implicit.patch
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+patchfiles                      implicit.patch \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                                libtool-tag.patch
</span> 
 configure.args                  --disable-silent-rules \
                                 --with-codegens \
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/graphviz-devel/files/libtool-tag.patch b/graphics/graphviz-devel/files/libtool-tag.patch
</span>new file mode 100644
<span style='display:block; white-space:pre;color:#808080;'>index 00000000000..f780f3a0b70
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>--- /dev/null
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/graphviz-devel/files/libtool-tag.patch
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -0,0 +1,16 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+Fix:
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+libtool: compile: unable to infer tagged configuration
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+https://gitlab.com/graphviz/graphviz/-/issues/2065
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+https://gitlab.com/graphviz/graphviz/-/merge_requests/1951
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+--- plugin/quartz/Makefile.am.orig 2016-08-09 16:02:10.000000000 -0500
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++++ plugin/quartz/Makefile.am      2021-05-08 06:48:41.000000000 -0500
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+@@ -39,5 +39,6 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ 
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ if WITH_DARWIN9
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ libgvplugin_quartz_la_LDFLAGS += -Wl,-exported_symbol,_gvplugin_quartz_LTX_library
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+-AM_LIBTOOLSFLAGS = --tag=CC
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ endif
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++AM_LIBTOOLFLAGS = --tag=CC
</span><span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/graphviz/Portfile b/graphics/graphviz/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0640706cc96..4688c9645af 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/graphviz/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/graphviz/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -58,7 +58,8 @@ depends_lib                     path:include/turbojpeg.h:libjpeg-turbo \
</span> 
 depends_run                     port:urw-fonts
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-patchfiles                      implicit.patch
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+patchfiles                      implicit.patch \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                                libtool-tag.patch
</span> 
 configure.args                  --disable-silent-rules \
                                 --with-codegens \
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/graphviz/files/libtool-tag.patch b/graphics/graphviz/files/libtool-tag.patch
</span>new file mode 100644
<span style='display:block; white-space:pre;color:#808080;'>index 00000000000..f780f3a0b70
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>--- /dev/null
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/graphviz/files/libtool-tag.patch
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -0,0 +1,16 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+Fix:
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+libtool: compile: unable to infer tagged configuration
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+https://gitlab.com/graphviz/graphviz/-/issues/2065
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+https://gitlab.com/graphviz/graphviz/-/merge_requests/1951
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+--- plugin/quartz/Makefile.am.orig 2016-08-09 16:02:10.000000000 -0500
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++++ plugin/quartz/Makefile.am      2021-05-08 06:48:41.000000000 -0500
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+@@ -39,5 +39,6 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ 
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ if WITH_DARWIN9
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ libgvplugin_quartz_la_LDFLAGS += -Wl,-exported_symbol,_gvplugin_quartz_LTX_library
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+-AM_LIBTOOLSFLAGS = --tag=CC
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ endif
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++AM_LIBTOOLFLAGS = --tag=CC
</span></pre><pre style='margin:0'>

</pre>