FreeBSD Bugzilla – Attachment 126220 Details for
Bug 169958
unify all apache22-xxx-mpm options to www/apache22 make config
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 3.45 KB, created by
marcellocoutinho
on 2012-07-18 06:50:06 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
marcellocoutinho
Created:
2012-07-18 06:50:06 UTC
Size:
3.45 KB
patch
obsolete
>--- Makefile.options.orig 2012-07-16 21:46:30.000000000 +0000 >+++ Makefile.options 2012-07-16 23:04:40.000000000 +0000 >@@ -1,4 +1,8 @@ > OPTIONS+= \ >+ MPM_WORKER "Enable worker MPM module" OFF \ >+ MPM_ITK "Enable EXPERIMENTAL itk MPM module" OFF \ >+ MPM_EVENT "Enable EXPERIMENTAL event MPM module" OFF \ >+ MPM_PERUSER "Enable EXPERIMENTAL peruser MPM module" OFF \ > AUTH_BASIC "Enable mod_auth_basic" ON \ > AUTH_DIGEST "Enable mod_auth_digest" ON \ > AUTHN_FILE "Enable mod_authn_file" ON \ >--- Makefile.modules.orig 2012-07-16 21:45:52.000000000 +0000 >+++ Makefile.modules 2012-07-16 23:05:38.000000000 +0000 >@@ -44,38 +44,61 @@ > > .endif > >+. if (!defined(WITH_MPM_WORKER) && !defined(WITH_MPM_ITK) && !defined(WITH_MPM_EVENT) && !defined (WITH_MPM_PERUSER)) >+PLIST_SUB+= PREFORK="" WORKER="@comment " EVENT="@comment " >+.endif >+ > .if defined(_PREMKINCLUDED) > # MPM section: >-# << TO BE WRITTEN >> >-.if defined (SLAVE_PORT_MPM) >-PLIST_SUB+= PREFORK="@comment " WORKER="@comment " EVENT="@comment " >-PKGNAMESUFFIX= -${SLAVE_PORT_MPM} >-.else >-. if ${WITH_MPM} != "prefork" >-PKGNAMESUFFIX= -${WITH_MPM:L} >-. if ${WITH_MPM} != "itk" >-WITH_THREADS= yes >-WITH_THREADS_MODULES= yes >-WITHOUT_MODULES+= cgi >-. endif >-. if ${WITH_MPM:L} == "worker" >+.if defined(WITH_MPM_WORKER) >+. if (defined(WITH_MPM_ITK) || defined(WITH_MPM_EVENT) || defined (WITH_MPM_PERUSER)) >+IGNORE+= Select only one MPM module to compile. >+. endif >+. if (!defined(WITH_THREADS)) >+IGNORE+= mpm_worker requires WITH_THREADS. >+. endif > PLIST_SUB+= PREFORK="@comment " WORKER="" EVENT="@comment " >-. elif ${WITH_MPM:L} == "event" >-PLIST_SUB+= PREFORK="@comment " WORKER="@comment " EVENT="" >-. elif ${WITH_MPM:L} == "itk" >+WITH_MPM= worker >+WITHOUT_MODULES+= cgi >+.endif >+ >+.if defined(WITH_MPM_ITK) >+. if (defined(WITH_MPM_EVENT) || defined (WITH_MPM_PERUSER)) >+IGNORE+= Select only one MPM module to compile. >+. endif >+. if defined(WITH_THREADS) >+IGNORE+= mpm_itk conflicts with WITH_THREADS option. >+. endif > PLIST_SUB+= PREFORK="@comment " WORKER="@comment " EVENT="@comment " >-EXTRA_PATCHES+= ${PATCHDIR}/mpm-itk-${MPM_ITK_VERSION} >-. if defined (WITH_ITK_PERDIR_REGEX) >-EXTRA_PATCHES+= ${PATCHDIR}/mpm-itk-perdir-regex >-. endif >-. else >-IGNORE= "Unknown MPM: ${WITH_MPM}" >-. endif >-. else >-PLIST_SUB+= PREFORK="@comment " WORKER="@comment " THREADPOOL="@comment " EVENT="@comment " >-. endif >-.else >+WITH_MPM= itk >+EXTRA_PATCHES+= ${.CURDIR}/files/mpm-itk-${MPM_ITK_VERSION} >+EXTRA_PATCHES+= ${.CURDIR}/files/mpm-itk-perdir-regex >+.endif >+ >+.if defined(WITH_MPM_EVENT) >+. if defined (WITH_MPM_PERUSER) >+IGNORE+= Select only one MPM module to compile. >+. endif >+. if (!defined(WITH_THREADS)) >+IGNORE+= mpm_event requires WITH_THREADS. >+. endif >+PLIST_SUB+= PREFORK="@comment " WORKER="@comment " EVENT="" >+WITHOUT_MODULES+= cgi >+WITH_MPM= event >+.endif >+ >+.if defined(WITH_MPM_PERUSER) >+. if (!defined(WITH_THREADS)) >+IGNORE+= mpm_event requires WITH_THREADS. >+. endif >+#PLIST_SUB+= PREFORK="@comment " WORKER="@comment " THREADPOOL="@comment " EVENT="@comment " > PLIST_SUB+= PREFORK="@comment " WORKER="@comment " EVENT="@comment " >+WITHOUT_MODULES+= cgi >+WITH_MPM= peruser >+WITH_SLAVE_MPM= peruser >+EXTRA_PATCHES+= ${.CURDIR}/files/httpd-2.2.3-peruser-0.3.0.patch >+EXTRA_PATCHES+= ${.CURDIR}/files/httpd-2.2.3-peruser-0.3.0-dc3.patch >+EXTRA_PATCHES+= ${.CURDIR}/files/httpd-2.2.3-peruser-0.3.0-dc3-r57.patch > .endif > > # xDBM section
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 169958
: 126220