Bug 113331

Summary: japanese/xvi-euc and japanese/xvi-sjis: remove sgtty >bits
Product: Ports & Packages Reporter: Ed Schouten <ed>
Component: Individual Port(s)Assignee: Martin Wilke <miwi>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Ed Schouten 2007-06-04 14:20:02 UTC
The japanese/xvi-euc and japanese/xvi-sjis ports still make use of the
sgtty interface, though they can easily be compiled against termios, by
passing some more compiler flags. This patch makes those ports work
on systems that don't have COMPAT_43TTY in their kernel.

Fix: Apply the following patch:
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2007-06-06 12:04:05 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-06-07 14:21:07 UTC
miwi        2007-06-07 13:20:56 UTC

  FreeBSD ports repository

  Modified files:
    japanese/xvi-sjis/files patch-Makefile 
  Log:
  - Remove sgtty >bits
  
  PR:             113331
  Submitted by:   Ed Schouten <ed@fxq.nl>
  
  Revision  Changes    Path
  1.2       +1 -1      ports/japanese/xvi-sjis/files/patch-Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2007-06-07 14:21:08 UTC
State Changed
From-To: open->closed

Committed. Thanks!