pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ocaml-logs



Module Name:    pkgsrc
Committed By:   yyamano
Date:           Mon Jun 29 10:19:26 UTC 2020

Modified Files:
        pkgsrc/devel/ocaml-logs: Makefile options.mk

Log Message:
Enable lwt option 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.4 -r1.5 pkgsrc/devel/ocaml-logs/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ocaml-logs/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/devel/ocaml-logs/Makefile
diff -u pkgsrc/devel/ocaml-logs/Makefile:1.4 pkgsrc/devel/ocaml-logs/Makefile:1.5
--- pkgsrc/devel/ocaml-logs/Makefile:1.4        Thu Apr 30 13:29:07 2020
+++ pkgsrc/devel/ocaml-logs/Makefile    Mon Jun 29 10:19:26 2020
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2020/04/30 13:29:07 jaapb Exp $
+# $NetBSD: Makefile,v 1.5 2020/06/29 10:19:26 yyamano Exp $
 
 DISTNAME=      logs-0.7.0
 PKGNAME=       ocaml-${DISTNAME}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    devel
 MASTER_SITES=  https://erratique.ch/software/logs/releases/
 EXTRACT_SUFX=  .tbz

Index: pkgsrc/devel/ocaml-logs/options.mk
diff -u pkgsrc/devel/ocaml-logs/options.mk:1.1 pkgsrc/devel/ocaml-logs/options.mk:1.2
--- pkgsrc/devel/ocaml-logs/options.mk:1.1      Tue Mar 19 11:25:41 2019
+++ pkgsrc/devel/ocaml-logs/options.mk  Mon Jun 29 10:19:26 2020
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.1 2019/03/19 11:25:41 jaapb Exp $
+# $NetBSD: options.mk,v 1.2 2020/06/29 10:19:26 yyamano Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.ocaml-logs
 PKG_SUPPORTED_OPTIONS= fmt cmdliner lwt js_of_ocaml
-PKG_SUGGESTED_OPTIONS= fmt cmdliner
+PKG_SUGGESTED_OPTIONS= fmt cmdliner lwt
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index