Bug 50992 - ports-bug: devel/kprof
Summary: ports-bug: devel/kprof
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-15 16:00 UTC by Zako
Modified: 2003-12-21 18:54 UTC (History)
0 users

See Also:


Attachments
kprof.patch (1.36 KB, patch)
2003-04-15 16:00 UTC, Zako
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Zako 2003-04-15 16:00:30 UTC
 Kprof-1.3.1 configure scripts can detect Qt treeview libs.
 But if compiled without libqtreeview,it will not work because of
kprof's bug.
 Kprof in packages-5.0/4.x causes null pointer assigns
 when GNU prof output file was opened.

Fix: add dependency for libqtreeview or patch to kprof sources.
	
How-To-Repeat:  open in kprof any files that created 'gprof -b gmon.out (or a.out.gmon)'.
Comment 1 Oliver Eikemeier 2003-11-16 03:57:15 UTC
Maintainer, could you please have a look into PR 50992
  http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/50992
and approve or disapprove the patch
Comment 2 Oliver Eikemeier freebsd_committer freebsd_triage 2003-11-16 04:13:25 UTC
State Changed
From-To: open->feedback

Asked maintainer for approval
Comment 3 Kirill Ponomarev freebsd_committer freebsd_triage 2003-12-21 18:54:25 UTC
State Changed
From-To: feedback->closed

Committed, thanks!