diff options
-rw-r--r-- | sysutils/lsof/Makefile | 1 | ||||
-rw-r--r-- | sysutils/lsof/pkg-message | 10 |
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. |