summaryrefslogtreecommitdiff
path: root/devel/ocaml-lwt
diff options
context:
space:
mode:
authorwiz <wiz>2014-10-23 23:39:28 +0000
committerwiz <wiz>2014-10-23 23:39:28 +0000
commit10f954d53e28c520addf509d37995ec0ccb5a97f (patch)
tree99bd95cf848153bde428ecde1ed80ae95521af1c /devel/ocaml-lwt
parent6a65249b65144667b44ae7653891439bfeab839a (diff)
downloadpkgsrc-10f954d53e28c520addf509d37995ec0ccb5a97f.tar.gz
Remove patches after 2.4.5 update.
Diffstat (limited to 'devel/ocaml-lwt')
-rw-r--r--devel/ocaml-lwt/patches/patch-src_unix_lwt_unix.ml15
-rw-r--r--devel/ocaml-lwt/patches/patch-src_unix_lwt_unix.mli15
2 files changed, 0 insertions, 30 deletions
diff --git a/devel/ocaml-lwt/patches/patch-src_unix_lwt_unix.ml b/devel/ocaml-lwt/patches/patch-src_unix_lwt_unix.ml
deleted file mode 100644
index a73d0da9502..00000000000
--- a/devel/ocaml-lwt/patches/patch-src_unix_lwt_unix.ml
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-src_unix_lwt_unix.ml,v 1.1 2013/11/01 10:50:03 jaapb Exp $
-
-Patch (from upstream git) to compile with ocaml 4.01
---- src/unix/lwt_unix.ml.orig 2012-12-27 12:29:57.000000000 +0000
-+++ src/unix/lwt_unix.ml
-@@ -596,6 +596,9 @@ type open_flag =
- #if ocaml_version >= (3, 13)
- | O_SHARE_DELETE
- #endif
-+#if ocaml_version >= (4, 01)
-+ | O_CLOEXEC
-+#endif
-
- #if windows
-
diff --git a/devel/ocaml-lwt/patches/patch-src_unix_lwt_unix.mli b/devel/ocaml-lwt/patches/patch-src_unix_lwt_unix.mli
deleted file mode 100644
index 1d87c89ced2..00000000000
--- a/devel/ocaml-lwt/patches/patch-src_unix_lwt_unix.mli
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-src_unix_lwt_unix.mli,v 1.1 2013/11/01 10:50:03 jaapb Exp $
-
-Patch (from upstream git) to compile with ocaml 4.01
---- src/unix/lwt_unix.mli.orig 2012-12-27 12:29:57.000000000 +0000
-+++ src/unix/lwt_unix.mli
-@@ -315,6 +315,9 @@ type open_flag =
- #if ocaml_version >= (3, 13)
- | O_SHARE_DELETE
- #endif
-+#if ocaml_version >= (4, 01)
-+ | O_CLOEXEC
-+#endif
-
- val openfile : string -> open_flag list -> file_perm -> file_descr Lwt.t
- (** Wrapper for [Unix.openfile]. *)