Bug 119114 - [Patch] japanese/edict: use termios instead of sgtty
Summary: [Patch] japanese/edict: use termios instead of sgtty
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-28 19:10 UTC by Ed Schouten
Modified: 2008-02-15 22:10 UTC (History)
0 users

See Also:


Attachments
file.diff (2.08 KB, patch)
2007-12-28 19:10 UTC, Ed Schouten
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ed Schouten 2007-12-28 19:10:02 UTC
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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-12-28 19:10:06 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 2 Jonathan Hanna 2008-01-02 04:48:52 UTC
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.
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-01-09 20:03:04 UTC
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"
Comment 4 Martin Wilke freebsd_committer freebsd_triage 2008-02-05 13:42:58 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 5 dfilter service freebsd_committer freebsd_triage 2008-02-15 22:05:16 UTC
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"
Comment 6 Martin Wilke freebsd_committer freebsd_triage 2008-02-15 22:05:19 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!