pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/omake



Module Name:    pkgsrc
Committed By:   dholland
Date:           Sun Feb  4 08:06:22 UTC 2018

Modified Files:
        pkgsrc/devel/omake: Makefile

Log Message:
This does not build with ocaml 4.06, so mark it BROKEN,
on the grounds that it isn't immediately clear if it's worth fixing.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/omake/Makefile

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

Modified files:

Index: pkgsrc/devel/omake/Makefile
diff -u pkgsrc/devel/omake/Makefile:1.17 pkgsrc/devel/omake/Makefile:1.18
--- pkgsrc/devel/omake/Makefile:1.17    Wed Jan 10 16:53:11 2018
+++ pkgsrc/devel/omake/Makefile Sun Feb  4 08:06:22 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2018/01/10 16:53:11 jaapb Exp $
+# $NetBSD: Makefile,v 1.18 2018/02/04 08:06:22 dholland Exp $
 #
 
 DISTNAME=      omake-${VERSION}-0.rc1
@@ -12,6 +12,8 @@ HOMEPAGE=     http://omake.metaprl.org/index
 COMMENT=       Build system designed for scalability and portability
 LICENSE=       gnu-gpl-v2 AND mit AND gnu-lgpl-v2.1
 
+BROKEN=                Does not build with ocaml 4.06.
+
 MAKE_JOBS_SAFE=        no
 
 WRKSRC=                ${WRKDIR}/omake-${VERSION}



Home | Main Index | Thread Index | Old Index