summaryrefslogtreecommitdiff
path: root/net/unison/files/patch-Makefile.OCaml
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2023-04-28 14:32:11 +0200
committerGuido Falsi <madpilot@FreeBSD.org>2023-04-28 14:32:11 +0200
commitec146756a8a41040668a3a748aba17abd0a40068 (patch)
treeb0579d803bd7d314465ada2082480cdb75a4c790 /net/unison/files/patch-Makefile.OCaml
parentdevel/liblouis: Update to 3.25.0 (diff)
net/unison: Update to 2.53.3
Add patches to allow building with ocaml 4.07.1 [1]. Many thanks to Tõivo Leedjärv from upstream for providing them. Obtained from: https://github.com/tleedjarv/unison/commit/ad79ecf3c42e0f10b05c7cb8eb5671c66b8a09e9 https://github.com/tleedjarv/unison/commit/accfb998cc9afc95c0b13dac20d9b49ef9af7e8d https://github.com/tleedjarv/unison/commit/f9191b19dfaba01f5903ce36eb0258edef09964e
Diffstat (limited to 'net/unison/files/patch-Makefile.OCaml')
-rw-r--r--net/unison/files/patch-Makefile.OCaml18
1 files changed, 3 insertions, 15 deletions
diff --git a/net/unison/files/patch-Makefile.OCaml b/net/unison/files/patch-Makefile.OCaml
index 5df9f0758e48..330f26d01721 100644
--- a/net/unison/files/patch-Makefile.OCaml
+++ b/net/unison/files/patch-Makefile.OCaml
@@ -1,18 +1,6 @@
---- Makefile.OCaml.orig 2023-03-19 12:38:58 UTC
+--- Makefile.OCaml.orig 2023-04-24 16:49:02 UTC
+++ Makefile.OCaml
-@@ -34,7 +34,11 @@ ifeq ($(shell uname),NetBSD)
- else
- ifeq ($(shell uname),NetBSD)
- OSARCH=NetBSD
-+else
-+ifeq ($(shell uname),FreeBSD)
-+ OSARCH=FreeBSD
- endif
-+endif
- ifeq ($(shell uname),Linux)
- OSARCH=Linux
- endif
-@@ -271,7 +275,7 @@ OCAMLOBJS+=main.cmo
+@@ -248,7 +248,7 @@ OCAMLOBJS+=main.cmo
# OCaml libraries for the bytecode version
# File extensions will be substituted for the native code version
@@ -21,7 +9,7 @@
INCLFLAGS+=-I +unix -I +str
COBJS+=osxsupport$(OBJ_EXT) pty$(OBJ_EXT) bytearray_stubs$(OBJ_EXT) hash_compat$(OBJ_EXT) props_xattr$(OBJ_EXT) props_acl$(OBJ_EXT)
-@@ -332,6 +336,11 @@ ifeq ($(OSARCH),Linux)
+@@ -309,6 +309,11 @@ ifeq ($(OSARCH),Linux)
### Filesystem monitoring
ifeq ($(OSARCH),Linux)