head 1.2; access; symbols pkgsrc-2019Q3:1.1.0.14 pkgsrc-2019Q3-base:1.1 pkgsrc-2019Q2:1.1.0.12 pkgsrc-2019Q2-base:1.1 pkgsrc-2019Q1:1.1.0.10 pkgsrc-2019Q1-base:1.1 pkgsrc-2018Q4:1.1.0.8 pkgsrc-2018Q4-base:1.1 pkgsrc-2018Q3:1.1.0.6 pkgsrc-2018Q3-base:1.1 pkgsrc-2018Q2:1.1.0.4 pkgsrc-2018Q2-base:1.1 pkgsrc-2018Q1:1.1.0.2 pkgsrc-2018Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2019.10.31.16.58.03; author gdt; state dead; branches; next 1.1; commitid aDtvWm7PA4CcC2JB; 1.1 date 2018.03.14.11.16.15; author dholland; state Exp; branches; next ; commitid iquY0wkJqUsXSpuA; desc @@ 1.2 log @net/unison2.40: Remove As proposed on pkgsrc-users with no comments. Note that unison has multiple versions only to deal with wire protocol breaks that happen every version; without that there would just be a single recent unison version. In addition to being very old and unused, I believe that 2.40 from pkgsrc cannot work to interoperate with other systems that still have 2.40, because pkgsrc's ocaml version has an incompatible serialization format, and the unison wire protocol is effectively the combination of the unison version and the ocaml serialization version. (Separate from 2.32 removal to ease separate reverting, should it be necessary.) @ text @$NetBSD: patch-lwt_lwt__unix.mli,v 1.1 2018/03/14 11:16:15 dholland Exp $ Fix build with ocaml 4.06. --- lwt/lwt_unix.mli~ 2010-04-15 17:29:31.000000000 +0000 +++ lwt/lwt_unix.mli @@@@ -34,8 +34,8 @@@@ type file_descr val of_unix_file_descr : Unix.file_descr -> file_descr -val read : file_descr -> string -> int -> int -> int Lwt.t -val write : file_descr -> string -> int -> int -> int Lwt.t +val read : file_descr -> bytes -> int -> int -> int Lwt.t +val write : file_descr -> bytes -> int -> int -> int Lwt.t val wait_read : file_descr -> unit Lwt.t val wait_write : file_descr -> unit Lwt.t val pipe_in : unit -> file_descr * Unix.file_descr @@@@ -53,4 +53,4 @@@@ val set_close_on_exec : file_descr -> un type lwt_in_channel val intern_in_channel : in_channel -> lwt_in_channel -val input_line : lwt_in_channel -> string Lwt.t +val input_line : lwt_in_channel -> bytes Lwt.t @ 1.1 log @Fix build with ocaml 4.06. @ text @d1 1 a1 1 $NetBSD$ @