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-bytearray.mli,v 1.1 2018/03/14 11:16:15 dholland Exp $

Fix build with ocaml 4.06.

--- bytearray.mli~	2009-05-29 14:00:18.000000000 +0000
+++ bytearray.mli
@@@@ -16,7 +16,9 @@@@ val sub : t -> int -> int -> string
 
 val blit_from_string : string -> int -> t -> int -> int -> unit
 
-val blit_to_string : t -> int -> string -> int -> int -> unit
+val blit_from_bytes : bytes -> int -> t -> int -> int -> unit
+
+val blit_to_bytes : t -> int -> bytes -> int -> int -> unit
 
 val prefix : t -> t -> int -> bool
 
@


1.1
log
@Fix build with ocaml 4.06.
@
text
@d1 1
a1 1
$NetBSD: patch-bytearray.mli,v 1.1 2018/03/14 10:16:03 dholland Exp $
@

