- 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]
This commit is contained in:
parent
dfbc54ba10
commit
c571d84e6a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=129648
6
UPDATING
6
UPDATING
@ -6,6 +6,12 @@ You should get into the habit of checking this file for changes each
|
||||
time you update your ports collection, before attempting any port
|
||||
upgrades.
|
||||
|
||||
20050224:
|
||||
AFFECTS: users of www/apache21
|
||||
AUTHOR: clement@FreeBSD.org
|
||||
|
||||
When upgrading from 2.1.2, you need to rebuild all apache modules.
|
||||
|
||||
20050215:
|
||||
AFFECTS: users of databases/mysql41-server
|
||||
AUTHOR: ale@FreeBSD.org
|
||||
|
@ -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
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user