Hi, This diff updated qstat to v2.17. Their build system has changed a little and requires GNU make now to complete.
Thanks, Tom Index: Makefile =================================================================== RCS file: /cvs/ports/games/qstat/Makefile,v retrieving revision 1.13 diff -u -p -r1.13 Makefile --- Makefile 2 Feb 2021 11:39:58 -0000 1.13 +++ Makefile 2 Oct 2021 21:14:29 -0000 @@ -4,8 +4,7 @@ COMMENT= displays the status of multi-pl GH_ACCOUNT= multiplay GH_PROJECT= qstat -GH_COMMIT= 502167b108b7d40daacfc75c2b5c9eb4c7714f2b -DISTNAME= qstat-2.14pl20201129 +GH_TAGNAME= v2.17 CATEGORIES= games MAINTAINER= Tom Murphy <[email protected]> @@ -15,11 +14,14 @@ PERMIT_PACKAGE= Yes WANTLIB= c +MAKE_ENV = QSTAT_VERSION=${GH_TAGNAME} CONFIGURE_STYLE = autoreconf +CONFIGURE_ENV = CFLAGS="-pipe -Wall" -AUTOCONF_VERSION = 2.69 +AUTOCONF_VERSION = 2.71 AUTOMAKE_VERSION = 1.16 AUTORECONF = ./autogen.sh +USE_GMAKE = yes post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/qstat Index: distinfo =================================================================== RCS file: /cvs/ports/games/qstat/distinfo,v retrieving revision 1.7 diff -u -p -r1.7 distinfo --- distinfo 2 Feb 2021 11:39:58 -0000 1.7 +++ distinfo 2 Oct 2021 21:14:29 -0000 @@ -1,2 +1,2 @@ -SHA256 (qstat-2.14pl20201129-502167b1.tar.gz) = qFHwQYPS9GoqKc9ty/hbmRCQIuxCPJuQ0h8884r3KAA= -SIZE (qstat-2.14pl20201129-502167b1.tar.gz) = 231705 +SHA256 (qstat-2.17.tar.gz) = /woFDoZ60db99rXXB+L8euooJrijgjISILOQxiH7FWI= +SIZE (qstat-2.17.tar.gz) = 233981
