diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2016-07-11 20:44:11 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2016-07-11 20:44:11 +0000 |
commit | fca47836521f8422ece63dbe6c86c109cfd0b4d0 (patch) | |
tree | edf0655d6bef308a60d8ce72f93581dbdbf281e2 /sysutils/lsof/files/patch-Configure | |
parent | imv is a command line image viewer intended for use with tiling window (diff) |
upgrade to 4.90C
- support for DTYPE_PTS
- FreeBSD 12.0-CURRENT
PR: 211017
Submitted by: maintainer (Larry Rosenman)
Notes
Notes:
svn path=/head/; revision=418405
Diffstat (limited to 'sysutils/lsof/files/patch-Configure')
-rw-r--r-- | sysutils/lsof/files/patch-Configure | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/sysutils/lsof/files/patch-Configure b/sysutils/lsof/files/patch-Configure deleted file mode 100644 index e83f265d05f4..000000000000 --- a/sysutils/lsof/files/patch-Configure +++ /dev/null @@ -1,13 +0,0 @@ ---- Configure.orig 2016-01-05 10:31:36.000000000 -0800 -+++ Configure 2016-07-08 17:39:09.137355000 -0700 -@@ -1620,6 +1620,10 @@ - LSOF_TSTBIGF=" " - LSOF_VERS=11000 - ;; -+ 12*) -+ LSOF_TSTBIGF=" " -+ LSOF_VERS=12000 -+ ;; - *) - echo Unknown FreeBSD release: `uname -r` - rm -f $LSOF_HLP |