There's 2.1.1 as well now: Fix issue #542 for texturing background of task pane. Don't unarm menu popup buttons for issue #527. Provide drawable context when creating pixmap cursors with Imlib2 for issue #541.
I've committed an update to that based on Timo's diff (plus synced WANTLIB, opus was missing). On 2021/01/23 11:35, John Batteen wrote: > Works for me, has fixed the bug. Thanks!! > > John > > On 1/23/21 12:50 AM, Timo Myyrä wrote: > > John Batteen <j...@batteen.com> [2021-01-22, 18:52 -0600]: > > > > > Hi ports, > > > > > > IceWM has released 2.1.0 to fix a bug introduced in 2.0.0, related to > > > going from a maximized window to fullscreen and back again. Making the > > > new port myself is beyond my abilities, sorry. > > > > > > Thanks for making a great operating system. > > > > > > John > > > > Here's an patch for icewm, very lightly tested on amd64 so far. More > > tests welcome. > > > > timo > > > > Index: Makefile > > =================================================================== > > RCS file: /cvs/ports/x11/icewm/Makefile,v > > retrieving revision 1.77 > > diff -u -p -u -p -r1.77 Makefile > > --- Makefile 29 Dec 2020 10:47:00 -0000 1.77 > > +++ Makefile 23 Jan 2021 06:49:03 -0000 > > @@ -3,7 +3,7 @@ > > # unconditionally uses machine/apmvar.h and related structures/defines > > ONLY_FOR_ARCHS= ${APM_ARCHS} > > -V= 2.0.0 > > +V= 2.1.0 > > COMMENT= small and fast window manager > > DISTNAME= icewm-${V} > > EXTRACT_SUFX= .tar.lz > > Index: distinfo > > =================================================================== > > RCS file: /cvs/ports/x11/icewm/distinfo,v > > retrieving revision 1.26 > > diff -u -p -u -p -r1.26 distinfo > > --- distinfo 29 Dec 2020 10:47:00 -0000 1.26 > > +++ distinfo 23 Jan 2021 06:49:03 -0000 > > @@ -1,2 +1,2 @@ > > -SHA256 (icewm-2.0.0.tar.lz) = RHgXK5Nvf33PwhIL6NjxU/11WTO/mLjpjj6uUMQUk5w= > > -SIZE (icewm-2.0.0.tar.lz) = 1694653 > > +SHA256 (icewm-2.1.0.tar.lz) = 6d4xXkb67Ic3mmC3LuXy2UBEF/yIhJ5XI195GnikC0o= > > +SIZE (icewm-2.1.0.tar.lz) = 1696214 > > >