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>.
State Changed From-To: open->feedback Awaiting maintainers feedback
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
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
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"
State Changed From-To: feedback->closed Committed. Thanks!