diff options
author | Larry Rosenman <ler@FreeBSD.org> | 2018-10-21 14:25:40 +0000 |
---|---|---|
committer | Larry Rosenman <ler@FreeBSD.org> | 2018-10-21 14:25:40 +0000 |
commit | 20652c4651c2f681114e435f28e6f3604e123dd8 (patch) | |
tree | 8ff658448b13fef7b0f8affcf9c634c93f5aef52 /sysutils/lsof/files | |
parent | devel/rust-bindgen: update to 0.42.3 (diff) |
sysutils/lsof: support FreeBSD 13-current
Notes
Notes:
svn path=/head/; revision=482676
Diffstat (limited to 'sysutils/lsof/files')
-rw-r--r-- | sysutils/lsof/files/patch-Configure | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/lsof/files/patch-Configure b/sysutils/lsof/files/patch-Configure new file mode 100644 index 000000000000..719dfd2c0d7c --- /dev/null +++ b/sysutils/lsof/files/patch-Configure @@ -0,0 +1,13 @@ +--- Configure.orig 2018-10-21 14:19:32 UTC ++++ Configure +@@ -1624,6 +1624,10 @@ kernel generation process. + LSOF_TSTBIGF=" " + LSOF_VERS=12000 + ;; ++ 13*) ++ LSOF_TSTBIGF=" " ++ LSOF_VERS=13000 ++ ;; + *) + echo Unknown FreeBSD release: `uname -r` + rm -f $LSOF_HLP |