pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/labltk Unrevert the upstream bit I reverted; opera...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1adc395d77af
branches: trunk
changeset: 368226:1adc395d77af
user: dholland <dholland%pkgsrc.org@localhost>
date: Tue Sep 12 08:41:05 2017 +0000
description:
Unrevert the upstream bit I reverted; operator error on my part (forgot
to update ocaml locally)
build fix, no bump needed.
diffstat:
x11/labltk/distinfo | 3 +--
x11/labltk/patches/patch-browser-searchpos.ml | 16 ----------------
2 files changed, 1 insertions(+), 18 deletions(-)
diffs (36 lines):
diff -r 39256ec529ac -r 1adc395d77af x11/labltk/distinfo
--- a/x11/labltk/distinfo Tue Sep 12 08:31:20 2017 +0000
+++ b/x11/labltk/distinfo Tue Sep 12 08:41:05 2017 +0000
@@ -1,11 +1,10 @@
-$NetBSD: distinfo,v 1.3 2017/09/10 02:36:08 dholland Exp $
+$NetBSD: distinfo,v 1.4 2017/09/12 08:41:05 dholland Exp $
SHA1 (labltk-8.06.3.tar.gz) = eb4818c2f5af48f1bbeb85c49bc25b7f7aa9369f
RMD160 (labltk-8.06.3.tar.gz) = c77826d6fc658756a25a52d9930e5edc0fa19b65
SHA512 (labltk-8.06.3.tar.gz) = c2002d519c1fcfdd2b13ae6d5836880273dac2660f07f6ee0e7bb932e3fec6f5cc959202efdf712758a17d24dbe50c3f6697c7b125e3123fa8153130d7ece979
Size (labltk-8.06.3.tar.gz) = 369924 bytes
SHA1 (patch-browser-Makefile.shared) = c974757b4c05207bc0ad0ad70dc668e10bfa8396
-SHA1 (patch-browser-searchpos.ml) = 50ebf36b244416e704794930ad2db6d5bffdb052
SHA1 (patch-compiler-Makefile) = 779820cb01ff728c27ce7a803d5631d2686f8568
SHA1 (patch-configure) = ff33df4575e3722bc7bb3e5108886fdf5aacbb43
SHA1 (patch-lib-Makefile) = 0bab4c0ce4a5961a52a6091375bc7e06776a4521
diff -r 39256ec529ac -r 1adc395d77af x11/labltk/patches/patch-browser-searchpos.ml
--- a/x11/labltk/patches/patch-browser-searchpos.ml Tue Sep 12 08:31:20 2017 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-$NetBSD: patch-browser-searchpos.ml,v 1.1 2017/09/10 02:36:08 dholland Exp $
-
-Revert part of the upstream changes since we don't have ocaml 4.06
-in pkgsrc yet and the new version doesn't compile.
-
---- browser/searchpos.ml~ 2017-07-19 03:52:12.000000000 +0000
-+++ browser/searchpos.ml
-@@ -782,7 +782,7 @@ and search_pos_expr ~pos exp =
- search_pos_expr exp' ~pos
- end;
- search_pos_expr exp ~pos
-- | Texp_function {cases=l; _} ->
-+ | Texp_function (*{cases=l; _}*) (_, l, _) ->
- List.iter l ~f:(search_case ~pos)
- | Texp_apply (exp, l) ->
- List.iter l ~f:(fun (_, x) -> Misc.may (search_pos_expr ~pos) x);
Home |
Main Index |
Thread Index |
Old Index