Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@NetBSD.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: pkgsrc-changes
Date: 10/08/2005 16:49:36
Module Name:	pkgsrc
Committed By:	jdolecek
Date:		Sat Oct  8 16:49:36 UTC 2005

Modified Files:
	pkgsrc/doc: CHANGES
	pkgsrc/lang/php5: Makefile Makefile.php
	pkgsrc/meta-pkgs/php4-extensions: Makefile
	pkgsrc/meta-pkgs/php5-extensions: Makefile
	pkgsrc/security: Makefile
	pkgsrc/www/ap-php: Makefile
	pkgsrc/www/php4: MESSAGE Makefile Makefile.php
Removed Files:
	pkgsrc/security/php-openssl: DESCR Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.11374 -r1.11375 pkgsrc/doc/CHANGES
cvs rdiff -r1.16 -r1.17 pkgsrc/lang/php5/Makefile
cvs rdiff -r1.7 -r1.8 pkgsrc/lang/php5/Makefile.php
cvs rdiff -r1.12 -r1.13 pkgsrc/meta-pkgs/php4-extensions/Makefile
cvs rdiff -r1.11 -r1.12 pkgsrc/meta-pkgs/php5-extensions/Makefile
cvs rdiff -r1.245 -r1.246 pkgsrc/security/Makefile
cvs rdiff -r1.1.1.1 -r0 pkgsrc/security/php-openssl/DESCR
cvs rdiff -r1.4 -r0 pkgsrc/security/php-openssl/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/www/ap-php/Makefile
cvs rdiff -r1.8 -r1.9 pkgsrc/www/php4/MESSAGE
cvs rdiff -r1.53 -r1.54 pkgsrc/www/php4/Makefile
cvs rdiff -r1.23 -r1.24 pkgsrc/www/php4/Makefile.php

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.