Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 05 Jul 2004 22:31:20 +0400
From:      Sergey Matveychuk <sem@ciam.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/68708: [MAINTAINER] devel/gsoap: update to 2.6.2
Message-ID:  <E1BhYFM-00077z-He@Current.sem-home.ciam.ru>
Resent-Message-ID: <200407051840.i65IeJAH051043@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         68708
>Category:       ports
>Synopsis:       [MAINTAINER] devel/gsoap: update to 2.6.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 05 18:40:19 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Sergey Matveychuk
>Release:        FreeBSD 5.2.1-RELEASE-p6 i386
>Organization:
>Environment:
System: FreeBSD Current.sem-home.ciam.ru 5.2.1-RELEASE-p6 FreeBSD 5.2.1-RELEASE-p6 #6: Fri May 14 20:39:25 MSD 2004
>Description:
- Update to 2.6.2

Removed file:
file/patch-soapcpp2::stdsoap2.cpp

and directory:
file/

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- gsoap-2.6.2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/gsoap.orig/Makefile /usr/ports/devel/gsoap/Makefile
--- /usr/ports/devel/gsoap.orig/Makefile	Mon Jul  5 22:02:35 2004
+++ /usr/ports/devel/gsoap/Makefile	Mon Jul  5 22:28:01 2004
@@ -6,13 +6,15 @@
 #
 
 PORTNAME=	gsoap
-PORTVERSION=	2.6
+PORTVERSION=	2.6.2
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	gsoap2
 
 MAINTAINER=	sem@ciam.ru
 COMMENT=	Generator Tools for Coding SOAP/XML Web Services in C and C++
+
+WRKSRC=		${WRKDIR}/${PORTNAME}-2.6
 
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
diff -ruN --exclude=CVS /usr/ports/devel/gsoap.orig/distinfo /usr/ports/devel/gsoap/distinfo
--- /usr/ports/devel/gsoap.orig/distinfo	Mon Jul  5 22:02:35 2004
+++ /usr/ports/devel/gsoap/distinfo	Mon Jul  5 22:03:18 2004
@@ -1,2 +1,2 @@
-MD5 (gsoap-2.6.tar.gz) = 7a4610d11ec5ea50491151c0dfb235a0
-SIZE (gsoap-2.6.tar.gz) = 2767853
+MD5 (gsoap-2.6.2.tar.gz) = bfab7f8378c4ce3315261616eff6300a
+SIZE (gsoap-2.6.2.tar.gz) = 2797746
diff -ruN --exclude=CVS /usr/ports/devel/gsoap.orig/files/patch-soapcpp2::stdsoap2.cpp /usr/ports/devel/gsoap/files/patch-soapcpp2::stdsoap2.cpp
--- /usr/ports/devel/gsoap.orig/files/patch-soapcpp2::stdsoap2.cpp	Mon Jul  5 22:02:35 2004
+++ /usr/ports/devel/gsoap/files/patch-soapcpp2::stdsoap2.cpp	Thu Jan  1 03:00:00 1970
@@ -1,11 +0,0 @@
---- soapcpp2/stdsoap2.cpp.orig	Thu Mar 11 01:41:51 2004
-+++ soapcpp2/stdsoap2.cpp	Thu Mar 11 02:13:12 2004
-@@ -2907,7 +2907,7 @@
- #elif defined(WIN32) || defined(__APPLE__) || defined(HP_UX) || defined(SUN_OS) || defined(OPENSERVER) || defined(TRU64) || defined(VXWORKS)
-         int n = sizeof(struct sockaddr_in);
- #else
--        size_t n = sizeof(struct sockaddr_in);
-+        unsigned int n = sizeof(struct sockaddr_in);
- #endif
-         fd_set fds;
-         if (soap->connect_timeout > 0)
--- gsoap-2.6.2.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1BhYFM-00077z-He>