nmon: update to 16j.

This commit is contained in:
Kyle Nusbaum 2019-04-19 15:07:29 -05:00 committed by maxice8
parent 45a5cda813
commit 01e882ef0d
2 changed files with 7 additions and 7 deletions

View file

@ -1,6 +1,6 @@
--- lmon16i.c 2019-01-03 14:05:52.400371456 +0200
+++ lmon16i.c 2019-01-03 14:07:04.872711631 +0200
@@ -63,7 +63,7 @@ static char *SccsId = "nmon " VERSION;
--- lmon16j.c 2019-04-19 14:59:07.091281022 -0500
+++ lmon16j_fixed.c 2019-04-19 15:01:58.550285273 -0500
@@ -61,7 +61,7 @@
#include <fcntl.h>
#include <math.h>
#include <time.h>
@ -9,7 +9,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/ioctl.h>
@@ -72,6 +72,10 @@ static char *SccsId = "nmon " VERSION;
@@ -70,6 +70,10 @@
#include <sys/socket.h>
#include <sys/wait.h>
@ -20,7 +20,7 @@
/* Windows moved here so they can be cleared when the screen mode changes */
WINDOW *padwelcome = NULL;
WINDOW *padtop = NULL;
@@ -584,7 +588,6 @@ struct procsinfo {
@@ -583,7 +587,6 @@
int isroot = 0;
#include <mntent.h>

View file

@ -1,6 +1,6 @@
# Template file for 'nmon'
pkgname=nmon
version=16i
version=16j
revision=1
build_style=fetch
makedepends="ncurses-devel"
@ -10,7 +10,7 @@ maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
license="GPL-3.0-or-later"
homepage="http://nmon.sourceforge.net/pmwiki.php?n=Main.HomePage"
distfiles="${SOURCEFORGE_SITE}/nmon/files/lmon${version}.c"
checksum=af66d756cc1146a4a4101c5595ca8c99b4f84cb9e7e7f58a080773e8e6b6a24c
checksum=ba3878c9b3e3bbb1635659735e8373624ba938904889f130183908c203f34615
do_build() {
$CC ${CFLAGS} ${LDFLAGS} -D JFS -D GETUSER -D LARGEMEM -D X86 \