diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2005-10-08 16:49:35 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2005-10-08 16:49:35 +0000 |
commit | 4dff50d3978787b59de3f4c4f0c9051751bec899 (patch) | |
tree | 3e60eb428af03290543276e72eff97b2d46753ca /meta-pkgs | |
parent | de4a82212f0c46c57dac70347a71dd074b6b2633 (diff) | |
download | pkgsrc-4dff50d3978787b59de3f4c4f0c9051751bec899.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')
-rw-r--r-- | meta-pkgs/php4-extensions/Makefile | 5 | ||||
-rw-r--r-- | meta-pkgs/php5-extensions/Makefile | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/meta-pkgs/php4-extensions/Makefile b/meta-pkgs/php4-extensions/Makefile index b6f7ef19a2a..cab543540d4 100644 --- a/meta-pkgs/php4-extensions/Makefile +++ b/meta-pkgs/php4-extensions/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2005/10/08 16:05:48 jdolecek Exp $ +# $NetBSD: Makefile,v 1.13 2005/10/08 16:49:35 jdolecek Exp $ DISTNAME= php-extensions-4.4 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= meta-pkgs www php4 MASTER_SITES= # empty DISTFILES= # empty @@ -38,7 +38,6 @@ DEPENDS+= php-mhash-4.4.*:../../security/php-mhash DEPENDS+= php-mssql-4.4.*:../../databases/php-mssql DEPENDS+= php-mysql-4.4.*:../../databases/php-mysql DEPENDS+= php-odbc-4.4.*:../../databases/php-odbc -DEPENDS+= php-openssl-4.4.*:../../security/php-openssl DEPENDS+= php-pcntl-4.4.*:../../devel/php-pcntl DEPENDS+= php-pdflib-4.4.*:../../print/php-pdflib DEPENDS+= php-pgsql-4.4.*:../../databases/php-pgsql 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 |