Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/ocaml-conduit Enable async and lwt options to fix ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/72918c216c05
branches:  trunk
changeset: 434942:72918c216c05
user:      yyamano <yyamano%pkgsrc.org@localhost>
date:      Mon Jun 29 10:15:07 2020 +0000

description:
Enable async and lwt options to fix www/ocaml-cohttp build errors.
Bump PKGREVISION.
OK'ed by jaapb and gdt.

diffstat:

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

diffs (28 lines):

diff -r df042a8a5a77 -r 72918c216c05 net/ocaml-conduit/Makefile
--- a/net/ocaml-conduit/Makefile        Mon Jun 29 09:08:43 2020 +0000
+++ b/net/ocaml-conduit/Makefile        Mon Jun 29 10:15:07 2020 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2020/04/08 12:46:24 jaapb Exp $
+# $NetBSD: Makefile,v 1.4 2020/06/29 10:15:07 yyamano Exp $
 
 GITHUB_PROJECT=        ocaml-conduit
 GITHUB_TAG=    v${PKGVERSION_NOREV}
 DISTNAME=      ${GITHUB_PROJECT}-2.1.0
+PKGREVISION=   1
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=mirage/}
 
diff -r df042a8a5a77 -r 72918c216c05 net/ocaml-conduit/options.mk
--- a/net/ocaml-conduit/options.mk      Mon Jun 29 09:08:43 2020 +0000
+++ b/net/ocaml-conduit/options.mk      Mon Jun 29 10:15:07 2020 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.1 2019/07/01 16:01:36 jaapb Exp $
+# $NetBSD: options.mk,v 1.2 2020/06/29 10:15:07 yyamano Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.ocaml-conduit
 PKG_SUPPORTED_OPTIONS= async lwt
-PKG_SUGGESTED_OPTIONS=
+PKG_SUGGESTED_OPTIONS= async lwt
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index