Update ocaml-camlp5 which will allow an update of ocaml to 4.11.1.
ok?
diff -x CVS -Nur ocaml-camlp5/Makefile ocaml-camlp5.wip/Makefile
--- ocaml-camlp5/Makefile Tue Jun 9 13:34:14 2020
+++ ocaml-camlp5.wip/Makefile Sat Oct 3 22:27:42 2020
@@ -1,7 +1,6 @@
# $OpenBSD: Makefile,v 1.9 2020/06/09 17:34:14 chrisz Exp $
-V = 7.11
-REVISION = 0
+V = 7.13
COMMENT = OCaml Preprocessor and Pretty-Printer
DISTFILES = camlp5-rel${V}{rel${V:S/.//}}${EXTRACT_SUFX}
PKGNAME = ocaml-camlp5-${V}
diff -x CVS -Nur ocaml-camlp5/distinfo ocaml-camlp5.wip/distinfo
--- ocaml-camlp5/distinfo Tue Feb 18 17:45:52 2020
+++ ocaml-camlp5.wip/distinfo Sat Oct 3 22:27:46 2020
@@ -1,2 +1,2 @@
-SHA256 (camlp5-rel7.11.tar.gz) = oEi44P6yoQWBh4JPyctrVfLFt4jEPBXW2wkNeJxxIbo=
-SIZE (camlp5-rel7.11.tar.gz) = 878224
+SHA256 (camlp5-rel7.13.tar.gz) = vHOogQVS+9DJBTZKujTbpG48ra5IP4nn45+n99O+cgw=
+SIZE (camlp5-rel7.13.tar.gz) = 1031832
diff -x CVS -Nur ocaml-camlp5/patches/patch-Makefile ocaml-camlp5.wip/patches/patch-Makefile
--- ocaml-camlp5/patches/patch-Makefile Wed Dec 31 19:00:00 1969
+++ ocaml-camlp5.wip/patches/patch-Makefile Sat Oct 3 22:46:51 2020
@@ -0,0 +1,14 @@
+$OpenBSD$
+
+Index: Makefile
+--- Makefile.orig
++++ Makefile
+@@ -57,7 +57,7 @@ install:
+ for i in $(DIRS) compile; do \
+ (cd $$i; $(MAKE) install DESTDIR=$(DESTDIR); cd ..); \
+ done
+- cp etc/topfind.camlp5 `ocamlc -where`/. || true
++ cp etc/topfind.camlp5 $(DESTDIR)/`ocamlc -where`/. || true
+
+ uninstall:
+ @if test -z "$(LIBDIR)"; then \
diff -x CVS -Nur ocaml-camlp5/pkg/PLIST ocaml-camlp5.wip/pkg/PLIST
--- ocaml-camlp5/pkg/PLIST Tue Feb 18 17:45:52 2020
+++ ocaml-camlp5.wip/pkg/PLIST Sat Oct 3 22:49:23 2020
@@ -102,6 +102,7 @@
lib/ocaml/camlp5/token.cmi
lib/ocaml/camlp5/token.mli
lib/ocaml/camlp5/versdep.cmi
+lib/ocaml/topfind.camlp5
@man man/man1/camlp5.1
@man man/man1/camlp5o.1
@man man/man1/camlp5o.opt.1
No comments:
Post a Comment