wok-next rev 21403

updated php again (7.4.4 -> 7.4.5)
author Hans-G?nter Theisgen
date Tue Apr 21 10:28:30 2020 +0100 (2020-04-21)
parents 3b01949caf36
children 0fda328884e7
files php/receipt
line diff
     1.1 --- a/php/receipt	Tue Apr 21 07:47:41 2020 +0100
     1.2 +++ b/php/receipt	Tue Apr 21 10:28:30 2020 +0100
     1.3 @@ -12,7 +12,7 @@
     1.4  WGET_URL="https://www.php.net/distributions/$TARBALL"
     1.5  
     1.6  BUILD_DEPENDS="apache apache-dev apr-dev apr-util-dev c-client 
     1.7 -	coreutils-conditions curl-dev cyrus-sasl-dev gettext-dev 
     1.8 +	coreutils-conditions curl-dev cyrus-sasl-dev gettext 
     1.9  	jpeg-dev libldap libmcrypt-dev libmysqlclient libpng-dev 
    1.10  	libunixODBC libvpx-dev libxml2-dev mhash-dev mysql-dev 
    1.11  	net-snmp-dev openldap-dev openssl-dev perl postgresql-dev 
    1.12 @@ -27,45 +27,49 @@
    1.13  
    1.14  compile_rules()
    1.15  {
    1.16 +	# 7.4.4 unrecognised:
    1.17 +	# 	--enable-zip
    1.18 +	#	--with-jpeg-dir=/usr
    1.19 +	#	--with-png-dir=/usr
    1.20 +
    1.21  	ARCH_ARGS="\
    1.22 +	--config-cache					\
    1.23 +	--enable-calendar				\
    1.24 +	--enable-dba=shared				\
    1.25 +	--enable-exif					\
    1.26 +	--enable-ftp					\
    1.27 +	--enable-maintainer-zts				\
    1.28  	--enable-mbstring				\
    1.29 +	--enable-soap=shared,/usr			\
    1.30  	--enable-sockets				\
    1.31 -	--enable-ftp					\
    1.32 -	--enable-zip					\
    1.33 -	--enable-calendar				\
    1.34 -	--enable-exif					\
    1.35 -	--config-cache					\
    1.36 -	--enable-dba=shared				\
    1.37  	--with-config-file-path=/etc			\
    1.38 -	--with-zlib					\
    1.39 +	--with-curl=shared				\
    1.40 +	--with-gd=shared				\
    1.41  	--with-gettext					\
    1.42 +	--with-imap=shared				\
    1.43 +	--with-imap-ssl					\
    1.44 +	--with-ldap=shared				\
    1.45  	--with-mcrypt=shared,/usr			\
    1.46 +	--with-mhash					\
    1.47  	--with-mysql=shared,/usr			\
    1.48 +	--with-mysql-sock=/var/run/mysqld/mysql.sock	\
    1.49  	--with-mysqli=shared				\
    1.50 -	--with-mysql-sock=/var/run/mysqld/mysql.sock	\
    1.51 +	--with-openssl=shared				\
    1.52 +	--with-pdo-mysql=shared				\
    1.53 +	--with-pdo-pgsql=shared				\
    1.54  	--with-pdo-sqlite=shared,/usr			\
    1.55 +	--with-pear=/usr/share/php			\
    1.56  	--with-pgsql=shared,/usr			\
    1.57  	--with-snmp=shared,/usr				\
    1.58 -	--enable-soap=shared,/usr			\
    1.59 -	--with-ldap=shared				\
    1.60 -	--with-imap=shared				\
    1.61 -	--with-imap-ssl					\
    1.62 -	--with-mhash					\
    1.63 -	--with-gd=shared				\
    1.64 -	--with-jpeg-dir=/usr				\
    1.65 -	--with-png-dir=/usr				\
    1.66 +	--with-sqlite3=shared,/usr			\
    1.67 +	--with-unixODBC=shared,/usr			\
    1.68  	--with-vpx-dir=/usr				\
    1.69 -	--with-openssl=shared				\
    1.70 -	--with-unixODBC=shared,/usr			\
    1.71 -	--with-pear=/usr/share/php			\
    1.72 -	--with-pdo-mysql=shared				\
    1.73 -	--with-pdo-pgsql=shared				\
    1.74 -	--with-curl=shared				\
    1.75 -	--with-sqlite3=shared,/usr			\
    1.76 -	--enable-maintainer-zts"
    1.77 +	--with-zlib"
    1.78  
    1.79 -	sed -i 's|PLANE_[UVY]\]|VPX_&|;s|IMG_FMT_I420|VPX_&|' \
    1.80 +	# 7.4.5	no such file
    1.81 +#	sed -i 's|PLANE_[UVY]\]|VPX_&|;s|IMG_FMT_I420|VPX_&|' \
    1.82  		ext/gd/libgd/webpimg.c
    1.83 +
    1.84  	sed -i 's/pam_start/pam_nostart/' \
    1.85  		configure
    1.86