diff options
author | clement <clement@FreeBSD.org> | 2004-07-16 06:13:36 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-07-16 06:13:36 +0800 |
commit | 5654e73acc65d4217e0454ebc12ba91501b10cfa (patch) | |
tree | 1c8d739efd950edae74bd7d420ce19bcf5289076 /www/suphp/Makefile | |
parent | d4086d06e47c5b48047ca7885fd1829f9bb21ae2 (diff) | |
download | freebsd-ports-gnome-5654e73acc65d4217e0454ebc12ba91501b10cfa.tar.gz freebsd-ports-gnome-5654e73acc65d4217e0454ebc12ba91501b10cfa.tar.zst freebsd-ports-gnome-5654e73acc65d4217e0454ebc12ba91501b10cfa.zip |
- Update to 0.5.2
Add a workaroung to make it work with apache 2 (due to an apr bug)
(so be careful)
- Pass maintainership to submitter
PR: ports/69048
Submitted by: Jeremy Chadwick <freebsd@jdc.parodius.com>
Diffstat (limited to 'www/suphp/Makefile')
-rw-r--r-- | www/suphp/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/www/suphp/Makefile b/www/suphp/Makefile index 13ccf09a1630..71d32978d076 100644 --- a/www/suphp/Makefile +++ b/www/suphp/Makefile @@ -6,17 +6,16 @@ # PORTNAME= suphp -PORTVERSION= 0.5.1 +PORTVERSION= 0.5.2 CATEGORIES= www MASTER_SITES= http://www.suphp.org/download/ -MAINTAINER= clement@FreeBSD.org +MAINTAINER= freebsd@jdc.parodius.com COMMENT= A combination which provides a wrapper for PHP -RUN_DEPENDS= ${LOCALBASE}/bin/php:${PORTSDIR}/www/php4-cgi - GNU_CONFIGURE= yes -USE_GMAKE= yes +USE_PHP= yes +WANT_PHP_CGI= yes USE_APACHE= yes CONFLICTS= mod_php4-4* php-4.* @@ -53,9 +52,10 @@ CONFIGURE_ARGS+= --disable-checkgid .endif ## WITH_SETID_MODE: Mode to use for setting UID/GID. CONFIGURE_ARGS+= --with-setid-mode=${WITH_SETID_MODE} -## WITH_LOGPATH (formerly known as LOG_PATH): logging directory +## WITH_LOGPATH (formerly known as LOG_PATH): logging directory ## (default: /var/log) ## WITH_LOGNAME: log file name (default suphp.log) + .include <bsd.port.pre.mk> .if exists(${LOCALBASE}/include/apache2/apr.h) || defined(WITH_APACHE2) |