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:18:18 UTC 2021

Modified Files:
        pkgsrc/lang/camlp5: Makefile

Log Message:
add comment to previous.


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 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.39 pkgsrc/lang/camlp5/Makefile:1.40
--- pkgsrc/lang/camlp5/Makefile:1.39    Thu Mar 18 21:16:59 2021
+++ pkgsrc/lang/camlp5/Makefile Thu Mar 18 21:18:18 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2021/03/18 21:16:59 dholland Exp $
+# $NetBSD: Makefile,v 1.40 2021/03/18 21:18:18 dholland Exp $
 #
 
 GITHUB_PROJECT=        camlp5
@@ -34,6 +34,8 @@ BUILD_TARGET= world.opt
 BUILD_TARGET=  world
 .endif
 
+# compensate for upstream not having heard of 4.11.2 yet
+# (should be able to remove this at the next update)
 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



Home | Main Index | Thread Index | Old Index