summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--databases/pear-MDB2_Driver_sqlite/Makefile4
-rw-r--r--databases/php-sqlite/Makefile4
-rw-r--r--databases/php5-mysqli/Makefile4
-rw-r--r--net/php5-soap/Makefile4
-rw-r--r--sysutils/pear-Log/Makefile4
-rw-r--r--textproc/php5-dom/Makefile3
-rw-r--r--textproc/php5-xsl/Makefile3
-rw-r--r--www/php-apc/Makefile4
-rw-r--r--www/typo3/Makefile4
-rw-r--r--www/typolight27/Makefile4
-rw-r--r--www/typolight28/Makefile4
11 files changed, 11 insertions, 31 deletions
diff --git a/databases/pear-MDB2_Driver_sqlite/Makefile b/databases/pear-MDB2_Driver_sqlite/Makefile
index 3151320b89f..020735af6a8 100644
--- a/databases/pear-MDB2_Driver_sqlite/Makefile
+++ b/databases/pear-MDB2_Driver_sqlite/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2010/02/04 16:36:05 joerg Exp $
+# $NetBSD: Makefile,v 1.6 2010/03/15 16:45:59 taca Exp $
DISTNAME= MDB2_Driver_sqlite-1.5.0b2
CATEGORIES= databases
@@ -9,8 +9,6 @@ COMMENT= Sqlite MDB2 driver
PKG_DESTDIR_SUPPORT= user-destdir
-PHP_VERSIONS_ACCEPTED= 5
-
DEPENDS+= ${PHP_PKG_PREFIX}-sqlite-[0-9]*:../../databases/php-sqlite
DEPENDS+= ${PHP_PKG_PREFIX}-pear-MDB2>=2.5:../../databases/pear-MDB2
diff --git a/databases/php-sqlite/Makefile b/databases/php-sqlite/Makefile
index ffab7b6af42..ea71db9fd65 100644
--- a/databases/php-sqlite/Makefile
+++ b/databases/php-sqlite/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2009/10/09 12:27:05 taca Exp $
+# $NetBSD: Makefile,v 1.13 2010/03/15 16:45:59 taca Exp $
MODNAME= sqlite
PKGNAME= ${PHP_PKG_PREFIX}-${MODNAME}-${PHP_BASE_VERS}.1.0.3
@@ -9,8 +9,6 @@ COMMENT= PHP extension for SQLite 2.x databases
# Above PKGNAME definition should be removed after next release of lang/php5.
#
-PHP_VERSIONS_ACCEPTED= 5
-
PKG_DESTDIR_SUPPORT= user-destdir
CONFLICTS= php-sqlite-[0-9]*
diff --git a/databases/php5-mysqli/Makefile b/databases/php5-mysqli/Makefile
index ba42b3d03c7..cabfecf0024 100644
--- a/databases/php5-mysqli/Makefile
+++ b/databases/php5-mysqli/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/15 16:45:59 taca Exp $
MODNAME= mysqli
CATEGORIES+= databases
@@ -10,8 +10,6 @@ PKG_DESTDIR_SUPPORT= user-destdir
CONFLICTS= php-mysqli-[0-9]*
-PHP_VERSIONS_ACCEPTED= 5
-
EVAL_PREFIX+= MYSQLDIR=mysql-client
CONFIGURE_ARGS+= --with-${MODNAME}=${PREFIX}/bin/mysql_config
diff --git a/net/php5-soap/Makefile b/net/php5-soap/Makefile
index b65e79d2e6d..d85d2ec7320 100644
--- a/net/php5-soap/Makefile
+++ b/net/php5-soap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2008/06/12 02:14:41 joerg Exp $
+# $NetBSD: Makefile,v 1.7 2010/03/15 16:45:59 taca Exp $
MODNAME= soap
CATEGORIES+= net
@@ -10,8 +10,6 @@ PKG_DESTDIR_SUPPORT= user-destdir
CONFLICTS= php-soap-[0-9]*
-PHP_VERSIONS_ACCEPTED= 5
-
CONFIGURE_ARGS+= --enable-${MODNAME}
CONFIGURE_ARGS+= --with-libxml-dir=${BUILDLINK_PREFIX.libxml2}
diff --git a/sysutils/pear-Log/Makefile b/sysutils/pear-Log/Makefile
index 82b6f7bea42..23081b652f3 100644
--- a/sysutils/pear-Log/Makefile
+++ b/sysutils/pear-Log/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2010/02/06 16:05:13 taca Exp $
+# $NetBSD: Makefile,v 1.14 2010/03/15 16:45:59 taca Exp $
DISTNAME= Log-1.12.0
CATEGORIES= sysutils
@@ -11,7 +11,5 @@ PKG_DESTDIR_SUPPORT= user-destdir
CONFLICTS= php-pear-Log-[0-9]*
-PHP_VERSIONS_ACCEPTED= 5
-
.include "../../lang/php/pear.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/php5-dom/Makefile b/textproc/php5-dom/Makefile
index 49d363a4874..48b8fa5b057 100644
--- a/textproc/php5-dom/Makefile
+++ b/textproc/php5-dom/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:51 joerg Exp $
+# $NetBSD: Makefile,v 1.8 2010/03/15 16:46:00 taca Exp $
MODNAME= dom
CATEGORIES+= textproc
@@ -11,7 +11,6 @@ PKG_DESTDIR_SUPPORT= user-destdir
CONFIGURE_ARGS+= --enable-${MODNAME}
CONFIGURE_ARGS+= --with-libxml-dir=${BUILDLINK_PREFIX.libxml2}
-PHP_VERSIONS_ACCEPTED= 5
.include "../../lang/php/ext.mk"
#.include "../../devel/zlib/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
diff --git a/textproc/php5-xsl/Makefile b/textproc/php5-xsl/Makefile
index b0fd335af3a..cc2f8881f63 100644
--- a/textproc/php5-xsl/Makefile
+++ b/textproc/php5-xsl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2009/12/23 07:08:31 taca Exp $
+# $NetBSD: Makefile,v 1.14 2010/03/15 16:46:00 taca Exp $
MODNAME= xsl
CATEGORIES+= textproc
@@ -17,7 +17,6 @@ DEPENDS+= php5*-dom-*:../../textproc/php5-dom
EXTRACT_ELEMENTS= ${DISTNAME}/ext/${MODNAME} ${DISTNAME}/ext/dom
WRKSRC= ${WRKDIR}/${DISTNAME}/ext/${MODNAME}
-PHP_VERSIONS_ACCEPTED= 5
.include "../../lang/php/ext.mk"
.include "../../textproc/libxslt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/www/php-apc/Makefile b/www/php-apc/Makefile
index 73e8ddb4a8c..0a24c54af97 100644
--- a/www/php-apc/Makefile
+++ b/www/php-apc/Makefile
@@ -1,12 +1,10 @@
-# $NetBSD: Makefile,v 1.9 2009/07/10 19:48:32 jdolecek Exp $
+# $NetBSD: Makefile,v 1.10 2010/03/15 16:46:00 taca Exp $
MODNAME= apc
PECL_VERSION= 3.1.2
CATEGORIES+= sysutils
COMMENT= Alternative PHP Cache
-PHP_VERSIONS_ACCEPTED= 5
-
PKG_DESTDIR_SUPPORT= user-destdir
CONFLICTS= php-apc-[0-9]*
diff --git a/www/typo3/Makefile b/www/typo3/Makefile
index 85c665aca13..ece50e20967 100644
--- a/www/typo3/Makefile
+++ b/www/typo3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2010/02/23 14:12:22 taca Exp $
+# $NetBSD: Makefile,v 1.20 2010/03/15 16:45:59 taca Exp $
#
DISTNAME= ${TYPO3NAME}
@@ -24,8 +24,6 @@ USE_TOOLS= pax
TYPO3NAME= typo3_src-${VER}
SITESRC= dummy-${VER}
-PHP_VERSIONS_ACCEPTED= 5
-
# maybe resides in lang/php/phpversion.mk
REPLACE_INTERPRETER+= php
REPLACE.php.old= .*php[^ ]*
diff --git a/www/typolight27/Makefile b/www/typolight27/Makefile
index 7821620971f..ef4f974258f 100644
--- a/www/typolight27/Makefile
+++ b/www/typolight27/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2010/03/02 15:22:54 taca Exp $
+# $NetBSD: Makefile,v 1.15 2010/03/15 16:45:59 taca Exp $
#
DISTNAME= typolight-${TL_VERSION}
@@ -19,8 +19,6 @@ DEPENDS+= ${PHP_PKG_PREFIX}-soap>=5.2.0:../../net/php5-soap
PKG_DESTDIR_SUPPORT= user-destdir
-PHP_VERSIONS_ACCEPTED= 5
-
USE_TOOLS= pax
NO_BUILD= yes
diff --git a/www/typolight28/Makefile b/www/typolight28/Makefile
index 7b65c18d36b..567369017a6 100644
--- a/www/typolight28/Makefile
+++ b/www/typolight28/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2010/02/28 12:46:14 taca Exp $
+# $NetBSD: Makefile,v 1.4 2010/03/15 16:45:59 taca Exp $
#
DISTNAME= typolight-${TL_VERSION}
@@ -19,8 +19,6 @@ DEPENDS+= ${PHP_PKG_PREFIX}-soap>=5.2.0:../../net/php5-soap
PKG_DESTDIR_SUPPORT= user-destdir
-PHP_VERSIONS_ACCEPTED= 5
-
USE_TOOLS= pax
NO_BUILD= yes