pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/ocaml-tyxml



Module Name:    pkgsrc
Committed By:   joerg
Date:           Wed Feb 15 23:19:30 UTC 2017

Modified Files:
        pkgsrc/textproc/ocaml-tyxml: distinfo
Added Files:
        pkgsrc/textproc/ocaml-tyxml/patches: patch-setup.ml

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


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/ocaml-tyxml/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/ocaml-tyxml/patches/patch-setup.ml

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/ocaml-tyxml/distinfo
diff -u pkgsrc/textproc/ocaml-tyxml/distinfo:1.8 pkgsrc/textproc/ocaml-tyxml/distinfo:1.9
--- pkgsrc/textproc/ocaml-tyxml/distinfo:1.8    Fri Dec 30 11:52:28 2016
+++ pkgsrc/textproc/ocaml-tyxml/distinfo        Wed Feb 15 23:19:30 2017
@@ -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

Added files:

Index: pkgsrc/textproc/ocaml-tyxml/patches/patch-setup.ml
diff -u /dev/null pkgsrc/textproc/ocaml-tyxml/patches/patch-setup.ml:1.1
--- /dev/null   Wed Feb 15 23:19:30 2017
+++ pkgsrc/textproc/ocaml-tyxml/patches/patch-setup.ml  Wed Feb 15 23:19:30 2017
@@ -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