pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/ocaml-conduit



Module Name:    pkgsrc
Committed By:   yyamano
Date:           Mon Jun 29 10:15:07 UTC 2020

Modified Files:
        pkgsrc/net/ocaml-conduit: Makefile options.mk

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


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/ocaml-conduit/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/ocaml-conduit/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/ocaml-conduit/Makefile
diff -u pkgsrc/net/ocaml-conduit/Makefile:1.3 pkgsrc/net/ocaml-conduit/Makefile:1.4
--- pkgsrc/net/ocaml-conduit/Makefile:1.3       Wed Apr  8 12:46:24 2020
+++ pkgsrc/net/ocaml-conduit/Makefile   Mon Jun 29 10:15:07 2020
@@ -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/}
 

Index: pkgsrc/net/ocaml-conduit/options.mk
diff -u pkgsrc/net/ocaml-conduit/options.mk:1.1 pkgsrc/net/ocaml-conduit/options.mk:1.2
--- pkgsrc/net/ocaml-conduit/options.mk:1.1     Mon Jul  1 16:01:36 2019
+++ pkgsrc/net/ocaml-conduit/options.mk Mon Jun 29 10:15:07 2020
@@ -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