Date: Sat, 17 Feb 2018 18:51:17 +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: r462185 - head/sysutils/lsof Message-ID: <201802171851.w1HIpHKE089758@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802171851.w1HIpHKE089758>