Subject: CVS commit: pkgsrc/lang/php5
From: Adrian Portelli
Date: 2009-02-07 19:03:00
Message id: 20090207180300.BB311175D0@cvs.netbsd.org

Log Message:
Get SSL support working on OpenSolaris.  Unfortunately on OpenSolairs the
OpenSSL install is split between /lib and /usr/include/openssl with plays
havoc with the php ./configure as it assumes both have the same base
directory (e.g. /usr).  This patch uses a modified inbuilt check for
OpenSSL instead of explicitly specifying a base using --with-openssl.

Files:
RevisionActionfile
1.70modifypkgsrc/lang/php5/Makefile
1.30modifypkgsrc/lang/php5/Makefile.php
1.57modifypkgsrc/lang/php5/distinfo
1.7modifypkgsrc/lang/php5/patches/patch-an