ok?
Index: Makefile
===================================================================
RCS file: /cvs/ports/java/tanukiwrapper/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 Makefile
--- Makefile 10 Jul 2013 14:40:29 -0000 1.1.1.1
+++ Makefile 7 Dec 2013 19:46:30 -0000
@@ -7,6 +7,7 @@ COMMENT= Tanuki Java Service Wrapper
SVN_REV= 1780
DISTNAME= wrapper-code-${SVN_REV}-trunk
PKGNAME= java-tanukiwrapper-3.5.19.1
+REVISION= 1
CATEGORIES= java
HOMEPAGE= http://wrapper.tanukisoftware.com/
Index: patches/patch-src_c_wrapper_h
===================================================================
RCS file: patches/patch-src_c_wrapper_h
diff -N patches/patch-src_c_wrapper_h
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ patches/patch-src_c_wrapper_h 7 Dec 2013 19:46:30 -0000
@@ -0,0 +1,17 @@
+$OpenBSD$
+--- src/c/wrapper.h.orig Wed Apr 17 01:48:52 2013
++++ src/c/wrapper.h Sat Dec 7 14:45:36 2013
+@@ -52,7 +52,12 @@
+ #define DWORD unsigned long
+ #endif
+
+-#include <sys/timeb.h>
++struct timeb {
++ time_t time; /* seconds since the Epoch */
++ unsigned short millitm; /* + milliseconds since the Epoch */
++ short timezone; /* minutes west of UTC */
++ short dstflag; /* DST == non-zero */
++};
+
+ #include "property.h"
+
Index: patches/patch-src_c_wrapper_unix_c
===================================================================
RCS file: /cvs/ports/java/tanukiwrapper/patches/patch-src_c_wrapper_unix_c,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 patch-src_c_wrapper_unix_c
--- patches/patch-src_c_wrapper_unix_c 10 Jul 2013 14:40:29 -0000 1.1.1.1
+++ patches/patch-src_c_wrapper_unix_c 7 Dec 2013 19:46:30 -0000
@@ -2,9 +2,17 @@ $OpenBSD: patch-src_c_wrapper_unix_c,v 1
Wrap SI_ASYNCIO like is being done for other signals.
---- src/c/wrapper_unix.c.orig Tue Jul 2 14:15:14 2013
-+++ src/c/wrapper_unix.c Tue Jul 2 14:17:17 2013
-@@ -408,8 +408,10 @@ const TCHAR* getSignalCodeDesc(int code) {
+--- src/c/wrapper_unix.c.orig Wed Apr 17 01:48:52 2013
++++ src/c/wrapper_unix.c Thu Dec 5 18:09:19 2013
+@@ -48,7 +48,6 @@
+ #include <pthread.h>
+ #include <pwd.h>
+ #include <sys/resource.h>
+-#include <sys/timeb.h>
+ #include <sys/types.h>
+ #include <sys/stat.h>
+ #include <sys/wait.h>
+@@ -408,8 +407,10 @@ const TCHAR* getSignalCodeDesc(int code) {
return TEXT("mesq state changed");
#endif