FreeBSD Bugzilla – Attachment 157862 Details for
Bug 200953
Fix www/awstats compatibility with perl 5.22
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
5.22 warnings
awstats.patch (text/plain), 2.00 KB, created by
Adam Weinberger
on 2015-06-18 14:40:37 UTC
(
hide
)
Description:
5.22 warnings
Filename:
MIME Type:
Creator:
Adam Weinberger
Created:
2015-06-18 14:40:37 UTC
Size:
2.00 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 390031) >+++ Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= awstats > PORTVERSION= 7.3 >+PORTREVISION= 2 > PORTEPOCH= 1 > CATEGORIES= www > MASTER_SITES= SF/${PORTNAME}/AWStats/${PORTVERSION} >Index: files/patch-wwwroot_cgi-bin_awstats.pl >=================================================================== >--- files/patch-wwwroot_cgi-bin_awstats.pl (revision 0) >+++ files/patch-wwwroot_cgi-bin_awstats.pl (working copy) >@@ -0,0 +1,21 @@ >+--- wwwroot/cgi-bin/awstats.pl.orig 2015-06-18 14:35:12 UTC >++++ wwwroot/cgi-bin/awstats.pl >+@@ -8983,12 +8983,12 @@ sub DefinePerlParsingFormat { >+ $LogFormatString =~ s/%>s/%code/g; >+ $LogFormatString =~ s/%b(\s)/%bytesd$1/g; >+ $LogFormatString =~ s/%b$/%bytesd/g; >+- $LogFormatString =~ s/\"%{Referer}i\"/%refererquot/g; >+- $LogFormatString =~ s/\"%{User-Agent}i\"/%uaquot/g; >+- $LogFormatString =~ s/%{mod_gzip_input_size}n/%gzipin/g; >+- $LogFormatString =~ s/%{mod_gzip_output_size}n/%gzipout/g; >+- $LogFormatString =~ s/%{mod_gzip_compression_ratio}n/%gzipratio/g; >+- $LogFormatString =~ s/\(%{ratio}n\)/%deflateratio/g; >++ $LogFormatString =~ s/\"%\{Referer\}i\"/%refererquot/g; >++ $LogFormatString =~ s/\"%\{User-Agent\}i\"/%uaquot/g; >++ $LogFormatString =~ s/%\{mod_gzip_input_size\}n/%gzipin/g; >++ $LogFormatString =~ s/%\{mod_gzip_output_size\}n/%gzipout/g; >++ $LogFormatString =~ s/%\{mod_gzip_compression_ratio\}n/%gzipratio/g; >++ $LogFormatString =~ s/\(%\{ratio\}n\)/%deflateratio/g; >+ >+ # Replacement for a IIS and ISA format string >+ $LogFormatString =~ s/cs-uri-query/%query/g; # Must be before cs-uri > >Property changes on: files/patch-wwwroot_cgi-bin_awstats.pl >___________________________________________________________________ >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property
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 200953
: 157862 |
159035
|
159038
|
159057
|
159058