summaryrefslogtreecommitdiff
path: root/sysutils/lsof/Makefile
diff options
context:
space:
mode:
authorGleb Smirnoff <glebius@FreeBSD.org>2024-03-23 12:49:33 -0700
committerGleb Smirnoff <glebius@FreeBSD.org>2024-03-23 12:49:33 -0700
commit03f2657f299d86378a558366d68e6c7e573fbd72 (patch)
tree0440cfe1e7baac1ba2ba3570673dd550cfda9578 /sysutils/lsof/Makefile
parentlang/ghc: Try to unbreak on AArch64 by pulling a patch from upstream. (diff)
sysutils/lsof: pull in two upstream patches for FreeBSD 15
Approved by: arrowd
Diffstat (limited to 'sysutils/lsof/Makefile')
-rw-r--r--sysutils/lsof/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile
index 395bb0ca21fb..4c1bac9d7317 100644
--- a/sysutils/lsof/Makefile
+++ b/sysutils/lsof/Makefile
@@ -3,7 +3,7 @@
PORTNAME= lsof
DISTVERSION= 4.99.3
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 8
CATEGORIES= sysutils
@@ -21,6 +21,11 @@ CPE_VENDOR= lsof_project
USE_GITHUB= yes
GH_ACCOUNT= lsof-org
+PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES= 003c8463fd6b8cf2d25a4b10a874825f8f4b471b.patch \
+ 5233d10ec63ba674c250bdc4308c3a22a04f6d20.patch
+PATCH_DIST_STRIP= -p1
+
SHEBANG_FILES= scripts/*.pl
HAS_CONFIGURE= yes