nmon: update to 16h.
This commit is contained in:
parent
00cd8dfc10
commit
5ce342d685
|
@ -1,6 +1,6 @@
|
|||
--- lmon16g.c.orig
|
||||
+++ lmon16g.c
|
||||
@@ -63,7 +63,7 @@
|
||||
--- lmon16h.c 2019-01-03 14:05:52.400371456 +0200
|
||||
+++ lmon16h.c 2019-01-03 14:07:04.872711631 +0200
|
||||
@@ -63,7 +63,7 @@ static char *SccsId = "nmon " VERSION;
|
||||
#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 @@
|
||||
@@ -72,6 +72,10 @@ static char *SccsId = "nmon " VERSION;
|
||||
#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;
|
||||
@@ -576,7 +580,6 @@
|
||||
@@ -584,7 +588,6 @@ struct procsinfo {
|
||||
int isroot = 0;
|
||||
|
||||
#include <mntent.h>
|
||||
|
|
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'nmon'
|
||||
pkgname=nmon
|
||||
version=16g
|
||||
version=16h
|
||||
revision=1
|
||||
build_style=fetch
|
||||
maintainer="Orphaned <orphan@voidlinux.eu>"
|
||||
makedepends="ncurses-devel"
|
||||
depends="ncurses"
|
||||
license="GPL-3"
|
||||
homepage="http://nmon.sourceforge.net/pmwiki.php?n=Main.HomePage"
|
||||
short_desc="Nigel's performance Monitor for Linux"
|
||||
maintainer="Orphaned <orphan@voidlinux.eu>"
|
||||
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=da82dd693b503b062854dfe7dbb5d36b347872ab44a4aa05b97e9d577747f688
|
||||
checksum=e23b2dfc2804cc2947976fcace6834dcd55e73de18fa31e2bf905fabb989ceea
|
||||
|
||||
do_build() {
|
||||
$CC ${CFLAGS} ${LDFLAGS} -D JFS -D GETUSER -D LARGEMEM -D X86 \
|
||||
|
|
Loading…
Reference in New Issue