commit:     d205413985c21b7d1bea22dc1d75a86fd5079415
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Tue Jun 18 17:23:20 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Jun 22 18:50:38 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2054139

dev-ml/camlidl: remove unused patches

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 .../camlidl/files/camlidl-1.09.parallelMake.patch  | 12 --------
 dev-ml/camlidl/files/includes.patch                | 10 -------
 dev-ml/camlidl/files/tests.patch                   | 34 ----------------------
 3 files changed, 56 deletions(-)

diff --git a/dev-ml/camlidl/files/camlidl-1.09.parallelMake.patch 
b/dev-ml/camlidl/files/camlidl-1.09.parallelMake.patch
deleted file mode 100644
index 1a6df0f21f5e..000000000000
--- a/dev-ml/camlidl/files/camlidl-1.09.parallelMake.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/tests/Makefile   2023-01-19 21:02:36.678227862 +0100
-+++ b/tests/Makefile   2023-01-19 21:03:01.140832955 +0100
-@@ -11,7 +11,8 @@
- COMLIBS=$(COMLIBS_$(OSTYPE))
- COMLIBS_win32=advapi32.lib ole32.lib oleaut32.lib
- 
--all: ../caml/camlidlruntime.h $(TESTS:.idl=.$(OBJEXT)) testcomp
-+all: ../caml/camlidlruntime.h
-+      $(MAKE) $(TESTS:.idl=.$(OBJEXT)) testcomp
- 
- $(TESTS:.idl=.$(OBJEXT)) component.$(OBJEXT): $(CAMLIDL) 
../runtime/camlidlruntime.h
- 

diff --git a/dev-ml/camlidl/files/includes.patch 
b/dev-ml/camlidl/files/includes.patch
deleted file mode 100644
index 077ba21d93da..000000000000
--- a/dev-ml/camlidl/files/includes.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/runtime/comerror.c
-+++ b/runtime/comerror.c
-@@ -22,6 +22,7 @@
- #include <caml/callback.h>
- #include <caml/fail.h>
- #include <caml/alloc.h>
-+#include <caml/printexc.h>
- #include "camlidlruntime.h"
- #include "comstuff.h"
- 

diff --git a/dev-ml/camlidl/files/tests.patch b/dev-ml/camlidl/files/tests.patch
deleted file mode 100644
index f8c4595f9fbd..000000000000
--- a/dev-ml/camlidl/files/tests.patch
+++ /dev/null
@@ -1,34 +0,0 @@
---- a/tests/unix.idl
-+++ b/tests/unix.idl
-@@ -15,16 +15,16 @@ quote (C, "
- 
-   union process_status { int code; };
- 
--  enum { WEXITED, WSIGNALED, WSTOPPED };
-+  enum { WEXITED2, WSIGNALED, WSTOPPED2 };
- 
-   static void decode_status(int status, int * kind, union process_status * p)
-   {
-     if (WIFEXITED(status)) {
--      *kind = WEXITED; p->code = WEXITSTATUS(status);
-+      *kind = WEXITED2; p->code = WEXITSTATUS(status);
-     } else if (WIFSIGNALED(status)) {
-       *kind = WSIGNALED; p->code = WTERMSIG(status);
-     } else {
--      *kind = WSTOPPED; p->code = WSTOPSIG(status);
-+      *kind = WSTOPPED2; p->code = WSTOPSIG(status);
-     }
-   }
- 
-@@ -59,9 +59,9 @@ int execve([in,string] char * path, 
- int fork(void);
- 
- union process_status {
--  case WEXITED: int code;
-+  case WEXITED2: int code;
-   case WSIGNALED: int code;
--  case WSTOPPED: int code;
-+  case WSTOPPED2: int code;
- };
- 
- int wait([out] int * kind,

Reply via email to