nmon: update to 16f

This commit is contained in:
Helmut Pozimski 2017-04-08 09:03:28 +02:00 committed by Christian Neukirchen
parent 3c2328d9c7
commit c9585cacc9
3 changed files with 6 additions and 6 deletions

View file

@ -1,5 +1,5 @@
--- lmon16e.c.orig 2016-05-14 18:38:40.459977271 +0200 --- lmon16f.c.orig 2016-05-14 18:38:40.459977271 +0200
+++ lmon16e.c 2016-05-14 18:38:58.012263072 +0200 +++ lmon16f.c 2016-05-14 18:38:58.012263072 +0200
@@ -706,7 +706,6 @@ @@ -706,7 +706,6 @@
int isroot = 0; int isroot = 0;

View file

@ -1,5 +1,5 @@
--- lmon16e.c.orig 2016-03-04 18:41:57.788556435 +0100 --- lmon16f.c.orig 2016-03-04 18:41:57.788556435 +0100
+++ lmon16e.c 2016-03-04 22:23:27.977248021 +0100 +++ lmon16f.c 2016-03-04 22:23:27.977248021 +0100
@@ -58,6 +58,10 @@ @@ -58,6 +58,10 @@
#include <sys/socket.h> #include <sys/socket.h>
#include <sys/wait.h> #include <sys/wait.h>

View file

@ -1,6 +1,6 @@
# Template file for 'nmon' # Template file for 'nmon'
pkgname=nmon pkgname=nmon
version=16e version=16f
revision=1 revision=1
build_style=fetch build_style=fetch
maintainer="Orphaned <orphan@voidlinux.eu>" maintainer="Orphaned <orphan@voidlinux.eu>"
@ -10,7 +10,7 @@ license="GPL-3"
homepage="http://nmon.sourceforge.net/pmwiki.php?n=Main.HomePage" homepage="http://nmon.sourceforge.net/pmwiki.php?n=Main.HomePage"
short_desc="Nigel's performance Monitor for Linux" short_desc="Nigel's performance Monitor for Linux"
distfiles="${SOURCEFORGE_SITE}/nmon/files/lmon${version}.c" distfiles="${SOURCEFORGE_SITE}/nmon/files/lmon${version}.c"
checksum=ee152d9c8d0b77a4ea39def320ae5a8990f81cbbcc6c408851cef296661cca5b checksum=280a371e17488f8a2c5e0c64273155789be6fa5b937ab5c465488e591bdc5cd9
do_build() { do_build() {
$CC ${CFLAGS} ${LDFLAGS} -D JFS -D GETUSER -D LARGEMEM -D X86 \ $CC ${CFLAGS} ${LDFLAGS} -D JFS -D GETUSER -D LARGEMEM -D X86 \