Ravenports generated: 27 Apr 2019 11:21
[ravenports.git] / bucket_8E / php71-xmlrpc
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               php71-xmlrpc
4 VERSION=                7.1.28
5 KEYWORDS=               lang www php net
6 VARIANTS=               standard
7 SDESC[standard]=        PHP 7.1 extension: xmlrpc (web services)
8 HOMEPAGE=               https://php.net/
9 CONTACT=                nobody
10
11 DOWNLOAD_GROUPS=        main
12 SITES[main]=            PHP/distributions
13 DISTFILE[1]=            php-7.1.28.tar.xz:main
14 DF_INDEX=               1
15 SPKGS[standard]=        single
16
17 OPTIONS_AVAILABLE=      none
18 OPTIONS_STANDARD=       none
19
20 USES=                   php:ext,71 iconv
21 GNOME_COMPONENTS=       libxml2
22 PHP_EXTENSIONS=         xml
23
24 DISTNAME=               php-7.1.28/ext/{{PHP_MODNAME}}
25 EXTRACT_HEAD[1]=        {{TAR}} -xf
26 EXTRACT_TAIL[1]=        php-7.1.28/ext/{{PHP_MODNAME}}
27
28 FPC_EQUIVALENT=         net/php71-xmlrpc
29 PHP_HEADER_DIRS=        libxmlrpc
30
31 CONFIGURE_ARGS=         --enable-xmlrpc
32                         --with-libxml-dir={{LOCALBASE}}
33                         --with-iconv-dir={{LOCALBASE}}
34
35 [FILE:56:descriptions/desc.single]
36 This package contains the xmlrpc extension for PHP 7.1.
37
38
39 [FILE:96:distinfo]
40 45131497ec0a947e3f9145c000e8fcc1f86b46518ee3f6810d80efa2d39521e2     12222508 php-7.1.28.tar.xz
41
42
43 [FILE:775:patches/patch-config.m4]
44 --- config.m4.orig      2014-04-29 08:04:30.000000000 +0000
45 +++ config.m4   2014-05-15 08:04:00.883004682 +0000
46 @@ -61,11 +61,9 @@ if test "$PHP_XMLRPC" != "no"; then
47      fi
48    fi
49  
50 -  dnl if iconv is shared or missing then we should build iconv ourselves
51 -  if test "$PHP_ICONV_SHARED" = "yes" || test "$PHP_ICONV" = "no"; then
52 -
53      if test "$PHP_ICONV_DIR" != "no"; then
54        PHP_ICONV=$PHP_ICONV_DIR
55 +      PHP_ADD_INCLUDE($PHP_ICONV_DIR/include)
56      fi
57    
58      if test -z "$PHP_ICONV" || test "$PHP_ICONV" = "no"; then
59 @@ -75,7 +73,6 @@ if test "$PHP_XMLRPC" != "no"; then
60      PHP_SETUP_ICONV(XMLRPC_SHARED_LIBADD, [], [
61        AC_MSG_ERROR([iconv not found, in order to build xmlrpc you need the iconv library])
62      ])
63 -  fi
64  fi
65  
66  if test "$PHP_XMLRPC" = "yes"; then
67