FreeBSD Bugzilla – Attachment 144236 Details for
Bug 191471
[patch] www/mod_perl2 does not build against apache24
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
mp24-apach24.patch (text/plain), 1.10 KB, created by
kovert
on 2014-06-29 00:41:10 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
kovert
Created:
2014-06-29 00:41:10 UTC
Size:
1.10 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 359725) >+++ Makefile (working copy) >@@ -24,10 +24,6 @@ > > .include <bsd.port.pre.mk> > >-.if ${APACHE_VERSION} > 22 >-BROKEN= Does not build with apache24 >-.endif >- > # Using apxs in this way is problematic if apache2 is installed under a > # different PREFIX than mod_perl2, because the mod_perl2 installation will > # use paths returned by apxs to install some components. Fixes welcome. >@@ -58,6 +54,16 @@ > ${REINPLACE_CMD} -e "s|/usr/local/apache/bin/apxs|${APXS}|" \ > -e "s|'bin', 'apxs'|'sbin', 'apxs'|" \ > ${WRKSRC}/lib/Apache2/Build.pm >+.if ${APACHE_VERSION} > 22 >+ ${REINPLACE_CMD} -e "s,remote_addr,client_addr,g" \ >+ -e "s,remote_ip,client_ip,g" \ >+ -e "s/'loglevel'/'log.level'/g" \ >+ ${WRKSRC}/xs/maps/apache2_structures.map >+ ${REINPLACE_CMD} -e "s,remote_addr,client_addr,g" \ >+ -e "s,remote_ip,client_ip,g" \ >+ -e "s/'loglevel'/'log.level'/g" \ >+ ${WRKSRC}/xs/tables/current/Apache2/StructureTable.pm >+.endif > > pre-configure: > @${FIND} ${WRKSRC} -type f \( -name \*.bak -o -name \*.orig \) -delete
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 191471
:
144236
|
144279
|
144280
|
144281
|
145304
|
145427
|
145925