pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/ocaml-markup Fixed compilation for package te...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4ae6b83c2da8
branches:  trunk
changeset: 374412:4ae6b83c2da8
user:      jaapb <jaapb%pkgsrc.org@localhost>
date:      Mon Jan 22 12:00:02 2018 +0000

description:
Fixed compilation for package textproc/ocaml-markup

diffstat:

 textproc/ocaml-markup/buildlink3.mk        |   4 ++--
 textproc/ocaml-markup/distinfo             |   3 ++-
 textproc/ocaml-markup/patches/patch-__tags |  14 ++++++++++++++
 3 files changed, 18 insertions(+), 3 deletions(-)

diffs (48 lines):

diff -r 34abeffa3639 -r 4ae6b83c2da8 textproc/ocaml-markup/buildlink3.mk
--- a/textproc/ocaml-markup/buildlink3.mk       Mon Jan 22 11:58:13 2018 +0000
+++ b/textproc/ocaml-markup/buildlink3.mk       Mon Jan 22 12:00:02 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.2 2017/07/11 11:11:00 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.3 2018/01/22 12:00:02 jaapb Exp $
 
 BUILDLINK_TREE+=       ocaml-markup
 
@@ -6,7 +6,7 @@
 OCAML_MARKUP_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.ocaml-markup+=   ocaml-markup>=0.7.2
-BUILDLINK_ABI_DEPENDS.ocaml-markup+=   ocaml-markup>=0.7.5
+BUILDLINK_ABI_DEPENDS.ocaml-markup+=   ocaml-markup>=0.7.5nb2
 BUILDLINK_PKGSRCDIR.ocaml-markup?=     ../../textproc/ocaml-markup
 
 .endif # OCAML_MARKUP_BUILDLINK3_MK
diff -r 34abeffa3639 -r 4ae6b83c2da8 textproc/ocaml-markup/distinfo
--- a/textproc/ocaml-markup/distinfo    Mon Jan 22 11:58:13 2018 +0000
+++ b/textproc/ocaml-markup/distinfo    Mon Jan 22 12:00:02 2018 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.2 2017/07/11 11:11:00 jaapb Exp $
+$NetBSD: distinfo,v 1.3 2018/01/22 12:00:02 jaapb Exp $
 
 SHA1 (markup-0.7.5.tar.gz) = 571cdc5c40381d5425f19e5ac94af89235dd7548
 RMD160 (markup-0.7.5.tar.gz) = 8dd45547fa219eb730af22100dbc0da414ed331b
 SHA512 (markup-0.7.5.tar.gz) = 19350df7a3a619c479fa030b8772009bc32f3e9830494f5707e05f85b9ee9ff0ddf382d292c7a11bbd3b63c8c108e6a84b2d01f5e983f49d7cdf63ee3c4545c8
 Size (markup-0.7.5.tar.gz) = 278654 bytes
+SHA1 (patch-__tags) = 8fd95c32d2808d991041b5d9a28022e4df9f36d0
diff -r 34abeffa3639 -r 4ae6b83c2da8 textproc/ocaml-markup/patches/patch-__tags
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ocaml-markup/patches/patch-__tags        Mon Jan 22 12:00:02 2018 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-__tags,v 1.1 2018/01/22 12:00:02 jaapb Exp $
+
+Lwt needs threaded compilation now
+--- _tags.orig 2017-06-14 00:18:16.000000000 +0000
++++ _tags
+@@ -3,7 +3,7 @@
+ 
+ <src/*> or <test/**>: package(uutf)
+ <src/markup_lwt*>: package(lwt)
+-<src/markup_lwt_unix*>: package(lwt.unix)
++<src/markup_lwt_unix*>: package(lwt.unix), thread
+ 
+ <src/translate_entities.*>: package(yojson)
+ 



Home | Main Index | Thread Index | Old Index