From 39eae3cc0d1f0f6394a3204880c9c1a68b63c075 Mon Sep 17 00:00:00 2001 From: jdolecek Date: Fri, 20 Oct 2006 21:56:38 +0000 Subject: comment out odbc module - it kills Apache/PHP when enabled due to threaded unixodbc Adresses pkg/32395 by Arnaud LACOMBE --- meta-pkgs/php4-extensions/Makefile | 7 ++++--- meta-pkgs/php5-extensions/Makefile | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) (limited to 'meta-pkgs') diff --git a/meta-pkgs/php4-extensions/Makefile b/meta-pkgs/php4-extensions/Makefile index 8332b96ce1c..d3b2a31e2ba 100644 --- a/meta-pkgs/php4-extensions/Makefile +++ b/meta-pkgs/php4-extensions/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2006/06/02 18:27:57 joerg Exp $ +# $NetBSD: Makefile,v 1.19 2006/10/20 21:56:38 jdolecek Exp $ DISTNAME= php-extensions-4.4 -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= meta-pkgs www php4 MASTER_SITES= # empty DISTFILES= # empty @@ -37,7 +37,8 @@ DEPENDS+= php4-mcrypt-4.4.*:../../security/php-mcrypt DEPENDS+= php4-mhash-4.4.*:../../security/php-mhash DEPENDS+= php4-mssql-4.4.*:../../databases/php-mssql DEPENDS+= php4-mysql-4.4.*:../../databases/php-mysql -DEPENDS+= php4-odbc-4.4.*:../../databases/php-odbc +# odbc kills Apache1 on startup due to threaded unixodbc +# DEPENDS+= php4-odbc-4.4.*:../../databases/php-odbc DEPENDS+= php4-pcntl-4.4.*:../../devel/php-pcntl DEPENDS+= php4-pdflib-4.4.*:../../print/php-pdflib DEPENDS+= php4-pgsql-4.4.*:../../databases/php-pgsql diff --git a/meta-pkgs/php5-extensions/Makefile b/meta-pkgs/php5-extensions/Makefile index 8a54fdb16b5..4638adafea1 100644 --- a/meta-pkgs/php5-extensions/Makefile +++ b/meta-pkgs/php5-extensions/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2006/06/02 18:27:57 joerg Exp $ +# $NetBSD: Makefile,v 1.19 2006/10/20 21:56:38 jdolecek Exp $ DISTNAME= php-extensions-5.1 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= meta-pkgs www php5 MASTER_SITES= # empty DISTFILES= # empty @@ -38,7 +38,8 @@ DEPENDS+= php5-mcrypt-5.1.*:../../security/php-mcrypt DEPENDS+= php5-mhash-5.1.*:../../security/php-mhash DEPENDS+= php5-mssql-5.1.*:../../databases/php-mssql DEPENDS+= php5-mysql-5.1.*:../../databases/php-mysql -DEPENDS+= php5-odbc-5.1.*:../../databases/php-odbc +# odbc kills Apache1 on startup due to threaded unixodbc +# DEPENDS+= php5-odbc-5.1.*:../../databases/php-odbc DEPENDS+= php5-pcntl-5.1.*:../../devel/php-pcntl DEPENDS+= php5-pdflib-5.1.*:../../print/php-pdflib DEPENDS+= php5-pgsql-5.1.*:../../databases/php-pgsql -- cgit v1.2.3