Mon Apr 30 10:21:02 2018 UTC ()
unison2.51: Remove unnecessary patches. Update a comment.


(wiz)
diff -r1.1 -r1.2 pkgsrc/net/unison2.51/distinfo
diff -r1.1 -r1.2 pkgsrc/net/unison2.51/patches/patch-src_Makefile.OCaml
diff -r1.1 -r0 pkgsrc/net/unison2.51/patches/patch-src_fs.ml
diff -r1.1 -r0 pkgsrc/net/unison2.51/patches/patch-src_system_system__generic.ml
diff -r1.1 -r0 pkgsrc/net/unison2.51/patches/patch-src_system_system_intf.ml

cvs diff -r1.1 -r1.2 pkgsrc/net/unison2.51/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/net/unison2.51/Attic/distinfo 2018/04/30 10:14:29 1.1
+++ pkgsrc/net/unison2.51/Attic/distinfo 2018/04/30 10:21:02 1.2
@@ -1,12 +1,9 @@ @@ -1,12 +1,9 @@
1$NetBSD: distinfo,v 1.1 2018/04/30 10:14:29 wiz Exp $ 1$NetBSD: distinfo,v 1.2 2018/04/30 10:21:02 wiz Exp $
2 2
3SHA1 (unison-2.51.2.tar.gz) = 63e3b526254ab6356a3fabf74be533982c2962c2 3SHA1 (unison-2.51.2.tar.gz) = 63e3b526254ab6356a3fabf74be533982c2962c2
4RMD160 (unison-2.51.2.tar.gz) = d73c88be2a5c3c677939f4adede4c0f772ecff33 4RMD160 (unison-2.51.2.tar.gz) = d73c88be2a5c3c677939f4adede4c0f772ecff33
5SHA512 (unison-2.51.2.tar.gz) = 4ec4a1603ce5e561084dcd59621a0cc72c1ea40e3e23e36408c436c51bde3eb82774f671aba85c016f87982417800e8a27b978be59c92aa62ce9e4be1a072011 5SHA512 (unison-2.51.2.tar.gz) = 4ec4a1603ce5e561084dcd59621a0cc72c1ea40e3e23e36408c436c51bde3eb82774f671aba85c016f87982417800e8a27b978be59c92aa62ce9e4be1a072011
6Size (unison-2.51.2.tar.gz) = 1398790 bytes 6Size (unison-2.51.2.tar.gz) = 1398790 bytes
7SHA1 (patch-src_Makefile) = 3172ed284bea2d21ccb475439c53ce65a45b79f6 7SHA1 (patch-src_Makefile) = 3172ed284bea2d21ccb475439c53ce65a45b79f6
8SHA1 (patch-src_Makefile.OCaml) = 6c959562b218459e5986cb3d2af18261c6098b44 8SHA1 (patch-src_Makefile.OCaml) = df9c889fc892e66f48c769e72cbb1cea8da525fc
9SHA1 (patch-src_fs.ml) = 1d02f83d245466c0aad45a3261bba8149ed3db56 
10SHA1 (patch-src_system_system__generic.ml) = f1965308ec5da5fa0e55c449e263985a64c6f09f 
11SHA1 (patch-src_system_system_intf.ml) = 89b8598b364bee489b356f9cb3cb297d981b526e 
12SHA1 (patch-src_uigtk2.ml) = a9ef837e0289ba2d209a21df3102ed0267a52f9d 9SHA1 (patch-src_uigtk2.ml) = a9ef837e0289ba2d209a21df3102ed0267a52f9d

cvs diff -r1.1 -r1.2 pkgsrc/net/unison2.51/patches/Attic/patch-src_Makefile.OCaml (expand / switch to unified diff)

--- pkgsrc/net/unison2.51/patches/Attic/patch-src_Makefile.OCaml 2018/04/30 10:14:29 1.1
+++ pkgsrc/net/unison2.51/patches/Attic/patch-src_Makefile.OCaml 2018/04/30 10:21:02 1.2
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1$NetBSD: patch-src_Makefile.OCaml,v 1.1 2018/04/30 10:14:29 wiz Exp $ 1$NetBSD: patch-src_Makefile.OCaml,v 1.2 2018/04/30 10:21:02 wiz Exp $
2 2
3Correct lablgtk paths for 2.16, and use ocamlopt.opt for compilation 3Correct lablgtk paths for 2.16, and use ocamlopt.opt for compilation
4Add -unsafe-string for OCaml >= 4.06. 
5 4
6--- src/Makefile.OCaml.orig 2018-01-27 21:12:13.000000000 +0000 5--- src/Makefile.OCaml.orig 2018-01-27 21:12:13.000000000 +0000
7+++ src/Makefile.OCaml 6+++ src/Makefile.OCaml
8@@ -73,8 +73,8 @@ OCAMLLIBDIR=$(shell ocamlc -v | tail -1  7@@ -73,8 +73,8 @@ OCAMLLIBDIR=$(shell ocamlc -v | tail -1
9 # 8 #
10 # This should be set to an appropriate value automatically, depending 9 # This should be set to an appropriate value automatically, depending
11 # on whether the lablgtk library is available 10 # on whether the lablgtk library is available
12-LABLGTKLIB=$(OCAMLLIBDIR)/lablgtk 11-LABLGTKLIB=$(OCAMLLIBDIR)/lablgtk
13-LABLGTK2LIB=$(OCAMLLIBDIR)/lablgtk2 12-LABLGTK2LIB=$(OCAMLLIBDIR)/lablgtk2
14+LABLGTKLIB=$(OCAMLLIBDIR)/site-lib/lablgtk 13+LABLGTKLIB=$(OCAMLLIBDIR)/site-lib/lablgtk
15+LABLGTK2LIB=$(OCAMLLIBDIR)/site-lib/lablgtk2 14+LABLGTK2LIB=$(OCAMLLIBDIR)/site-lib/lablgtk2
16 ##BCP [3/2007]: Removed temporarily, since the OSX UI is not working well 15 ##BCP [3/2007]: Removed temporarily, since the OSX UI is not working well
17 ## at the moment and we don't want to confuse people by building it by default 16 ## at the moment and we don't want to confuse people by building it by default

File Deleted: pkgsrc/net/unison2.51/patches/Attic/patch-src_fs.ml

File Deleted: pkgsrc/net/unison2.51/patches/Attic/patch-src_system_system__generic.ml

File Deleted: pkgsrc/net/unison2.51/patches/Attic/patch-src_system_system_intf.ml