FreeBSD Bugzilla – Attachment 21043 Details for
Bug 36981
Fix port: www/apache2 (disable thread support by default)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.35 KB, created by
Hye-Shik Chang
on 2002-04-11 00:50:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Hye-Shik Chang
Created:
2002-04-11 00:50:01 UTC
Size:
1.35 KB
patch
obsolete
>diff -ruN apache2.orig/Makefile apache2/Makefile >--- apache2.orig/Makefile Mon Apr 8 22:30:01 2002 >+++ apache2/Makefile Thu Apr 11 08:20:05 2002 >@@ -7,6 +7,7 @@ > > PORTNAME= apache > PORTVERSION= 2.0.35 >+PORTREVISION= 1 > CATEGORIES= www ipv6 > MASTER_SITES= http://www.apache.org/dist/httpd/ \ > http://apache.mirrorcentral.com/dist/httpd/ \ >@@ -46,7 +47,7 @@ > MAKE_ENV+= NOPORTDOCS=YES > .endif > >-.if !defined(WITHOUT_THREADS) >+.if defined(WITH_THREADS) > CONFIGURE_ARGS+= --enable-threads > .endif > >@@ -73,7 +74,7 @@ > PLIST_SUB+= SUEXEC="@comment " > .endif > >-.if !defined(WITHOUT_CACHE) && !defined(WITHOUT_THREADS) >+.if !defined(WITHOUT_CACHE) && defined(WITH_THREADS) > SHARED_MODULES+= cache file-cache disk-cache mem_cache > PLIST_SUB+= MODCACHE="" > .else >@@ -89,7 +90,7 @@ > > .if ${WITH_MPM} != "prefork" > PKGNAMESUFFIX= -${WITH_MPM} >-.if defined(WITHOUT_THREADS) >+.if !defined(WITH_THREADS) > IGNORE= "requires threads for ${WITH_MPM} mpm" > .endif > .endif >@@ -112,8 +113,11 @@ > @${FIND} ${WRKSRC} -name "*.orig" -exec ${RM} -f {} \; > @${SED} ${RC_SUB} ${FILESDIR}/apache.sh >${WRKDIR}/apache2.sh > .if ${OSVERSION} >= 500032 >+.for ltfile in srclib/pcre/ltmain.sh srclib/apr/build/ltmain.sh \ >+ srclib/apr-util/xml/expat/conftools/ltmain.sh > @${PERL} -pi.orig -e 's|expr|expr --|' \ >- ${WRKSRC}/srclib/apr/build/ltmain.sh >+ ${WRKSRC}/${ltfile} >+.endfor > .endif > > pre-install:
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 36981
: 21043