ports/119109: [Patch] japanese/xvi-euc: enable termios instead of sgtty

Ed Schouten ed at fxq.nl
Fri Dec 28 16:20:01 UTC 2007


>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 at 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:



More information about the freebsd-ports-bugs mailing list