Bug 110872 - [mail/xmail] Switch to <termios.h>
Summary: [mail/xmail] Switch to <termios.h>
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-03-26 18:50 UTC by Ed Schouten
Modified: 2007-03-27 13:30 UTC (History)
0 users

See Also:


Attachments
file.diff (1.72 KB, patch)
2007-03-26 18:50 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-03-26 18:50:01 UTC
The mail/xmail package makes use of the sgtty.h terminal interface. On
FreeBSD, sgtty only works when a kernel with COMPAT_43/COMPAT_43TTY is
running. Because it isn't hard to migrate this application to use
termios, we'd be better off using that interface.

Fix: The termio interface has a switch called TABDLY. The appropriate option
is called OXTABS in termios.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-03-26 18:50:10 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2007-03-26 19:57:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-03-27 13:20:23 UTC
miwi        2007-03-27 12:20:17 UTC

  FreeBSD ports repository

  Modified files:
    mail/xmail/files     patch-ad 
  Log:
  Switch to <termios.h>
  
  PR:             110872
  Submitted by:   Ed Schouten <ed@fxq.nl>
  Approved by:    maintainer
  
  Revision  Changes    Path
  1.2       +45 -1     ports/mail/xmail/files/patch-ad
_______________________________________________
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 2007-03-27 13:20:30 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!