head 1.3; access; symbols OPENPKG_E1_MP:1.1 OPENPKG_E1_MP_HEAD:1.1; locks; strict; comment @# @; 1.3 date 2008.07.27.07.26.56; author rse; state Exp; branches; next 1.2; commitid W9paPTZHrzolFpct; 1.2 date 2008.01.28.18.30.15; author rse; state Exp; branches; next 1.1; commitid FkVjAgzGdZvC9dPs; 1.1 date 2006.12.04.19.27.31; author rse; state Exp; branches; next ; commitid 7W65betJDsehYeXr; desc @@ 1.3 log @upgrading package: gsoap 2.7.10 -> 2.7.11 @ text @Index: gsoap/stdsoap2.h --- gsoap/stdsoap2.h.orig 2008-07-26 20:39:37 +0200 +++ gsoap/stdsoap2.h 2008-07-27 09:22:05 +0200 @@@@ -465,7 +465,7 @@@@ # endif #endif -#ifdef WITH_C_LOCALE +#if defined(HAVE_XLOCALE_H) # include #else # undef HAVE_STRTOF_L @ 1.2 log @upgrading package: gsoap 2.7.9l -> 2.7.10 @ text @d2 2 a3 2 --- gsoap/stdsoap2.h.orig 2008-01-27 22:02:36 +0100 +++ gsoap/stdsoap2.h 2008-01-28 19:20:19 +0100 d8 1 a8 1 -#if defined(HAVE_XLOCALE_H) || defined(HAVE_STRTOD_L) || defined(HAVE_STRTOF_L) || defined(HAVE_SSCANF_L) || defined(HAVE_SPRINTF_L) d11 2 a12 2 #endif @ 1.1 log @upgrading package: gsoap 2.7.1 -> 2.7.9a @ text @d1 12 a12 24 Index: soapcpp2/stdsoap2.c --- soapcpp2/stdsoap2.c.orig 2006-11-20 03:56:24 +0100 +++ soapcpp2/stdsoap2.c 2006-12-04 20:22:19 +0100 @@@@ -3334,7 +3334,7 @@@@ { host = NULL; soap->errnum = h_errno; } -#elif defined(HAVE_GETHOSTBYNAME_R) +#elif defined(HAVE_GETHOSTBYNAME_R) && !defined(__FreeBSD__) host = gethostbyname_r(addr, &hostent, soap->buf, SOAP_BUFLEN, &soap->errnum); #elif defined(VXWORKS) /* If the DNS resolver library resolvLib has been configured in the vxWorks Index: soapcpp2/stdsoap2.cpp --- soapcpp2/stdsoap2.cpp.orig 2006-11-20 03:56:24 +0100 +++ soapcpp2/stdsoap2.cpp 2006-12-04 20:22:44 +0100 @@@@ -3334,7 +3334,7 @@@@ { host = NULL; soap->errnum = h_errno; } -#elif defined(HAVE_GETHOSTBYNAME_R) +#elif defined(HAVE_GETHOSTBYNAME_R) && !defined(__FreeBSD__) host = gethostbyname_r(addr, &hostent, soap->buf, SOAP_BUFLEN, &soap->errnum); #elif defined(VXWORKS) /* If the DNS resolver library resolvLib has been configured in the vxWorks @