From nobody@FreeBSD.org  Mon Jan 30 02:02:36 2006
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 579CE16A420
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 30 Jan 2006 02:02:36 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 28F0443D45
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 30 Jan 2006 02:02:36 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k0U22amY068051
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 30 Jan 2006 02:02:36 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id k0U22Z3R068050;
	Mon, 30 Jan 2006 02:02:35 GMT
	(envelope-from nobody)
Message-Id: <200601300202.k0U22Z3R068050@www.freebsd.org>
Date: Mon, 30 Jan 2006 02:02:35 GMT
From: Nicolas Blais <nb_root@videotron.ca>
To: freebsd-gnats-submit@FreeBSD.org
Subject: www/awstats-6.5 with broken tools/logresolvemerge.pl
X-Send-Pr-Version: www-2.3

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 30 02:10:02 GMT 2006
>Closed-Date:    Sat Apr 08 13:21:42 GMT 2006
>Last-Modified:  Sat Apr 08 13:21:42 GMT 2006
>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@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:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Mon Jan 30 07:52:50 UTC 2006 
State-Changed-Why:  
Awaiting maintainers feedback 

http://www.freebsd.org/cgi/query-pr.cgi?pr=92521 
State-Changed-From-To: feedback->closed 
State-Changed-By: pav 
State-Changed-When: Sat Apr 8 13:21:32 UTC 2006 
State-Changed-Why:  
Fixed! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=92521 
>Unformatted:
