Subject: Re: CVS commit: pkgsrc/mail/metamail
To: Juan Romero Pardines <xtraeme@netbsd.org>
From: Christoph Badura <bad@bsd.de>
List: pkgsrc-changes
Date: 10/04/2003 00:23:15
On Fri, Oct 03, 2003 at 06:20:53PM +0000, Juan Romero Pardines wrote:
>
> Module Name: pkgsrc
> Committed By: xtraeme
> Date: Fri Oct 3 18:20:53 UTC 2003
>
> Modified Files:
> pkgsrc/mail/metamail: distinfo
> pkgsrc/mail/metamail/patches: patch-aa
>
> Log Message:
> FreeBSD also has stty() and gtty() in libcompat, so link to libcompat here.
Using stty()/gtty() is so not the Right Thing(tm). Especially when the source
has perfectly useable termio/termios code. Please make use of the latter.
--chris