cvs commit: ports/sysutils/xosview
Makefileports/sysutils/xosview/files
patch-Host.h patch-Xrm.h patch-bsd::cpumeter.cc patch-kernel.cc
patch-xwin.h
Sergey A. Osokin
osa at FreeBSD.org
Tue Oct 28 06:53:45 PST 2003
osa 2003/10/28 06:53:44 PST
FreeBSD ports repository
Modified files:
sysutils/xosview Makefile
sysutils/xosview/files patch-kernel.cc
Added files:
sysutils/xosview/files patch-Host.h patch-Xrm.h
patch-bsd::cpumeter.cc patch-xwin.h
Log:
Fix build on -CURRENT.
Also:
- replace <xxx> with <xxx.h> due to Standard C++.
- In my observation, when include "devstats.h",
- In 4.x or earlier version, we use checkversion(), getnumdevs() ...
But In 5.x, it should be repalce with devstat_checkversion(kvm_t *),
devstat_getnumdevs(kvm_t *) respectively.
In summary, function in 4.x's devstats.h can add prefix word "devstat
Submitted by: Cheng-Lung Sung <clsung at dragon2.net>
Maintainership to: submitter
PR: 58596
Revision Changes Path
1.35 +25 -7 ports/sysutils/xosview/Makefile
1.1 +10 -0 ports/sysutils/xosview/files/patch-Host.h (new)
1.1 +11 -0 ports/sysutils/xosview/files/patch-Xrm.h (new)
1.1 +21 -0 ports/sysutils/xosview/files/patch-bsd::cpumeter.cc (new)
1.5 +133 -4 ports/sysutils/xosview/files/patch-kernel.cc
1.1 +10 -0 ports/sysutils/xosview/files/patch-xwin.h (new)
More information about the cvs-ports
mailing list