From 3ae836be58e5c86b02b50176d26be59e54538220 Mon Sep 17 00:00:00 2001 From: taca Date: Tue, 16 Mar 2010 11:56:22 +0000 Subject: Restrict to php5 with PHP_VERSION_REQD. These packages are dropped on PHP 5.3 or has build problem. No functional change. --- databases/php-dbase/Makefile | 4 +++- databases/php-dbx/Makefile | 7 ++++++- lang/php5-perl/Makefile | 5 ++--- security/php-mhash/Makefile | 4 +++- textproc/php-pspell/Makefile | 4 +++- 5 files changed, 17 insertions(+), 7 deletions(-) diff --git a/databases/php-dbase/Makefile b/databases/php-dbase/Makefile index 8fb573ac9cb..b505558177c 100644 --- a/databases/php-dbase/Makefile +++ b/databases/php-dbase/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:19 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2010/03/16 11:56:22 taca Exp $ MODNAME= dbase CATEGORIES+= databases @@ -10,5 +10,7 @@ CONFLICTS= php-dbase-[0-9]* CONFIGURE_ARGS+= --with-${MODNAME}=shared +PHP_VERSION_REQD= 5 + .include "../../lang/php/ext.mk" .include "../../mk/bsd.pkg.mk" diff --git a/databases/php-dbx/Makefile b/databases/php-dbx/Makefile index c63e3160d51..4443fb068a2 100644 --- a/databases/php-dbx/Makefile +++ b/databases/php-dbx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:19 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2010/03/16 11:56:22 taca Exp $ MODNAME= dbx PECL_VERSION= 1.1.0 @@ -11,5 +11,10 @@ MAINTAINER= jdolecek@NetBSD.org CONFLICTS= php-dbx-[0-9]* +# +# can't catch up with PHP 5.3. +# +PHP_VERSION_REQD= 5 + .include "../../lang/php/ext.mk" .include "../../mk/bsd.pkg.mk" diff --git a/lang/php5-perl/Makefile b/lang/php5-perl/Makefile index a2874d2a2ba..9cd3341ccf9 100644 --- a/lang/php5-perl/Makefile +++ b/lang/php5-perl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2010/01/13 22:47:40 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2010/03/16 11:56:22 taca Exp $ MODNAME= perl PKGMODNAME= perl @@ -10,9 +10,8 @@ PKG_DESTDIR_SUPPORT= user-destdir CONFIGURE_ARGS+= --with-perl=${PREFIX} -PHP_VERSIONS_ACCEPTED= 5 +PHP_VERSION_REQD= 5 .include "../../lang/perl5/buildlink3.mk" - .include "../../lang/php/ext.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/php-mhash/Makefile b/security/php-mhash/Makefile index e4b8d1b8c42..0da98ffba3e 100644 --- a/security/php-mhash/Makefile +++ b/security/php-mhash/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:45 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2010/03/16 11:56:22 taca Exp $ MODNAME= mhash CATEGORIES+= security @@ -10,6 +10,8 @@ CONFLICTS= php-mhash-[0-9]* CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_PREFIX.mhash} +PHP_VERSION_REQD= 5 + .include "../../lang/php/ext.mk" .include "../../security/mhash/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/php-pspell/Makefile b/textproc/php-pspell/Makefile index bd5afa34e93..b62adacc3af 100644 --- a/textproc/php-pspell/Makefile +++ b/textproc/php-pspell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2008/06/12 02:14:51 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2010/03/16 11:56:22 taca Exp $ MODNAME= pspell CATEGORIES+= textproc @@ -10,6 +10,8 @@ CONFLICTS= php-pspell-[0-9]* CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_PREFIX.aspell} +PHP_VERSION_REQD= 5 + .include "../../lang/php/ext.mk" .include "../../textproc/aspell/buildlink3.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3