summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorfhajny <fhajny>2017-04-05 12:28:59 +0000
committerfhajny <fhajny>2017-04-05 12:28:59 +0000
commit69bc82ec5d35ba1e3b03d2b43854ab177375ed5f (patch)
treea769b7ff43eaf29af931fccfa48cb0785e0e6bd6 /lang
parent97d5f688a9409a5c8e89cb22ffec61e5e9481923 (diff)
downloadpkgsrc-69bc82ec5d35ba1e3b03d2b43854ab177375ed5f.tar.gz
Build the dom extension embedded. This enables full functionality in xmlreader and fixes joyent/pkgsrc/issues/477. Bump PKREVISION.
Diffstat (limited to 'lang')
-rw-r--r--lang/php56/Makefile3
-rw-r--r--lang/php56/Makefile.php3
-rw-r--r--lang/php56/PLIST3
-rw-r--r--lang/php56/distinfo3
-rw-r--r--lang/php56/patches/patch-ext_xsl_php__xsl.h15
-rw-r--r--lang/php70/Makefile3
-rw-r--r--lang/php70/Makefile.php3
-rw-r--r--lang/php70/PLIST3
-rw-r--r--lang/php70/distinfo3
-rw-r--r--lang/php70/patches/patch-ext_xsl_php__xsl.h15
-rw-r--r--lang/php71/Makefile3
-rw-r--r--lang/php71/Makefile.php3
-rw-r--r--lang/php71/PLIST3
-rw-r--r--lang/php71/distinfo3
-rw-r--r--lang/php71/patches/patch-ext_xsl_php__xsl.h15
15 files changed, 66 insertions, 15 deletions
diff --git a/lang/php56/Makefile b/lang/php56/Makefile
index b0a49fc0cbb..bef4baf18c7 100644
--- a/lang/php56/Makefile
+++ b/lang/php56/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.12 2016/06/24 15:25:21 taca Exp $
+# $NetBSD: Makefile,v 1.13 2017/04/05 12:28:59 fhajny Exp $
#
# We can't omit PKGNAME here to handle PKG_OPTIONS.
#
PKGNAME= php-${PHP_VERSION}
+PKGREVISION= 1
CATEGORIES= lang
HOMEPAGE= http://www.php.net/
diff --git a/lang/php56/Makefile.php b/lang/php56/Makefile.php
index 91d8f168e97..96ebf75c37e 100644
--- a/lang/php56/Makefile.php
+++ b/lang/php56/Makefile.php
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.php,v 1.1 2014/11/24 15:37:08 taca Exp $
+# $NetBSD: Makefile.php,v 1.2 2017/04/05 12:28:59 fhajny Exp $
# used by lang/php56/Makefile
# used by www/ap-php/Makefile
# used by www/php-fpm/Makefile
@@ -31,7 +31,6 @@ CONFIGURE_ARGS+= --without-pear
#CONFIGURE_ARGS+= --without-intl
CONFIGURE_ARGS+= --disable-posix
-CONFIGURE_ARGS+= --disable-dom
CONFIGURE_ARGS+= --disable-opcache
CONFIGURE_ARGS+= --disable-pdo
CONFIGURE_ARGS+= --disable-json
diff --git a/lang/php56/PLIST b/lang/php56/PLIST
index 8e293abf7a3..c72ae89d018 100644
--- a/lang/php56/PLIST
+++ b/lang/php56/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2015/02/20 01:17:49 taca Exp $
+@comment $NetBSD: PLIST,v 1.3 2017/04/05 12:28:59 fhajny Exp $
bin/phar
bin/phar.phar
bin/php
@@ -78,6 +78,7 @@ include/php/ext/date/lib/timelib.h
include/php/ext/date/lib/timelib_config.h
include/php/ext/date/lib/timelib_structs.h
include/php/ext/date/php_date.h
+include/php/ext/dom/xml_common.h
include/php/ext/ereg/php_ereg.h
include/php/ext/ereg/php_regex.h
include/php/ext/filter/php_filter.h
diff --git a/lang/php56/distinfo b/lang/php56/distinfo
index 3fd602eeb6d..45876d895dd 100644
--- a/lang/php56/distinfo
+++ b/lang/php56/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.40 2017/02/20 09:35:17 wiz Exp $
+$NetBSD: distinfo,v 1.41 2017/04/05 12:28:59 fhajny Exp $
SHA1 (php-5.6.30.tar.bz2) = 9ac486b7f86c01a297375cae5728b424ac5790ce
RMD160 (php-5.6.30.tar.bz2) = 445f7a88b802f88484671e2981f44147b13794fc
@@ -19,6 +19,7 @@ SHA1 (patch-ext_sqlite3_libsqlite_sqlite3.c) = 85cd8f3e115705aa2eeab0e7229f24422
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-ext_xsl_php__xsl.h) = a9877bff7bacc77926a4541a0ac171c00ad1a627
SHA1 (patch-makedist) = 8e8660b2e0a34f06f433e24dbb0a9c872963e419
SHA1 (patch-php.ini-development) = 3c54a41310d28ecff4996c966934350368657c2f
SHA1 (patch-php.ini-production) = 9b7ae64f3133139f0c3d42753ad5d8622873423d
diff --git a/lang/php56/patches/patch-ext_xsl_php__xsl.h b/lang/php56/patches/patch-ext_xsl_php__xsl.h
new file mode 100644
index 00000000000..64517b85d35
--- /dev/null
+++ b/lang/php56/patches/patch-ext_xsl_php__xsl.h
@@ -0,0 +1,15 @@
+$NetBSD: patch-ext_xsl_php__xsl.h,v 1.1 2017/04/05 12:28:59 fhajny Exp $
+
+The dom header is now supplied by the main php bl3.
+
+--- ext/xsl/php_xsl.h.orig 2017-03-14 13:17:46.000000000 +0000
++++ ext/xsl/php_xsl.h
+@@ -41,7 +41,7 @@ extern zend_module_entry xsl_module_entr
+ #include <libexslt/exsltconfig.h>
+ #endif
+
+-#include "../dom/xml_common.h"
++#include "dom/xml_common.h"
+ #include "xsl_fe.h"
+
+ #include <libxslt/extensions.h>
diff --git a/lang/php70/Makefile b/lang/php70/Makefile
index b8f2a30e29c..487f8320d9b 100644
--- a/lang/php70/Makefile
+++ b/lang/php70/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.5 2017/01/22 11:37:29 maya Exp $
+# $NetBSD: Makefile,v 1.6 2017/04/05 12:28:59 fhajny Exp $
#
# We can't omit PKGNAME here to handle PKG_OPTIONS.
#
PKGNAME= php-${PHP_VERSION}
+PKGREVISION= 1
CATEGORIES= lang
HOMEPAGE= http://www.php.net/
diff --git a/lang/php70/Makefile.php b/lang/php70/Makefile.php
index 1b4962aa3a2..5c444e3e765 100644
--- a/lang/php70/Makefile.php
+++ b/lang/php70/Makefile.php
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.php,v 1.2 2016/06/24 15:27:57 taca Exp $
+# $NetBSD: Makefile.php,v 1.3 2017/04/05 12:28:59 fhajny Exp $
# used by lang/php70/Makefile
# used by www/ap-php/Makefile
# used by www/php-fpm/Makefile
@@ -29,7 +29,6 @@ CONFIGURE_ARGS+= --without-pear
#CONFIGURE_ARGS+= --without-intl
CONFIGURE_ARGS+= --disable-posix
-CONFIGURE_ARGS+= --disable-dom
CONFIGURE_ARGS+= --disable-opcache
CONFIGURE_ARGS+= --disable-pdo
CONFIGURE_ARGS+= --disable-json
diff --git a/lang/php70/PLIST b/lang/php70/PLIST
index 44c68ad70bf..eb38fb98c5a 100644
--- a/lang/php70/PLIST
+++ b/lang/php70/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2017/02/18 13:09:19 taca Exp $
+@comment $NetBSD: PLIST,v 1.3 2017/04/05 12:28:59 fhajny Exp $
bin/phar
bin/phar.phar
bin/php
@@ -86,6 +86,7 @@ include/php/ext/date/lib/timelib.h
include/php/ext/date/lib/timelib_config.h
include/php/ext/date/lib/timelib_structs.h
include/php/ext/date/php_date.h
+include/php/ext/dom/xml_common.h
include/php/ext/filter/php_filter.h
include/php/ext/hash/php_hash.h
include/php/ext/hash/php_hash_adler32.h
diff --git a/lang/php70/distinfo b/lang/php70/distinfo
index 9a5be89cb5c..c3ea7d81731 100644
--- a/lang/php70/distinfo
+++ b/lang/php70/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.30 2017/03/23 09:50:36 jperkin Exp $
+$NetBSD: distinfo,v 1.31 2017/04/05 12:28:59 fhajny Exp $
SHA1 (php-7.0.17.tar.bz2) = 6c20436c50fdf342891f836f2864a43fdbe0bf71
RMD160 (php-7.0.17.tar.bz2) = 2f4dd83e4d4253aaad45fa5f28cd973815382edb
@@ -18,6 +18,7 @@ SHA1 (patch-ext_recode_recode.c) = a97a1815d6a41410f68c289debbb9396128a2159
SHA1 (patch-ext_sqlite3_libsqlite_sqlite3.c) = 8a529a1b3f7c97731f2e719d006f67c3a7259bb5
SHA1 (patch-ext_standard_basic__functions.c) = f97a2748c7b15fbd9a2d3c21e56079088cc05d56
SHA1 (patch-ext_tidy_tidy.c) = 420559f0b36d054e4d954e666be2a519b67e1b84
+SHA1 (patch-ext_xsl_php__xsl.h) = a9877bff7bacc77926a4541a0ac171c00ad1a627
SHA1 (patch-main_php__config.h.in) = d70a1b53c5e31c37a7bc2703304318d15c371a0a
SHA1 (patch-makedist) = 2ac0e0391c031c4fcf4993e2269cde4c6bfddfd5
SHA1 (patch-php.ini-development) = dd65962000ec06439fae3c9bf252fa46be4e33fd
diff --git a/lang/php70/patches/patch-ext_xsl_php__xsl.h b/lang/php70/patches/patch-ext_xsl_php__xsl.h
new file mode 100644
index 00000000000..64517b85d35
--- /dev/null
+++ b/lang/php70/patches/patch-ext_xsl_php__xsl.h
@@ -0,0 +1,15 @@
+$NetBSD: patch-ext_xsl_php__xsl.h,v 1.1 2017/04/05 12:28:59 fhajny Exp $
+
+The dom header is now supplied by the main php bl3.
+
+--- ext/xsl/php_xsl.h.orig 2017-03-14 13:17:46.000000000 +0000
++++ ext/xsl/php_xsl.h
+@@ -41,7 +41,7 @@ extern zend_module_entry xsl_module_entr
+ #include <libexslt/exsltconfig.h>
+ #endif
+
+-#include "../dom/xml_common.h"
++#include "dom/xml_common.h"
+ #include "xsl_fe.h"
+
+ #include <libxslt/extensions.h>
diff --git a/lang/php71/Makefile b/lang/php71/Makefile
index e08ab5021c9..ca41f342476 100644
--- a/lang/php71/Makefile
+++ b/lang/php71/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.8 2017/02/18 13:13:07 taca Exp $
+# $NetBSD: Makefile,v 1.9 2017/04/05 12:28:59 fhajny Exp $
#
# We can't omit PKGNAME here to handle PKG_OPTIONS.
#
PKGNAME= php-${PHP_VERSION:S/RC/rc/}
+PKGREVISION= 1
CATEGORIES= lang
HOMEPAGE= http://www.php.net/
diff --git a/lang/php71/Makefile.php b/lang/php71/Makefile.php
index 1fc94baea43..bfb1826a68d 100644
--- a/lang/php71/Makefile.php
+++ b/lang/php71/Makefile.php
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.php,v 1.1 2016/08/04 14:09:03 jdolecek Exp $
+# $NetBSD: Makefile.php,v 1.2 2017/04/05 12:28:59 fhajny Exp $
# used by lang/php71/Makefile
# used by www/ap-php/Makefile
# used by www/php-fpm/Makefile
@@ -29,7 +29,6 @@ CONFIGURE_ARGS+= --without-pear
#CONFIGURE_ARGS+= --without-intl
CONFIGURE_ARGS+= --disable-posix
-CONFIGURE_ARGS+= --disable-dom
CONFIGURE_ARGS+= --disable-opcache
CONFIGURE_ARGS+= --disable-pdo
CONFIGURE_ARGS+= --disable-json
diff --git a/lang/php71/PLIST b/lang/php71/PLIST
index 6a6ee6529e7..f61352f2e3e 100644
--- a/lang/php71/PLIST
+++ b/lang/php71/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2017/02/18 13:13:07 taca Exp $
+@comment $NetBSD: PLIST,v 1.3 2017/04/05 12:28:59 fhajny Exp $
bin/phar
bin/phar.phar
bin/php
@@ -87,6 +87,7 @@ include/php/ext/date/lib/timelib.h
include/php/ext/date/lib/timelib_config.h
include/php/ext/date/lib/timelib_structs.h
include/php/ext/date/php_date.h
+include/php/ext/dom/xml_common.h
include/php/ext/filter/php_filter.h
include/php/ext/hash/php_hash.h
include/php/ext/hash/php_hash_adler32.h
diff --git a/lang/php71/distinfo b/lang/php71/distinfo
index 0896bf89294..32893692342 100644
--- a/lang/php71/distinfo
+++ b/lang/php71/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.16 2017/03/23 09:33:02 jperkin Exp $
+$NetBSD: distinfo,v 1.17 2017/04/05 12:28:59 fhajny Exp $
SHA1 (php-7.1.3.tar.bz2) = 60359b3154d00502f84adfea84d008e3aa0b81ab
RMD160 (php-7.1.3.tar.bz2) = a54b805e234a8bf7f1f6a1c0b2250e11bcaf1219
@@ -17,6 +17,7 @@ SHA1 (patch-ext_phar_phar_phar.php) = f630e3946b21b76d4fe857a43e00e25c9445f2c8
SHA1 (patch-ext_recode_recode.c) = a97a1815d6a41410f68c289debbb9396128a2159
SHA1 (patch-ext_sqlite3_libsqlite_sqlite3.c) = 8a529a1b3f7c97731f2e719d006f67c3a7259bb5
SHA1 (patch-ext_standard_basic__functions.c) = f97a2748c7b15fbd9a2d3c21e56079088cc05d56
+SHA1 (patch-ext_xsl_php__xsl.h) = a9877bff7bacc77926a4541a0ac171c00ad1a627
SHA1 (patch-main_php__config.h.in) = a954c2963bdc9cbb280a9852e18ac8fb8fc834c2
SHA1 (patch-makedist) = 2ac0e0391c031c4fcf4993e2269cde4c6bfddfd5
SHA1 (patch-php.ini-development) = dd65962000ec06439fae3c9bf252fa46be4e33fd
diff --git a/lang/php71/patches/patch-ext_xsl_php__xsl.h b/lang/php71/patches/patch-ext_xsl_php__xsl.h
new file mode 100644
index 00000000000..64517b85d35
--- /dev/null
+++ b/lang/php71/patches/patch-ext_xsl_php__xsl.h
@@ -0,0 +1,15 @@
+$NetBSD: patch-ext_xsl_php__xsl.h,v 1.1 2017/04/05 12:28:59 fhajny Exp $
+
+The dom header is now supplied by the main php bl3.
+
+--- ext/xsl/php_xsl.h.orig 2017-03-14 13:17:46.000000000 +0000
++++ ext/xsl/php_xsl.h
+@@ -41,7 +41,7 @@ extern zend_module_entry xsl_module_entr
+ #include <libexslt/exsltconfig.h>
+ #endif
+
+-#include "../dom/xml_common.h"
++#include "dom/xml_common.h"
+ #include "xsl_fe.h"
+
+ #include <libxslt/extensions.h>