<pre style='margin:0'>
Christopher Nielsen (mascguy) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/077193e16745de31fedd74ff9843a90db2786adb">https://github.com/macports/macports-ports/commit/077193e16745de31fedd74ff9843a90db2786adb</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 077193e1674 varnish: fixed build on old macOS
</span>077193e1674 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 077193e16745de31fedd74ff9843a90db2786adb
</span>Author: Kirill A. Korinsky <kirill@korins.ky>
AuthorDate: Sun Nov 28 01:34:48 2021 +0100
<span style='display:block; white-space:pre;color:#404040;'> varnish: fixed build on old macOS
</span>---
www/varnish/Portfile | 3 +++
1 file changed, 3 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/www/varnish/Portfile b/www/varnish/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 54478b971d2..22deab91600 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/www/varnish/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/www/varnish/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -2,6 +2,7 @@
</span>
PortSystem 1.0
PortGroup github 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup legacysupport 1.1
</span>
github.setup varnishcache varnish-cache 7.0.1 varnish-
github.tarball_from archive
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -38,6 +39,8 @@ patchfiles varnish7-printf.patch
</span> use_autoreconf yes
autoreconf.args -fi
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# needs MAP_ANONYMOUS
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+legacysupport.newest_darwin_requires_legacy 14
</span>
configure.args-append --with-rst2man=${prefix}/bin/rst2man-${python_branch}.py \
--with-rst2html=${prefix}/bin/rst2html-${python_branch}.py \
</pre><pre style='margin:0'>
</pre>