summaryrefslogtreecommitdiff
path: root/textproc/php-xsl
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2017-04-05 12:33:47 +0000
committerfhajny <fhajny@pkgsrc.org>2017-04-05 12:33:47 +0000
commite0e6ea2e4e92022b565a3262eab4a9f6cce0611c (patch)
treef996f7ed53dcf81621f149a09493a208444056d3 /textproc/php-xsl
parentd967bb56dbfcf99dec0516d08fcef364d5fc58fa (diff)
downloadpkgsrc-e0e6ea2e4e92022b565a3262eab4a9f6cce0611c.tar.gz
Remove traces of textproc/php-dom which is not needed anymore, now that dom is built into PHP. Bump resp. PKGREVISION.
Diffstat (limited to 'textproc/php-xsl')
-rw-r--r--textproc/php-xsl/MESSAGE6
-rw-r--r--textproc/php-xsl/Makefile12
2 files changed, 4 insertions, 14 deletions
diff --git a/textproc/php-xsl/MESSAGE b/textproc/php-xsl/MESSAGE
deleted file mode 100644
index 9eb110fbd24..00000000000
--- a/textproc/php-xsl/MESSAGE
+++ /dev/null
@@ -1,6 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.2 2016/07/17 15:51:37 jdolecek Exp $
-
-This module requires that the dom extension is also enabled.
-
-===========================================================================
diff --git a/textproc/php-xsl/Makefile b/textproc/php-xsl/Makefile
index 143c3964914..37eb1fe3a18 100644
--- a/textproc/php-xsl/Makefile
+++ b/textproc/php-xsl/Makefile
@@ -1,19 +1,15 @@
-# $NetBSD: Makefile,v 1.9 2015/03/20 16:33:28 taca Exp $
+# $NetBSD: Makefile,v 1.10 2017/04/05 12:33:48 fhajny Exp $
MODNAME= xsl
+PKGREVISION= 1
CATEGORIES+= textproc
COMMENT= PHP extension for XSLT functions
CONFLICTS= php-xsl-[0-9]*
-CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_PREFIX.libxslt}
-
-# uses symbols from DOM extension, so add explicit depends
-DEPENDS+= ${PHP_PKG_PREFIX}-dom-[0-9]*:../../textproc/php-dom
+USE_PHP_EXT_PATCHES= yes
-# build uses includes of the DOM extension, so need to extract that too
-EXTRACT_ELEMENTS= ${DISTNAME}/ext/${MODNAME} ${DISTNAME}/ext/dom
-WRKSRC= ${WRKDIR}/${DISTNAME}/ext/${MODNAME}
+CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_PREFIX.libxslt}
.include "../../lang/php/ext.mk"
.include "../../textproc/libxslt/buildlink3.mk"