pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/ocaml-cohttp ocaml-cohttp: add missing ocaml-jsonm...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4cfdc54ac451
branches:  trunk
changeset: 380302:4cfdc54ac451
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jun 03 09:25:20 2022 +0000

description:
ocaml-cohttp: add missing ocaml-jsonm dependency

Fixes build

diffstat:

 www/ocaml-cohttp/Makefile   |  3 ++-
 www/ocaml-cohttp/options.mk |  4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (35 lines):

diff -r a461d5a73f6f -r 4cfdc54ac451 www/ocaml-cohttp/Makefile
--- a/www/ocaml-cohttp/Makefile Fri Jun 03 08:51:35 2022 +0000
+++ b/www/ocaml-cohttp/Makefile Fri Jun 03 09:25:20 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2022/05/24 18:59:36 jaapb Exp $
+# $NetBSD: Makefile,v 1.8 2022/06/03 09:25:20 wiz Exp $
 
 DISTNAME=      ${GITHUB_PROJECT}-5.0.0
 CATEGORIES=    www
@@ -25,6 +25,7 @@
 .include "../../devel/ocaml-re/buildlink3.mk"
 .include "../../devel/ocaml-sexplib0/buildlink3.mk"
 .include "../../devel/ocaml-stringext/buildlink3.mk"
+.include "../../textproc/ocaml-jsonm/buildlink3.mk"
 .include "../../www/ocaml-uri/buildlink3.mk"
 .include "../../lang/ocaml/ocaml.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r a461d5a73f6f -r 4cfdc54ac451 www/ocaml-cohttp/options.mk
--- a/www/ocaml-cohttp/options.mk       Fri Jun 03 08:51:35 2022 +0000
+++ b/www/ocaml-cohttp/options.mk       Fri Jun 03 09:25:20 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2022/05/11 14:16:37 jaapb Exp $
+# $NetBSD: options.mk,v 1.4 2022/06/03 09:25:20 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.ocaml-cohttp
 PKG_SUPPORTED_OPTIONS= lwt js_of_ocaml # async
@@ -21,7 +21,7 @@
 #.include "../../devel/ocaml-base/buildlink3.mk"
 #.include "../../devel/ocaml-core_unix/buildlink3.mk"
 #.include "../../net/ocaml-ipaddr/buildlink3.mk"
-#PLIST.async=  yes
+#PLIST.async=          yes
 #DUNE_BUILD_PACKAGES+= cohttp-async
 #OPAM_INSTALL_FILES+=  cohttp-async
 #OCAML_FINDLIB_DIRS+=  cohttp-async



Home | Main Index | Thread Index | Old Index