php: update to 5.5.16.
This commit is contained in:
parent
a83c460a4d
commit
6a1231033b
2 changed files with 18 additions and 5 deletions
1
srcpkgs/php-tidy
Symbolic link
1
srcpkgs/php-tidy
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
php
|
|
@ -1,22 +1,24 @@
|
||||||
# Template build file for 'php'
|
# Template build file for 'php'
|
||||||
pkgname=php
|
pkgname=php
|
||||||
version=5.5.15
|
version=5.5.16
|
||||||
revision=1
|
revision=1
|
||||||
lib32disabled=yes
|
|
||||||
short_desc="An HTML-embedded scripting language"
|
short_desc="An HTML-embedded scripting language"
|
||||||
license="PHP"
|
license="PHP"
|
||||||
homepage="http://www.php.net"
|
homepage="http://www.php.net"
|
||||||
# XXX freetds, mssql and tidy modules.
|
# XXX freetds and mssql modules.
|
||||||
hostmakedepends="pkg-config bison"
|
hostmakedepends="pkg-config bison"
|
||||||
makedepends="postgresql-libs-devel libldap-devel libvpx-devel sqlite-devel
|
makedepends="postgresql-libs-devel libldap-devel libvpx-devel sqlite-devel
|
||||||
unixodbc-devel net-snmp-devel libzip-devel enchant-devel libmcrypt-devel
|
unixodbc-devel net-snmp-devel libzip-devel enchant-devel libmcrypt-devel
|
||||||
aspell-devel libltdl-devel libpng-devel libjpeg-turbo-devel icu-devel
|
aspell-devel libltdl-devel libpng-devel libjpeg-turbo-devel icu-devel
|
||||||
libcurl-devel libxslt-devel libressl-devel bzip2-devel zlib-devel db-devel
|
libcurl-devel libxslt-devel libressl-devel bzip2-devel zlib-devel db-devel
|
||||||
gmp-devel gdbm-devel freetype-devel apache-devel
|
gmp-devel gdbm-devel freetype-devel apache-devel tidy-devel
|
||||||
readline-devel>=6.3 libmysqlclient-devel"
|
readline-devel>=6.3 libmysqlclient-devel"
|
||||||
conf_files="/etc/php/php.ini"
|
conf_files="/etc/php/php.ini"
|
||||||
distfiles="http://www.php.net/distributions/php-${version}.tar.gz"
|
distfiles="http://www.php.net/distributions/php-${version}.tar.gz"
|
||||||
checksum=578febd686018401c4857699b29502b1aecaf82bf43525d810867f583961ac6e
|
checksum=cdea80ab1b0466f4656b46155e341b700799e78569a5cc582eeaededb448086c
|
||||||
|
|
||||||
|
nocross=yes
|
||||||
|
lib32disabled=yes
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="systemd"
|
build_options="systemd"
|
||||||
|
@ -94,6 +96,7 @@ do_build() {
|
||||||
--with-unixODBC=shared,/usr \
|
--with-unixODBC=shared,/usr \
|
||||||
--with-xmlrpc=shared \
|
--with-xmlrpc=shared \
|
||||||
--with-xsl=shared \
|
--with-xsl=shared \
|
||||||
|
--with-tidy=shared \
|
||||||
--with-zlib \
|
--with-zlib \
|
||||||
${configure_args} \
|
${configure_args} \
|
||||||
"
|
"
|
||||||
|
@ -343,6 +346,15 @@ php-sqlite_package() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
php-tidy_package() {
|
||||||
|
lib32disabled=yes
|
||||||
|
depends="php-${version}_${revision}"
|
||||||
|
short_desc+=' - tidy HTML module'
|
||||||
|
pkg_install() {
|
||||||
|
vmove "usr/lib/php/modules/*tidy*.so"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
php-xsl_package() {
|
php-xsl_package() {
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
depends="php-${version}_${revision}"
|
depends="php-${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue