pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/camlp5



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Jun  3 08:10:56 UTC 2022

Modified Files:
        pkgsrc/lang/camlp5: Makefile

Log Message:
camlp5: mark as BROKEN, does not support ocaml 4.14


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/lang/camlp5/Makefile

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

Modified files:

Index: pkgsrc/lang/camlp5/Makefile
diff -u pkgsrc/lang/camlp5/Makefile:1.41 pkgsrc/lang/camlp5/Makefile:1.42
--- pkgsrc/lang/camlp5/Makefile:1.41    Tue May 24 18:51:53 2022
+++ pkgsrc/lang/camlp5/Makefile Fri Jun  3 08:10:56 2022
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2022/05/24 18:51:53 jaapb Exp $
-#
+# $NetBSD: Makefile,v 1.42 2022/06/03 08:10:56 wiz Exp $
 
 GITHUB_PROJECT=        camlp5
 DISTNAME=      ${GITHUB_PROJECT}-7.13
@@ -13,6 +12,9 @@ HOMEPAGE=     https://camlp5.github.io/
 COMMENT=       Preprocessor-pretty-printer for ocaml
 LICENSE=       modified-bsd
 
+# https://github.com/camlp5/camlp5/issues/92
+BROKEN=                "does not support ocaml 4.14"
+
 HAS_CONFIGURE= yes
 USE_LANGUAGES= c # needed for optimised compiler
 MAKE_JOBS_SAFE=        no



Home | Main Index | Thread Index | Old Index