Date: Fri, 28 Dec 2007 17:10:21 +0100 (CET) From: Ed Schouten <ed@fxq.nl> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/119109: [Patch] japanese/xvi-euc: enable termios instead of sgtty Message-ID: <20071228161021.291441CCD9@palm.hoeg.nl> Resent-Message-ID: <200712281620.lBSGK0P3097606@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 119109 >Category: ports >Synopsis: [Patch] japanese/xvi-euc: enable termios instead of sgtty >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Dec 28 16:20:00 UTC 2007 >Closed-Date: >Last-Modified: >Originator: Ed Schouten >Release: FreeBSD 6.3-PRERELEASE i386 >Organization: >Environment: System: FreeBSD palm.hoeg.nl 6.3-PRERELEASE FreeBSD 6.3-PRERELEASE #0: Wed Dec 19 16:07:46 CET 2007 ed@palm.hoeg.nl:/usr/obj/usr/src/sys/PALM i386 >Description: The japanese/xvi-euc port can easily use the termios interface, but for some reason, it isn't enabled in the Makefile. We'd better enable it, so we can use it on systems that have COMPAT_43TTY disabled. >How-To-Repeat: >Fix: --- japanese/xvi-euc/files/patch-Makefile 2002-08-27 07:38:29.000000000 +0200 +++ japanese/xvi-euc/files/patch-Makefile 2007-12-28 17:09:46.000000000 +0100 @@ -8,7 +8,8 @@ +PROG= xvi +MAN1= ../doc/xvi.1 - SYSDEFS= -DUNIX -DBSD386 +-SYSDEFS= -DUNIX -DBSD386 ++SYSDEFS= -DUNIX -DBSD386 -DTERMIOS -DPOSIX INCDIRS= -LIBS= -ltermcap >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20071228161021.291441CCD9>