summaryrefslogtreecommitdiff
path: root/lang/ocaml/patches/patch-stdlib_Makefile.shared
diff options
context:
space:
mode:
authorjaapb <jaapb@pkgsrc.org>2015-08-07 11:16:30 +0000
committerjaapb <jaapb@pkgsrc.org>2015-08-07 11:16:30 +0000
commit5713c4a0c96e3b9d1e438339a51456b0d090b9bf (patch)
treeb0dad9320065936319e6614d3c45cd3bef7fca7a /lang/ocaml/patches/patch-stdlib_Makefile.shared
parente15a61c0aef9ba62c18aa650ed7e18db7f69e3cc (diff)
downloadpkgsrc-5713c4a0c96e3b9d1e438339a51456b0d090b9bf.tar.gz
This is an update of lang/ocaml to its latest version, 4.02.3. Changes
include: Bug fixes: - Top-level custom printing for GADTs: interface change in 4.02.2 (Grégoire Henry, report by Jeremy Yallop) - corrupted final_table (ygrek) - R#6926: Regression: ocamldoc lost unattached comment (Damien Doligez, report by François Bobot) - Aliased result type of GADT constructor results in assertion failure (Jacques Garrigue) Feature wishes: - PR#6691: install .cmt[i] files for stdlib and compiler-libs (David Sheets, request by Gabriel Radanne) - New primitive: caml_alloc_dummy_function (Hugo Heuzard)
Diffstat (limited to 'lang/ocaml/patches/patch-stdlib_Makefile.shared')
-rw-r--r--lang/ocaml/patches/patch-stdlib_Makefile.shared23
1 files changed, 17 insertions, 6 deletions
diff --git a/lang/ocaml/patches/patch-stdlib_Makefile.shared b/lang/ocaml/patches/patch-stdlib_Makefile.shared
index 9408518d531..7b57834aff8 100644
--- a/lang/ocaml/patches/patch-stdlib_Makefile.shared
+++ b/lang/ocaml/patches/patch-stdlib_Makefile.shared
@@ -1,14 +1,25 @@
-$NetBSD: patch-stdlib_Makefile.shared,v 1.3 2015/06/30 11:08:47 jaapb Exp $
+$NetBSD: patch-stdlib_Makefile.shared,v 1.4 2015/08/07 11:16:30 jaapb Exp $
Use BSD_INSTALL_* instead of mkdir and cp
---- stdlib/Makefile.shared.orig 2015-05-12 14:46:37.000000000 +0000
+--- stdlib/Makefile.shared.orig 2015-07-20 14:10:11.000000000 +0000
+++ stdlib/Makefile.shared
-@@ -45,7 +45,7 @@ all: stdlib.cma std_exit.cmo camlheader
+@@ -45,16 +45,16 @@ all: stdlib.cma std_exit.cmo camlheader
INSTALL_LIBDIR=$(DESTDIR)$(LIBDIR)
install: install-$(RUNTIMED)
-- cp stdlib.cma std_exit.cmo *.cmi *.mli *.ml camlheader_ur \
-+ $(BSD_INSTALL_DATA) stdlib.cma std_exit.cmo *.cmi *.mli *.ml camlheader_ur \
+- cp stdlib.cma std_exit.cmo *.cmi *.cmt *.cmti *.mli *.ml \
++ $(BSD_INSTALL_DATA) stdlib.cma std_exit.cmo *.cmi *.cmt *.cmti *.mli *.ml \
+ camlheader_ur \
$(INSTALL_LIBDIR)
- cp target_camlheader $(INSTALL_LIBDIR)/camlheader
+- cp target_camlheader $(INSTALL_LIBDIR)/camlheader
++ $(BSD_INSTALL_DATA) target_camlheader $(INSTALL_LIBDIR)/camlheader
+ install-noruntimed:
+ .PHONY: install-noruntimed
+
+ install-runtimed: target_camlheaderd
+- cp target_camlheaderd $(INSTALL_LIBDIR)/camlheaderd
++ $(BSD_INSTALL_DATA) target_camlheaderd $(INSTALL_LIBDIR)/camlheaderd
+ .PHONY: install-runtimed
+
+ stdlib.cma: $(OBJS)