diff options
author | wiz <wiz@pkgsrc.org> | 2022-06-03 08:10:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-06-03 08:10:56 +0000 |
commit | a70d3c726241b3e48d2763869b9f4b2cbb42e4fe (patch) | |
tree | 4d33beb04ed5c300f1f7c094ee121adcc8c4d670 | |
parent | 9321ae67b579adf8f7d2a5d7782fbe28d117d12f (diff) | |
download | pkgsrc-a70d3c726241b3e48d2763869b9f4b2cbb42e4fe.tar.gz |
camlp5: mark as BROKEN, does not support ocaml 4.14
-rw-r--r-- | lang/camlp5/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/camlp5/Makefile b/lang/camlp5/Makefile index c1112e62899..86d2454fe6f 100644 --- a/lang/camlp5/Makefile +++ b/lang/camlp5/Makefile @@ -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 |