diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2011-05-18 18:55:47 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2011-05-18 18:55:47 +0000 |
commit | 26c98d90f42263f93d95ba25785d3ba2484574be (patch) | |
tree | d3b287ccf0797ef2b0d850ac3d562b1a997ffe15 /www/apache22-peruser-mpm | |
parent | 4f4252035d3d679f6f76b41f1663a2620802ce4b (diff) | |
download | ports-26c98d90f42263f93d95ba25785d3ba2484574be.tar.gz ports-26c98d90f42263f93d95ba25785d3ba2484574be.zip |
Notes
Diffstat (limited to 'www/apache22-peruser-mpm')
-rw-r--r-- | www/apache22-peruser-mpm/Makefile | 2 | ||||
-rw-r--r-- | www/apache22-peruser-mpm/files/httpd-2.2.3-peruser-0.3.0.patch | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/www/apache22-peruser-mpm/Makefile b/www/apache22-peruser-mpm/Makefile index 387db7271754..581846d05273 100644 --- a/www/apache22-peruser-mpm/Makefile +++ b/www/apache22-peruser-mpm/Makefile @@ -9,6 +9,8 @@ # $FreeBSD$ # +PORTREVISION= 1 + MAINTAINER= jille@quis.cx MASTERDIR= ${.CURDIR}/../apache22 diff --git a/www/apache22-peruser-mpm/files/httpd-2.2.3-peruser-0.3.0.patch b/www/apache22-peruser-mpm/files/httpd-2.2.3-peruser-0.3.0.patch index 77d09b134f9e..4a2c058c89c8 100644 --- a/www/apache22-peruser-mpm/files/httpd-2.2.3-peruser-0.3.0.patch +++ b/www/apache22-peruser-mpm/files/httpd-2.2.3-peruser-0.3.0.patch @@ -5,8 +5,8 @@ diff -Nur httpd-2.2.3/server/mpm/config.m4 httpd-2.2.3-peruser/server/mpm/config AC_MSG_CHECKING(which MPM to use) AC_ARG_WITH(mpm, APACHE_HELP_STRING(--with-mpm=MPM,Choose the process model for Apache to use. -- MPM={beos|event|worker|prefork|mpmt_os2}),[ -+ MPM={beos|event|worker|prefork|mpmt_os2|peruser}),[ +- MPM={beos|event|worker|prefork|mpmt_os2|winnt}),[ ++ MPM={beos|event|worker|prefork|mpmt_os2|winnt|peruser}),[ APACHE_MPM=$withval ],[ if test "x$APACHE_MPM" = "x"; then |