Date: Sun, 31 Jul 2016 10:31:31 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419354 - in head/sysutils/atop: . files Message-ID: <201607311031.u6VAVVrA007675@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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 **,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607311031.u6VAVVrA007675>