Summary: | [Patch] japanese/edict: use termios instead of sgtty | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Ed Schouten <ed> | ||||
Component: | Individual Port(s) | Assignee: | Martin Wilke <miwi> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Ed Schouten
2007-12-28 19:10:02 UTC
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool) Edwin Groothuis wrote:
> Maintainer of japanese/edict,
>
> Please note that PR ports/119114 has just been submitted.
>
> If it contains a patch for an upgrade, an enhancement or a bug fix
> you agree on, reply to this email stating that you approve the patch
> and a committer will take care of it.
>
> The full text of the PR can be found at:
> http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/119114
I have no objection. I am afraid that I have not had time for the maintenance of
this port of late. Perhaps a new maintainer could be found.
scottl 2008-01-09 20:02:56 UTC FreeBSD src repository Modified files: sys/dev/iir iir.c Log: Fix a buffer overflow in the processing of various SCSI commands. This likely fixes a an great number of weird problems that have been reported with this driver. PR: 119114 Submitted by: Jens Rehsack Revision Changes Path 1.20 +42 -26 src/sys/dev/iir/iir.c _______________________________________________ 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" Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it. miwi 2008-02-15 22:05:09 UTC FreeBSD ports repository Modified files: japanese/edict/files patch-aa Added files: japanese/edict/files patch-xjdfrontend.c Log: - Use termios instead of sgtty PR: 119114 Submitted by: Ed Schouten <ed@fxq.nl> Approved by: maintainer Revision Changes Path 1.4 +2 -2 ports/japanese/edict/files/patch-aa 1.1 +32 -0 ports/japanese/edict/files/patch-xjdfrontend.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" State Changed From-To: feedback->closed Committed. Thanks! |