svn commit: r471495 - in head/sysutils/lsof: . files

Larry Rosenman ler at FreeBSD.org
Sun Jun 3 13:30:07 UTC 2018


Author: ler
Date: Sun Jun  3 13:30:06 2018
New Revision: 471495
URL: https://svnweb.freebsd.org/changeset/ports/471495

Log:
  sysutils/lsof: handle recent changes to b*/mem* library calls.

Added:
  head/sysutils/lsof/files/patch-dialects_freebsd_dlsof.h   (contents, props changed)
Modified:
  head/sysutils/lsof/Makefile

Modified: head/sysutils/lsof/Makefile
==============================================================================
--- head/sysutils/lsof/Makefile	Sun Jun  3 12:58:42 2018	(r471494)
+++ head/sysutils/lsof/Makefile	Sun Jun  3 13:30:06 2018	(r471495)
@@ -3,6 +3,7 @@
 
 PORTNAME=	lsof
 DISTVERSION=	4.92A
+PORTREVISION=	1
 PORTEPOCH=	8
 CATEGORIES=	sysutils
 MASTER_SITES=	ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ \

Added: head/sysutils/lsof/files/patch-dialects_freebsd_dlsof.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/lsof/files/patch-dialects_freebsd_dlsof.h	Sun Jun  3 13:30:06 2018	(r471495)
@@ -0,0 +1,15 @@
+--- 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 <string.h>
+ 
+ 


More information about the svn-ports-all mailing list