1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

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
This commit is contained in:
Larry Rosenman 2017-01-15 15:28:27 +00:00
parent 6b5201ba45
commit abeca73696
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=431583
4 changed files with 4 additions and 26 deletions

View File

@ -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/ \

View File

@ -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

View File

@ -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 <sys/conf.h>
# if defined(HAS_VM_MEMATTR_T)

View File

@ -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 <sys/zfs_znode.h>
#undef _KERNEL