Bug 116422 - [patch] devel/kdbg: fix to allow a core file to be opened
Summary: [patch] devel/kdbg: fix to allow a core file to be opened
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: 2007-09-17 20:20 UTC by Artem Naluzhny
Modified: 2008-01-03 11:50 UTC (History)
0 users

See Also:


Attachments
file.diff (1018 bytes, patch)
2007-09-17 20:20 UTC, Artem Naluzhny
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Artem Naluzhny 2007-09-17 20:20:00 UTC
This patch fixes ports/104271
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-09-17 20:20:06 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 Artem Naluzhny 2007-10-05 19:17:12 UTC
Hi,

I have asked KDbg author for the patch commit. We may expect it in
upcoming KDbg 2.1 -
http://repo.or.cz/w/kdbg.git?a=commit;h=2f7288d753c3d66c0c92d4445ee681e6dc527881

-- 
/tut
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-01-03 11:48:43 UTC
arved       2008-01-03 11:48:38 UTC

  FreeBSD ports repository

  Modified files:
    devel/kdbg           Makefile pkg-plist 
  Added files:
    devel/kdbg/files     patch-gdbdriver.cpp 
  Log:
  Add a patch to fix handling of .core files.
  
  PR:             116422
  Submitted by:   Artem Naluzhnyy
  
  Revision  Changes    Path
  1.35      +1 -1      ports/devel/kdbg/Makefile
  1.1       +11 -0     ports/devel/kdbg/files/patch-gdbdriver.cpp (new)
  1.16      +1 -1      ports/devel/kdbg/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Tilman Keskinoz freebsd_committer freebsd_triage 2008-01-03 11:48:46 UTC
State Changed
From-To: feedback->closed

committed, thanks!