summaryrefslogtreecommitdiff
path: root/lang/php56
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-02-20 09:35:16 +0000
committerwiz <wiz@pkgsrc.org>2017-02-20 09:35:16 +0000
commita3f3a679407ee55d80c5ae19f264c94c40301ac6 (patch)
treeb9f996cb5a614b25b8e0f5cf3def375222cde8ef /lang/php56
parentfa39cf59c20b64ff02a3f7d13d9830c38f8f9c15 (diff)
downloadpkgsrc-a3f3a679407ee55d80c5ae19f264c94c40301ac6.tar.gz
Fix build with tidy-5.x.
Diffstat (limited to 'lang/php56')
-rw-r--r--lang/php56/distinfo3
-rw-r--r--lang/php56/patches/patch-ext_tidy_tidy.c13
2 files changed, 15 insertions, 1 deletions
diff --git a/lang/php56/distinfo b/lang/php56/distinfo
index bb3ce349db4..3fd602eeb6d 100644
--- a/lang/php56/distinfo
+++ b/lang/php56/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.39 2017/01/20 00:44:01 taca Exp $
+$NetBSD: distinfo,v 1.40 2017/02/20 09:35:17 wiz Exp $
SHA1 (php-5.6.30.tar.bz2) = 9ac486b7f86c01a297375cae5728b424ac5790ce
RMD160 (php-5.6.30.tar.bz2) = 445f7a88b802f88484671e2981f44147b13794fc
@@ -18,6 +18,7 @@ SHA1 (patch-ext_recode_recode.c) = a97a1815d6a41410f68c289debbb9396128a2159
SHA1 (patch-ext_sqlite3_libsqlite_sqlite3.c) = 85cd8f3e115705aa2eeab0e7229f24422e322a7f
SHA1 (patch-ext_standard_basic__functions.c) = 669fe55c975bf2d971f6fdcb5b3004f7e20304d2
SHA1 (patch-ext_standard_php__dns.h) = 57c5d6d8ae60da58925abc2c51d66b56762fecda
+SHA1 (patch-ext_tidy_tidy.c) = dd66f203196af544dcc06fe2229ba23c3086d3e8
SHA1 (patch-makedist) = 8e8660b2e0a34f06f433e24dbb0a9c872963e419
SHA1 (patch-php.ini-development) = 3c54a41310d28ecff4996c966934350368657c2f
SHA1 (patch-php.ini-production) = 9b7ae64f3133139f0c3d42753ad5d8622873423d
diff --git a/lang/php56/patches/patch-ext_tidy_tidy.c b/lang/php56/patches/patch-ext_tidy_tidy.c
new file mode 100644
index 00000000000..f5eed3a56c0
--- /dev/null
+++ b/lang/php56/patches/patch-ext_tidy_tidy.c
@@ -0,0 +1,13 @@
+$NetBSD: patch-ext_tidy_tidy.c,v 1.1 2017/02/20 09:35:17 wiz Exp $
+
+--- ext/tidy/tidy.c.orig 2017-01-19 00:17:47.000000000 +0000
++++ 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