pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/unison-devel - Patch unison-devel so it now works ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/013ca23fd382
branches: trunk
changeset: 488613:013ca23fd382
user: adrianp <adrianp%pkgsrc.org@localhost>
date: Fri Feb 04 22:58:09 2005 +0000
description:
- Patch unison-devel so it now works with ocaml 3.08.2
- Bump to nb3
- Thanks to Antoine Reilles for supplying the patch
diffstat:
net/unison-devel/Makefile | 5 +++--
net/unison-devel/distinfo | 3 ++-
net/unison-devel/patches/patch-ad | 15 +++++++++++++++
3 files changed, 20 insertions(+), 3 deletions(-)
diffs (54 lines):
diff -r 6d631fbde21d -r 013ca23fd382 net/unison-devel/Makefile
--- a/net/unison-devel/Makefile Fri Feb 04 22:55:54 2005 +0000
+++ b/net/unison-devel/Makefile Fri Feb 04 22:58:09 2005 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2004/12/24 17:21:01 jmmv Exp $
+# $NetBSD: Makefile,v 1.6 2005/02/04 22:58:09 adrianp Exp $
DISTNAME= src
PKGNAME= unison-2.9.20
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= net
MASTER_SITES= http://www.cis.upenn.edu/~bcpierce/unison/download/beta-test/latest/
@@ -11,6 +11,7 @@
COMMENT= File-synchronization tool
PKG_INSTALLATION_TYPES= overwrite pkgviews
+BUILDLINK_DEPENDS.ocaml+= ocaml>=3.08.2
DIST_SUBDIR= ${PKGNAME_NOREV}
diff -r 6d631fbde21d -r 013ca23fd382 net/unison-devel/distinfo
--- a/net/unison-devel/distinfo Fri Feb 04 22:55:54 2005 +0000
+++ b/net/unison-devel/distinfo Fri Feb 04 22:58:09 2005 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.2 2004/01/27 11:05:42 jlam Exp $
+$NetBSD: distinfo,v 1.3 2005/02/04 22:58:09 adrianp Exp $
SHA1 (unison-2.9.20/src.tar.gz) = 23d48f8dbcb2064241518375185bd2e7f50ab30f
Size (unison-2.9.20/src.tar.gz) = 363079 bytes
SHA1 (patch-aa) = 0b11802fb208e10fa07792738935761a170c0242
SHA1 (patch-ab) = 181f0e0823c3a27f91bf97726afd2ad91f18cbaf
SHA1 (patch-ac) = 254e997bfe7dff442722ad94a78c3a50f180dbc0
+SHA1 (patch-ad) = ad39edfff8ec01051ed1c72ac7337d4a6836e1b3
diff -r 6d631fbde21d -r 013ca23fd382 net/unison-devel/patches/patch-ad
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/unison-devel/patches/patch-ad Fri Feb 04 22:58:09 2005 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-ad,v 1.1 2005/02/04 22:58:09 adrianp Exp $
+
+--- ubase/uprintf.ml.orig 2005-01-12 18:56:29.000000000 +0100
++++ ubase/uprintf.ml 2005-01-12 18:56:48.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