summaryrefslogtreecommitdiff
path: root/sysutils/lsof
diff options
context:
space:
mode:
authorLarry Rosenman <ler@FreeBSD.org>2018-02-17 18:51:17 +0000
committerLarry Rosenman <ler@FreeBSD.org>2018-02-17 18:51:17 +0000
commit01ae6efa8c4b7fe9cd98550bd0f21108f44c1b38 (patch)
tree43028cd7c0160484fee691705457df2c8e0f5d5b /sysutils/lsof
parent. Make bitmap terminals part of the LITE version since they don't require (diff)
Add a pkg-message about pre-built binaries and kernels.
PR: 225986 Reviewed by: adamw
Notes
Notes: svn path=/head/; revision=462185
Diffstat (limited to 'sysutils/lsof')
-rw-r--r--sysutils/lsof/Makefile1
-rw-r--r--sysutils/lsof/pkg-message10
2 files changed, 11 insertions, 0 deletions
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.