php: use tidy5.
This commit is contained in:
parent
ce134e3792
commit
f371f35e92
2 changed files with 13 additions and 2 deletions
11
srcpkgs/php/patches/php-tidy.patch
Normal file
11
srcpkgs/php/patches/php-tidy.patch
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- ext/tidy/tidy.c.orig
|
||||||
|
+++ ext/tidy/tidy.c
|
||||||
|
@@ -31,7 +31,7 @@
|
||||||
|
#include "ext/standard/info.h"
|
||||||
|
|
||||||
|
#include "tidy.h"
|
||||||
|
-#include "buffio.h"
|
||||||
|
+#include "tidybuffio.h"
|
||||||
|
|
||||||
|
/* compatibility with older versions of libtidy */
|
||||||
|
#ifndef TIDY_CALL
|
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'php'
|
# Template build file for 'php'
|
||||||
pkgname=php
|
pkgname=php
|
||||||
version=7.0.6
|
version=7.0.6
|
||||||
revision=2
|
revision=3
|
||||||
short_desc="An HTML-embedded scripting language"
|
short_desc="An HTML-embedded scripting language"
|
||||||
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
||||||
license="PHP"
|
license="PHP"
|
||||||
|
@ -11,7 +11,7 @@ makedepends="postgresql-libs-devel libldap-devel libvpx-devel sqlite-devel
|
||||||
unixodbc-devel freetds-devel net-snmp-devel libzip-devel enchant-devel
|
unixodbc-devel freetds-devel net-snmp-devel libzip-devel enchant-devel
|
||||||
libmcrypt-devel libltdl-devel libpng-devel libjpeg-turbo-devel icu-devel
|
libmcrypt-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 tidy-devel
|
gmp-devel gdbm-devel freetype-devel apache-devel libtidy5-devel
|
||||||
readline-devel libmysqlclient-devel"
|
readline-devel 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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue