Bug 70061 - [ new port ] x11-clocks/osdclock: small clock which uses libxosd to render text to the root window
Summary: [ new port ] x11-clocks/osdclock: small clock which uses libxosd to render te...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-06 06:00 UTC by Roman Bogorodskiy
Modified: 2004-11-30 10:11 UTC (History)
0 users

See Also:


Attachments
osdclock.shar (2.86 KB, text/plain)
2004-08-06 06:00 UTC, Roman Bogorodskiy
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Roman Bogorodskiy 2004-08-06 06:00:43 UTC
	osd_clock is a small clock designed for minimalist desktops. It renders text
	directly to the root window using libxosd.

	I've added patch to make it use modern xosd interface instead of deprecated one.
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2004-11-29 14:15:47 UTC
State Changed
From-To: open->feedback

Does not build on 4.10: 

===>  Building for osdclock-0.4 
cc -O2 -pipe -g  -I/usr/X11R6/include -c osd_clock.c 
osd_clock.c:27: getopt.h: No such file or directory 
osd_clock.c:30: elements of array `long_options' have incomplete type 
osd_clock.c:31: warning: excess elements in struct initializer 
osd_clock.c:31: warning: (near initialization for `long_options[0]') 
[lots stripped] 
osd_clock.c:42: invalid use of undefined type `struct option' 
*** Error code 1 

Simply using gcc34 seems to fix this. Also, the mastersite has 0.5 by now. 
If you have no objections, I'll do all this on-the-fly when committing...
Comment 2 Volker Stolz freebsd_committer freebsd_triage 2004-11-30 10:11:11 UTC
State Changed
From-To: feedback->closed

Committed with modifications, thanks!