summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-12-06 15:50:22 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-12-06 15:50:22 +0000
commitb2fdcb26091214e711be9636c187d7ed5f959539 (patch)
tree4aff0fd2b6039b8955eb5bb56b3fd577926da4c9
parentturn on navigator 4.7.us (diff)
Add a patch that enables the proper handling of an IPv4 address when it is
supplied as a IPv6-mapped address to lsof's -i option -- e.g., as in "-i@[::ffff:1.2.3.4]". Submitted by: Vic Abell <abe@purdue.edu>
Notes
Notes: svn path=/head/; revision=23625
-rw-r--r--sysutils/lsof/Makefile5
-rw-r--r--sysutils/lsof/distinfo1
2 files changed, 5 insertions, 1 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile
index 66316d602a37..e2658c711f2f 100644
--- a/sysutils/lsof/Makefile
+++ b/sysutils/lsof/Makefile
@@ -8,7 +8,7 @@
#
DISTNAME= lsof_4.47_W
-PKGNAME= lsof-4.47
+PKGNAME= lsof-4.47.1
CATEGORIES= sysutils
MASTER_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/ \
ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/NEW/ \
@@ -17,6 +17,9 @@ MASTER_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/ \
ftp://ftp.web.ad.jp/pub/UNIX/tools/lsof/ \
ftp://ftp.sunet.se/pub/unix/admin/lsof/
+PATCH_SITES= ${MASTER_SITES:S^lsof^lsof/patches/4.47^}
+PATCHFILES= arg.c_patch
+
MAINTAINER= obrien@FreeBSD.org
WRKSRC= ${WRKDIR}/${SRCBALL_NAME}
diff --git a/sysutils/lsof/distinfo b/sysutils/lsof/distinfo
index 42350356dec5..9b3682517883 100644
--- a/sysutils/lsof/distinfo
+++ b/sysutils/lsof/distinfo
@@ -1 +1,2 @@
MD5 (lsof_4.47_W.tar.gz) = 08bac5b027f27be57d9d5bf6642462c3
+MD5 (arg.c_patch) = ad5bcd4b07417bc025326f7da2dbca65