ports/113326: japanese/elvis: use termios instead of sgtty

Ed Schouten ed at fxq.nl
Mon Jun 4 13:10:05 UTC 2007


>Number:         113326
>Category:       ports
>Synopsis:       japanese/elvis: use termios instead of sgtty
>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:   Mon Jun 04 13:10:04 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: Fri Apr 20 13:44:49 CEST 2007 root at palm.hoeg.nl:/usr/obj/usr/src/sys/PALM i386
>Description:
The japanese/elvis port makes use of the sgtty line discipline
interface, though termios is the preferred one (sgtty only works with
COMPAT_43TTY).
>How-To-Repeat:
>Fix:
Apply the following patch:

--- japanese/elvis/files/patch-ab	Fri Sep  4 00:49:17 1998
+++ japanese/elvis/files/patch-ab	Mon Jun  4 09:32:09 2007
@@ -35,7 +35,7 @@
 +LIBS=	-ltermcap -L${PREFIX}/lib -lcanna
 +BIN=	${PREFIX}/bin
 +CC=	cc
-+CFLAGS+=	-Dbsd -O -I${PREFIX}/include -D_HAVE_PARAM_H -DNO_EXITCODE -DHAVE_OFF_T -D__386BSD__
++CFLAGS+=	-Dbsd -O -I${PREFIX}/include -D_HAVE_PARAM_H -DNO_EXITCODE -DHAVE_OFF_T -D__386BSD__ -DTERMIOS
 +SMALL=
 +LARGE=
 +OF=	-o ""
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list