Index: head/devel/gsoap/Makefile =================================================================== --- head/devel/gsoap/Makefile (revision 405011) +++ head/devel/gsoap/Makefile (revision 405012) @@ -1,44 +1,44 @@ # Created by: Sergey Matveychuk # $FreeBSD$ PORTNAME= gsoap -PORTVERSION= 2.8.25 +PORTVERSION= 2.8.27 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}2/gSOAP DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= bofh@FreeBSD.org COMMENT= Generator Tools for Coding SOAP/XML Web Services in C and C++ LICENSE= GPLv2 CONFIGURE_ENV= LEX=flex YACC=yacc GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes USES= pathfix zip WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R} OPTIONS_RADIO= SSL OPTIONS_RADIO_SSL= GNUTLS OPENSSL OPTIONS_DEFAULT= OPENSSL GNUTLS_LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls \ libgcrypt.so:${PORTSDIR}/security/libgcrypt \ libgpg-error.so:${PORTSDIR}/security/libgpg-error GNUTLS_CONFIGURE_ON= --enable-gnutls GNUTLS_LDFLAGS= -L${LOCALBASE}/lib OPENSSL_CONFIGURE_ENABLE= ssl post-patch: @${REINPLACE_CMD} -e 's| sys/timeb.h | |' \ -e 's|-DSOAPCPP_IMPORT_PATH=|-DSOAPCPP2_IMPORT_PATH=|' \ -e 's|-DWSDL_IMPORT_PATH=|-DWSDL2H_IMPORT_PATH=|' \ ${WRKSRC}/${CONFIGURE_SCRIPT} post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/lib/gsoap ${INSTALL_DATA} ${WRKSRC}/gsoap/stdsoap2.c ${WRKSRC}/gsoap/dom.cpp \ ${STAGEDIR}${PREFIX}/lib/gsoap @${LN} -fs stdsoap2.c ${STAGEDIR}${PREFIX}/lib/gsoap/stdsoap2.cpp @${LN} -fs dom.cpp ${STAGEDIR}${PREFIX}/lib/gsoap/dom.c .include Index: head/devel/gsoap/distinfo =================================================================== --- head/devel/gsoap/distinfo (revision 405011) +++ head/devel/gsoap/distinfo (revision 405012) @@ -1,2 +1,2 @@ -SHA256 (gsoap_2.8.25.zip) = 396b66eb7ab410d89a38d1319443d99fd8b43cab8743f9c69f03a2ed3215db05 -SIZE (gsoap_2.8.25.zip) = 22488537 +SHA256 (gsoap_2.8.27.zip) = cdd9188f3a00caf14fae54d7cc975227128118e818036e5b6bd6e87550e1dc35 +SIZE (gsoap_2.8.27.zip) = 22643224 Index: head/devel/gsoap/files/patch-gsoap_stdsoap2.c =================================================================== --- head/devel/gsoap/files/patch-gsoap_stdsoap2.c (nonexistent) +++ head/devel/gsoap/files/patch-gsoap_stdsoap2.c (revision 405012) @@ -0,0 +1,14 @@ +--- gsoap/stdsoap2.c.orig 2015-12-07 03:15:27 UTC ++++ gsoap/stdsoap2.c +@@ -5194,6 +5194,11 @@ soap_bind(struct soap *soap, const char + } + #endif + #ifdef TCP_FASTOPEN ++ ++ #ifndef SOL_TCP ++ #define SOL_TCP IPPROTO_TCP ++ #endif ++ + if (!(soap->omode & SOAP_IO_UDP) && setsockopt(soap->master, SOL_TCP, TCP_FASTOPEN, (char*)&set, sizeof(int))) + { soap->errnum = soap_socket_errno(soap->master); + soap_set_receiver_error(soap, tcp_error(soap), "setsockopt TCP_FASTOPEN failed in soap_bind()", SOAP_TCP_ERROR); Property changes on: head/devel/gsoap/files/patch-gsoap_stdsoap2.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/gsoap/files/patch-gsoap_stdsoap2.cpp =================================================================== --- head/devel/gsoap/files/patch-gsoap_stdsoap2.cpp (nonexistent) +++ head/devel/gsoap/files/patch-gsoap_stdsoap2.cpp (revision 405012) @@ -0,0 +1,13 @@ +--- gsoap/stdsoap2.cpp.orig 2016-01-01 16:24:55 UTC ++++ gsoap/stdsoap2.cpp +@@ -5194,6 +5194,10 @@ soap_bind(struct soap *soap, const char + } + #endif + #ifdef TCP_FASTOPEN ++ #ifndef SOL_TCP ++ #define SOL_TCP IPPROTO_TCP ++ #endif ++ + if (!(soap->omode & SOAP_IO_UDP) && setsockopt(soap->master, SOL_TCP, TCP_FASTOPEN, (char*)&set, sizeof(int))) + { soap->errnum = soap_socket_errno(soap->master); + soap_set_receiver_error(soap, tcp_error(soap), "setsockopt TCP_FASTOPEN failed in soap_bind()", SOAP_TCP_ERROR); Property changes on: head/devel/gsoap/files/patch-gsoap_stdsoap2.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/gsoap/pkg-plist =================================================================== --- head/devel/gsoap/pkg-plist (revision 405011) +++ head/devel/gsoap/pkg-plist (revision 405012) @@ -1,183 +1,185 @@ bin/soapcpp2 bin/wsdl2h include/stdsoap2.h lib/libgsoap++.a lib/libgsoap.a lib/libgsoapck++.a lib/libgsoapck.a lib/libgsoapssl++.a lib/libgsoapssl.a lib/gsoap/dom.c lib/gsoap/dom.cpp lib/gsoap/stdsoap2.c lib/gsoap/stdsoap2.cpp libdata/pkgconfig/gsoap++.pc libdata/pkgconfig/gsoap.pc libdata/pkgconfig/gsoapck++.pc libdata/pkgconfig/gsoapck.pc libdata/pkgconfig/gsoapssl++.pc libdata/pkgconfig/gsoapssl.pc %%DATADIR%%/WS/LEGAL.txt %%DATADIR%%/WS/README.txt %%DATADIR%%/WS/WS-Addressing.xsd %%DATADIR%%/WS/WS-Addressing03.xsd %%DATADIR%%/WS/WS-Addressing04.xsd %%DATADIR%%/WS/WS-Addressing05.xsd %%DATADIR%%/WS/WS-Discovery.wsdl %%DATADIR%%/WS/WS-Enumeration.wsdl %%DATADIR%%/WS/WS-Policy.xsd %%DATADIR%%/WS/WS-Policy12.xsd %%DATADIR%%/WS/WS-ReliableMessaging.wsdl %%DATADIR%%/WS/WS-ReliableMessaging.xsd %%DATADIR%%/WS/WS-Routing.xsd %%DATADIR%%/WS/WS-SecureConversation.xsd %%DATADIR%%/WS/WS-SecurityPolicy.xsd %%DATADIR%%/WS/WS-Trust.wsdl %%DATADIR%%/WS/WS-Trust.xsd %%DATADIR%%/WS/WS-typemap.dat %%DATADIR%%/WS/discovery.xsd %%DATADIR%%/WS/ds.xsd %%DATADIR%%/WS/enumeration.xsd %%DATADIR%%/WS/oasis-sstc-saml-schema-assertion-1.1.xsd %%DATADIR%%/WS/reference-1.1.xsd %%DATADIR%%/WS/typemap.dat %%DATADIR%%/WS/saml-schema-assertion-2.0.xsd %%DATADIR%%/WS/ws-bpel_abstract_common_base.xsd %%DATADIR%%/WS/ws-bpel_executable.xsd %%DATADIR%%/WS/ws-bpel_plnktype.xsd %%DATADIR%%/WS/ws-bpel_serviceref.xsd %%DATADIR%%/WS/ws-bpel_varprop.xsd %%DATADIR%%/WS/ws-reliability-1.1.xsd %%DATADIR%%/WS/wsse.xsd %%DATADIR%%/WS/wsu.xsd %%DATADIR%%/WS/xenc.xsd %%DATADIR%%/custom/README.txt %%DATADIR%%/custom/chrono_duration.cpp %%DATADIR%%/custom/chrono_duration.h %%DATADIR%%/custom/chrono_time_point.cpp %%DATADIR%%/custom/chrono_time_point.h %%DATADIR%%/custom/duration.c %%DATADIR%%/custom/duration.h +%%DATADIR%%/custom/int128.c +%%DATADIR%%/custom/int128.h %%DATADIR%%/custom/long_double.c %%DATADIR%%/custom/long_double.h %%DATADIR%%/custom/long_time.c %%DATADIR%%/custom/long_time.h %%DATADIR%%/custom/struct_timeval.c %%DATADIR%%/custom/struct_timeval.h %%DATADIR%%/custom/struct_tm_date.c %%DATADIR%%/custom/struct_tm_date.h %%DATADIR%%/custom/struct_tm.c %%DATADIR%%/custom/struct_tm.h %%DATADIR%%/extras/README.txt %%DATADIR%%/extras/ckdb.c %%DATADIR%%/extras/ckdb.h %%DATADIR%%/extras/ckdbtest.c %%DATADIR%%/extras/ckdbtest.h %%DATADIR%%/extras/fault.cpp %%DATADIR%%/custom/float128.c %%DATADIR%%/custom/float128.h %%DATADIR%%/extras/logging.cpp %%DATADIR%%/extras/soapdefs.h %%DATADIR%%/import/README.txt %%DATADIR%%/import/WS-Header.h %%DATADIR%%/import/WS-example.c %%DATADIR%%/import/WS-example.h %%DATADIR%%/import/c14n.h %%DATADIR%%/import/dom.h %%DATADIR%%/import/ds.h %%DATADIR%%/import/ds2.h %%DATADIR%%/import/plnk.h %%DATADIR%%/import/ref.h %%DATADIR%%/import/saml1.h %%DATADIR%%/import/saml2.h %%DATADIR%%/import/ser.h %%DATADIR%%/import/soap12.h %%DATADIR%%/import/stdstring.h %%DATADIR%%/import/stl.h %%DATADIR%%/import/stldeque.h %%DATADIR%%/import/stllist.h %%DATADIR%%/import/stlset.h %%DATADIR%%/import/stlvector.h %%DATADIR%%/import/vprop.h %%DATADIR%%/import/wsa.h %%DATADIR%%/import/wsa3.h %%DATADIR%%/import/wsa4.h %%DATADIR%%/import/wsa5.h %%DATADIR%%/import/wsc.h %%DATADIR%%/import/wsc2.h %%DATADIR%%/import/wsdd.h %%DATADIR%%/import/wsdd10.h %%DATADIR%%/import/wsdd5.h %%DATADIR%%/import/wsdx.h %%DATADIR%%/import/wsp.h %%DATADIR%%/import/wsrm.h %%DATADIR%%/import/wsrm4.h %%DATADIR%%/import/wsrm5.h %%DATADIR%%/import/wsrp.h %%DATADIR%%/import/wsrx.h %%DATADIR%%/import/wsrx5.h %%DATADIR%%/import/wsse.h %%DATADIR%%/import/wsse11.h %%DATADIR%%/import/wsse2.h %%DATADIR%%/import/wst.h %%DATADIR%%/import/wstx.h %%DATADIR%%/import/wsu.h %%DATADIR%%/import/xenc.h %%DATADIR%%/import/xlink.h %%DATADIR%%/import/xmime.h %%DATADIR%%/import/xmime4.h %%DATADIR%%/import/xmime5.h %%DATADIR%%/import/xml.h %%DATADIR%%/import/xmlmime.h %%DATADIR%%/import/xmlmime5.h %%DATADIR%%/import/xop.h %%DATADIR%%/import/xsd.h %%DATADIR%%/plugin/README.txt %%DATADIR%%/plugin/cacerts.c %%DATADIR%%/plugin/cacerts.h %%DATADIR%%/plugin/calcrest.h %%DATADIR%%/plugin/httpda.c %%DATADIR%%/plugin/httpda.h %%DATADIR%%/plugin/httpdatest.c %%DATADIR%%/plugin/httpdatest.h %%DATADIR%%/plugin/httpform.c %%DATADIR%%/plugin/httpform.h %%DATADIR%%/plugin/httpget.c %%DATADIR%%/plugin/httpget.h %%DATADIR%%/plugin/httpgettest.c %%DATADIR%%/plugin/httpgettest.h %%DATADIR%%/plugin/httpmd5.c %%DATADIR%%/plugin/httpmd5.h %%DATADIR%%/plugin/httpmd5test.c %%DATADIR%%/plugin/httpmd5test.h %%DATADIR%%/plugin/httppost.c %%DATADIR%%/plugin/httppost.h %%DATADIR%%/plugin/httpposttest.c %%DATADIR%%/plugin/httpposttest.h %%DATADIR%%/plugin/logging.c %%DATADIR%%/plugin/logging.h %%DATADIR%%/plugin/md5evp.c %%DATADIR%%/plugin/md5evp.h %%DATADIR%%/plugin/mecevp.c %%DATADIR%%/plugin/mecevp.h %%DATADIR%%/plugin/mq.c %%DATADIR%%/plugin/mq.h %%DATADIR%%/plugin/plugin.c %%DATADIR%%/plugin/plugin.h %%DATADIR%%/plugin/smdevp.c %%DATADIR%%/plugin/smdevp.h %%DATADIR%%/plugin/threads.c %%DATADIR%%/plugin/threads.h %%DATADIR%%/plugin/wsaapi.c %%DATADIR%%/plugin/wsaapi.h %%DATADIR%%/plugin/wsddapi.c %%DATADIR%%/plugin/wsddapi.h %%DATADIR%%/plugin/wsrmapi.c %%DATADIR%%/plugin/wsrmapi.h %%DATADIR%%/plugin/wsse2api.c %%DATADIR%%/plugin/wsse2api.h %%DATADIR%%/plugin/wsseapi-lite.c %%DATADIR%%/plugin/wsseapi-lite.h %%DATADIR%%/plugin/wsseapi.c %%DATADIR%%/plugin/wsseapi.cpp %%DATADIR%%/plugin/wsseapi.h