Bug 110354

Summary: [irc/party] remove usage of sgtty.h
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-03-15 20:50:03 UTC
There are some plans to remove COMPAT_43TTY from the GENERIC kernels in
the future (we hope), but some application in Ports still use <sgtty.h>,
the old-style terminal ioctl's.

One of the ports is Party. Party already supports termios, but it isn't
used on FreeBSD. This patch makes Party avoid <sgtty.h>. The application
now compiles on a system without <sgtty.h>.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-03-15 20:50:18 UTC
State Changed
From-To: open->feedback

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

I'll take it.
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2007-03-16 09:12:57 UTC
State Changed
From-To: feedback->open

- Maintainer mail bounce
Comment 4 dfilter service freebsd_committer freebsd_triage 2007-03-16 09:32:03 UTC
miwi        2007-03-16 09:31:58 UTC

  FreeBSD ports repository

  Modified files:
    irc/party/files      patch-party.h 
  Log:
  - Remove usage of sgtty.h
  
  PR:             110354
  Submitted by:   Ed Schouten <ed@fxq.nl>
  
  Revision  Changes    Path
  1.2       +9 -0      ports/irc/party/files/patch-party.h
_______________________________________________
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 2007-03-16 09:32:09 UTC
State Changed
From-To: open->closed

Committed. Thanks!