head 1.4; access; symbols pkgsrc-2026Q3:1.4.0.46 pkgsrc-2026Q3-base:1.4 pkgsrc-2026Q2:1.4.0.44 pkgsrc-2026Q2-base:1.4 pkgsrc-2026Q1:1.4.0.42 pkgsrc-2026Q1-base:1.4 pkgsrc-2025Q4:1.4.0.40 pkgsrc-2025Q4-base:1.4 pkgsrc-2025Q3:1.4.0.38 pkgsrc-2025Q3-base:1.4 pkgsrc-2025Q2:1.4.0.36 pkgsrc-2025Q2-base:1.4 pkgsrc-2025Q1:1.4.0.34 pkgsrc-2025Q1-base:1.4 pkgsrc-2024Q4:1.4.0.32 pkgsrc-2024Q4-base:1.4 pkgsrc-2024Q3:1.4.0.30 pkgsrc-2024Q3-base:1.4 pkgsrc-2024Q2:1.4.0.28 pkgsrc-2024Q2-base:1.4 pkgsrc-2024Q1:1.4.0.26 pkgsrc-2024Q1-base:1.4 pkgsrc-2023Q4:1.4.0.24 pkgsrc-2023Q4-base:1.4 pkgsrc-2023Q3:1.4.0.22 pkgsrc-2023Q3-base:1.4 pkgsrc-2023Q2:1.4.0.20 pkgsrc-2023Q2-base:1.4 pkgsrc-2023Q1:1.4.0.18 pkgsrc-2023Q1-base:1.4 pkgsrc-2022Q4:1.4.0.16 pkgsrc-2022Q4-base:1.4 pkgsrc-2022Q3:1.4.0.14 pkgsrc-2022Q3-base:1.4 pkgsrc-2022Q2:1.4.0.12 pkgsrc-2022Q2-base:1.4 pkgsrc-2022Q1:1.4.0.10 pkgsrc-2022Q1-base:1.4 pkgsrc-2021Q4:1.4.0.8 pkgsrc-2021Q4-base:1.4 pkgsrc-2021Q3:1.4.0.6 pkgsrc-2021Q3-base:1.4 pkgsrc-2021Q2:1.4.0.4 pkgsrc-2021Q2-base:1.4 pkgsrc-2021Q1:1.4.0.2 pkgsrc-2021Q1-base:1.4 pkgsrc-2020Q4:1.3.0.14 pkgsrc-2020Q4-base:1.3 pkgsrc-2020Q3:1.3.0.12 pkgsrc-2020Q3-base:1.3 pkgsrc-2020Q2:1.3.0.10 pkgsrc-2020Q2-base:1.3 pkgsrc-2020Q1:1.3.0.6 pkgsrc-2020Q1-base:1.3 pkgsrc-2019Q4:1.3.0.8 pkgsrc-2019Q4-base:1.3 pkgsrc-2019Q3:1.3.0.4 pkgsrc-2019Q3-base:1.3 pkgsrc-2019Q2:1.3.0.2 pkgsrc-2019Q2-base:1.3 pkgsrc-2017Q2:1.1.0.10 pkgsrc-2017Q2-base:1.1 pkgsrc-2017Q1:1.1.0.8 pkgsrc-2017Q1-base:1.1 pkgsrc-2016Q4:1.1.0.6 pkgsrc-2016Q4-base:1.1 pkgsrc-2016Q3:1.1.0.4 pkgsrc-2016Q3-base:1.1 pkgsrc-2016Q2:1.1.0.2 pkgsrc-2016Q2-base:1.1; locks; strict; comment @# @; 1.4 date 2021.03.08.20.36.53; author jaapb; state Exp; branches; next 1.3; commitid HG2WH8obzNSgWxKC; 1.3 date 2019.05.15.09.01.03; author jaapb; state Exp; branches; next 1.2; commitid JlaWzpWdFSSuphnB; 1.2 date 2017.07.11.10.25.39; author jaapb; state dead; branches; next 1.1; commitid lbW7potlhYOGvNYz; 1.1 date 2016.06.19.10.07.47; author jaapb; state Exp; branches; next ; commitid ax0RcPMGBnFxQ3bz; desc @@ 1.4 log @Updated devel/ocaml-extlib to version 1.7.8. Changes include: * sync with OCaml 4.12 * breaking change: ExtList.find_map type updated to match stdlib (following deprecation in previous release) * breaking change: minimal (recommended) build of extlib now excludes Base64 module * String: fold_left and fold_right without allocations @ text @$NetBSD: patch-Makefile,v 1.3 2019/05/15 09:01:03 jaapb Exp $ Lift all, opt and cmxs targets to main Makefile --- Makefile.orig 2019-03-03 16:33:48.000000000 +0000 +++ Makefile @@@@ -10,8 +10,8 @@@@ endif .SUFFIXES: .PHONY: build clean test doc release install -build: - $(MAKE) -C src build +build all opt cmxs: + $(MAKE) -C src $@@ install: $(MAKE) -C src VERSION=$(VERSION) install @ 1.3 log @Changed devel/ocaml-extlib to build on non-opt archs, revbump @ text @d1 1 a1 1 $NetBSD$ d4 1 @ 1.2 log @Updated package to latest version, 1.7.2 (also changed distribution site). Changes include: 1.7.2 (2017-03-29) * sync with OCaml 4.05 1.7.1 (2016-11-11) * sync with OCaml 4.04 * add Hashtbl.Make for better compatibility @ text @d1 1 a1 1 $NetBSD: patch-Makefile,v 1.1 2016/06/19 10:07:47 jaapb Exp $ d3 2 a4 2 Do not call git for version stuff --- Makefile.orig 2015-08-29 23:24:19.000000000 +0000 d6 3 a8 1 @@@@ -1,5 +1,5 @@@@ d10 4 a13 3 -VERSION:=$(shell git describe --always --long) +#VERSION:=$(shell git describe --always --long) RELEASE:=1.7.0 d15 2 a16 1 ifndef VERSION @ 1.1 log @Updated package to latest version, 1.7.0. Also changed upstream (package moved to github). Changes include: * Switch to git and move repo to github * `-safe-string` compatibility * use cppo instead of camlp4 * allow to set the exit code in optParse * add new upstream functions in String @ text @d1 1 a1 1 $NetBSD$ @