Commit Graph

8 Commits

Author SHA1 Message Date
robert
93923bd770 switch php to version 5.3 by default 2011-11-16 15:56:36 +00:00
robert
c897d74fff set CONFIGURE_STYLE for the phpize modules 2011-07-09 00:15:09 +00:00
robert
dc81a2fceb add support for MODPHP_BUILDDEP and MODPHP_RUNDEP 2011-07-08 22:36:47 +00:00
robert
c944cab818 switch to lang/php 2011-07-08 18:23:17 +00:00
robert
96d274dabc Add support for running phpize and installing an example ini
file for ports using this module.
2011-05-13 09:41:24 +00:00
espie
88d20077a4 new depends 2010-11-17 08:05:12 +00:00
robert
966330c5d0 simplify the php module and add 5.3 too 2010-06-28 23:29:57 +00:00
robert
1d497297cd Import a reworked port of php to lang/php. The basic difference is that
there are no core and extensions packages anymore, everything is built by
the main ports itself and the package names have changed to php-${V} or
php-mysql-${V} for modules.

The new ports allows you to install all of the php versions just like python
so you can actually run different webservers with different versions of php
because you can't load two modules to one. You can only do that with fastcgi.

The port tries to share all the files that can be shared and the different
extensions are located in the local version's Makefile instead of Makefile.inc.

The other change is that *all* of the configuration has moved to /etc out
of /var/www because that was a realy stupid concept, since apache if you
use it chrooted, will load all of the extensions before doing the actual
chroot.

This port is not linked to the build yet because several issues have to
be resolved first, like providing a way to update from php5-* packages,
and probably other things that do not come into my mind right now,
because the Bullfrog is making me crazy.
2010-06-27 20:28:44 +00:00