Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Oct 2003 06:53:44 -0800 (PST)
From:      "Sergey A. Osokin" <osa@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   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
Message-ID:  <200310281453.h9SEriQI002935@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310281453.h9SEriQI002935>