[84204] trunk/dports/devel/omake/files

ryandesign at macports.org ryandesign at macports.org
Tue Sep 20 08:45:32 PDT 2011


Revision: 84204
          http://trac.macports.org/changeset/84204
Author:   ryandesign at macports.org
Date:     2011-09-20 08:45:32 -0700 (Tue, 20 Sep 2011)
Log Message:
-----------
omake: remove unused patchfiles

Removed Paths:
-------------
    trunk/dports/devel/omake/files/patch-omake.diff
    trunk/dports/devel/omake/files/patch-stdin_stdout.bin.diff

Deleted: trunk/dports/devel/omake/files/patch-omake.diff
===================================================================
--- trunk/dports/devel/omake/files/patch-omake.diff	2011-09-20 15:07:56 UTC (rev 84203)
+++ trunk/dports/devel/omake/files/patch-omake.diff	2011-09-20 15:45:32 UTC (rev 84204)
@@ -1,11 +0,0 @@
---- src/exec/omake_exec.ml.orig	Thu Nov 27 14:20:45 2008
-+++ src/exec/omake_exec.ml	Thu Nov 27 14:20:50 2008
-@@ -46,8 +46,6 @@ open Omake_exec_notify
- open Omake_options
- open Omake_command_type
- 
--external sync : unit -> unit = "caml_sync"
--
- module Exec =
- struct
-    (*

Deleted: trunk/dports/devel/omake/files/patch-stdin_stdout.bin.diff
===================================================================
--- trunk/dports/devel/omake/files/patch-stdin_stdout.bin.diff	2011-09-20 15:07:56 UTC (rev 84203)
+++ trunk/dports/devel/omake/files/patch-stdin_stdout.bin.diff	2011-09-20 15:45:32 UTC (rev 84204)
@@ -1,19 +0,0 @@
-diff -urNad src/build/omake_rule.ml omake-0.9.8.5/src/build/omake_rule.ml
---- src/build/omake_rule.ml	2007-07-02 14:20:23.000000000 -0400
-+++ src/build/omake_rule.ml	2007-09-06 12:52:23.752616976 -0400
-@@ -1040,12 +1040,12 @@
-  * Evaluate the commands NOW.
-  *)
- and exec_commands venv pos loc commands =
--   let stdin  = channel_of_var venv pos loc stdin_var in
-    let stdout = channel_of_var venv pos loc stdout_var in
--   let stdin  = Lm_channel.descr stdin in
-+   let stderr = channel_of_var venv pos loc stderr_var in
-    let stdout = Lm_channel.descr stdout in
-+   let stderr = Lm_channel.descr stderr in
-       List.iter (fun command ->
--            let pid = eval_shell_internal stdin stdout command in
-+            let pid = eval_shell_internal stdout stderr command in
-             let status, _ = eval_shell_wait venv pos pid in
-             let code =
-                match status with
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110920/15bfa191/attachment.html>


More information about the macports-changes mailing list