diff options
author | jdolecek <jdolecek> | 2005-10-08 16:49:35 +0000 |
---|---|---|
committer | jdolecek <jdolecek> | 2005-10-08 16:49:35 +0000 |
commit | 63f52a344a61e76e551e5c0348e6ce21689b6aaa (patch) | |
tree | 3e60eb428af03290543276e72eff97b2d46753ca /meta-pkgs/php4-extensions | |
parent | 5515b190d50296c98a25e115a3fd6fd1e8442dab (diff) | |
download | pkgsrc-63f52a344a61e76e551e5c0348e6ce21689b6aaa.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/php4-extensions')
-rw-r--r-- | meta-pkgs/php4-extensions/Makefile | 5 |
1 files changed, 2 insertions, 3 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 |