CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2016/12/02 06:32:14
Modified files:
sysutils : Makefile
devel/quirks : Makefile
devel/quirks/files: Quirks.pm
Removed files:
sysutils/lsof : Makefile distinfo
sysutils/lsof/patches: patch-Configure
patch-dialects_n+obsd_dlsof_h
patch-dialects_n+obsd_dnode_c
patch-dialects_n+obsd_dproc_c
patch-dialects_n+obsd_dstore_c
patch-dialects_n+obsd_machine_h
patch-lsof_8
sysutils/lsof/pkg: DESCR PLIST
Log message:
Move lsof to the Attic.
Requires kmem access, is so coupled to the system internals that it
needs a /usr/src/sys checkout, and breaks regularly due to changes in
base. People used to it should be told to use fstat(1) & friends
instead.
ok landry@ sthen@ dcoppa@