pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/camlp5 add comment to previous.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/15b40869a0ed
branches:  trunk
changeset: 448960:15b40869a0ed
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Thu Mar 18 21:18:18 2021 +0000

description:
add comment to previous.

diffstat:

 lang/camlp5/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r b2677906305f -r 15b40869a0ed lang/camlp5/Makefile
--- a/lang/camlp5/Makefile      Thu Mar 18 21:16:59 2021 +0000
+++ b/lang/camlp5/Makefile      Thu Mar 18 21:18:18 2021 +0000
@@ -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
 .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