<pre style='margin:0'>
Ken (kencu) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/1bfb2783a4f3f81dc715a7d567996db24918ade7">https://github.com/macports/macports-ports/commit/1bfb2783a4f3f81dc715a7d567996db24918ade7</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 1bfb2783a4f zathura: add variant with synctex support
</span>1bfb2783a4f is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 1bfb2783a4f3f81dc715a7d567996db24918ade7
</span>Author: Ryan Kavanagh <rak@rak.ac>
AuthorDate: Fri Feb 5 10:09:29 2021 -0500

<span style='display:block; white-space:pre;color:#404040;'>    zathura: add variant with synctex support
</span>---
 office/zathura/Portfile | 11 +++++++++++
 1 file changed, 11 insertions(+)

<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 00c090cbcff..713f40c8042 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;'>@@ -42,6 +42,11 @@ depends_lib         port:desktop-file-utils \
</span>                     port:libmagic \
                     path:lib/libgirara-gtk3.dylib:girara
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# meson will automatically detect if synctex is available and link
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# against it. Explicitly disable it to avoid breaking zathura if
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# ever users uninstall texlive-bin
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.args-append   -Dsynctex=disabled
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # blacklist compilers that don't support -std=c11
 compiler.blacklist  *gcc-4.* {clang < 300}
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -77,6 +82,12 @@ subport ${name}-docs {
</span>     unset notes
 }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+variant synctex description "Enable synctex support" {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_lib-append  port:texlive-bin
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.args-replace -Dsynctex=disabled -Dsynctex=enabled
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> livecheck.type      regex
 livecheck.url       ${homepage}/tags
 livecheck.regex     [quotemeta ${name}]-(\\d\\.\\d\\.\\d)[quotemeta ${extract.suffix}]
</pre><pre style='margin:0'>

</pre>