"Fossies" - the Fresh Open Source Software Archive 
Member "xosview-1.23/README.freebsd" (11 Jul 2020, 860 Bytes) of package /linux/misc/xosview-1.23.tar.gz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 The FreeBSD port now has much better support, thanks to Tom
2 Pavel. From within the ports system, xosview ought to build out
3 of the box --- if not, it's a bug.
4
5 This version of xosview no longer supports FreeBSD versions below 7.0. Users
6 of older versions need xosview version below 1.9.
7
8 For building xosview by hand, add these lines into .config.
9
10 CPPFLAGS += -I/usr/local/include
11 LDLIBS += -lkvm -ldevstat -L/usr/local/lib
12
13
14 *****************************************************************************
15 Note: xosview needs to run 'setgid kmem' in order to access some of the
16 kernel information (at least until some more statistics are added to
17 the /kern or /proc file systems). If you do not have root or kmem
18 permission on the machine, xosview will not run.
19 *****************************************************************************