aboutsummaryrefslogtreecommitdiff
path: root/www/apache21/Makefile.modules
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2005-02-24 08:48:57 +0000
committerClement Laforet <clement@FreeBSD.org>2005-02-24 08:48:57 +0000
commitc571d84e6ac36aa5498cf097fcf84df991e31c48 (patch)
tree2c2542b8184388d0a89bb0f12c5d802d460612df /www/apache21/Makefile.modules
parentdfbc54ba10b73b91b5fd2c3b328a4762890aac1a (diff)
downloadports-c571d84e6ac36aa5498cf097fcf84df991e31c48.tar.gz
ports-c571d84e6ac36aa5498cf097fcf84df991e31c48.zip
- Fix event MPM build [1]
- Add a small UPDATING entry. You have to rebuild all your apache modules. Reported by: clement's apache tinderbox [1]
Notes
Notes: svn path=/head/; revision=129648
Diffstat (limited to 'www/apache21/Makefile.modules')
-rw-r--r--www/apache21/Makefile.modules1
1 files changed, 0 insertions, 1 deletions
diff --git a/www/apache21/Makefile.modules b/www/apache21/Makefile.modules
index 6b59b1ac52de..de24daec224d 100644
--- a/www/apache21/Makefile.modules
+++ b/www/apache21/Makefile.modules
@@ -31,7 +31,6 @@ PLIST_SUB+= PREFORK="@comment " WORKER="@comment " THREADPOOL="@comment " EVENT=
PLIST_SUB+= PREFORK="@comment " WORKER="@comment " THREADPOOL="" EVENT="@comment "
. elif ${WITH_MPM:L} == "event"
PLIST_SUB+= PREFORK="@comment " WORKER="@comment " THREADPOOL="@comment " EVENT=""
-EXTRA_PATCHES+= ${FILESDIR}/exp-event-mpm-apr-backport.patch
. else
IGNORE= "Unknown MPM: ${WITH_MPM}"
. endif