Bug 78678

Summary: update port: x11-wm/blackbox 0.65.0 -> 0.70.0
Product: Ports & Packages Reporter: Danny Koenig <dako>
Component: Individual Port(s)Assignee: Florent Thoumie <flz>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff
none
file.diff
none
file.diff
none
file.diff
none
file.diff
none
file.diff
none
file.diff none

Description Danny Koenig 2005-03-10 19:00:10 UTC
Update port: x11-wm/blackbox from 0.65.0 to 0.70.0

The Changes are listed here: http://cvs.sourceforge.net/viewcvs.py/blackboxwm/blackbox/ChangeLog?rev=HEAD

Patches to remove in x11-wm/blackbox/files:
- patch-src::Screen.cc
- patch-src::Timer.hh
- patch-src::Window.cc

Patch to add in x11-wm/blackbox/files:
- patch-lib::Image.cc

PLIST updated.
Comment 1 Florent Thoumie freebsd_committer freebsd_triage 2005-03-10 19:02:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->flz

Grab.
Comment 2 Michael Johnson freebsd_committer freebsd_triage 2005-03-10 19:13:57 UTC
State Changed
From-To: open->feedback

Does not build on 4.x 

Had to add USE_ICONV to get this far. 

/usr/include/g++/stl_algo.h:193:   instantiated from `find<_List_iterator<StackEntity *,StackEntity *&,StackEntity **>, const BlackboxWindow *>(_List_iterator<StackEntity *,StackEntity *&,StackEntity **>, _List_iterator<StackEntity *,StackEntity *&,StackEntity **>, const BlackboxWindow *const &)' 
Screen.cc:743:   instantiated from here 
/usr/include/g++/stl_algo.h:94: comparison of distinct pointer types `StackEntity *' and `const BlackboxWindow *const' lacks a cast 
Screen.cc: In function `void lowerGroup(StackingList &, BWindowGroup *)': 
Screen.cc:1017: warning: unused variable `const struct _List_iterator<StackEntity *,StackEntity *&,StackEntity **> begin' 
Screen.cc: In function `void lowerTransients(_List_iterator<StackEntity *,StackEntity *&,StackEntity **>, StackingList &, list<BlackboxWindow *,allocator<BlackboxWindow *> > &)': 
Screen.cc:1073: warning: unused variable `struct _List_iterator<StackEntity *,StackEntity *&,StackEntity **> l' 
*** Error code 1 

Stop in /tmp/a/ports/x11-wm/blackbox/work/blackbox-0.70.0/src. 
*** Error code 1 

Stop in /tmp/a/ports/x11-wm/blackbox/work/blackbox-0.70.0. 
*** Error code 1 

Stop in /tmp/a/ports/x11-wm/blackbox/work/blackbox-0.70.0. 
*** Error code 1 

Stop in /a/ports/x11-wm/blackbox. 
================================================================
Comment 3 Florent Thoumie freebsd_committer freebsd_triage 2005-03-11 13:25:00 UTC
Danny Koenig wrote:
> On Thu, 10 Mar 2005 14:33:04 -0500
> Michael Johnson <ahze@ahze.net> wrote:
> 
> 
>>Sorry, I don't think I explained this very well.
>>
>>I had to add USE_ICONV to get past the configure script
>>on 4.x and the errors I sent are errors after I had already added
>>USE_ICONV.
>>
>>Cheers, Michael
> 
> 
> Thus we can leave USE_ICONV in nirvana. I hope I got it.

	I've done some modifications to the port so it installs
	some files at the good place, but it still breaks on 4.x.

	Are you planning to fix this or should I mark it BROKEN ?
Comment 4 Florent Thoumie freebsd_committer freebsd_triage 2005-03-11 19:25:31 UTC
State Changed
From-To: feedback->closed

Committed with some modifications, thanks !