Bug 74194 - [ maintainer ] deskutils/hot-babe: update to 0.2.0
Summary: [ maintainer ] deskutils/hot-babe: update to 0.2.0
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-11-21 11:10 UTC by Roman Bogorodskiy
Modified: 2004-11-24 17:11 UTC (History)
0 users

See Also:


Attachments
port.hot-babe.update (4.46 KB, text/plain)
2004-11-21 11:10 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-11-21 11:10:23 UTC
	Update to 0.2.0. Now this port uses gdk2, so it depends on gtk20 now. 

	One more issue: hot-babe authors decided to switch to "Artistic 
	License". Does that mean we should use NO_CDROM?
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2004-11-24 11:11:29 UTC
State Changed
From-To: open->feedback

Does not build on 4.x: 

===>  Building for hot-babe-0.2.0 
cc -O2 -pipe -g  `pkg-config --cflags gtk+-2.0` -DDESTDIR="/usr/X11R6" -c hot-babe.c 
In file included from hot-babe.c:23: 
/usr/include/sys/resource.h:58: field `ru_utime' has incomplete type 
/usr/include/sys/resource.h:59: field `ru_stime' has incomplete type
Comment 2 Volker Stolz freebsd_committer freebsd_triage 2004-11-24 11:22:11 UTC
Please check if including sys/time.h before sys/resource.h works on 5.X,  
it fixes the problem on 4.X.
this was in the previous patch you updated, btw...

Cheers,
   Volker
Comment 3 Roman Bogorodskiy 2004-11-24 16:57:42 UTC
 Volker wrote:

> Please check if including sys/time.h before sys/resource.h works on 5.X,  
> it fixes the problem on 4.X.
> this was in the previous patch you updated, btw...


You're right, sys/time.h should be included before sys/resource.h. Can
you fix this or I should send an updated version of this patch?

-Roman Bogorodskiy
Comment 4 Volker Stolz freebsd_committer freebsd_triage 2004-11-24 17:11:39 UTC
State Changed
From-To: feedback->closed

Committed, thanks!