pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/camlp5 camlp5: mark as BROKEN, does not support o...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2b70627ebff9
branches:  trunk
changeset: 380292:2b70627ebff9
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jun 03 08:10:56 2022 +0000

description:
camlp5: mark as BROKEN, does not support ocaml 4.14

diffstat:

 lang/camlp5/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r d1e41694a2b0 -r 2b70627ebff9 lang/camlp5/Makefile
--- a/lang/camlp5/Makefile      Fri Jun 03 08:00:23 2022 +0000
+++ b/lang/camlp5/Makefile      Fri Jun 03 08:10:56 2022 +0000
@@ -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 @@
 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