Bug 110435 - [mail/metamail] Use <termios.h>
Summary: [mail/metamail] Use <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-17 10:40 UTC by Ed Schouten
Modified: 2007-04-15 20:10 UTC (History)
0 users

See Also:


Attachments
file.diff (1.66 KB, patch)
2007-03-17 10:40 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-17 10:40:04 UTC
The Metamail MIME implementation uses <sgtty.h> or <termio.h>. It isn't
hard to port this application to use <termios.h>, causing it to work
properly without COMPAT_43TTY.

Fix: This patch patches a patch (wow) to force usage of <termios.h>.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-03-17 10:40:14 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 Jean-Francois Dockes 2007-03-17 11:14:28 UTC
Approved, thanks.

J.F. Dockes

Edwin Groothuis writes:
 > Maintainer of mail/metamail,
 > 
 > Please note that PR ports/110435 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/110435
 > 
 > -- 
 > Edwin Groothuis
 > edwin@FreeBSD.org
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2007-03-18 08:46:28 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2007-04-15 20:07:27 UTC
miwi        2007-04-15 19:07:22 UTC

  FreeBSD ports repository

  Modified files:
    mail/metamail/files  patch-metamail_metamail.c 
  Log:
  - USE termios.h
  
  PR:             110435
  Submitted by:   Ed Schouten <ed@fxq.nl>
  Approved by:    maintainer
  
  Revision  Changes    Path
  1.3       +42 -0     ports/mail/metamail/files/patch-metamail_metamail.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 5 Martin Wilke freebsd_committer freebsd_triage 2007-04-15 20:07:47 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!