Bug 58596 - Fix broken on sysutils/xosview
Summary: Fix broken on sysutils/xosview
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Sergey A. Osokin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-27 13:50 UTC by Cheng-Lung Sung
Modified: 2003-10-28 14:54 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (6.88 KB, patch)
2003-10-27 13:50 UTC, Cheng-Lung Sung
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Cheng-Lung Sung 2003-10-27 13:50:24 UTC
- Grab maintainership.
- Fix broken on 5.1.
- 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_".
Comment 1 Sergey A. Osokin freebsd_committer freebsd_triage 2003-10-27 14:17:46 UTC
On Mon, Oct 27, 2003 at 09:45:05PM +0800, Cheng-Lung Sung wrote:
> - Grab maintainership.
>  
> -MAINTAINER=	ports@FreeBSD.org
> +MAINTAINER=	clsung@FreeBSD.org

Hm,
$ finger clsung@FreeBSD.org
[FreeBSD.org]
finger: clsung: no such user

-- 

Rgdz,                        /"\  ASCII RIBBON CAMPAIGN
Sergey Osokin aka oZZ,       \ /    AGAINST HTML MAIL
http://ozz.pp.ru/             X          AND NEWS
                             / \
Comment 2 Sergey A. Osokin freebsd_committer freebsd_triage 2003-10-27 15:00:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->osa

I'll handle this.
Comment 3 Sergey A. Osokin freebsd_committer freebsd_triage 2003-10-28 14:53:53 UTC
State Changed
From-To: open->closed

Committed with some modifications, thanks!