From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Mar 19 18:40:08 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A89D66F4 for ; Wed, 19 Mar 2014 18:40:08 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 89732C84 for ; Wed, 19 Mar 2014 18:40:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2JIe8gr002642 for ; Wed, 19 Mar 2014 18:40:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2JIe8m8002641; Wed, 19 Mar 2014 18:40:08 GMT (envelope-from gnats) Resent-Date: Wed, 19 Mar 2014 18:40:08 GMT Resent-Message-Id: <201403191840.s2JIe8m8002641@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8E0814C4 for ; Wed, 19 Mar 2014 18:31:36 +0000 (UTC) Received: from omta02.auone-net.jp (mail-or1-f17.auone-net.jp [106.187.231.17]) by mx1.freebsd.org (Postfix) with ESMTP id 61575BFF for ; Wed, 19 Mar 2014 18:31:36 +0000 (UTC) Received: from coppermine.my.domain (ZT028161.ppp.dion.ne.jp [59.128.28.161]) by omta02.auone-net.jp (au one net mail) with ESMTP id 7D09B1560005 for ; Thu, 20 Mar 2014 03:31:33 +0900 (JST) Message-Id: <20140320032619.d70c652ae0b62427cc8bcffc@yahoo.com> Date: Thu, 20 Mar 2014 03:26:19 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/187762: net/easysoap: Fix build on -current X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Mar 2014 18:40:08 -0000 >Number: 187762 >Category: ports >Synopsis: net/easysoap: Fix build on -current >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Mar 19 18:40:08 UTC 2014 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p7 i386 >Organization: >Environment: >Description: - Fix build on -current - Add LICENSE New file: files/patch-src__SOAPSSLContext.cpp >How-To-Repeat: >Fix: diff -urN /usr/ports/net/easysoap/Makefile net/easysoap/Makefile --- /usr/ports/net/easysoap/Makefile 2014-03-02 00:23:55.000000000 +0900 +++ net/easysoap/Makefile 2014-03-20 00:00:00.000000000 +0900 @@ -3,7 +3,7 @@ PORTNAME= easysoap PORTVERSION= 0.8.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/SWANSONG DISTNAME= EasySoap++-${PORTVERSION} @@ -11,22 +11,16 @@ MAINTAINER= ports@FreeBSD.org COMMENT= C++ SOAP Library based on expat -LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 +LICENSE= LGPL21 + +LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 USE_OPENSSL= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" -CPPFLAGS+= -I${LOCALBASE}/include +USE_AUTOTOOLS= libtool +CONFIGURE_ENV= ac_cv_lib_stdcpp_main=no USE_LDCONFIG= yes -NO_STAGE= yes -.include - -post-patch: - @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \ - ${WRKSRC}/configure - -post-install: - @${RM} -f ${PREFIX}/lib/libeasysoap.la +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib -.include +.include diff -urN /usr/ports/net/easysoap/files/patch-src__SOAPSSLContext.cpp net/easysoap/files/patch-src__SOAPSSLContext.cpp --- /usr/ports/net/easysoap/files/patch-src__SOAPSSLContext.cpp 1970-01-01 09:00:00.000000000 +0900 +++ net/easysoap/files/patch-src__SOAPSSLContext.cpp 2014-03-20 00:00:00.000000000 +0900 @@ -0,0 +1,23 @@ +--- src/SOAPSSLContext.cpp.orig ++++ src/SOAPSSLContext.cpp +@@ -143,16 +143,16 @@ + switch(methodType) + { + case SOAPSSLContext::SSL_v2: +- method = SSLv2_client_method(); ++ method = const_cast(SSLv2_client_method()); + break; + case SOAPSSLContext::SSL_v23: +- method = SSLv23_client_method(); ++ method = const_cast(SSLv23_client_method()); + break; + case SOAPSSLContext::SSL_v3: +- method = SSLv3_client_method(); ++ method = const_cast(SSLv3_client_method()); + break; + case SOAPSSLContext::TLS_v1: +- method = TLSv1_client_method(); ++ method = const_cast(TLSv1_client_method()); + break; + default: + break; diff -urN /usr/ports/net/easysoap/pkg-plist net/easysoap/pkg-plist --- /usr/ports/net/easysoap/pkg-plist 2014-01-23 04:12:00.000000000 +0900 +++ net/easysoap/pkg-plist 2014-03-20 00:00:00.000000000 +0900 @@ -41,6 +41,7 @@ include/easysoap/es_msvc.h include/easysoap/es_mwerks.h lib/libeasysoap.a +lib/libeasysoap.la lib/libeasysoap.so lib/libeasysoap.so.0 @dirrm include/easysoap >Release-Note: >Audit-Trail: >Unformatted: