head 1.3; access; symbols pkgsrc-2018Q3:1.2.0.58 pkgsrc-2018Q3-base:1.2 pkgsrc-2018Q2:1.2.0.56 pkgsrc-2018Q2-base:1.2 pkgsrc-2018Q1:1.2.0.54 pkgsrc-2018Q1-base:1.2 pkgsrc-2017Q4:1.2.0.52 pkgsrc-2017Q4-base:1.2 pkgsrc-2017Q3:1.2.0.50 pkgsrc-2017Q3-base:1.2 pkgsrc-2017Q2:1.2.0.46 pkgsrc-2017Q2-base:1.2 pkgsrc-2017Q1:1.2.0.44 pkgsrc-2017Q1-base:1.2 pkgsrc-2016Q4:1.2.0.42 pkgsrc-2016Q4-base:1.2 pkgsrc-2016Q3:1.2.0.40 pkgsrc-2016Q3-base:1.2 pkgsrc-2016Q2:1.2.0.38 pkgsrc-2016Q2-base:1.2 pkgsrc-2016Q1:1.2.0.36 pkgsrc-2016Q1-base:1.2 pkgsrc-2015Q4:1.2.0.34 pkgsrc-2015Q4-base:1.2 pkgsrc-2015Q3:1.2.0.32 pkgsrc-2015Q3-base:1.2 pkgsrc-2015Q2:1.2.0.30 pkgsrc-2015Q2-base:1.2 pkgsrc-2015Q1:1.2.0.28 pkgsrc-2015Q1-base:1.2 pkgsrc-2014Q4:1.2.0.26 pkgsrc-2014Q4-base:1.2 pkgsrc-2014Q3:1.2.0.24 pkgsrc-2014Q3-base:1.2 pkgsrc-2014Q2:1.2.0.22 pkgsrc-2014Q2-base:1.2 pkgsrc-2014Q1:1.2.0.20 pkgsrc-2014Q1-base:1.2 pkgsrc-2013Q4:1.2.0.18 pkgsrc-2013Q4-base:1.2 pkgsrc-2013Q3:1.2.0.16 pkgsrc-2013Q3-base:1.2 pkgsrc-2013Q2:1.2.0.14 pkgsrc-2013Q2-base:1.2 pkgsrc-2013Q1:1.2.0.12 pkgsrc-2013Q1-base:1.2 pkgsrc-2012Q4:1.2.0.10 pkgsrc-2012Q4-base:1.2 pkgsrc-2012Q3:1.2.0.8 pkgsrc-2012Q3-base:1.2 pkgsrc-2012Q2:1.2.0.6 pkgsrc-2012Q2-base:1.2 pkgsrc-2012Q1:1.2.0.4 pkgsrc-2012Q1-base:1.2 pkgsrc-2011Q4:1.2.0.2 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q3:1.1.0.34 pkgsrc-2011Q3-base:1.1 pkgsrc-2011Q2:1.1.0.32 pkgsrc-2011Q2-base:1.1 pkgsrc-2011Q1:1.1.0.30 pkgsrc-2011Q1-base:1.1 pkgsrc-2010Q4:1.1.0.28 pkgsrc-2010Q4-base:1.1 pkgsrc-2010Q3:1.1.0.26 pkgsrc-2010Q3-base:1.1 pkgsrc-2010Q2:1.1.0.24 pkgsrc-2010Q2-base:1.1 pkgsrc-2010Q1:1.1.0.22 pkgsrc-2010Q1-base:1.1 pkgsrc-2009Q4:1.1.0.20 pkgsrc-2009Q4-base:1.1 pkgsrc-2009Q3:1.1.0.18 pkgsrc-2009Q3-base:1.1 pkgsrc-2009Q2:1.1.0.16 pkgsrc-2009Q2-base:1.1 pkgsrc-2009Q1:1.1.0.14 pkgsrc-2009Q1-base:1.1 pkgsrc-2008Q4:1.1.0.12 pkgsrc-2008Q4-base:1.1 pkgsrc-2008Q3:1.1.0.10 pkgsrc-2008Q3-base:1.1 cube-native-xorg:1.1.0.8 cube-native-xorg-base:1.1 pkgsrc-2008Q2:1.1.0.6 pkgsrc-2008Q2-base:1.1 cwrapper:1.1.0.4 pkgsrc-2008Q1:1.1.0.2 pkgsrc-2008Q1-base:1.1; locks; strict; comment @# @; 1.3 date 2018.10.12.18.00.55; author he; state dead; branches; next 1.2; commitid R8howq6sLiS9jHVA; 1.2 date 2011.11.22.20.02.48; author joerg; state Exp; branches; next 1.1; 1.1 date 2008.01.14.02.04.41; author rillig; state Exp; branches; next ; desc @@ 1.3 log @Switch upstream for blackbox70, and upgrade to version 0.72. The old upstream last had a release in November 2005, and the new upstream in May this year. In recent rebuilds, the old version has developed "focus issues" when run with "sloppy focus", as is my preference. The new upstream is a fork of blackbox but where this among other issues have been fixed. The patches have also been re-done and partly renamed, and some of the old patches to build with SunPro have not been carried forward, as I don't have a suitable system to verify that these are still required. @ text @$NetBSD: patch-ac,v 1.2 2011/11/22 20:02:48 joerg Exp $ Sunpro has problems with a non-const const_reverse_iterator. --- src/Screen.cc.orig 2005-10-18 08:07:22.000000000 +0000 +++ src/Screen.cc @@@@ -47,7 +47,7 @@@@ #include #include #include - +#include static bool running = true; static int anotherWMRunning(Display *, XErrorEvent *) { @@@@ -492,8 +492,8 @@@@ void BScreen::setCurrentWorkspace(unsign // withdraw windows in reverse order to minimize the number of // Expose events - StackingList::const_reverse_iterator it = _stackingList.rbegin(); - const StackingList::const_reverse_iterator end = _stackingList.rend(); + StackingList::reverse_iterator it = _stackingList.rbegin(); + const StackingList::reverse_iterator end = _stackingList.rend(); for (; it != end; ++it) { BlackboxWindow *win = dynamic_cast(*it); if (win && win->workspace() == current_workspace) @ 1.2 log @Fix build with newer GCC. @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Fixed build failures with sunpro. @ text @d5 11 a15 2 --- src/Screen.cc.orig 2005-10-18 10:07:22.000000000 +0200 +++ src/Screen.cc 2007-12-05 16:25:38.677507000 +0100 @