Bug 98886

Summary: x11-clocks/wmclock: correct year display, Thursday abbreviation
Product: Ports & Packages Reporter: Eric P. Scott <eps+pbug0606>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff
none
file.diff none

Description Eric P. Scott 2006-06-13 01:40:05 UTC
1. wmclock miscalculates the middle two digits of the year, e.g.
2006 displays as 2666.

2. date(1), ctime(3), strftime(3) abbreviate Thursday as Thu in
English locales.  wmclock uses THR instead.

Fix: files/patch-aa: Correct year display

files/patch-ab: Change THR to THU
How-To-Repeat: 1. run wmclock with the -year option.

2. Run wmclock on a Thursday.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-06-13 01:44:10 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 Eric P. Scott 2006-06-27 19:27:08 UTC
No feedback after two weeks.

http://www.freebsd.org/portmgr/policies_contributors.html#pr_timeout
Comment 3 Tilman Keskinoz freebsd_committer freebsd_triage 2006-08-06 22:38:59 UTC
State Changed
From-To: feedback->closed

Committed, thanks!