pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/ocaml-time_now



Module Name:    pkgsrc
Committed By:   mef
Date:           Wed May 29 03:15:06 UTC 2019

Modified Files:
        pkgsrc/time/ocaml-time_now: Makefile

Log Message:
(time/ocaml-time_now) Add BUILD_DEPENDS+= bash to fix following problem

===> Building for ocaml-time_now-0.12.0
I need bash to interpret (bash ...) actions but I couldn't find it :(
*** Error code 1


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/time/ocaml-time_now/Makefile

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

Modified files:

Index: pkgsrc/time/ocaml-time_now/Makefile
diff -u pkgsrc/time/ocaml-time_now/Makefile:1.1 pkgsrc/time/ocaml-time_now/Makefile:1.2
--- pkgsrc/time/ocaml-time_now/Makefile:1.1     Wed Mar 13 11:50:24 2019
+++ pkgsrc/time/ocaml-time_now/Makefile Wed May 29 03:15:05 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/03/13 11:50:24 jaapb Exp $
+# $NetBSD: Makefile,v 1.2 2019/05/29 03:15:05 mef Exp $
 
 GITHUB_PROJECT=        time_now
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -12,6 +12,8 @@ HOMEPAGE=     https://github.com/janestreet/
 COMMENT=       Library that reports the current time
 LICENSE=       mit
 
+BUILD_DEPENDS+=        bash-[0-9]*:../../shells/bash
+
 OCAML_USE_DUNE=        yes
 .include "../../mk/ocaml.mk"
 .include "../../devel/ocaml-base/buildlink3.mk"



Home | Main Index | Thread Index | Old Index