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.
Responsible Changed From-To: freebsd-ports-bugs->flz Grab.
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. ================================================================
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 ?
State Changed From-To: feedback->closed Committed with some modifications, thanks !