Bug 110356 - [irc/blackened] Remove usage of sgtty.h
Summary: [irc/blackened] Remove usage of sgtty.h
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-03-15 21:10 UTC by Ed Schouten
Modified: 2007-04-09 22:10 UTC (History)
0 users

See Also:


Attachments
file.diff (393 bytes, patch)
2007-03-15 21:10 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-03-15 21:10:05 UTC
The blackened port includes <sgtty.h> or <termios.h> in the file
ircflush.c. This file doesn't need to deal with any terminal I/O. The
application doesn't depend on COMPAT_43TTY at all.

Fix: Add the following patch to the `files' directory:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-03-15 21:10:16 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2007-03-16 08:56:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-04-09 22:05:41 UTC
miwi        2007-04-09 21:05:35 UTC

  FreeBSD ports repository

  Added files:
    irc/blackened/files  patch-ircflush.c 
  Log:
  Remove usage of sgtty.h
  
  PR:             110356
  Submitted by:   Ed Schouten <ed@fxq.nl>
  Approved by:    maintainer timeout
  
  Revision  Changes    Path
  1.1       +18 -0     ports/irc/blackened/files/patch-ircflush.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 4 Martin Wilke freebsd_committer freebsd_triage 2007-04-09 22:05:43 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!