Hi,
StumpWM got new release, seems to be working on my amd64.
Added MAKE_FLAGS option to port as otherwise the build didn't update the
used makeinfo command.
Timo
Index: Makefile
===================================================================
RCS file: /cvs/ports/x11/stumpwm/Makefile,v
retrieving revision 1.6
diff -u -p -u -p -r1.6 Makefile
--- Makefile 20 Dec 2019 08:45:07 -0000 1.6
+++ Makefile 5 Dec 2020 07:29:03 -0000
@@ -2,7 +2,7 @@
COMMENT= easily hackable Common LISP window manager
-VERSION= 19.11
+VERSION= 20.11
DISTNAME= stumpwm-${VERSION}
CATEGORIES= x11
@@ -35,6 +35,8 @@ CONFIGURE_STYLE= autoconf no-autoheader
USE_GMAKE= yes
MAKE_ENV= MAKEINFO=${PREFIX}/bin/gmakeinfo \
ASDF_OUTPUT_TRANSLATIONS=/:
+
+MAKE_FLAGS= '-e'
DESTDIRNAME= destdir
NO_TEST= yes
Index: distinfo
===================================================================
RCS file: /cvs/ports/x11/stumpwm/distinfo,v
retrieving revision 1.4
diff -u -p -u -p -r1.4 distinfo
--- distinfo 20 Dec 2019 08:45:07 -0000 1.4
+++ distinfo 5 Dec 2020 07:29:03 -0000
@@ -1,8 +1,8 @@
SHA256 (alexandria-20190710-git.tgz) = 4GQr1vivjrceM1m0XhGhNfo8mlEUkrydu80Q7H1pRwQ=
SHA256 (cl-ppcre-2.1.1.tar.gz) = iWMRebcWSNnmxWWpKPaJap1XQqogg7nBtwX+C0XYXe8=
SHA256 (clx-20190813-git.tgz) = qrn8jYEnnT1Dxh748Dn8rj31jbwzUzDrb4gORwVuE98=
-SHA256 (stumpwm-19.11.tar.gz) = shsClNZkNxtASwYb4QBVKJyrShPm1Q7wOF19ibFL8+8=
+SHA256 (stumpwm-20.11.tar.gz) = jJqqua18vDXnBcCF6GYbINiLhOdQ97GFnmWosvGtViw=
SIZE (alexandria-20190710-git.tgz) = 53436
SIZE (cl-ppcre-2.1.1.tar.gz) = 159055
SIZE (clx-20190813-git.tgz) = 460647
-SIZE (stumpwm-19.11.tar.gz) = 214705
+SIZE (stumpwm-20.11.tar.gz) = 219590
No comments:
Post a Comment