ports/92521: www/awstats-6.5 with broken tools/logresolvemerge.pl

Nicolas Blais nb_root at videotron.ca
Mon Jan 30 02:10:20 UTC 2006


>Number:         92521
>Category:       ports
>Synopsis:       www/awstats-6.5 with broken tools/logresolvemerge.pl
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 30 02:10:02 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Nicolas Blais
>Release:        7.0-CURRENT
>Organization:
>Environment:
FreeBSD clk01a 7.0-CURRENT FreeBSD 7.0-CURRENT #5: Sat Jan 28 13:49:26 EST 2006     root at clk01a:/usr/obj/usr/src/sys/CLK01A  i386
>Description:
Because tools/logresolvemerge.pl's shell identifier (1st line of file) ends with a Ctrl-M (dos text file), the file cannot actually be run without specifically invoking perl. This breaks any installation using logresolvemerge.pl in their awstats.conf.
>How-To-Repeat:
              
>Fix:
This patch will fixe the problem (available also here: http://66.130.198.54:8081/FreeBSD/update/ )

--- tools/logresolvemerge.pl    Sun Jan 29 20:51:37 2006
+++ tools/logresolvemerge.pl.orig       Sun Jan 29 20:51:32 2006
@@ -1,4 +1,4 @@
-#!/usr/bin/perl^M
+#!/usr/bin/perl
 #-----------------------------------------------------------------------------^M
 # Allows you to get one unique output log file, sorted on date,^M
 # built from particular sources.^M



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list