Quite a number of things have landed in qstat git since the last release
in 2014, including fix for GCC10/clang11 which use -fno-common by default
which we're trying to prepare for now. OK with this update?
Index: Makefile
===================================================================
RCS file: /cvs/ports/games/qstat/Makefile,v
retrieving revision 1.12
diff -u -p -r1.12 Makefile
--- Makefile 12 Jul 2019 20:46:23 -0000 1.12
+++ Makefile 1 Feb 2021 22:19:08 -0000
@@ -4,7 +4,8 @@ COMMENT= displays the status of multi-pl
GH_ACCOUNT= multiplay
GH_PROJECT= qstat
-GH_TAGNAME= v2.14
+GH_COMMIT= 502167b108b7d40daacfc75c2b5c9eb4c7714f2b
+DISTNAME= qstat-2.14pl20201129
CATEGORIES= games
MAINTAINER= Tom Murphy <openbsd@pertho.net>
@@ -16,8 +17,8 @@ WANTLIB= c
CONFIGURE_STYLE = autoreconf
-AUTOCONF_VERSION = 2.61
-AUTOMAKE_VERSION = 1.9
+AUTOCONF_VERSION = 2.69
+AUTOMAKE_VERSION = 1.16
AUTORECONF = ./autogen.sh
post-install:
Index: distinfo
===================================================================
RCS file: /cvs/ports/games/qstat/distinfo,v
retrieving revision 1.6
diff -u -p -r1.6 distinfo
--- distinfo 18 Feb 2018 16:07:39 -0000 1.6
+++ distinfo 1 Feb 2021 22:19:08 -0000
@@ -1,2 +1,2 @@
-SHA256 (qstat-2.14.tar.gz) = rpBrdNTM6AV7WiZbdoWRAdqBBMKgfAXxGlH3yfAz74s=
-SIZE (qstat-2.14.tar.gz) = 210440
+SHA256 (qstat-2.14pl20201129-502167b1.tar.gz) = qFHwQYPS9GoqKc9ty/hbmRCQIuxCPJuQ0h8884r3KAA=
+SIZE (qstat-2.14pl20201129-502167b1.tar.gz) = 231705
Index: patches/patch-utils_h
===================================================================
RCS file: patches/patch-utils_h
diff -N patches/patch-utils_h
--- patches/patch-utils_h 18 Feb 2018 16:07:39 -0000 1.1
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,14 +0,0 @@
-$OpenBSD: patch-utils_h,v 1.1 2018/02/18 16:07:39 awolk Exp $
-
-Index: utils.h
---- utils.h.orig
-+++ utils.h
-@@ -8,7 +8,7 @@
- #define QSTAT_UTILS_H
-
- // BSD has strnstr
--#if defined(__FreeBSD__) || defined(__MidnightBSD__) || defined(__OpenBSD__)
-+#if defined(__FreeBSD__) || defined(__MidnightBSD__)
- #ifndef HAVE_STRNSTR
- #define HAVE_STRNSTR 1
-
No comments:
Post a Comment