Add a pkg-message about pre-built binaries and kernels.

PR:		225986
Reviewed by:	adamw
This commit is contained in:
ler
2018-02-17 18:51:17 +00:00
parent e62c8b16cf
commit 6d660d0eb4
2 changed files with 11 additions and 0 deletions
+1
View File
@@ -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/ \
+10
View File
@@ -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.