Bug 120049 - [Patch] cad/magic: don't use sgtty
Summary: [Patch] cad/magic: don't use 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: 2008-01-27 16:20 UTC by Ed Schouten
Modified: 2008-02-04 19:50 UTC (History)
0 users

See Also:


Attachments
file.diff (387 bytes, patch)
2008-01-27 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 2008-01-27 16:20:00 UTC
The cad/magic port still includes sgtty.h, while it doesn't use
anything that's in there. We'd better not include sgtty.h, because this
will cause things to break in the future.

Fix: Just empty magsgtty.h. That header file chooses whether we want sgtty or
termios, but there is no need to include any of them.
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2008-01-27 21:21:39 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-02-04 19:43:59 UTC
miwi        2008-02-04 19:43:52 UTC

  FreeBSD ports repository

  Modified files:
    cad/magic/files      patch-textio::textioInt.h 
  Added files:
    cad/magic/files      patch-misc::magsgtty.h 
                         patch-textio::txInput.c 
  Log:
  Use termios.h instead of sgtty.h
  
  PR:             120049
  Submitted by:   Ed Schouten <ed@fxq.nl>
  
  Revision  Changes    Path
  1.1       +13 -0     ports/cad/magic/files/patch-misc::magsgtty.h (new)
  1.2       +9 -4      ports/cad/magic/files/patch-textio::textioInt.h
  1.1       +96 -0     ports/cad/magic/files/patch-textio::txInput.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 3 Martin Wilke freebsd_committer freebsd_triage 2008-02-04 19:44:11 UTC
State Changed
From-To: open->closed

Committed. Thanks!