svn commit: r386369 - head/net-p2p/mldonkey/files

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu May 14 23:50:59 UTC 2015


Author: amdmi3
Date: Thu May 14 23:50:58 2015
New Revision: 386369
URL: https://svnweb.freebsd.org/changeset/ports/386369

Log:
  - Fix build by removing part of comment which contains broken ocaml code. Since ocaml parses commented code, it breaks on this line

Added:
  head/net-p2p/mldonkey/files/patch-src_utils_net_terminal.ml   (contents, props changed)

Added: head/net-p2p/mldonkey/files/patch-src_utils_net_terminal.ml
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-p2p/mldonkey/files/patch-src_utils_net_terminal.ml	Thu May 14 23:50:58 2015	(r386369)
@@ -0,0 +1,11 @@
+--- src/utils/net/terminal.ml.orig	2005-11-19 17:19:45 UTC
++++ src/utils/net/terminal.ml
+@@ -185,7 +185,7 @@ module Output = struct
+   let canal = List.assoc chan !chanmap in
+   etat.chan <- Some (chan, canal);
+   info (sprintf "connecte au canal '%s'" chan);
+-  (* {| canal ALL } *)
++
+        with Not_found -> (* pas encore de recepteur pour ce canal *)
+   try (* on en cree un *)
+     let serveur = nsrecord.get_loc chan in


More information about the svn-ports-head mailing list