<pre style='margin:0'>
David B. Evans (dbevans) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/9e6d60b19b9c4fc116c274a6417cdf8fde1581e0">https://github.com/macports/macports-ports/commit/9e6d60b19b9c4fc116c274a6417cdf8fde1581e0</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 9e6d60b  zathura: fix build with latest texlive-bin installed
</span>9e6d60b is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 9e6d60b19b9c4fc116c274a6417cdf8fde1581e0
</span>Author: David B. Evans <devans@macports.org>
AuthorDate: Fri May 31 22:31:25 2019 -0700

<span style='display:block; white-space:pre;color:#404040;'>    zathura: fix build with latest texlive-bin installed
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    By default, zathura will opportunistically build with libsynctex, provided
</span><span style='display:block; white-space:pre;color:#404040;'>    by texlive-bin, if available. Explicitly disable libsynctex support to prevent
</span><span style='display:block; white-space:pre;color:#404040;'>    build failure due to apparent API changes in texlive-bin @2019.50896.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    See https://trac.macports.org/ticket/53856.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    In this case, optional synctex functionality is probably missing due to zathura
</span><span style='display:block; white-space:pre;color:#404040;'>    not declaring a dependency on texlive-bin and definitely so as a result of this commit.
</span><span style='display:block; white-space:pre;color:#404040;'>    The cause of the build failure reported here will have to be addressed and a dependency
</span><span style='display:block; white-space:pre;color:#404040;'>    on texlive-bin added before the functionality can be enabled.
</span>---
 office/zathura/Portfile | 1 +
 1 file changed, 1 insertion(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/office/zathura/Portfile b/office/zathura/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e690c85..6a6684b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/office/zathura/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/office/zathura/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -59,6 +59,7 @@ build.env           CC=${configure.cc} \
</span>                     CPP=${configure.cpp} \
                     CFLAGS="[get_canonical_archflags cc]" \
                     LDFLAGS="[get_canonical_archflags ld]" \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+                    WITH_SYNCTEX=0 \
</span>                     VERBOSE=1
 }
 
</pre><pre style='margin:0'>

</pre>