svn commit: r419354 - in head/sysutils/atop: . files
Kurt Jaeger
pi at FreeBSD.org
Sun Jul 31 10:31:32 UTC 2016
Author: pi
Date: Sun Jul 31 10:31:30 2016
New Revision: 419354
URL: https://svnweb.freebsd.org/changeset/ports/419354
Log:
sysutils/atop: fix after r302904 due to flag rename (P_KPROC -> P_KTHREAD)
PR: 211173
Approved by: samm at os2.kiev.ua (maintainer timeout)
MFH: 2016Q3
Added:
head/sysutils/atop/files/patch-atop.h (contents, props changed)
Modified:
head/sysutils/atop/Makefile
Modified: head/sysutils/atop/Makefile
==============================================================================
--- head/sysutils/atop/Makefile Sun Jul 31 10:23:21 2016 (r419353)
+++ head/sysutils/atop/Makefile Sun Jul 31 10:31:30 2016 (r419354)
@@ -3,6 +3,7 @@
PORTNAME= atop
PORTVERSION= 2.0.2.b3
+PORTREVISION= 1
CATEGORIES= sysutils
MAINTAINER= samm at os2.kiev.ua
Added: head/sysutils/atop/files/patch-atop.h
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/atop/files/patch-atop.h Sun Jul 31 10:31:30 2016 (r419354)
@@ -0,0 +1,14 @@
+--- atop.h.orig 2014-01-15 16:05:34 UTC
++++ atop.h
+@@ -49,6 +49,11 @@ struct netpertask;
+ #define RRNETATOP 0x0004
+ #define RRNETATOPD 0x0008
+
++#include <sys/param.h>
++#if __FreeBSD_version > 1100116
++#define P_KTHREAD P_KPROC
++#endif
++
+ struct visualize {
+ char (*show_samp) (time_t, int,
+ struct sstat *, struct tstat *, struct tstat **,
More information about the svn-ports-all
mailing list