head 1.3; access; symbols pkgsrc-2022Q4:1.2.0.8 pkgsrc-2022Q4-base:1.2 pkgsrc-2022Q3:1.2.0.6 pkgsrc-2022Q3-base:1.2 pkgsrc-2022Q2:1.2.0.4 pkgsrc-2022Q2-base:1.2 pkgsrc-2022Q1:1.2.0.2 pkgsrc-2022Q1-base:1.2 pkgsrc-2021Q4:1.1.0.8 pkgsrc-2021Q4-base:1.1 pkgsrc-2021Q3:1.1.0.6 pkgsrc-2021Q3-base:1.1 pkgsrc-2021Q2:1.1.0.4 pkgsrc-2021Q2-base:1.1 pkgsrc-2021Q1:1.1.0.2 pkgsrc-2021Q1-base:1.1; locks; strict; comment @# @; 1.3 date 2023.01.09.14.24.40; author wiz; state dead; branches; next 1.2; commitid IruH0b5YzZK3iS8E; 1.2 date 2022.02.02.14.35.34; author wiz; state Exp; branches; next 1.1; commitid E4onHh6g0IAnj3rD; 1.1 date 2021.03.18.08.30.43; author jaapb; state Exp; branches; next ; commitid qldqtwdzUJOoBLLC; desc @@ 1.3 log @ocaml-findlib: update to 1.9.6. Summary of changes not found, 9 months of commits. @ text @$NetBSD: patch-src_findlib-toolbox_Makefile,v 1.2 2022/02/02 14:35:34 wiz Exp $ use BSD install commands --- src/findlib-toolbox/Makefile.orig 2022-01-19 22:39:27.000000000 +0000 +++ src/findlib-toolbox/Makefile @@@@ -13,7 +13,7 @@@@ make_wizard$(EXEC_SUFFIX): make_wizard.m findlib.cma make_wizard.ml install: - cp make_wizard$(EXEC_SUFFIX) make_wizard.pattern $(prefix)$(OCAML_SITELIB)/findlib + $(BSD_INSTALL_SCRIPT) make_wizard$(EXEC_SUFFIX) make_wizard.pattern $(prefix)$(OCAML_SITELIB)/findlib # uninstall: Nothing to do, because the removal of the findlib core also # deinstalls the make_wizard @ 1.2 log @ocaml-findlib: use upstream DESTDIR variable called 'prefix' Bump PKGREVISION to be on the safe side. @ text @d1 1 a1 1 $NetBSD: patch-src_findlib-toolbox_Makefile,v 1.1 2021/03/18 08:30:43 jaapb Exp $ @ 1.1 log @Updated devel/ocaml-findlib to version 1.9.1. Changes are mostly incremental (compatibility issues, bugfixes). @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 Install into DESTDIR, use BSD install commands d5 1 a5 1 --- src/findlib-toolbox/Makefile.orig 2021-03-16 11:43:01.000000000 +0000 d12 1 a12 1 + $(BSD_INSTALL_SCRIPT) make_wizard$(EXEC_SUFFIX) make_wizard.pattern $(DESTDIR)$(prefix)$(OCAML_SITELIB)/findlib @