On Tue, Sep 19, 2006 at 12:23:55PM -0700, Fred Cox wrote: > This is the first time I've tried to modify a port, > and I'm having a bit of trouble because this port > requires MySQL 3.23 and PHP 4. Those dependencies > weren't specified in the port before. > > I've gotten PHP4 by adding: > > USE_PHP= gd mysql session > DEFAULT_PHP_VER=4 > WANT_PHP_WEB= yes > IGNORE_WITH_PHP=5 > > Trying to get it to install MySQL 3.23 client seems to > be stymied by the php4-mysql default dependency on the > MySQL 5 client. I haven't actually figured out how it > specifies this dependency, since the > php4-mysql/Makefile is very empty.
Basically if php4-mysql wants mysql5 then there is no way around it for your port. You will need to create a php4-mysql3 port that specifies the mysql 3 dependency and use that instead. Is it really a requirement to use this old version of mysql? Kris
pgpC63vMyZY4C.pgp
Description: PGP signature
