pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/camlp4 Marked lang/camlp4 as BROKEN.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2ca7cd074df9
branches:  trunk
changeset: 409362:2ca7cd074df9
user:      jaapb <jaapb%pkgsrc.org@localhost>
date:      Fri Jan 17 09:44:32 2020 +0000

description:
Marked lang/camlp4 as BROKEN.

Added a note to DESCR: this package is obsolete and users should switch
to camlp5 or use ppx.

diffstat:

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

diffs (28 lines):

diff -r be2958864b65 -r 2ca7cd074df9 lang/camlp4/DESCR
--- a/lang/camlp4/DESCR Fri Jan 17 09:37:42 2020 +0000
+++ b/lang/camlp4/DESCR Fri Jan 17 09:44:32 2020 +0000
@@ -4,3 +4,6 @@
 for Caml Preprocessor and Pretty-Printer and one of its most important
 applications is the definition of domain-specific extensions of the syntax of
 OCaml.
+
+This package is obsolete and no longer supported by OCaml 4.09 and over.
+Users should switch to the new PPX infrastructure or use Camlp5.
diff -r be2958864b65 -r 2ca7cd074df9 lang/camlp4/Makefile
--- a/lang/camlp4/Makefile      Fri Jan 17 09:37:42 2020 +0000
+++ b/lang/camlp4/Makefile      Fri Jan 17 09:44:32 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2019/11/03 19:03:56 rillig Exp $
+# $NetBSD: Makefile,v 1.22 2020/01/17 09:44:32 jaapb Exp $
 
 GITHUB_PROJECT=        camlp4
 DISTNAME=      ${GITHUB_PROJECT}-4.08+1
@@ -14,6 +14,8 @@
 WRKSRC=                ${WRKDIR}/camlp4-4.08-1
 MAKE_JOBS_SAFE=        no
 
+BROKEN=                "Obsolete package, no longer supported by OCaml 4.09"
+
 .include "../../mk/ocaml.mk"
 
 BUILD_TARGET=          byte camlp4/META



Home | Main Index | Thread Index | Old Index