summaryrefslogtreecommitdiff
path: root/www/ap2-suphp
AgeCommit message (Collapse)AuthorFilesLines
2006-06-25The full pathname to apxs is provided by www/apache2/buildlink3.mk, sorillig1-2/+2
use it. This fixes builds where ${LOCALBASE}/sbin is not in the PATH.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-1/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-2/+2
CONFIGURE_ARGS.
2005-10-11I don't understand why an Apache module depends on libtool to build ajoerg1-0/+38
dynamic version, but make it work on DragonFly anyway. Fixes pkg/31155. [distinfo already commited, CVS permission checks are weired]
2005-10-11I don't understand why an Apache module depends on libtool to build ajoerg1-1/+2
dynamic version, but make it work on DragonFly anyway. Fixes pkg/31155.
2005-08-03Added ap2-suphp version 0.6.0.rillig5-0/+76
The suPHP Apache module together with suPHP itself provides an easy way to run PHP scripts with different users on the same server. It provides security, because the PHP scripts are not run with the rights of the webserver's user. In addition to that you probably won't have to use PHP's "safe mode", which applies many restrictions on the scripts.