diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2017-04-12 18:22:19 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2017-04-12 18:22:19 +0000 |
commit | 326ffc9021af43f89508e0fb88560dbc2b70f035 (patch) | |
tree | 79c5a0617e5a3552aacfe672436dbb4b768217f6 /textproc | |
parent | 07fdc17fe29e6bc8ec5f6eb1490c6acb64eaee80 (diff) | |
download | pkgsrc-326ffc9021af43f89508e0fb88560dbc2b70f035.tar.gz |
Pullup ticket #5243 - requested by sevan
lang/php56: build fix
lang/php70: build fix
lang/php71: build fix
Revisions pulled up:
- lang/php56/Makefile 1.13
- lang/php56/Makefile.php 1.2
- lang/php56/PLIST 1.3
- lang/php56/distinfo 1.41
- lang/php56/patches/patch-ext_xsl_php__xsl.h 1.1
- lang/php70/Makefile 1.6
- lang/php70/Makefile.php 1.3
- lang/php70/PLIST 1.3
- lang/php70/distinfo 1.31
- lang/php70/patches/patch-ext_xsl_php__xsl.h 1.1
- lang/php71/Makefile 1.9
- lang/php71/Makefile.php 1.2
- lang/php71/PLIST 1.3
- lang/php71/distinfo 1.17
- lang/php71/patches/patch-ext_xsl_php__xsl.h 1.1
- textproc/Makefile 1.918
- textproc/php-dom/DESCR deleted
- textproc/php-dom/Makefile deleted
---
Module Name: pkgsrc
Committed By: fhajny
Date: Wed Apr 5 12:28:59 UTC 2017
Modified Files:
pkgsrc/lang/php56: Makefile Makefile.php PLIST distinfo
pkgsrc/lang/php70: Makefile Makefile.php PLIST distinfo
pkgsrc/lang/php71: Makefile Makefile.php PLIST distinfo
Added Files:
pkgsrc/lang/php56/patches: patch-ext_xsl_php__xsl.h
pkgsrc/lang/php70/patches: patch-ext_xsl_php__xsl.h
pkgsrc/lang/php71/patches: patch-ext_xsl_php__xsl.h
Log Message:
Build the dom extension embedded. This enables full functionality in xmlreader and fixes joyent/pkgsrc/issues/477. Bump PKREVISION.
---
Module Name: pkgsrc
Committed By: fhajny
Date: Wed Apr 5 12:34:47 UTC 2017
Modified Files:
pkgsrc/textproc: Makefile
Removed Files:
pkgsrc/textproc/php-dom: DESCR Makefile
Log Message:
Remove textproc/php-dom, the module is now built into the resp. PHP packages.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 3 | ||||
-rw-r--r-- | textproc/php-dom/DESCR | 3 | ||||
-rw-r--r-- | textproc/php-dom/Makefile | 16 |
3 files changed, 1 insertions, 21 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 4ffdb33ef65..43d3db5947d 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.915 2017/03/19 15:26:33 taca Exp $ +# $NetBSD: Makefile,v 1.915.2.1 2017/04/12 18:22:20 bsiegert Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -675,7 +675,6 @@ SUBDIR+= par SUBDIR+= pdfgrep SUBDIR+= pear-Console_Table SUBDIR+= pear-File_Find -SUBDIR+= php-dom SUBDIR+= php-enchant SUBDIR+= php-excel SUBDIR+= php-intl diff --git a/textproc/php-dom/DESCR b/textproc/php-dom/DESCR deleted file mode 100644 index 25580eee173..00000000000 --- a/textproc/php-dom/DESCR +++ /dev/null @@ -1,3 +0,0 @@ -PHP is a programming language designed to be embedded into web pages. -The extension allows you to operate on an XML document with the DOM -(Document Object Model) API. diff --git a/textproc/php-dom/Makefile b/textproc/php-dom/Makefile deleted file mode 100644 index 34c143194c1..00000000000 --- a/textproc/php-dom/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# $NetBSD: Makefile,v 1.7 2015/03/20 16:33:28 taca Exp $ - -MODNAME= dom -CATEGORIES+= textproc -COMMENT= PHP5 extension for DOM support - -CONFLICTS= php-dom-[0-9]* - -CONFIGURE_ARGS+= --enable-${MODNAME} -CONFIGURE_ARGS+= --with-libxml-dir=${BUILDLINK_PREFIX.libxml2} - -.include "../../lang/php/ext.mk" -#.include "../../devel/zlib/buildlink3.mk" -.include "../../textproc/libxml2/buildlink3.mk" -#.include "../../textproc/libxslt/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" |