Date: Mon, 4 Jun 2007 15:02:13 +0200 (CEST) From: Ed Schouten <ed@fxq.nl> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/113326: japanese/elvis: use termios instead of sgtty Message-ID: <20070604130213.019771CCD9@palm.hoeg.nl> Resent-Message-ID: <200706041310.l54DA4CU056043@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070604130213.019771CCD9>