From be48bb04539f245135683d82d4d5f9fe6009d173 Mon Sep 17 00:00:00 2001 From: jdolecek Date: Sat, 8 Oct 2005 16:49:35 +0000 Subject: 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. --- www/ap-php/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/ap-php') diff --git a/www/ap-php/Makefile b/www/ap-php/Makefile index 5993c4e3bca..c29dbb4eb28 100644 --- a/www/ap-php/Makefile +++ b/www/ap-php/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2005/10/07 16:51:41 jdolecek Exp $ +# $NetBSD: Makefile,v 1.5 2005/10/08 16:49:36 jdolecek Exp $ # PKGNAME= ap-php-${PHP_BASE_VERS} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= Apache (${PKG_APACHE}) module for ${PKG_PHP} APACHE_MODULE= YES -- cgit v1.2.3