diff options
author | apb <apb@pkgsrc.org> | 2009-05-01 12:56:50 +0000 |
---|---|---|
committer | apb <apb@pkgsrc.org> | 2009-05-01 12:56:50 +0000 |
commit | 0f955a5a2996a126465c06490138d5d88d2ad564 (patch) | |
tree | bc48461e6828dca08fae3b55c0c589fb6dd1eaf0 /sysutils/lsof/Makefile | |
parent | 9c4fe590be02af51880820dc6364917ec10c503c (diff) | |
download | pkgsrc-0f955a5a2996a126465c06490138d5d88d2ad564.tar.gz |
When configuring on NetBSD:
* Prefer /dev/ksyms, then getbootfile(), then fall back to /netbsd as the
kernel name.
* Recognise NetBSD versions 5.0* and 5.99*
* When the NetBSD version is unrecognised, don't treat it like 1.6;
treat it like either 1.2 (if it's really old) or 5.0 (if it's too new).
Bump PKGREVISION to 4
Diffstat (limited to 'sysutils/lsof/Makefile')
-rw-r--r-- | sysutils/lsof/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 2b297a7f5f7..27a438c4449 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.98 2008/05/29 16:52:59 tnn Exp $ +# $NetBSD: Makefile,v 1.99 2009/05/01 12:56:50 apb Exp $ DISTNAME= lsof_4.78 PKGNAME= ${DISTNAME:S/_/-/}.${OS_VERSION} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= sysutils MASTER_SITES= ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ \ ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/NEW/ \ |