wok diff php/receipt @ rev 22861

updated gnu-efi (3.0.6 -> 3.0.11)
author Hans-G?nter Theisgen
date Thu Feb 20 17:09:58 2020 +0100 (2020-02-20)
parents fe96d104d02e
children b10d41313e54
line diff
     1.1 --- a/php/receipt	Wed Apr 24 17:27:05 2019 +0200
     1.2 +++ b/php/receipt	Thu Feb 20 17:09:58 2020 +0100
     1.3 @@ -1,23 +1,24 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="php"
     1.7 -VERSION="5.5.13"
     1.8 +VERSION="7.3.12"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="PHP web programming language."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  LICENSE="BSD"
    1.13  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.14  WEB_SITE="https://www.php.net/"
    1.15 -WGET_URL="http://www.php.net/distributions/$TARBALL"
    1.16 +WGET_URL="https://www.php.net/distributions/$TARBALL"
    1.17  PROVIDE="php:lighttpd"
    1.18  #HOST_ARCH="i486 arm"
    1.19  
    1.20 -DEPENDS="php-common lighttpd zlib libxml2 sqlite libssl"
    1.21 -BUILD_DEPENDS="sqlite-dev libxml2-dev zlib-dev libmysqlclient mysql-dev \
    1.22 +DEPENDS="php-common lighttpd libzip libxml2 sqlite libssl"
    1.23 +BUILD_DEPENDS="sqlite-dev libxml2-dev libzip-dev libmysqlclient mysql-dev \
    1.24  net-snmp-dev postgresql-dev gettext openssl-dev apache-dev apr-util-dev \
    1.25  c-client mhash-dev libpng-dev libunixODBC unixODBC-dev openldap-dev \
    1.26  libldap apr-dev libmcrypt-dev curl-dev cyrus-sasl-dev perl pkg-config \
    1.27 -jpeg-dev net-snmp-dev libvpx-dev apache coreutils-conditions sed re2c"
    1.28 +jpeg-dev net-snmp-dev libvpx-dev apache coreutils-conditions sed re2c \
    1.29 +libtool"
    1.30  
    1.31  case "$ARCH" in
    1.32  	i?86)
    1.33 @@ -37,8 +38,6 @@
    1.34  			--with-config-file-path=/etc \
    1.35  			--with-zlib \
    1.36  			--with-gettext \
    1.37 -			--with-mcrypt=shared,/usr \
    1.38 -			--with-mysql=shared,/usr \
    1.39  			--with-mysqli=shared \
    1.40  			--with-mysql-sock=/var/run/mysqld/mysql.sock \
    1.41  			--with-pdo-sqlite=shared,/usr \
    1.42 @@ -52,7 +51,6 @@
    1.43  			--with-gd=shared \
    1.44  			--with-jpeg-dir=/usr \
    1.45  			--with-png-dir=/usr \
    1.46 -			--with-vpx-dir=/usr \
    1.47  			--with-openssl=shared \
    1.48  			--with-unixODBC=shared,/usr \
    1.49  			--with-pear=/usr/share/php \
    1.50 @@ -92,7 +90,6 @@
    1.51  # Rules to configure and make the package.
    1.52  compile_rules()
    1.53  {
    1.54 -	sed -i 's|IMG_FMT_I420|VPX_&|;s|PLANE_|VPX_&|' ext/gd/libgd/webpimg.c
    1.55  	sed -i 's/pam_start/pam_nostart/' configure
    1.56  	./configure $ARCH_ARGS $CONFIGURE_ARGS && \
    1.57  	make $MAKEFLAGS && make -j1 INSTALL_ROOT=$DESTDIR install