pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ocamlbuild
Module Name: pkgsrc
Committed By: wiz
Date: Sun Jan 19 19:27:18 UTC 2025
Modified Files:
pkgsrc/devel/ocamlbuild: Makefile PLIST distinfo
Log Message:
ocamlbuild: update to 0.15.0.
0.15.0 (29 Jun 2024):
----------------------
OCamlbuild 0.15.0 comes with first class support for native Windows ports of OCaml
(MinGW64-w64 and MSVC). This support was historically provided by
[opam-repository-mingw](https://fdopen.github.io/opam-repository-mingw/).
- Misc: restore CI (unix, macos, windows)
(#328, #329, #336, #349 by Hugo Heuzard)
* Remove degraded mode for windows
(#333 by Hugo Heuzard)
- Remove light mode (#332 by Hugo Heuzard)
- Make the codebase work on windows native
(#329, #333, #334, #338, #339, #342, #343, #344 by Hugo Heuzard)
* No longer treat empty path in PATH env variable as the current working directory
(#339 by Hugo Heuzard)
- Emit a warning if several calls are made to
`Ocamlbuild_plugin.dispatch` -- all calls before the last one are
ignored, which may not be what users expect.
(#30 by Gabriel Scherer, review by whitequark)
- Rename user-rebindable {LINK,COMP}FLAGS into OCB_{LINK,COMP}FLAGS
(#303 by Gabriel Scherer)
0.14.3 (20 Dec 2023):
---------------------
- Add OCaml 5.2 support
(#325 by Hugo Heuzard)
- Quote Makefile arguments to allow spaces in paths, especially on Windows.
Documented in #321 (#324 by Jonah Beckford)
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/ocamlbuild/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ocamlbuild/PLIST
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/ocamlbuild/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/ocamlbuild/Makefile
diff -u pkgsrc/devel/ocamlbuild/Makefile:1.17 pkgsrc/devel/ocamlbuild/Makefile:1.18
--- pkgsrc/devel/ocamlbuild/Makefile:1.17 Wed Apr 26 16:15:25 2023
+++ pkgsrc/devel/ocamlbuild/Makefile Sun Jan 19 19:27:17 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2023/04/26 16:15:25 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2025/01/19 19:27:17 wiz Exp $
-DISTNAME= ocamlbuild-0.14.2
+DISTNAME= ocamlbuild-0.15.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=ocaml/}
Index: pkgsrc/devel/ocamlbuild/PLIST
diff -u pkgsrc/devel/ocamlbuild/PLIST:1.3 pkgsrc/devel/ocamlbuild/PLIST:1.4
--- pkgsrc/devel/ocamlbuild/PLIST:1.3 Wed Jan 10 16:13:18 2018
+++ pkgsrc/devel/ocamlbuild/PLIST Sun Jan 19 19:27:18 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2018/01/10 16:13:18 jaapb Exp $
+@comment $NetBSD: PLIST,v 1.4 2025/01/19 19:27:18 wiz Exp $
bin/ocamlbuild
bin/ocamlbuild.byte
${PLIST.ocaml-opt}bin/ocamlbuild.native
@@ -6,9 +6,6 @@ ${OCAML_SITELIB}/ocamlbuild/META
${OCAML_SITELIB}/ocamlbuild/ocamlbuild.cmo
${PLIST.ocaml-opt}${OCAML_SITELIB}/ocamlbuild/ocamlbuild.cmx
${PLIST.ocaml-opt}${OCAML_SITELIB}/ocamlbuild/ocamlbuild.o
-${OCAML_SITELIB}/ocamlbuild/ocamlbuild_executor.cmi
-${PLIST.ocaml-opt}${OCAML_SITELIB}/ocamlbuild/ocamlbuild_executor.cmx
-${PLIST.ocaml-opt}${OCAML_SITELIB}/ocamlbuild/ocamlbuild_executor.o
${OCAML_SITELIB}/ocamlbuild/ocamlbuild_pack.cmi
${PLIST.ocaml-opt}${OCAML_SITELIB}/ocamlbuild/ocamlbuild_pack.cmx
${OCAML_SITELIB}/ocamlbuild/ocamlbuild_plugin.cmi
Index: pkgsrc/devel/ocamlbuild/distinfo
diff -u pkgsrc/devel/ocamlbuild/distinfo:1.11 pkgsrc/devel/ocamlbuild/distinfo:1.12
--- pkgsrc/devel/ocamlbuild/distinfo:1.11 Wed Apr 26 16:15:25 2023
+++ pkgsrc/devel/ocamlbuild/distinfo Sun Jan 19 19:27:18 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2023/04/26 16:15:25 wiz Exp $
+$NetBSD: distinfo,v 1.12 2025/01/19 19:27:18 wiz Exp $
-BLAKE2s (ocamlbuild-0.14.2.tar.gz) = 0f58e636001f209904935ef3d8bf821f8bf42dab29554ea1092d3b4783ca83ad
-SHA512 (ocamlbuild-0.14.2.tar.gz) = f568bf10431a1f701e8bd7554dc662400a0d978411038bbad93d44dceab02874490a8a5886a9b44e017347e7949997f13f5c3752f74e1eb5e273d2beb19a75fd
-Size (ocamlbuild-0.14.2.tar.gz) = 199293 bytes
+BLAKE2s (ocamlbuild-0.15.0.tar.gz) = 533f1aad2207f4e145f11c10ddbb94f075da47fa0d88e1c7e27a5aedfe1bf1d9
+SHA512 (ocamlbuild-0.15.0.tar.gz) = c8311a9a78491bf759eb27153d6ba4692d27cd935759a145f96a8ba8f3c2e97cef54e7d654ed1c2c07c74f60482a4fef5224e26d0f04450e69cdcb9418c762d3
+Size (ocamlbuild-0.15.0.tar.gz) = 201971 bytes
Home |
Main Index |
Thread Index |
Old Index