Bug 119096

Summary: [Patch] cad/brlcad: use termios, not sgtty
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-12-28 11:10:01 UTC
The FreeBSD port cad/brlcad makes use of sgtty, which is a bad thing,
because sgtty only works when you use COMPAT_43TTY in your kernel
configuration. brlcad already has code laying around for termios, but is
never enabled. We can just enable it, but we need to fix it up slightly,
because FreeBSD's tab expansion flag is called OXTABS, instead of TAB3.

Fix: Add the following patch to the files/ directory:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-12-28 11:10:07 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2007-12-28 14:00:02 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2008-02-01 08:53:54 UTC
State Changed
From-To: feedback->open

Maintainer has approved.
Comment 4 dfilter service freebsd_committer freebsd_triage 2008-02-01 09:19:42 UTC
miwi        2008-02-01 09:19:38 UTC

  FreeBSD ports repository

  Added files:
    cad/brlcad/files     patch-src-vas4_vas_io.c 
  Log:
  - Use termios, not sgtty
  
  PR:             119096
  Submitted by:   Ed Schouten <ed@fxq.nl>
  Approved by:    maintainer via irc
  
  Revision  Changes    Path
  1.1       +22 -0     ports/cad/brlcad/files/patch-src-vas4_vas_io.c (new)
_______________________________________________
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 5 Martin Wilke freebsd_committer freebsd_triage 2008-02-01 09:19:49 UTC
State Changed
From-To: open->closed

Committed. Thanks!