Bug 47823 - maintainer-update: x11-wm/fbdesk
Summary: maintainer-update: x11-wm/fbdesk
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: 2003-02-02 22:10 UTC by hendrik
Modified: 2003-02-23 21:53 UTC (History)
1 user (show)

See Also:


Attachments
fbdesk-1.1.3.diff (634 bytes, patch)
2003-02-02 22:10 UTC, hendrik
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description hendrik 2003-02-02 22:10:11 UTC
Update to 1.1.3. This fixes some internal errors in fbdesk.
In addition my patch from files/ has been included in the main tree
by fluxgen (the author) so files/patch-src::FbTk::Timer.hh can be removed.
Comment 1 Christian Weisgerber 2003-02-13 00:36:34 UTC
In article <200302022202.h12M2crE012170@goanna.lan.raisdorf.net> you write:

> >Number:         47823
> >Category:       ports
> >Synopsis:       maintainer-update: x11-wm/fbdesk
> 	
> >Description:
> Update to 1.1.3. This fixes some internal errors in fbdesk.

This has 64-bit problems:

source='FbWindow.cc' object='FbWindow.o' libtool=no  depfile='.deps/FbWindow.Po' tmpdepfile='.deps/FbWindow.TPo'  depmode=gcc3 /bin/sh ../../depcomp  c++ -DHAVE_CONFIG_H -I. -I. -I../..      -O -pipe -mcpu=ev56  -I/usr/X11R6/include -c -o FbWindow.o `test -f FbWindow.cc || echo './'`FbWindow.cc
FbWindow.cc: In member function `void FbTk::FbWindow::updateGeometry()':
FbWindow.cc:171: cannot convert `size_t*' to `unsigned int*' for argument `6' 
   to `int XGetGeometry(Display*, long unsigned int, Window*, int*, int*, 
   unsigned int*, unsigned int*, unsigned int*, unsigned int*)'
*** Error code 1

> In addition my patch from files/ has been included in the main tree
> by fluxgen (the author) so files/patch-src::FbTk::Timer.hh can be removed.

Uh, there is no such patch.

-- 
Christian "naddy" Weisgerber                          naddy@mips.inka.de
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2003-02-23 21:53:16 UTC
State Changed
From-To: open->closed

Commited, thanks! 
Please have a look at the comments Christian made about the 64-bits 
architectures.