<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/45d0933cae7b87b23778be1b66ab574aae30bd99">https://github.com/macports/macports-ports/commit/45d0933cae7b87b23778be1b66ab574aae30bd99</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 45d0933cae7b87b23778be1b66ab574aae30bd99
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Tue Nov 7 05:05:05 2017 -0700

<span style='display:block; white-space:pre;color:#404040;'>    latex2html: workaround for new Perl 5.26 behavior
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    No revbump since port either builds correctly or not at all.
</span>---
 print/latex2html/Portfile | 6 ++++++
 1 file changed, 6 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/print/latex2html/Portfile b/print/latex2html/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e9f0b6c..73bf61e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/print/latex2html/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/print/latex2html/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -33,6 +33,12 @@ patchfiles              patch-config-config.pl.diff
</span> 
 configure.perl          ${prefix}/bin/perl
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Perl 5.26 no longer includes "." in the standard search locations (@INC)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# latex2html relies on this behavior
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.env-append    PERL5LIB=${worksrcpath}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+build.env-append        PERL5LIB=${worksrcpath}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+destroot.env-append     PERL5LIB=${worksrcpath}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> set texmfdir ${texlive_texmfports}/tex/latex/html
 configure.args          --without-mktexlsr \
                         --with-texpath=${texmfdir}
</pre><pre style='margin:0'>

</pre>