mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
Add a pkg-message about pre-built binaries and kernels.
PR: 225986 Reviewed by: adamw
This commit is contained in:
@@ -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/ \
|
||||
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user