Bug 119109 - [Patch] japanese/xvi-euc: enable termios instead of sgtty
Summary: [Patch] japanese/xvi-euc: enable termios instead of sgtty
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-28 16:20 UTC by Ed Schouten
Modified: 2008-01-03 21:10 UTC (History)
0 users

See Also:


Attachments
file.diff (340 bytes, patch)
2007-12-28 16:20 UTC, Ed Schouten
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ed Schouten 2007-12-28 16:20:00 UTC
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.
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2007-12-28 18:09:23 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-01-03 21:03:21 UTC
miwi        2008-01-03 21:03:17 UTC

  FreeBSD ports repository

  Modified files:
    japanese/xvi-euc/files patch-Makefile 
  Log:
  - Use termios instead of sgtty
  
  PR:             119109
  Submitted by:   Ed Schouten <ed@fxq.nl>
  
  Revision  Changes    Path
  1.2       +2 -1      ports/japanese/xvi-euc/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 2008-01-03 21:05:49 UTC
State Changed
From-To: open->closed

Committed. Thanks!