summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorwiz <wiz>2012-12-13 09:14:52 +0000
committerwiz <wiz>2012-12-13 09:14:52 +0000
commit8dd73f076f7e276cd849b62b05760be22d897b3d (patch)
tree04b3c3cf0be2cd48865ba3d1403a3113ead9a65e /net
parent6368cf4b475add4276aac7a0b7a1280b216d1376 (diff)
downloadpkgsrc-8dd73f076f7e276cd849b62b05760be22d897b3d.tar.gz
Remove obsolete patch.
Diffstat (limited to 'net')
-rw-r--r--net/unison/patches/patch-update.ml21
1 files changed, 0 insertions, 21 deletions
diff --git a/net/unison/patches/patch-update.ml b/net/unison/patches/patch-update.ml
deleted file mode 100644
index dd74d04b1cd..00000000000
--- a/net/unison/patches/patch-update.ml
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-update.ml,v 1.1 2012/10/13 09:05:12 wiz Exp $
-
-r511 | vouillon | 2012-09-17 16:09:03 +0200 (Mon, 17 Sep 2012) | 3 lines
-
-* Use hash function from OCaml 3.x for comparing archives, even when
- compiled with OCaml 4.x
-
---- update.ml.orig 2010-04-15 17:29:31.000000000 +0000
-+++ update.ml
-@@ -248,9 +248,9 @@ let rec checkArchive
- (checkArchive false (n :: path) a h))
- children (Props.hash desc h)
- | ArchiveFile (desc, dig, _, ress) ->
-- Uutil.hash2 (Hashtbl.hash dig) (Props.hash desc h)
-+ Uutil.hash2 (Uutil.hash dig) (Props.hash desc h)
- | ArchiveSymlink content ->
-- Uutil.hash2 (Hashtbl.hash content) h
-+ Uutil.hash2 (Uutil.hash content) h
- | NoArchive ->
- 135
-