pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/ocaml-tyxml Drop check for non-destdir direct...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bf12a0770d2a
branches:  trunk
changeset: 358584:bf12a0770d2a
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Feb 15 23:19:30 2017 +0000

description:
Drop check for non-destdir directories that may not exist at this point
of installation.

diffstat:

 textproc/ocaml-tyxml/distinfo               |   3 ++-
 textproc/ocaml-tyxml/patches/patch-setup.ml |  17 +++++++++++++++++
 2 files changed, 19 insertions(+), 1 deletions(-)

diffs (33 lines):

diff -r 57ae7467f841 -r bf12a0770d2a textproc/ocaml-tyxml/distinfo
--- a/textproc/ocaml-tyxml/distinfo     Wed Feb 15 20:52:20 2017 +0000
+++ b/textproc/ocaml-tyxml/distinfo     Wed Feb 15 23:19:30 2017 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.8 2016/12/30 11:52:28 jaapb Exp $
+$NetBSD: distinfo,v 1.9 2017/02/15 23:19:30 joerg Exp $
 
 SHA1 (tyxml-4.0.1.tar.gz) = fd288b5ef3ab5a41df1dddece827fdf8baff417e
 RMD160 (tyxml-4.0.1.tar.gz) = db3999036f9ab8d9bea12f92405d1b0c01d6bed9
 SHA512 (tyxml-4.0.1.tar.gz) = ebc0f148602375d8df16df7815f60ad6edcc7b4830af9479fb0e71a394d5d6dd7cb36e592d026b06677537d29be4359201e52f047ad3e23f34d82401b33b31e3
 Size (tyxml-4.0.1.tar.gz) = 179609 bytes
+SHA1 (patch-setup.ml) = 12d438818893dab627dcdb862b9d676070bef2d6
diff -r 57ae7467f841 -r bf12a0770d2a textproc/ocaml-tyxml/patches/patch-setup.ml
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ocaml-tyxml/patches/patch-setup.ml       Wed Feb 15 23:19:30 2017 +0000
@@ -0,0 +1,17 @@
+$NetBSD: patch-setup.ml,v 1.1 2017/02/15 23:19:30 joerg Exp $
+
+--- setup.ml.orig      2017-02-15 01:14:48.393874595 +0000
++++ setup.ml
+@@ -6068,12 +6068,6 @@ module InternalInstallPlugin = struct
+         in
+         fun () -> dn
+       in
+-      let () =
+-        if not (OASISFileUtil.file_exists_case (findlib_dir ())) then
+-          failwithf
+-            (f_ "Directory '%s' doesn't exist for findlib library %s")
+-            (findlib_dir ()) findlib_name
+-      in
+       let f dir file =
+         let basename = Filename.basename file in
+         let tgt_fn = Filename.concat dir basename in



Home | Main Index | Thread Index | Old Index