pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/unison - Patch unison so it now works with ocaml 3...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cf198baeef40
branches:  trunk
changeset: 488611:cf198baeef40
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Fri Feb 04 22:54:52 2005 +0000

description:
- Patch unison so it now works with ocaml 3.08.2
- Bump to nb4
- Thanks to Antoine Reilles for supplying the patch

diffstat:

 net/unison/Makefile         |   5 +++--
 net/unison/distinfo         |   3 ++-
 net/unison/patches/patch-ac |  15 +++++++++++++++
 3 files changed, 20 insertions(+), 3 deletions(-)

diffs (53 lines):

diff -r ffb016685345 -r cf198baeef40 net/unison/Makefile
--- a/net/unison/Makefile       Fri Feb 04 22:48:30 2005 +0000
+++ b/net/unison/Makefile       Fri Feb 04 22:54:52 2005 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.22 2004/12/24 17:21:01 jmmv Exp $
+# $NetBSD: Makefile,v 1.23 2005/02/04 22:54:52 adrianp Exp $
 
 DISTNAME=      src
 PKGNAME=       unison-2.9.1
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    net
 MASTER_SITES=  http://www.cis.upenn.edu/~bcpierce/unison/download/stable/latest/
 
@@ -10,6 +10,7 @@
 HOMEPAGE=      http://www.cis.upenn.edu/~bcpierce/unison/
 COMMENT=       File-synchronization tool
 
+BUILDLINK_DEPENDS.ocaml+=      ocaml>=3.08.2
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
 DIST_SUBDIR=   ${PKGNAME_NOREV}
diff -r ffb016685345 -r cf198baeef40 net/unison/distinfo
--- a/net/unison/distinfo       Fri Feb 04 22:48:30 2005 +0000
+++ b/net/unison/distinfo       Fri Feb 04 22:54:52 2005 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.6 2003/06/29 23:52:04 jtb Exp $
+$NetBSD: distinfo,v 1.7 2005/02/04 22:54:52 adrianp Exp $
 
 SHA1 (unison-2.9.1/src.tar.gz) = d355639b8191f5c74e652fe257fd98dcf76d4cc0
 Size (unison-2.9.1/src.tar.gz) = 319081 bytes
 SHA1 (patch-aa) = bb844e8070faab7d4c8aac30345881c1c66ca8d2
 SHA1 (patch-ab) = 0d391ffc0c47a16d24cda5e9f219665eeafb1553
+SHA1 (patch-ac) = e04d12ec7a25ff343bd0af41754508bc81326098
diff -r ffb016685345 -r cf198baeef40 net/unison/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/unison/patches/patch-ac       Fri Feb 04 22:54:52 2005 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-ac,v 1.1 2005/02/04 22:54:52 adrianp Exp $
+
+--- ubase/uprintf.ml.orig      2005-01-12 18:52:27.000000000 +0100
++++ ubase/uprintf.ml   2005-01-12 18:52:53.000000000 +0100
+@@ -10,8 +10,8 @@
+ (*                                                                     *)
+ (***********************************************************************)
+ 
+-external format_int: string -> int -> string = "format_int"
+-external format_float: string -> float -> string = "format_float"
++external format_int: string -> int -> string = "caml_format_int"
++external format_float: string -> float -> string = "caml_format_float"
+ 
+ let fprintf outchan doafter format =
+   let format = (Obj.magic format : string) in



Home | Main Index | Thread Index | Old Index