With this patch at least it compiles past the groupwise/soap part
Index: patches/patch-kresources_groupwise_soap_stdsoap2_h =================================================================== RCS file: patches/patch-kresources_groupwise_soap_stdsoap2_h diff -N patches/patch-kresources_groupwise_soap_stdsoap2_h --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ patches/patch-kresources_groupwise_soap_stdsoap2_h 30 May 2007 11:39:32 -0000 @@ -0,0 +1,12 @@ +$OpenBSD: patch-kresources_groupwise_soap_stdsoap2_h,v 1.6 2007/04/01 10:27:31 espie Exp $ +--- kresources/groupwise/soap/stdsoap2.h.orig Wed May 30 12:33:34 2007 ++++ kresources/groupwise/soap/stdsoap2.h Wed May 30 12:35:37 2007 +@@ -547,7 +547,7 @@ extern "C" { + /* Portability: define SOAP_SOCKLEN_T */ + #if defined(SOCKLEN_T) + # define SOAP_SOCKLEN_T SOCKLEN_T +-#elif defined(__socklen_t_defined) || defined(_SOCKLEN_T) || defined(CYGWIN) || defined(FREEBSD) || defined(__FreeBSD__) || defined(__QNX__) || defined(QNX) || defined(_AIX) ++#elif defined(__socklen_t_defined) || defined(_SOCKLEN_T) || defined(CYGWIN) || defined(FREEBSD) || defined(__FreeBSD__) || defined(__QNX__) || defined(QNX) || defined(_AIX) || defined(__OpenBSD__) + # define SOAP_SOCKLEN_T socklen_t + #elif defined(IRIX) || defined(WIN32) || defined(__APPLE__) || defined(HP_UX) || defined(SUN_OS) || defined(OPENSERVER) || defined(__osf__) || defined(VXWORKS) + # define SOAP_SOCKLEN_T int Sorry for wrapping, dumb client... Anyway, that's just bringing back the old patch, minus the DEBUG removal. -- viq