svn commit: r462185 - head/sysutils/lsof

Larry Rosenman ler at FreeBSD.org
Sat Feb 17 18:51:18 UTC 2018


Author: ler
Date: Sat Feb 17 18:51:17 2018
New Revision: 462185
URL: https://svnweb.freebsd.org/changeset/ports/462185

Log:
  Add a pkg-message about pre-built binaries and kernels.
  
  PR:		225986
  Reviewed by:	adamw

Added:
  head/sysutils/lsof/pkg-message   (contents, props changed)
Modified:
  head/sysutils/lsof/Makefile

Modified: head/sysutils/lsof/Makefile
==============================================================================
--- head/sysutils/lsof/Makefile	Sat Feb 17 18:37:17 2018	(r462184)
+++ head/sysutils/lsof/Makefile	Sat Feb 17 18:51:17 2018	(r462185)
@@ -3,6 +3,7 @@
 
 PORTNAME=	lsof
 DISTVERSION=	4.90
+PORTREVISON=	1
 PORTEPOCH=	8
 CATEGORIES=	sysutils
 MASTER_SITES=	ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ \

Added: head/sysutils/lsof/pkg-message
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/lsof/pkg-message	Sat Feb 17 18:51:17 2018	(r462185)
@@ -0,0 +1,10 @@
+NOTE: Due to the way the FreeBSD build clusters make packages,
+you may see a warning similar to the following:
+
+lsof: WARNING: compiled for FreeBSD release 11.1-RELEASE-p6; this is 11.1-RELEASE-p4.
+
+This is because the poudriere jails that build the packages don't have the  
+corresponding kernel installed, so they don't know that the kernel version is different.
+
+This warning can be ignored if you are using a system that is updated via freebsd-update
+and are using pre-built packages. 


More information about the svn-ports-head mailing list