Subject: Re: pkg/30789: emulators/aliados build failures on MacOS X 10.3.9
To: None <darwin-pkg-people@netbsd.org, gnats-admin@netbsd.org,>
From: Yuji Yamano <yyamano@kt.rim.or.jp>
List: pkgsrc-bugs
Date: 08/07/2005 04:04:03
The following reply was made to PR pkg/30789; it has been noted by GNATS.
From: Yuji Yamano <yyamano@kt.rim.or.jp>
To: gnats-bugs@NetBSD.org, jdbaker@mylinuxisp.com
Cc: pkg-manager@NetBSD.org, gnats-admin@NetBSD.org,
pkgsrc-bugs@NetBSD.org
Subject: Re: pkg/30789: emulators/aliados build failures on MacOS X 10.3.9
Date: Sun, 07 Aug 2005 13:04:50 +0900 (JST)
On Wed, 20 Jul 2005 04:37:01 +0000 (UTC), jdbaker@mylinuxisp.com wrote:
> MacOS X 10.3.9 /usr/include/sys/termios.h does not define the macro
> constants OCRNL, ONOCR, and ONLRET. While one might be tempted to
> define them locally using NetBSD termios.h as a template, it's not
> clear whether the MacOS X terminal driver actually implements their
> handling.
On MacOS X 10.4.2, they are defined in /usr/include/sys/termios.h,
but not implemented. From /usr/include/sys/termios.h:
>> * The following block of features is unimplemented. Use of these flags in
>> * programs will currently result in unexpected behaviour.
--
Yuji Yamano