The japanese/edict port uses sgtty, but we can make it use termios. For some reason, the authors of edit attempted to implement termios, but didn't completely finish it. This patch adds the missing termios bits to xjdfrontend.c. Fix: The following patch changes __STRICT_BSD__ to __POSIX__ and implements the missing termios bits in xjdfrontend.c.
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!