[arch-commits] Commit in gsoap/trunk (0001-no-xlocale.patch PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Wed May 27 21:02:45 UTC 2020


    Date: Wednesday, May 27, 2020 @ 21:02:44
  Author: spupykin
Revision: 636059

upgpkg: gsoap 2.8.103-1

Modified:
  gsoap/trunk/PKGBUILD
Deleted:
  gsoap/trunk/0001-no-xlocale.patch

-----------------------+
 0001-no-xlocale.patch |   41 -----------------------------------------
 PKGBUILD              |   11 ++---------
 2 files changed, 2 insertions(+), 50 deletions(-)

Deleted: 0001-no-xlocale.patch
===================================================================
--- 0001-no-xlocale.patch	2020-05-27 21:02:09 UTC (rev 636058)
+++ 0001-no-xlocale.patch	2020-05-27 21:02:44 UTC (rev 636059)
@@ -1,41 +0,0 @@
-diff -wbBur gsoap-2.8/gsoap/stdsoap2.h gsoap-2.8.my/gsoap/stdsoap2.h
---- gsoap-2.8/gsoap/stdsoap2.h	2018-03-08 18:45:36.000000000 +0300
-+++ gsoap-2.8.my/gsoap/stdsoap2.h	2018-03-28 15:51:38.342848826 +0300
-@@ -338,7 +338,6 @@
- #  define HAVE_MBTOWC
- #  define HAVE_INTTYPES_H
- #  define HAVE_LOCALE_H
--#  define HAVE_XLOCALE_H
- #  define HAVE_RANDOM
- # elif defined(_AIX43)
- #  define HAVE_SNPRINTF
-@@ -419,7 +418,6 @@
- #  define HAVE_ISNAN
- #  define HAVE_ISINF
- #  define HAVE_LOCALE_H
--#  define HAVE_XLOCALE_H
- #  define HAVE_RANDOM
- # elif defined(__VMS)
- #  include <ioctl.h>
-@@ -720,11 +718,6 @@
- # endif
- #endif
- 
--/* force inclusion of xlocale.h */
--#if defined(WITH_INCLUDE_XLOCALE_H) && !defined(HAVE_XLOCALE_H)
--# define HAVE_XLOCALE_H
--#endif
--
- #ifdef WITH_C_LOCALE
- # include <locale.h>
- # if defined(WIN32) && !defined(CYGWIN)
-@@ -732,9 +725,6 @@
- #  define SOAP_LOCALE(soap) ((soap)->c_locale ? (soap)->c_locale : ((soap)->c_locale = _create_locale(LC_ALL, "C")))
- #  define SOAP_FREELOCALE(soap) (void)((soap)->c_locale && (_free_locale((soap)->c_locale), ((soap)->c_locale = NULL)))
- # else
--#  if defined(HAVE_XLOCALE_H)
--#   include <xlocale.h>
--#  endif
- #  define SOAP_LOCALE_T locale_t
- #  define SOAP_LOCALE(soap) ((soap)->c_locale ? (soap)->c_locale : ((soap)->c_locale = newlocale(LC_ALL_MASK, "C", NULL)))
- #  define SOAP_FREELOCALE(soap) (void)((soap)->c_locale && (freelocale((soap)->c_locale), ((soap)->c_locale = NULL)))

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-27 21:02:09 UTC (rev 636058)
+++ PKGBUILD	2020-05-27 21:02:44 UTC (rev 636059)
@@ -3,7 +3,7 @@
 # Contributor: Lee.MaRS <leemars at gmail.com>
 
 pkgname=gsoap
-pkgver=2.8.102
+pkgver=2.8.103
 pkgrel=1
 pkgdesc="Offers an XML language binding to ease the development of SOAP/XML Web services in C and C/C++"
 url="https://www.cs.fsu.edu/~engelen/soap.html"
@@ -13,17 +13,10 @@
 makedepends=('autoconf' 'automake')
 options=('staticlibs')
 source=("https://prdownloads.sourceforge.net/gsoap2/${pkgname}_${pkgver}.zip"
-	'0001-no-xlocale.patch'
 	'LICENSE')
-sha256sums=('c7efad78caa4d41d1ec9762c1ac62a7e8d5a556c50c0b9d72b60cbd84aae6d10'
-            '4058a13b4ac5b26c4a1a5e6363390b47652a02ef29cab835de6720ddb516e405'
+sha256sums=('afe2ba08d2fa56adc3c774b6741587203a72140a255346e9947b8d2ee6c7d4b6'
             '0457ad7ae5599c7ee2e30f94d685dfd1a39cc9a9e3937aef1417d1752dfc6eb3')
 
-prepare() {
-  cd "$srcdir"/gsoap-2.8
-#  patch -Np1 < "${srcdir}"/0001-no-xlocale.patch
-}
-
 build() {
   cd "$srcdir"/gsoap-2.8
   # needed for programs which use gsoap and have -fPIC enabled



More information about the arch-commits mailing list