pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/xload
Module Name: pkgsrc
Committed By: wiz
Date: Wed Apr 3 21:19:42 UTC 2024
Modified Files:
pkgsrc/x11/xload: Makefile distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/x11/xload/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/x11/xload/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/xload/Makefile
diff -u pkgsrc/x11/xload/Makefile:1.18 pkgsrc/x11/xload/Makefile:1.19
--- pkgsrc/x11/xload/Makefile:1.18 Wed Nov 9 13:14:30 2022
+++ pkgsrc/x11/xload/Makefile Wed Apr 3 21:19:42 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2022/11/09 13:14:30 joerg Exp $
+# $NetBSD: Makefile,v 1.19 2024/04/03 21:19:42 wiz Exp $
-DISTNAME= xload-1.1.4
+DISTNAME= xload-1.2.0
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.xz
Index: pkgsrc/x11/xload/distinfo
diff -u pkgsrc/x11/xload/distinfo:1.9 pkgsrc/x11/xload/distinfo:1.10
--- pkgsrc/x11/xload/distinfo:1.9 Mon Apr 4 09:46:08 2022
+++ pkgsrc/x11/xload/distinfo Wed Apr 3 21:19:42 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2022/04/04 09:46:08 wiz Exp $
+$NetBSD: distinfo,v 1.10 2024/04/03 21:19:42 wiz Exp $
-BLAKE2s (xload-1.1.4.tar.xz) = 801673d5602dee0eaa7422969c1c68524859160c624912f82111ca9dced3f2da
-SHA512 (xload-1.1.4.tar.xz) = 114babe4e5a60f4713f9e4627ee0a1bbb2f1f238cb46f24c38aecff67f25e6b0f58cbd554c71095ddc2b01398adbfa379550a34c23c413db52157648028554f2
-Size (xload-1.1.4.tar.xz) = 133204 bytes
+BLAKE2s (xload-1.2.0.tar.xz) = 9ef741a4351ede2992dc12410d1d23143df422d7ac3537557803917bf3e52f6e
+SHA512 (xload-1.2.0.tar.xz) = b6143f796f7d24bb204e29f341f59c27a0eba00ae58e42bde0d1471e3e9357a0ce5e9e23de119d2540c9f5c71d28eb1e85dd766b6b28a7f066805b5f386aa716
+Size (xload-1.2.0.tar.xz) = 134996 bytes
Home |
Main Index |
Thread Index |
Old Index