pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
ocaml-gen: jbuilder -> dune
Module Name: pkgsrc-wip
Committed By: Maya Rashish <maya%NetBSD.org@localhost>
Pushed By: coypu
Date: Fri Nov 1 21:55:03 2019 +0200
Changeset: 610a727cff770076750e883904784b13693982b7
Modified Files:
ocaml-gen/Makefile
ocaml-gen/PLIST
Log Message:
ocaml-gen: jbuilder -> dune
jbuilder is deprecated, and conflicts with dune, so having a
jbuilder dependency is annoying.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=610a727cff770076750e883904784b13693982b7
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
ocaml-gen/Makefile | 2 +-
ocaml-gen/PLIST | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diffs:
diff --git a/ocaml-gen/Makefile b/ocaml-gen/Makefile
index 0018e03a0c..ba6ddfe043 100644
--- a/ocaml-gen/Makefile
+++ b/ocaml-gen/Makefile
@@ -12,7 +12,7 @@ HOMEPAGE= https://github.com/c-cube/gen/
COMMENT= Simple, efficient iterators for OCaml
LICENSE= 2-clause-bsd
-OCAML_USE_JBUILDER= yes
+OCAML_USE_DUNE= yes
TEST_TARGET= test
.include "../../mk/ocaml.mk"
diff --git a/ocaml-gen/PLIST b/ocaml-gen/PLIST
index 17fd34a090..816099402d 100644
--- a/ocaml-gen/PLIST
+++ b/ocaml-gen/PLIST
@@ -1,5 +1,6 @@
@comment $NetBSD$
${OCAML_SITELIB}/gen/META
+${OCAML_SITELIB}/gen/dune-package
${OCAML_SITELIB}/gen/gen.a
${OCAML_SITELIB}/gen/gen.cma
${OCAML_SITELIB}/gen/gen.cmi
@@ -8,7 +9,6 @@ ${OCAML_SITELIB}/gen/gen.cmti
${OCAML_SITELIB}/gen/gen.cmx
${OCAML_SITELIB}/gen/gen.cmxa
${OCAML_SITELIB}/gen/gen.cmxs
-${OCAML_SITELIB}/gen/gen.dune
${OCAML_SITELIB}/gen/gen.ml
${OCAML_SITELIB}/gen/gen.mli
${OCAML_SITELIB}/gen/genClone.cmi
Home |
Main Index |
Thread Index |
Old Index