From abeca7369695c394deabf9fc99209f1e9daa55c3 Mon Sep 17 00:00:00 2001 From: Larry Rosenman Date: Sun, 15 Jan 2017 15:28:27 +0000 Subject: [PATCH] Official fix for the arm ARM_NARCH and ARM_NMMUS issue (r431492) Approved by: adamw (mentor) Obtained from: Vic Abell (author) MFH: 2017Q1 (blanket) Differential Revision: https://reviews.freebsd.org/D9188 --- sysutils/lsof/Makefile | 3 +-- sysutils/lsof/distinfo | 6 +++--- sysutils/lsof/files/patch-dialects_freebsd_dlsof.h | 10 ---------- sysutils/lsof/files/patch-dialects_freebsd_dnode2.c | 11 ----------- 4 files changed, 4 insertions(+), 26 deletions(-) delete mode 100644 sysutils/lsof/files/patch-dialects_freebsd_dlsof.h delete mode 100644 sysutils/lsof/files/patch-dialects_freebsd_dnode2.c diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 40a7adcd7259..f686c3526b15 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= lsof -DISTVERSION= 4.90G -PORTREVISION= 1 +DISTVERSION= 4.90I PORTEPOCH= 8 CATEGORIES= sysutils MASTER_SITES= http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/ \ diff --git a/sysutils/lsof/distinfo b/sysutils/lsof/distinfo index 109a8005a01d..ffe5c737cac5 100644 --- a/sysutils/lsof/distinfo +++ b/sysutils/lsof/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1474579688 -SHA256 (lsof_4.90G.freebsd.tar.bz2) = 17b679285bf7e34bfd999d1443b0e8c7668c695138b7ab36ed36a83d8036c58a -SIZE (lsof_4.90G.freebsd.tar.bz2) = 487776 +TIMESTAMP = 1484467800 +SHA256 (lsof_4.90I.freebsd.tar.bz2) = 063f1275d7aff331962bcb02629f7d8ac3c603266a805ea1b05321da9184e351 +SIZE (lsof_4.90I.freebsd.tar.bz2) = 487912 diff --git a/sysutils/lsof/files/patch-dialects_freebsd_dlsof.h b/sysutils/lsof/files/patch-dialects_freebsd_dlsof.h deleted file mode 100644 index 5e802cc96f93..000000000000 --- a/sysutils/lsof/files/patch-dialects_freebsd_dlsof.h +++ /dev/null @@ -1,10 +0,0 @@ ---- dialects/freebsd/dlsof.h.orig 2016-09-22 20:02:53 UTC -+++ dialects/freebsd/dlsof.h -@@ -87,6 +87,7 @@ - #define boolean_t int - # endif /* defined(NEEDS_BOOLEAN_T) */ - -+#define KLD_MODULE - #include - - # if defined(HAS_VM_MEMATTR_T) diff --git a/sysutils/lsof/files/patch-dialects_freebsd_dnode2.c b/sysutils/lsof/files/patch-dialects_freebsd_dnode2.c deleted file mode 100644 index 3b46e7607c77..000000000000 --- a/sysutils/lsof/files/patch-dialects_freebsd_dnode2.c +++ /dev/null @@ -1,11 +0,0 @@ ---- dialects/freebsd/dnode2.c.orig 2016-09-22 20:02:53 UTC -+++ dialects/freebsd/dnode2.c -@@ -51,7 +51,7 @@ static char *rcsid = "$Id: dnode2.c,v 1. - */ - #define VOP_UNLOCK(vp, f) ((void)0) - # endif /* defined(__clang__) */ -- -+#define KLD_MODULE - #include - #undef _KERNEL -