summaryrefslogtreecommitdiff
path: root/sysutils/lsof
AgeCommit message (Collapse)AuthorFilesLines
2009-08-11Make this build again on netbsd-current. Bump PKGREVISION to 5.apb3-21/+82
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2009-05-30revert to previous.zafer1-2/+5
2009-05-30update master site. clean up. remove non-working mirrors.zafer1-5/+2
2009-05-17Fix build on NetBSD 3.1_STABLE, tested on i386 and sparc64.seb2-4/+26
Also built/tested ok on NetBSD/i386 4.0.1 and 5.0.
2009-05-01When configuring on NetBSD:apb3-12/+57
* 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
2008-05-29Convert to user destdir (use SPECIAL_PERMS)tnn1-8/+13
2008-05-26Second round of explicit pax dependencies. As reminded by tnn@,joerg1-3/+3
many packages used to use ${PAX}. Use the common way of directly calling pax, it is created as tool after all.
2008-05-17make this work again.christos6-23/+135
2008-04-26In post-extract, adjust the regexp used to search for an MD5 line inapb1-3/+3
README.${DISTNAME} so that it no longer matches some unwanted extra lines. Also make it an error for the MD5 to be wrong.
2007-12-28Do not use DEBUG compiler flagsadam2-10/+19
2007-12-17Declare missing tools and fix interpreter path in Perl scripts.tron2-5/+12
Bump package revision because of these fixes.
2007-12-17Fix build under NetBSD 4.0 and older.tron2-4/+4
2007-11-21We need to define VNODE_VFLAG and NCACHE_VROOT to build on olderapb2-4/+7
versions of NetBSD. Thanks to PR/37393 from Yakovetsky Vladimir for the hint.
2007-11-21Update checksums for patch-ad and patch-af, forgotten in previous commit.apb1-3/+3
2007-11-21Make lsof build on NetBSD >= 4.99.33.apb2-16/+44
2007-08-14- Don't hardcode the MFSNAMELEN length, inspired by commits fromveego7-23/+232
Christos (patch-ae and patch-af). Fix PR 36680 - Define NETBSD_SYS in the pkgsrc Makefile so it works if NETBSDSRCDIR is not pointing to a default location and thus some featues, like ptyfs support were disabled - Update the line numbers in patch-aa - Add tmpfs support (patch-ad, patch-af and patch-ag) - Update the NetBSD versions in Configure otherwise NETBSDV would fall back to 1006000 and so at least one feature was not found, the PFSfd procfs support (patch-ag) - Bump pkg revision for new features (normaly I wouldn't have bumped the version if it were only to fix a -current compile, because the version also includes the kernel version)
2007-08-12Revert previous fix at veego@ request.seb2-18/+7
2007-08-12Fix build on NetBSD-current which dropped MFSNAMELEN: pretend this CPP macroseb2-7/+18
is still there.
2007-05-06update checksumchristos1-1/+2
2007-05-06upgrade to 4.78christos4-33/+35
2007-03-18Remove two master sites that do not carry the latest .tar.bz2.wiz1-3/+1
2007-03-14Update lsof to 4.77.markd4-21/+24
Include official patch to fix build on Solaris 10 06/06 or newer. Fix HOMEPAGE. The April 10, 2006 revision (4.77): adds Solaris 10 and above -X option selection of the display of unlinked file cached paths; improved reporting of Solaris 10 cached path names of questionable accuracy; has FreeBSD 7.0-CURRENT update; fixes name addition spacing bug; has limited SAMFS support for Solaris 10; fixes an HP-UX 11 file "chunk" size problem; updates for FreeBSD 6.0; updates scripts/sort_res.perl5; corrects +|-M man page error; improves FreeBSD user device random seed generation; documents in 00FAQ bundled C and gcc compilation failures on HP-UX 11.23 dated May 2005 or later; corrects bugs and eliminates compiler warnings in PSTAT-based HP-UX lsof and in the lsof test suite; changed the method of reporting unknown file types; dropped the *claim* that lsof works on BSDI BSD/OS; enables compilation on Solaris 10 1/06; adjusts to FreeBSD 5.5-PRELELEASE and 6.1-PRERELEASE; fixes locating AIX ATI sockets by their associated TCP/IP addresses; adjusts to OpenBSD 3.[89]; ends 32 bit Solaris 8 testing (testing on 64 bit Solaris 8 continues.)
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig1-3/+3
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
2006-09-26Add an .../OLD URL to the SITES list, since version 4.76 is now not the ↵dsainty1-2/+4
latest version. Even if it were the latest version, this URL should still remain for future-proofing the package. Since I'm here, add an HTTP option too for those of us that prefer HTTP downloads.
2006-08-01Make this build again with NetBSD older than 3.99.24.tron2-5/+9
2006-08-01Make this build under NetBSD 3.99.24 and newer.tron2-1/+18
2006-06-04We don't export struct lockf anymore, thus we cannot print lock info.christos2-1/+43
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-11-09Fix build problem under NetBSD 3.99.11 as suggested by Andrew Browntron2-1/+15
in private e-mail.
2005-09-15Add back what was patch-ac (from kristerw) as patch-ab since it's notatatat2-1/+18
a patch to lsof that the author would be interested in taking back as it only addresses the use of pkgsrc on Darwin: Do not ask the user about the path to the darwin XNU kernel header files in the case they are not found -- report an error instead (since going interactive breaks bulk building...) We are in a "freeze" at the moment, but this ought to fix the build of a leaf package under Darwin.
2005-09-14Make sure to update contents of distinfo to lsof 4.76.taca1-4/+4
2005-09-13lsof 4.75 is gone; use 4.76christos3-21/+3
2005-05-24Do not ask the user about the path to the darwin XNU kernel header fileskristerw2-1/+19
in the case they are not found -- report an error instead (since going interactive breaks bulk building...)
2005-05-17Upgrade to lsof version 4.75, thereby getting rid of most of theatatat4-76/+7
accumulated patches. Changes related to or affecting NetBSD (or pkgsrc) from the 00DIST file: 4.75 May 16, 2005 ... Improved the BSDI, FreeBSD, NetBSD, OpenBSD and Solaris kvm_open() and kvm_openfiles() error messages. Enabled support for NetBSD 2.99.12. Also, add the "uname -r" value to the lsof package version. This means that lintpkgsrc will report the lsof package as being out of date if you update your kernel without updating lsof. It's entirely likely that lsof will continue to work, but it might not (and it will warn you anyway), but it's nice to know that it might be good to rebuild it.
2005-05-16Change the EXTRACT_USING_PAX defined/undefined option into a EXTRACT_USINGjlam1-6/+2
which can take multiple values -- "pax" or "gtar". The default value of EXTRACT_USING is "pax", which more closely matches reality since before, we were using bootstrap "tar" for ${GTAR} and it was actually pax-as-tar. Also, stop pretending pax-as-tar from the bootstrap kit or on NetBSD is GNU tar. Lastly, in bsd.pkg.extract.mk, note whether we need "pax" or "gtar" depending on what we need to extract the distfiles.
2005-05-16Note that gtar is required by the package.jlam1-1/+5
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-26Do not ask the user about the path to the darwin XNU kernel header fileskristerw2-1/+19
in the case they are not found -- report an error instead (since asking the user breaks bulk builds).
2005-03-23Oops, wrong distinfo fileatatat1-2/+2
2005-03-23This should also fix the lsof build on 3.0_BETA. Similar changes willatatat2-10/+34
appear in the next release of lsof. This patch is adapted from a pre-release by the author.
2005-03-19Fix lsof build on NetBSD 3.99.1atatat2-1/+28
2005-02-24Add RMD160 digests.agc1-1/+2
2005-01-17Upgrade to lsof version 4.74, thereby getting rid of most of theatatat10-1446/+7
accumulated patches. Changes related to or affecting NetBSD (or pkgsrc) from the 00DIST file: 4.74 January 17, 2005 ... Updated lsof for NetBSD 2.99.10 and tested it on a system provided by Andrew Brown <atatat@atatdot.net>. ... Added BSDI, FreeBSD, NetBSD and OpenBSD support for the *effnlink member of the inode structure. This makes the lsof LTnlink test run faster on all modified dialects and correctly on OpenBSD. Added ptyfs support for NetBSD, using modifications provided by Andrew Brown. Changed the netbsd Configure stanza to look by default for system header files in both /usr/include and /usr/src. (The NETBSD_SYS environment variable can still be used to select an alternate for /usr/src.) ...
2004-12-18Fix lsof to deal with the new ptyfs fake inode number allocationatatat2-6/+10
scheme. This code now does both.
2004-11-30Redo three patches to address build failure on NetBSD <= 1.6ZC, toatatat5-166/+216
change the reported node number for the master side of ptyfs devices, and to deal more cleanly with some header files.
2004-11-28Tweak the sys/bufq.h support (it disappeared again), enhance theatatat10-28/+1365
procfs support a little, incorporate the author's patches to deal with netbsd-current version numbers getting longer, and add ptyfs support. These patches are adapted from an interim release the author made and will appear in the next full release. PKGREVISION bumped to 1 for the ptyfs support.
2004-11-12Check for actual existance of sys/bufq.h instead of just relying on uname.erh2-8/+12
2004-11-07Needs <sys/bufq.h> on 2.99.10kim3-1/+45
2004-11-07Add share/lsof/sort_res.perl5kim1-1/+2