From owner-svn-ports-head@freebsd.org Fri Feb 24 11:20:42 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 27781CEA08A; Fri, 24 Feb 2017 11:20:42 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DC437BAE; Fri, 24 Feb 2017 11:20:41 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1OBKfPI014244; Fri, 24 Feb 2017 11:20:41 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1OBKeXX014240; Fri, 24 Feb 2017 11:20:40 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201702241120.v1OBKeXX014240@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Fri, 24 Feb 2017 11:20:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434705 - in head/devel/gsoap: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2017 11:20:42 -0000 Author: bofh Date: Fri Feb 24 11:20:40 2017 New Revision: 434705 URL: https://svnweb.freebsd.org/changeset/ports/434705 Log: devel/gsoap: Update version 2.8.33=>2.8.43 - Fix path in MASTER_SITES - Build -fPIC fixing issues with gsoapssl reloc - Re-roll gsoap/wsdl/Makefile.in patch - Add new files to pkg-plist PR: 216997 Submitted by: brnrd Modified: head/devel/gsoap/Makefile head/devel/gsoap/distinfo head/devel/gsoap/files/patch-gsoap_wsdl_Makefile.in head/devel/gsoap/pkg-plist Modified: head/devel/gsoap/Makefile ============================================================================== --- head/devel/gsoap/Makefile Fri Feb 24 10:16:40 2017 (r434704) +++ head/devel/gsoap/Makefile Fri Feb 24 11:20:40 2017 (r434705) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= gsoap -PORTVERSION= 2.8.33 +PORTVERSION= 2.8.43 CATEGORIES= devel -MASTER_SITES= SF/${PORTNAME}2/gSOAP +MASTER_SITES= SF/${PORTNAME}2/gsoap-2.8 DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= bofh@FreeBSD.org @@ -27,6 +27,7 @@ GNUTLS_LIB_DEPENDS= libgnutls.so:securit GNUTLS_CONFIGURE_ON= --enable-gnutls GNUTLS_LDFLAGS= -L${LOCALBASE}/lib OPENSSL_CONFIGURE_ENABLE= ssl +CFLAGS+= -fPIC post-patch: @${REINPLACE_CMD} -e 's|sys/timeb.h | |' \ Modified: head/devel/gsoap/distinfo ============================================================================== --- head/devel/gsoap/distinfo Fri Feb 24 10:16:40 2017 (r434704) +++ head/devel/gsoap/distinfo Fri Feb 24 11:20:40 2017 (r434705) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471037671 -SHA256 (gsoap_2.8.33.zip) = 8534a8bb82ce97544bbb60bf4410ef66f9c328abf62879e499272894019199a4 -SIZE (gsoap_2.8.33.zip) = 24092060 +TIMESTAMP = 1486809614 +SHA256 (gsoap_2.8.43.zip) = 75e898933432968cabfe1173278956a978d10152d51755a91e2c7578ca3ab66f +SIZE (gsoap_2.8.43.zip) = 36710317 Modified: head/devel/gsoap/files/patch-gsoap_wsdl_Makefile.in ============================================================================== --- head/devel/gsoap/files/patch-gsoap_wsdl_Makefile.in Fri Feb 24 10:16:40 2017 (r434704) +++ head/devel/gsoap/files/patch-gsoap_wsdl_Makefile.in Fri Feb 24 11:20:40 2017 (r434705) @@ -1,11 +1,11 @@ ---- gsoap/wsdl/Makefile.in.orig 2015-05-22 05:52:33 UTC +--- gsoap/wsdl/Makefile.in.orig 2017-02-11 10:40:19 UTC +++ gsoap/wsdl/Makefile.in -@@ -303,7 +303,7 @@ SOAP_FLAGS = -SC -pwsdl -I$(srcdir) -I$( +@@ -314,7 +314,7 @@ SOAP_FLAGS = -SC -pwsdl -I$(srcdir) -I$( BUILT_SOURCES = $(SOAP_CPP_SRC) wsdl2h_CFLAGS = $(C_DEBUG_FLAGS) $(WSDL2H_EXTRA_FLAGS) wsdl2h_CXXFLAGS = $(C_DEBUG_FLAGS) $(WSDL2H_EXTRA_FLAGS) $(WSDL2H_IMPORTPATH) -wsdl2h_CPPFLAGS = $(AM_CPPFLAGS) $(SOAPCPP2_NONAMESPACES) -D$(platform) +wsdl2h_CPPFLAGS = $(AM_CPPFLAGS) $(SOAPCPP2_NONAMESPACES) $(WSDL2H_IMPORTPATH) -D$(platform) - wsdl2h_SOURCES = wsdl2h.cpp wsdl.cpp schema.cpp types.cpp service.cpp soap.cpp mime.cpp wsp.cpp bpel.cpp $(SOAP_CPP_SRC) + wsdl2h_SOURCES = wsdl2h.cpp wsdl.cpp wadl.cpp schema.cpp types.cpp service.cpp soap.cpp mime.cpp wsp.cpp bpel.cpp $(SOAP_CPP_SRC) wsdl2h_LDADD = $(SOAP_CPP_LIB) $(WSDL2H_EXTRA_LIBS) CLEANFILES = *~ *C.cpp *H.h *Stub.h *.nsmap Modified: head/devel/gsoap/pkg-plist ============================================================================== --- head/devel/gsoap/pkg-plist Fri Feb 24 10:16:40 2017 (r434704) +++ head/devel/gsoap/pkg-plist Fri Feb 24 11:20:40 2017 (r434705) @@ -40,8 +40,8 @@ libdata/pkgconfig/gsoapssl.pc %%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/typemap.dat %%DATADIR%%/WS/ws-bpel_abstract_common_base.xsd %%DATADIR%%/WS/ws-bpel_executable.xsd %%DATADIR%%/WS/ws-bpel_plnktype.xsd @@ -58,26 +58,38 @@ libdata/pkgconfig/gsoapssl.pc %%DATADIR%%/custom/chrono_time_point.h %%DATADIR%%/custom/duration.c %%DATADIR%%/custom/duration.h +%%DATADIR%%/custom/float128.c +%%DATADIR%%/custom/float128.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/qbytearray_base64.cpp +%%DATADIR%%/custom/qbytearray_base64.h +%%DATADIR%%/custom/qbytearray_hex.cpp +%%DATADIR%%/custom/qbytearray_hex.h +%%DATADIR%%/custom/qdate.cpp +%%DATADIR%%/custom/qdate.h +%%DATADIR%%/custom/qdatetime.cpp +%%DATADIR%%/custom/qdatetime.h +%%DATADIR%%/custom/qstring.cpp +%%DATADIR%%/custom/qstring.h +%%DATADIR%%/custom/qtime.cpp +%%DATADIR%%/custom/qtime.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%%/custom/struct_tm_date.c +%%DATADIR%%/custom/struct_tm_date.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 @@ -112,6 +124,7 @@ libdata/pkgconfig/gsoapssl.pc %%DATADIR%%/import/wsdd5.h %%DATADIR%%/import/wsdx.h %%DATADIR%%/import/wsp.h +%%DATADIR%%/import/wsp_appliesto.h %%DATADIR%%/import/wsrm.h %%DATADIR%%/import/wsrm4.h %%DATADIR%%/import/wsrm5.h @@ -167,6 +180,8 @@ libdata/pkgconfig/gsoapssl.pc %%DATADIR%%/plugin/mq.h %%DATADIR%%/plugin/plugin.c %%DATADIR%%/plugin/plugin.h +%%DATADIR%%/plugin/sessions.c +%%DATADIR%%/plugin/sessions.h %%DATADIR%%/plugin/smdevp.c %%DATADIR%%/plugin/smdevp.h %%DATADIR%%/plugin/threads.c @@ -184,3 +199,5 @@ libdata/pkgconfig/gsoapssl.pc %%DATADIR%%/plugin/wsseapi.c %%DATADIR%%/plugin/wsseapi.cpp %%DATADIR%%/plugin/wsseapi.h +%%DATADIR%%/plugin/wstapi.c +%%DATADIR%%/plugin/wstapi.h