pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

lsof: Bug to upstream to make NetBSD 11 compatiable



Module Name:	pkgsrc-wip
Committed By:	Marcin Gondek <drixter%e-utp.net@localhost>
Pushed By:	drixter
Date:		Tue Jun 9 23:16:46 2026 +0200
Changeset:	3b236e8e734762a0aa8231aee2c427c2c19b61c4

Modified Files:
	Makefile
Added Files:
	lsof/DESCR
	lsof/Makefile
	lsof/PLIST
	lsof/TODO
	lsof/distinfo

Log Message:
lsof: Bug to upstream to make NetBSD 11 compatiable

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3b236e8e734762a0aa8231aee2c427c2c19b61c4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile      |  1 +
 lsof/DESCR    |  2 ++
 lsof/Makefile | 17 +++++++++++++++++
 lsof/PLIST    |  0
 lsof/TODO     |  2 ++
 lsof/distinfo |  5 +++++
 6 files changed, 27 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index b6a4c19455..c547ec208d 100644
--- a/Makefile
+++ b/Makefile
@@ -2283,6 +2283,7 @@ SUBDIR+=	lpc55-host
 SUBDIR+=	lpdsrv
 SUBDIR+=	lpjs
 SUBDIR+=	lrslib
+SUBDIR+=        lsof
 SUBDIR+=	lsw
 SUBDIR+=	lsyncd
 SUBDIR+=	ltc-tools
diff --git a/lsof/DESCR b/lsof/DESCR
new file mode 100644
index 0000000000..3d1ee73957
--- /dev/null
+++ b/lsof/DESCR
@@ -0,0 +1,2 @@
+The lsof-org team at GitHub takes over the maintainership of lsof originally developed and maintained by Vic Abell.
+
diff --git a/lsof/Makefile b/lsof/Makefile
new file mode 100644
index 0000000000..369bd13709
--- /dev/null
+++ b/lsof/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD$
+
+DISTNAME=	lsof-4.99.6
+CATEGORIES=	sysutils
+MASTER_SITES=	${MASTER_SITE_GITHUB:=lsof-org/}
+GITHUB_PROJECT=	lsof
+GITHUB_RELEASE=	4.99.6
+
+MAINTAINER=	drixter%e-utp.net@localhost
+HOMEPAGE=	https://github.com/lsof-org/lsof/
+COMMENT=	lsof is a command listing open files.
+LICENSE=	purdue
+
+GNU_CONFIGURE=	yes
+USE_LIBTOOL=	yes
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/lsof/PLIST b/lsof/PLIST
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/lsof/TODO b/lsof/TODO
new file mode 100644
index 0000000000..148b4a00f2
--- /dev/null
+++ b/lsof/TODO
@@ -0,0 +1,2 @@
+Ask for support NetBSD 11
+https://github.com/lsof-org/lsof/issues/362
diff --git a/lsof/distinfo b/lsof/distinfo
new file mode 100644
index 0000000000..289fdae8b0
--- /dev/null
+++ b/lsof/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.114 2026/05/28 23:16:38 thorpej Exp $
+
+BLAKE2s (lsof-4.99.6.tar.gz) = 7982b981b9f10b4df0d1293873f4f7681606752fb76c4cca8146687beadef6e5
+SHA512 (lsof-4.99.6.tar.gz) = 025317f98b585f266e8cbd02cf7e17dcbd5c630bf927fd710e1700f393464eeebd54de8277955ad6e2d849ebc67ebd7e0ed9bbbc53d4b3754e13cecb29a1f28e
+Size (lsof-4.99.6.tar.gz) = 1145434 bytes


Home | Main Index | Thread Index | Old Index