On Sat Sep 11, 2021 at 10:55:58AM +0200, Michael wrote: > Hello ports@, > > this removes the "%n" format usage and fixes some other minor issues.
Thanks! > > Tested on amd64. > > > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/x11/fvwm2/Makefile,v > retrieving revision 1.70 > diff -u -p -u -p -r1.70 Makefile > --- Makefile 8 Jan 2021 15:53:33 -0000 1.70 > +++ Makefile 11 Sep 2021 08:48:23 -0000 > @@ -3,7 +3,7 @@ > COMMENT= multiple virtual desktop window manager > > VERSION= 2.6.9 > -REVISION= 0 > +REVISION= 1 > DISTNAME= fvwm-${VERSION} > PKGNAME= fvwm2-${VERSION} > > @@ -42,8 +42,6 @@ SEPARATE_BUILD= Yes > CONFIGURE_STYLE= gnu > CONFIGURE_ARGS+= --enable-mandoc \ > --disable-bidi \ > - --disable-gtk \ > - --without-gnome \ Please do this in an additional diff/commit. Thanks