summaryrefslogtreecommitdiff
path: root/meta-pkgs/php5-extensions
diff options
context:
space:
mode:
authorjdolecek <jdolecek>2005-10-08 16:49:35 +0000
committerjdolecek <jdolecek>2005-10-08 16:49:35 +0000
commitbe48bb04539f245135683d82d4d5f9fe6009d173 (patch)
tree3e60eb428af03290543276e72eff97b2d46753ca /meta-pkgs/php5-extensions
parentb9a8d580ee232731a02f1ea38ae3ea08098f3ec2 (diff)
downloadpkgsrc-be48bb04539f245135683d82d4d5f9fe6009d173.tar.gz
Unfortunately PHP has several openssl hooks, which are only enabled
when the base PHP is compiled with openssl extension (e.g. ssl://, tls:// stream support, and couple others). These don't work when SSL support is loaded via extension. For this reason, make openssl extension unconditionally built-in into the main PHP package, and g/c security/php-openssl.
Diffstat (limited to 'meta-pkgs/php5-extensions')
-rw-r--r--meta-pkgs/php5-extensions/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-pkgs/php5-extensions/Makefile b/meta-pkgs/php5-extensions/Makefile
index f9a835269e0..171b03d3444 100644
--- a/meta-pkgs/php5-extensions/Makefile
+++ b/meta-pkgs/php5-extensions/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2005/10/08 16:05:48 jdolecek Exp $
+# $NetBSD: Makefile,v 1.12 2005/10/08 16:49:35 jdolecek Exp $
DISTNAME= php-extensions-5.0
-PKGREVISION= 7
+PKGREVISION= 8
CATEGORIES= meta-pkgs www php5
MASTER_SITES= # empty
DISTFILES= # empty
@@ -38,7 +38,6 @@ DEPENDS+= php-mhash-5.0.*:../../security/php-mhash
DEPENDS+= php-mssql-5.0.*:../../databases/php-mssql
DEPENDS+= php-mysql-5.0.*:../../databases/php-mysql
DEPENDS+= php-odbc-5.0.*:../../databases/php-odbc
-DEPENDS+= php-openssl-5.0.*:../../security/php-openssl
DEPENDS+= php-pcntl-5.0.*:../../devel/php-pcntl
DEPENDS+= php-pdflib-5.0.*:../../print/php-pdflib
DEPENDS+= php-pgsql-5.0.*:../../databases/php-pgsql