Florian Viehweger <[email protected]> wrote: > Hi, > > this updates herbstluftwm to 0.9.4. Changes are listed here[1]. > > Port-wise there is a new dependency: Xfixes. > > portcheck, 'make lib-depends-check' and 'make test' are happy. > > So far, no issues on amd64, i386 is due later. > > Tests on big endian architectures welcome. > > Comments?
lightly tested but works great. the tabbed window titles are really nice :) committed, thanks! > Thanks! > > [1] https://herbstluftwm.org/news.html > > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/x11/herbstluftwm/Makefile,v > retrieving revision 1.23 > diff -u -p -u -p -r1.23 Makefile > --- Makefile 11 Mar 2022 20:16:05 -0000 1.23 > +++ Makefile 16 Mar 2022 17:02:03 -0000 > @@ -1,5 +1,5 @@ > COMMENT = manual tiling window manager > -DISTNAME = herbstluftwm-0.9.3 > +DISTNAME = herbstluftwm-0.9.4 > CATEGORIES = x11 > > HOMEPAGE = https://herbstluftwm.org/ > @@ -10,8 +10,8 @@ MAINTAINER = Lucas <[email protected]>, \ > # BSD > PERMIT_PACKAGE = Yes > > -WANTLIB += ${COMPILER_LIBCXX} X11 Xext Xft Xinerama Xrandr Xrender > -WANTLIB += c freetype m z > +WANTLIB += ${COMPILER_LIBCXX} X11 Xext Xfixes Xft Xinerama Xrandr > +WANTLIB += Xrender c freetype m z > > MASTER_SITES = https://herbstluftwm.org/tarballs/ > > Index: distinfo > =================================================================== > RCS file: /cvs/ports/x11/herbstluftwm/distinfo,v > retrieving revision 1.10 > diff -u -p -u -p -r1.10 distinfo > --- distinfo 5 Jun 2021 11:21:31 -0000 1.10 > +++ distinfo 16 Mar 2022 17:02:03 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (herbstluftwm-0.9.3.tar.gz) = > C6exvQKWbm7v4ngFdTCCQGotKVS8Qf4EDRzKrtJewQU= > -SIZE (herbstluftwm-0.9.3.tar.gz) = 497523 > +SHA256 (herbstluftwm-0.9.4.tar.gz) = > 7vju0HavM68qdZEcD7EhX9s0J2BqA06otE/naHLLA8w= > +SIZE (herbstluftwm-0.9.4.tar.gz) = 549029
