Bug 168907 - [PATCH] chinese/fcitx: upstream patch to fix libkvm fd leaking
Summary: [PATCH] chinese/fcitx: upstream patch to fix libkvm fd leaking
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: Michael Scheidell
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-10 03:00 UTC by lichray
Modified: 2012-06-10 14:10 UTC (History)
0 users

See Also:


Attachments
fcitx_3.patch (3.29 KB, patch)
2012-06-10 03:00 UTC, lichray
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description lichray 2012-06-10 03:00:20 UTC
	
	fcitx left a hundred unclosed libkvm fds per hour (probably only when the GTK2 option is turned on).

Fix: Patch by upstream, obtained from http://paste.opensuse.org/23129601
Comment 1 Michael Scheidell freebsd_committer freebsd_triage 2012-06-10 11:59:01 UTC
Responsible Changed
From-To: freebsd-ports-bugs->scheidell

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-06-10 14:00:49 UTC
scheidell    2012-06-10 13:00:35 UTC

  FreeBSD ports repository

  Modified files:
    chinese/fcitx        Makefile 
  Added files:
    chinese/fcitx/files  patch-src_lib_fcitx-utils_utils.c 
  Log:
  - Upstream patch to fix libkvm fd leaking
  - Bump PORTREVISION
  
  PR:             ports/168907
  Submitted by:   Zhihao Yuan <lichray@gmail.com> (maintainer)
  Obtained from:  http://paste.opensuse.org/23129601
  
  Revision  Changes    Path
  1.47      +6 -6      ports/chinese/fcitx/Makefile
  1.1       +78 -0     ports/chinese/fcitx/files/patch-src_lib_fcitx-utils_utils.c (new)
_______________________________________________
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 3 Michael Scheidell freebsd_committer freebsd_triage 2012-06-10 14:00:57 UTC
State Changed
From-To: open->closed

Committed. Thanks!