From shaun@pcuse.com  Mon Jun 26 12:58:47 2006
Return-Path: <shaun@pcuse.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9E63116A401
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 26 Jun 2006 12:58:47 +0000 (UTC)
	(envelope-from shaun@pcuse.com)
Received: from smtp3.adl2.internode.on.net (smtp3.adl2.internode.on.net [203.16.214.203])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C02124493B
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 26 Jun 2006 12:58:42 +0000 (GMT)
	(envelope-from shaun@pcuse.com)
Received: from sagan.cai (ppp163-200.lns3.adl4.internode.on.net [59.167.163.200])
	by smtp3.adl2.internode.on.net (8.13.6/8.13.5) with ESMTP id k5QCweGR061622
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 26 Jun 2006 22:28:41 +0930 (CST)
	(envelope-from shaun@pcuse.com)
Received: by sagan.cai (Postfix, from userid 1100)
	id 731CD1CC40; Mon, 26 Jun 2006 22:28:40 +0930 (CST)
Message-Id: <20060626125840.731CD1CC40@sagan.cai>
Date: Mon, 26 Jun 2006 22:28:40 +0930 (CST)
From: Shaun Branden <shaun@pcuse.com>
Reply-To: Shaun Branden <shaun@pcuse.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: calendar reports error with calendar.australia
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         99490
>Category:       conf
>Synopsis:       [patch] calendar reports error with calendar.australia
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    flz
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 26 13:00:32 GMT 2006
>Closed-Date:    Wed Oct 18 23:18:42 GMT 2006
>Last-Modified:  Wed Oct 18 23:18:42 GMT 2006
>Originator:     Shaun Branden
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD sagan.cai 6.1-STABLE FreeBSD 6.1-STABLE #0: Mon Jun 26 21:22:43 CST 2006 shaun@sagan.cai:/usr/obj/usr/src/sys/SAGAN i386


	
>Description:
including <calendar.australia> in the calendar config file results in
"
	In file included from <stdin>:1:
	/usr/share/calendar/calendar.australia:58: warning: no newline at end of file
"

Simply ending the file with a newline removes the error


>How-To-Repeat:
	run calendar and include calendar.australia
>Fix:

*** /usr/share/calendar/calendar.australia      Mon Jun 26 22:03:53 2006
--- calendar.australia  Mon Jun 26 22:21:33 2006
***************
*** 56,58 ****
--- 56,59 ----
  Aug 14        RNA Show Day (Brisbane metro)
  
  #endif
+
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-i386->freebsd-bugs 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Fri Jul 7 09:48:06 UTC 2006 
Responsible-Changed-Why:  
Reclassify. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=99490 
State-Changed-From-To: open->closed 
State-Changed-By: flz 
State-Changed-When: Fri Oct 6 23:22:31 UTC 2006 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=99490 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: conf/99490: commit references a PR
Date: Fri,  6 Oct 2006 23:20:35 +0000 (UTC)

 flz         2006-10-06 23:20:01 UTC
 
   FreeBSD src repository
 
   Modified files:
     usr.bin/calendar/calendars calendar.australia 
   Log:
   Add a missing new line at the end of the australian calendar file to
   suppress and error message.
   
   PR:             conf/99490
   Submitted by:   Shaun Branden <shaun@pcuse.com>
   Approved by:    cperciva (mentor)
   MFC after:      1 day
   Sponsored by:   FreeBSD Test-Bugathon
   
   Revision  Changes    Path
   1.7       +1 -1      src/usr.bin/calendar/calendars/calendar.australia
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: closed->patched 
State-Changed-By: flz 
State-Changed-When: Sat Oct 7 10:16:42 UTC 2006 
State-Changed-Why:  
State really is patched, it'll be closed when I MFC it. 


Responsible-Changed-From-To: freebsd-bugs->flz 
Responsible-Changed-By: flz 
Responsible-Changed-When: Sat Oct 7 10:16:42 UTC 2006 
Responsible-Changed-Why:  
State really is patched, it'll be closed when I MFC it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=99490 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: conf/99490: commit references a PR
Date: Wed, 11 Oct 2006 15:50:44 +0000 (UTC)

 flz         2006-10-11 15:50:28 UTC
 
   FreeBSD src repository
 
   Modified files:        (Branch: RELENG_6)
     usr.bin/calendar/calendars calendar.australia 
   Log:
   MFC:
   
     Add a missing new line at the end of the australian calendar file to
     suppress and error message.
   
         src/usr.bin/calendar/calendars/calendar.australia: rev 1.6 -> 1.7
   
   PR:             conf/99490
   Submitted by:   Shaun Branden <shaun@pcuse.com>
   Approved by:    re (bmah)
   
   Revision  Changes    Path
   1.6.2.1   +1 -1      src/usr.bin/calendar/calendars/calendar.australia
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: patched->closed 
State-Changed-By: flz 
State-Changed-When: Wed Oct 18 23:18:38 UTC 2006 
State-Changed-Why:  
MFC'ed to RELENG_6. 

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