<pre style='margin:0'>
Eric A. Borisch (eborisch) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/4f5712fbfd361778c263b50454448dbe5e42c3d5">https://github.com/macports/macports-ports/commit/4f5712fbfd361778c263b50454448dbe5e42c3d5</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 4f5712f  zabbix4: fix configure/zlib
</span>4f5712f is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 4f5712fbfd361778c263b50454448dbe5e42c3d5
</span>Author: Eric Borisch <eborisch@macports.org>
AuthorDate: Wed Dec 19 00:40:38 2018 -0600

<span style='display:block; white-space:pre;color:#404040;'>    zabbix4: fix configure/zlib
</span>---
 net/zabbix4/Portfile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/zabbix4/Portfile b/net/zabbix4/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index bb52737..ec42b3a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/zabbix4/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/zabbix4/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -112,7 +112,8 @@ if { ${subport} eq "zabbix4-agent" } {
</span>                             port:libssh2 \
                             port:net-snmp \
                             port:OpenIPMI \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                            port:libxml2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            port:libxml2 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            port:zlib      
</span> 
     depends_run-append      port:fping
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -121,7 +122,8 @@ if { ${subport} eq "zabbix4-agent" } {
</span>                             --with-net-snmp \
                             --with-openipmi=${prefix} \
                             --with-ssh2=${prefix} \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                            --with-libxml2=${prefix}/bin/xml2-config
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            --with-libxml2=${prefix}/bin/xml2-config\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            --with-zlib=${prefix}
</span> 
     startupitem.name        zabbix4-server
     startupitem.start       ${prefix}/sbin/zabbix/zabbix_server
</pre><pre style='margin:0'>

</pre>