pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/camlp4
Module Name: pkgsrc
Committed By: jaapb
Date: Fri Jan 17 09:44:32 UTC 2020
Modified Files:
pkgsrc/lang/camlp4: DESCR Makefile
Log Message:
Marked lang/camlp4 as BROKEN.
Added a note to DESCR: this package is obsolete and users should switch
to camlp5 or use ppx.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/camlp4/DESCR
cvs rdiff -u -r1.21 -r1.22 pkgsrc/lang/camlp4/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/camlp4/DESCR
diff -u pkgsrc/lang/camlp4/DESCR:1.3 pkgsrc/lang/camlp4/DESCR:1.4
--- pkgsrc/lang/camlp4/DESCR:1.3 Thu Oct 9 20:39:27 2014
+++ pkgsrc/lang/camlp4/DESCR Fri Jan 17 09:44:32 2020
@@ -4,3 +4,6 @@ grammars as well as loadable syntax exte
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.
Index: pkgsrc/lang/camlp4/Makefile
diff -u pkgsrc/lang/camlp4/Makefile:1.21 pkgsrc/lang/camlp4/Makefile:1.22
--- pkgsrc/lang/camlp4/Makefile:1.21 Sun Nov 3 19:03:56 2019
+++ pkgsrc/lang/camlp4/Makefile Fri Jan 17 09:44:32 2020
@@ -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 @@ HAS_CONFIGURE= yes
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