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:   dholland
Date:           Thu Mar 18 21:16:59 UTC 2021

Modified Files:
        pkgsrc/lang/camlp5: Makefile

Log Message:
Add hack to camlp5 to make it build with ocaml 4.11.2 as well as 4.11.1.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 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.38 pkgsrc/lang/camlp5/Makefile:1.39
--- pkgsrc/lang/camlp5/Makefile:1.38    Mon Mar  8 08:13:02 2021
+++ pkgsrc/lang/camlp5/Makefile Thu Mar 18 21:16:59 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2021/03/08 08:13:02 jaapb Exp $
+# $NetBSD: Makefile,v 1.39 2021/03/18 21:16:59 dholland Exp $
 #
 
 GITHUB_PROJECT=        camlp5
@@ -34,6 +34,10 @@ BUILD_TARGET=        world.opt
 BUILD_TARGET=  world
 .endif
 
+post-extract:
+       cd ${WRKSRC}/ocaml_stuff && ln -s 4.11.1 4.11.2
+       cd ${WRKSRC}/ocaml_src/lib/versdep && ln -s 4.11.1.ml 4.11.2.ml
+
 post-install:
        cd ${WRKSRC}/etc && \
        ${INSTALL_DATA} META ${DESTDIR}${PREFIX}/${OCAML_SITELIBDIR}/camlp5



Home | Main Index | Thread Index | Old Index