From 6d660d0eb48bccd7fbf72b8e73a53b6bc729b902 Mon Sep 17 00:00:00 2001 From: ler Date: Sat, 17 Feb 2018 18:51:17 +0000 Subject: [PATCH] Add a pkg-message about pre-built binaries and kernels. PR: 225986 Reviewed by: adamw --- sysutils/lsof/Makefile | 1 + sysutils/lsof/pkg-message | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 sysutils/lsof/pkg-message diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 00f79d7921d1..5bdc399db043 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -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/ \ diff --git a/sysutils/lsof/pkg-message b/sysutils/lsof/pkg-message new file mode 100644 index 000000000000..de857b0303cb --- /dev/null +++ b/sysutils/lsof/pkg-message @@ -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.