pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc convert to use lang/php/ext.mk, tho these packages are...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b5aaa90eff10
branches:  trunk
changeset: 482659:b5aaa90eff10
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Sun Oct 31 21:28:51 2004 +0000

description:
convert to use lang/php/ext.mk, tho these packages are PHP4-only
(moved to PECL or replaced by different extensions in 5.x)

diffstat:

 archivers/php4-zip/Makefile   |  5 +++--
 print/php4-pdflib/Makefile    |  5 +++--
 textproc/php4-domxml/Makefile |  5 +++--
 textproc/php4-xslt/Makefile   |  5 +++--
 4 files changed, 12 insertions(+), 8 deletions(-)

diffs (76 lines):

diff -r d9bdafc90228 -r b5aaa90eff10 archivers/php4-zip/Makefile
--- a/archivers/php4-zip/Makefile       Sun Oct 31 21:20:08 2004 +0000
+++ b/archivers/php4-zip/Makefile       Sun Oct 31 21:28:51 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/04/24 23:13:57 xtraeme Exp $
+# $NetBSD: Makefile,v 1.3 2004/10/31 21:28:51 jdolecek Exp $
 
 MODNAME=               zip
 CATEGORIES+=           archivers
@@ -7,7 +7,8 @@
 
 USE_BUILDLINK3=                YES
 
-.include "../../www/php4/Makefile.module"
+PHP_VERSION_REQD=      4
+.include "../../lang/php/ext.mk"
 
 CONFIGURE_ARGS+=       --with-${MODNAME}=shared,${BUILDLINK_DIR}
 
diff -r d9bdafc90228 -r b5aaa90eff10 print/php4-pdflib/Makefile
--- a/print/php4-pdflib/Makefile        Sun Oct 31 21:20:08 2004 +0000
+++ b/print/php4-pdflib/Makefile        Sun Oct 31 21:28:51 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/07/06 19:52:01 jdolecek Exp $
+# $NetBSD: Makefile,v 1.12 2004/10/31 21:28:51 jdolecek Exp $
 
 MODNAME=               pdf
 PKGNAME=               php-pdflib-${PHP_BASE_VERS}
@@ -8,7 +8,8 @@
 
 USE_BUILDLINK3=                YES
 
-.include "../../www/php4/Makefile.module"
+PHP_VERSION_REQD=      4
+.include "../../lang/php/ext.mk"
 
 CONFIGURE_ARGS+=       --with-pdflib=shared,${BUILDLINK_PREFIX.pdflib}
 CONFIGURE_ARGS+=       --with-jpeg-dir=shared,${BUILDLINK_PREFIX.jpeg}
diff -r d9bdafc90228 -r b5aaa90eff10 textproc/php4-domxml/Makefile
--- a/textproc/php4-domxml/Makefile     Sun Oct 31 21:20:08 2004 +0000
+++ b/textproc/php4-domxml/Makefile     Sun Oct 31 21:28:51 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2004/07/06 19:52:01 jdolecek Exp $
+# $NetBSD: Makefile,v 1.19 2004/10/31 21:28:51 jdolecek Exp $
 
 MODNAME=               domxml
 CATEGORIES+=           textproc
@@ -7,7 +7,8 @@
 
 USE_BUILDLINK3=                YES
 
-.include "../../www/php4/Makefile.module"
+PHP_VERSION_REQD=      4
+.include "../../lang/php/ext.mk"
 
 CONFIGURE_ARGS+=       --enable-${MODNAME}=shared,${BUILDLINK_PREFIX.libxml2}
 CONFIGURE_ARGS+=       --with-dom=shared,${BUILDLINK_PREFIX.libxml2}
diff -r d9bdafc90228 -r b5aaa90eff10 textproc/php4-xslt/Makefile
--- a/textproc/php4-xslt/Makefile       Sun Oct 31 21:20:08 2004 +0000
+++ b/textproc/php4-xslt/Makefile       Sun Oct 31 21:28:51 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2004/07/12 04:32:21 jdolecek Exp $
+# $NetBSD: Makefile,v 1.13 2004/10/31 21:28:51 jdolecek Exp $
 
 MODNAME=               xslt
 CATEGORIES+=           textproc
@@ -7,7 +7,8 @@
 
 USE_BUILDLINK3=                YES
 
-.include "../../www/php4/Makefile.module"
+PHP_VERSION_REQD=      4
+.include "../../lang/php/ext.mk"
 
 CONFIGURE_ARGS+=       --enable-${MODNAME}
 CONFIGURE_ARGS+=       --with-${MODNAME}-sablot=${BUILDLINK_PREFIX.sablotron}



Home | Main Index | Thread Index | Old Index