unison: update to 2.40.63

This commit is contained in:
Juergen Daubert 2011-04-18 11:35:57 +02:00
parent b992f6700a
commit 04b0d8aafb
3 changed files with 5 additions and 23 deletions

View File

@ -1,2 +1 @@
0701f095c1721776a0454b94607eda48 unison-2.32.52.tar.gz
77b47f43c2953f09ed53989f4b7d37db unison-2.32.52_ocaml-3.12.patch
3281207850cf6f0a17fe73f371893bd3 unison-2.40.63.tar.gz

View File

@ -5,15 +5,13 @@
# Depends on: ocaml
name=unison
version=2.32.52
release=2
source=(http://www.cis.upenn.edu/~bcpierce/unison/download/releases/$name-$version/$name-$version.tar.gz
$name-${version}_ocaml-3.12.patch)
version=2.40.63
release=1
source=(http://www.cis.upenn.edu/~bcpierce/unison/download/releases/$name-$version/$name-$version.tar.gz)
build() {
cd $name-$version
patch -p1 -i $SRC/$name-${version}_ocaml-3.12.patch
unset CFLAGS CXXFLAGS
make -j1 UISTYLE=text THREADS=true
make -j1 UISTYLE=text THREADS=true unison
install -D -m 755 unison $PKG/usr/bin/unison
}

View File

@ -1,15 +0,0 @@
# http://lists.seas.upenn.edu/pipermail/unison-hackers/2010-July/001437.html
# http://tech.groups.yahoo.com/group/unison-users/message/9348
diff -Nru unison-2.32.52.orig/update.mli unison-2.32.52/update.mli
--- unison-2.32.52.orig/update.mli 2010-08-29 19:47:19.747218034 +0200
+++ unison-2.32.52/update.mli 2010-08-29 19:48:14.182482609 +0200
@@ -1,7 +1,7 @@
(* Unison file synchronizer: src/update.mli *)
(* Copyright 1999-2009, Benjamin C. Pierce (see COPYING for details) *)
-module NameMap : Map.S with type key = Name.t
+module NameMap : MyMap.S with type key = Name.t
type archive =
ArchiveDir of Props.t * archive NameMap.t