Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Mar 2007 22:41:35 +0100 (CET)
From:      Ed Schouten <ed@fxq.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/110358: [net/freewais-sf] Remove usage of sgtty.h
Message-ID:  <20070315214135.91D151CD39@palm.hoeg.nl>
Resent-Message-ID: <200703152150.l2FLo33c014068@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         110358
>Category:       ports
>Synopsis:       [net/freewais-sf] Remove usage of sgtty.h
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 15 21:50:03 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Ed Schouten
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD palm.hoeg.nl 6.2-STABLE FreeBSD 6.2-STABLE #0: Sun Feb 11 22:32:09 CET 2007 root@palm.hoeg.nl:/usr/obj/usr/src/sys/PALM i386
>Description:
Just like a lot of older applications, freewais-sf also uses <sgtty.h>,
while it could perfectly use <termios.h>.
>How-To-Repeat:
>Fix:
The following patch adds a flag to the configuration file to make it use
<termios.h>.

--- net/freewais-sf/files/freebsd.sh	Wed Mar 14 17:19:46 2001
+++ net/freewais-sf/files/freebsd.sh	Thu Mar 15 22:37:00 2007
@@ -8,3 +8,4 @@
 optimize="$CFLAGS";
 cc="$CC";
 ld="$CC";
+i_termios="define";
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070315214135.91D151CD39>