Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Jun 2018 13:30:06 +0000 (UTC)
From:      Larry Rosenman <ler@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r471495 - in head/sysutils/lsof: . files
Message-ID:  <201806031330.w53DU6mh091327@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>
+ 
+ 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806031330.w53DU6mh091327>