pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/misc/ocaml-opam-file-format
Module Name: pkgsrc
Committed By: gdt
Date: Sun Mar 1 23:37:31 UTC 2026
Modified Files:
pkgsrc/misc/ocaml-opam-file-format: Makefile
Log Message:
misc/ocaml-opam-file-format: Add more notes about upgrade woes
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/misc/ocaml-opam-file-format/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/misc/ocaml-opam-file-format/Makefile
diff -u pkgsrc/misc/ocaml-opam-file-format/Makefile:1.20 pkgsrc/misc/ocaml-opam-file-format/Makefile:1.21
--- pkgsrc/misc/ocaml-opam-file-format/Makefile:1.20 Sun Mar 1 23:00:54 2026
+++ pkgsrc/misc/ocaml-opam-file-format/Makefile Sun Mar 1 23:37:31 2026
@@ -1,8 +1,11 @@
-# $NetBSD: Makefile,v 1.20 2026/03/01 23:00:54 gdt Exp $
+# $NetBSD: Makefile,v 1.21 2026/03/01 23:37:31 gdt Exp $
# Updating to 2.2.0 is blocked on
# https://github.com/ocaml/opam-file-format/issues/64
+# Updating to 2.2.0 is blocked on a dependency cycle created by
+# upstream dropping Makefile support.
+
VERSION= 2.1.6
GITHUB_PROJECT= opam-file-format
GITHUB_TAG= ${VERSION:S/_/-/}
@@ -21,6 +24,8 @@ USE_TOOLS+= gmake
# 2.2.0 OCAML_USE_DUNE= yes
OCAML_USE_FINDLIB= yes
+# 2.2.0 TOOL_DEPENDS devle/menhir
+
INSTALL_ENV+= LIBDIR=${PREFIX}/${OCAML_SITELIBDIR}
.include "../../lang/ocaml/ocaml.mk"
Home |
Main Index |
Thread Index |
Old Index