Ravenports generated: 02 Mar 2018 08:51
[ravenports.git] / bucket_8E / php71-xmlrpc
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               php71-xmlrpc
4 VERSION=                7.1.15
5 KEYWORDS=               lang www php net
6 VARIANTS=               standard
7 SDESC[standard]=        PHP 7.1 extension: xmlrpc (web services)
8 HOMEPAGE=               http://php.net/
9 CONTACT=                nobody
10
11 DOWNLOAD_GROUPS=        main
12 SITES[main]=            PHP/distributions
13 DISTFILE[1]=            php-7.1.15.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.15/ext/{{PHP_MODNAME}}
25 EXTRACT_HEAD[1]=        {{TAR}} -xf
26 EXTRACT_TAIL[1]=        php-7.1.15/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:96:distinfo]
36 0e17192fb43532e4ebaa190ecec9c7e59deea7dadb7dab67b19c2081a68bd817     12201380 php-7.1.15.tar.xz
37
38
39 [FILE:775:patches/patch-config.m4]
40 --- config.m4.orig      2014-04-29 08:04:30.000000000 +0000
41 +++ config.m4   2014-05-15 08:04:00.883004682 +0000
42 @@ -61,11 +61,9 @@ if test "$PHP_XMLRPC" != "no"; then
43      fi
44    fi
45  
46 -  dnl if iconv is shared or missing then we should build iconv ourselves
47 -  if test "$PHP_ICONV_SHARED" = "yes" || test "$PHP_ICONV" = "no"; then
48 -
49      if test "$PHP_ICONV_DIR" != "no"; then
50        PHP_ICONV=$PHP_ICONV_DIR
51 +      PHP_ADD_INCLUDE($PHP_ICONV_DIR/include)
52      fi
53    
54      if test -z "$PHP_ICONV" || test "$PHP_ICONV" = "no"; then
55 @@ -75,7 +73,6 @@ if test "$PHP_XMLRPC" != "no"; then
56      PHP_SETUP_ICONV(XMLRPC_SHARED_LIBADD, [], [
57        AC_MSG_ERROR([iconv not found, in order to build xmlrpc you need the iconv library])
58      ])
59 -  fi
60  fi
61  
62  if test "$PHP_XMLRPC" = "yes"; then
63