<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/f949e4d7c23f79d2fcac0888313414677bbfa961">https://github.com/macports/macports-ports/commit/f949e4d7c23f79d2fcac0888313414677bbfa961</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 f949e4d  ocaml-camlidl: allow build with OCaml 4.03
</span>f949e4d is described below

<span style='display:block; white-space:pre;color:#808000;'>commit f949e4d7c23f79d2fcac0888313414677bbfa961
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Sun Dec 24 06:57:58 2017 -0700

<span style='display:block; white-space:pre;color:#404040;'>    ocaml-camlidl: allow build with OCaml 4.03
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Disable warnings so that it builds with OCaml 4.03.
</span><span style='display:block; white-space:pre;color:#404040;'>    Upstream fix:
</span><span style='display:block; white-space:pre;color:#404040;'>    https://github.com/xavierleroy/camlidl/commit/b58227902eb69a5c38819f587fcb02c92d5627d4
</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>---
 ocaml/ocaml-camlidl/Portfile                |  7 +++++++
 ocaml/ocaml-camlidl/files/patch-nowarn.diff | 13 +++++++++++++
 2 files changed, 20 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/ocaml/ocaml-camlidl/Portfile b/ocaml/ocaml-camlidl/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7891cf8..b72426d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/ocaml/ocaml-camlidl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/ocaml/ocaml-camlidl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -26,6 +26,13 @@ depends_build       port:ocaml
</span> checksums           rmd160 2b103dc407986fc29501fd2b2b41ec212b28dd10 \
                     sha256 857ed5bd3b2f99c62813070e1a5b4b6375e837c6815f4ad956baeb6f8c660311
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# disable warnings so that it build with OCaml 4.03
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Gentoo fix:
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#    https://github.com/gentoo/gentoo/blob/master/dev-ml/camlidl/files/nowarn.patch
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# upstream fix:
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#    https://github.com/xavierleroy/camlidl/commit/b58227902eb69a5c38819f587fcb02c92d5627d4
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+patchfiles-append   patch-nowarn.diff
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> universal_variant   no
 use_configure       no
 
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/ocaml/ocaml-camlidl/files/patch-nowarn.diff b/ocaml/ocaml-camlidl/files/patch-nowarn.diff
</span>new file mode 100644
<span style='display:block; white-space:pre;color:#808080;'>index 0000000..2c1f893
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>--- /dev/null
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/ocaml/ocaml-camlidl/files/patch-nowarn.diff
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -0,0 +1,13 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+Index: camlidl-1.05/compiler/Makefile
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+===================================================================
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+--- compiler/Makefile.orig
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++++ compiler/Makefile
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+@@ -29,7 +29,7 @@ PROG=camlidl$(EXE)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ all: $(PROG)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ 
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ $(PROG): $(OBJS)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+-  $(OCAMLC) -o $(PROG) $(OBJS)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++  $(OCAMLC) -w -a -o $(PROG) $(OBJS)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ 
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ clean::
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+   rm -f $(PROG)
</span></pre><pre style='margin:0'>

</pre>