From d530137568e6083bdc04eb66e745105540c1460e Mon Sep 17 00:00:00 2001 From: Larry Rosenman Date: Wed, 6 Jun 2018 18:12:58 +0000 Subject: sysutils/lsof: update to 4.92B that has the patch included for recent mem*/b* library changes. Obtained from: Vic Abell (author) --- sysutils/lsof/Makefile | 3 +-- sysutils/lsof/distinfo | 6 +++--- sysutils/lsof/files/patch-dialects_freebsd_dlsof.h | 15 --------------- 3 files changed, 4 insertions(+), 20 deletions(-) delete mode 100644 sysutils/lsof/files/patch-dialects_freebsd_dlsof.h diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index de922301483f..4eead8118d78 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= lsof -DISTVERSION= 4.92A -PORTREVISION= 1 +DISTVERSION= 4.92B PORTEPOCH= 8 CATEGORIES= sysutils MASTER_SITES= ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ \ diff --git a/sysutils/lsof/distinfo b/sysutils/lsof/distinfo index 20dcd351e9ca..5dbbe751b3e6 100644 --- a/sysutils/lsof/distinfo +++ b/sysutils/lsof/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1525635299 -SHA256 (lsof_4.92A.freebsd.tar.bz2) = b15ec931d21a00c01c49e96e4e690db5a4eaae7ca748d33a39af95926ea7da8c -SIZE (lsof_4.92A.freebsd.tar.bz2) = 490820 +TIMESTAMP = 1528308653 +SHA256 (lsof_4.92B.freebsd.tar.bz2) = 7abcc69c265acf13e77573ca5e105cc647119e95199650f7af714f0239e092b4 +SIZE (lsof_4.92B.freebsd.tar.bz2) = 491292 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 ad9c14a8d7e5..000000000000 --- a/sysutils/lsof/files/patch-dialects_freebsd_dlsof.h +++ /dev/null @@ -1,15 +0,0 @@ ---- dialects/freebsd/dlsof.h.orig 2018-06-03 13:24:20 UTC -+++ dialects/freebsd/dlsof.h -@@ -498,6 +498,12 @@ struct vop_advlock_args { int dummy; }; /* to pacify l - - #undef bcopy /* avoid _KERNEL conflict */ - #undef bzero /* avoid _KERNEL conflict */ -+#undef bcmp -+#undef bcopy -+#undef memcmp -+#undef memmove -+#undef memcpy -+#undef memset - #include - - -- cgit v1.2.3