Wed Apr 3 21:19:42 2024 UTC (54d)
xload: update to 1.2.0.

This release adds -help and -version options, and removes support for a
number of older OS'es that predate the common getloadavg() system call.

For those building for 32-bit platforms, it also enables use of the
"large file" APIs in case its necessary to access file whose size or
inode number is outside the range of the original 32-bit API.

Since this release was generated using the new GNU autoconf 2.72, this also
adds a --enable-year2038 configure flag which may allow xload on 32-bit
platforms to work with files whose timestamps are later than January 19, 2038,
but this has not been tested.

Alan Coopersmith (17):
      unifdef -UUSG
      gitlab CI: stop requiring Signed-off-by in commits
      Print which arguments were unknown before giving usage message
      Add -help and -version options
      Use asprintf() if available
      configure: Use AC_SYS_LARGEFILE to enable large file support
      unifdef SYSV
      unifdef __osf__
      unifdef hpux
      unifdef SVR4
      unifdef att
      unifdef QNX4
      Use autoconf to check for <paths.h> instead of ifdef BSD
      Use autoconf to check for <protocols/rwhod.h> instead of OS-specific ifdefs
      unifdef __bsdi__
      Use imdent to realign remaining pre-processer directives
      xload 1.2.0


(wiz)
diff -r1.18 -r1.19 pkgsrc/x11/xload/Makefile
diff -r1.9 -r1.10 pkgsrc/x11/xload/distinfo

cvs diff -r1.18 -r1.19 pkgsrc/x11/xload/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/xload/Makefile 2022/11/09 13:14:30 1.18
+++ pkgsrc/x11/xload/Makefile 2024/04/03 21:19:42 1.19
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.18 2022/11/09 13:14:30 joerg Exp $ 1# $NetBSD: Makefile,v 1.19 2024/04/03 21:19:42 wiz Exp $
2 2
3DISTNAME= xload-1.1.4 3DISTNAME= xload-1.2.0
4CATEGORIES= x11 4CATEGORIES= x11
5MASTER_SITES= ${MASTER_SITE_XORG:=app/} 5MASTER_SITES= ${MASTER_SITE_XORG:=app/}
6EXTRACT_SUFX= .tar.xz 6EXTRACT_SUFX= .tar.xz
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://xorg.freedesktop.org/ 9HOMEPAGE= https://xorg.freedesktop.org/
10COMMENT= System load average display for X 10COMMENT= System load average display for X
11 11
12BROKEN_GETTEXT_DETECTION= yes 12BROKEN_GETTEXT_DETECTION= yes
13 13
14GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
15USE_TOOLS+= pkg-config xgettext 15USE_TOOLS+= pkg-config xgettext
16 16

cvs diff -r1.9 -r1.10 pkgsrc/x11/xload/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/xload/distinfo 2022/04/04 09:46:08 1.9
+++ pkgsrc/x11/xload/distinfo 2024/04/03 21:19:42 1.10
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.9 2022/04/04 09:46:08 wiz Exp $ 1$NetBSD: distinfo,v 1.10 2024/04/03 21:19:42 wiz Exp $
2 2
3BLAKE2s (xload-1.1.4.tar.xz) = 801673d5602dee0eaa7422969c1c68524859160c624912f82111ca9dced3f2da 3BLAKE2s (xload-1.2.0.tar.xz) = 9ef741a4351ede2992dc12410d1d23143df422d7ac3537557803917bf3e52f6e
4SHA512 (xload-1.1.4.tar.xz) = 114babe4e5a60f4713f9e4627ee0a1bbb2f1f238cb46f24c38aecff67f25e6b0f58cbd554c71095ddc2b01398adbfa379550a34c23c413db52157648028554f2 4SHA512 (xload-1.2.0.tar.xz) = b6143f796f7d24bb204e29f341f59c27a0eba00ae58e42bde0d1471e3e9357a0ce5e9e23de119d2540c9f5c71d28eb1e85dd766b6b28a7f066805b5f386aa716
5Size (xload-1.1.4.tar.xz) = 133204 bytes 5Size (xload-1.2.0.tar.xz) = 134996 bytes