<pre style='margin:0'>
Perry E. Metzger (pmetzger) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/5e2cae906918a99e22547c84e10f3582022eae7c">https://github.com/macports/macports-ports/commit/5e2cae906918a99e22547c84e10f3582022eae7c</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 5e2cae9  lablgtk2: temporarily disable build of docs as they depend on camlp4
</span>5e2cae9 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 5e2cae906918a99e22547c84e10f3582022eae7c
</span>Author: Perry E. Metzger <perry@piermont.com>
AuthorDate: Thu Oct 24 18:13:49 2019 -0400

<span style='display:block; white-space:pre;color:#404040;'>    lablgtk2: temporarily disable build of docs as they depend on camlp4
</span>---
 x11/lablgtk2/Portfile | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/x11/lablgtk2/Portfile b/x11/lablgtk2/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 69e4815..7ec62a5 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/x11/lablgtk2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/x11/lablgtk2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -8,7 +8,7 @@ PortGroup           github 1.0
</span> github.setup        garrigue lablgtk lablgtk2188
 name                lablgtk2
 version             2.18.8
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> categories          x11 ocaml
 platforms           darwin
 maintainers         {pmetzger @pmetzger} openmaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -51,7 +51,10 @@ configure.args      --with-libdir=${ocamlfind_dir} \
</span>                     --without-gtksourceview \
                     --without-gtksourceview2
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-build.target        world doc
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+build.target        world
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Temporarily disable installation of docs until the docs
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# no longer depend on camlp4
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#build.target        world doc
</span> use_parallel_build  no
 
 pre-destroot { xinstall -m 755 -d "${destroot}${prefix}/lib/ocaml/site-libs/stublibs" }
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -61,7 +64,9 @@ destroot.target     old-install
</span> post-destroot {
     xinstall -m 755 -d ${ocamlfind_destdir}/lablgtk2 \
         ${destroot}${prefix}/share/doc/${name}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    file copy ${worksrcpath}/doc/html ${destroot}${prefix}/share/doc/${name}/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # Temporarily disable installation of docs until the docs
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # no longer depend on camlp4
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    #file copy ${worksrcpath}/doc/html ${destroot}${prefix}/share/doc/${name}/
</span> }
 
 variant gl description "enable gtkglarea support" {
</pre><pre style='margin:0'>

</pre>