ports/110358: [net/freewais-sf] Remove usage of sgtty.h
Ed Schouten
ed at fxq.nl
Thu Mar 15 21:50:04 UTC 2007
>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 at 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:
More information about the freebsd-ports-bugs
mailing list