pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/unison2.40
Module Name: pkgsrc
Committed By: joerg
Date: Fri Jul 14 12:59:23 UTC 2017
Modified Files:
pkgsrc/net/unison2.40: distinfo
Added Files:
pkgsrc/net/unison2.40/patches: patch-system_system__generic.ml
Log Message:
Merge Ocaml compatibility fix from newer Unison.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/unison2.40/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/net/unison2.40/patches/patch-system_system__generic.ml
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/unison2.40/distinfo
diff -u pkgsrc/net/unison2.40/distinfo:1.3 pkgsrc/net/unison2.40/distinfo:1.4
--- pkgsrc/net/unison2.40/distinfo:1.3 Wed Nov 4 00:35:42 2015
+++ pkgsrc/net/unison2.40/distinfo Fri Jul 14 12:59:23 2017
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2015/11/04 00:35:42 agc Exp $
+$NetBSD: distinfo,v 1.4 2017/07/14 12:59:23 joerg Exp $
SHA1 (unison-2.40.128.tar.gz) = 392a573cbf331d71cac8ccb32f5440dceec88470
RMD160 (unison-2.40.128.tar.gz) = ad3f4191af957aef1084e3ea9b99c17777e35596
@@ -6,3 +6,4 @@ SHA512 (unison-2.40.128.tar.gz) = f33450
Size (unison-2.40.128.tar.gz) = 2717593 bytes
SHA1 (patch-Makefile.OCaml) = 2872f07e323f23375b0b7ea5ec17fe387fe22a0f
SHA1 (patch-aa) = dd1a001fb7071cd9141615b42a692e6d1d812081
+SHA1 (patch-system_system__generic.ml) = 02d4d678b8868a7237b0aecc3f4add74e1011fd0
Added files:
Index: pkgsrc/net/unison2.40/patches/patch-system_system__generic.ml
diff -u /dev/null pkgsrc/net/unison2.40/patches/patch-system_system__generic.ml:1.1
--- /dev/null Fri Jul 14 12:59:23 2017
+++ pkgsrc/net/unison2.40/patches/patch-system_system__generic.ml Fri Jul 14 12:59:23 2017
@@ -0,0 +1,13 @@
+$NetBSD: patch-system_system__generic.ml,v 1.1 2017/07/14 12:59:23 joerg Exp $
+
+--- system/system_generic.ml.orig 2017-07-12 22:40:13.071158899 +0000
++++ system/system_generic.ml
+@@ -57,7 +57,7 @@ let opendir f =
+ let readdir = Unix.readdir
+ let closedir = Unix.closedir
+ let readlink = Unix.readlink
+-let symlink = Unix.symlink
++let symlink s1 s2 = Unix.symlink s1 s2
+ let chdir = Sys.chdir
+ let getcwd = Sys.getcwd
+
Home |
Main Index |
Thread Index |
Old Index