Download raw body.
ocaml 4.12.1 -> 4.13.1
On Sun, Dec 31 2023, Daniel Dickman <didickman@gmail.com> wrote: > Hi Anil, > > Here is an update of ocaml to 4.13.1. I've tested that all ocaml ports > still build and the ones I use still seem to work ok. > > ok for the below? Yesterday I was wondering about the state of our lang/ocaml, thanks for this update. ;) For next updates, you folks may Cc me so that I can test packaging on a non-native arch. Or leave folks on ports@ more time to test, dunno. I had to commit this fix a few minutes ago to unbreak packaging on non-native archs. Index: pkg/PFRAG.native =================================================================== RCS file: /cvs/ports/lang/ocaml/pkg/PFRAG.native,v diff -u -p -r1.23 PFRAG.native --- pkg/PFRAG.native 1 Jan 2024 18:14:59 -0000 1.23 +++ pkg/PFRAG.native 1 Jan 2024 19:16:09 -0000 @@ -255,6 +255,9 @@ lib/ocaml/compiler-libs/emitaux.cmx lib/ocaml/compiler-libs/emitaux.mli lib/ocaml/compiler-libs/emitcode.cmx lib/ocaml/compiler-libs/env.cmx +lib/ocaml/compiler-libs/emitenv.cmi +lib/ocaml/compiler-libs/emitenv.cmti +lib/ocaml/compiler-libs/emitenv.mli lib/ocaml/compiler-libs/envaux.cmx lib/ocaml/compiler-libs/errors.cmx lib/ocaml/compiler-libs/errortrace.cmx Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/lang/ocaml/pkg/PLIST,v diff -u -p -r1.33 PLIST --- pkg/PLIST 1 Jan 2024 18:14:59 -0000 1.33 +++ pkg/PLIST 1 Jan 2024 19:16:31 -0000 @@ -309,9 +309,6 @@ lib/ocaml/compiler-libs/emitcode.cmi lib/ocaml/compiler-libs/emitcode.cmt lib/ocaml/compiler-libs/emitcode.cmti lib/ocaml/compiler-libs/emitcode.mli -lib/ocaml/compiler-libs/emitenv.cmi -lib/ocaml/compiler-libs/emitenv.cmti -lib/ocaml/compiler-libs/emitenv.mli lib/ocaml/compiler-libs/env.cmi lib/ocaml/compiler-libs/env.cmt lib/ocaml/compiler-libs/env.cmti -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE
ocaml 4.12.1 -> 4.13.1