Bug 110360 - [misc/heyu] Don't let it touch sgtty.h
Summary: [misc/heyu] Don't let it touch 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 22:00 UTC by Ed Schouten
Modified: 2007-03-16 21:10 UTC (History)
0 users

See Also:


Attachments
file.diff (891 bytes, patch)
2007-03-15 22:00 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 22:00:09 UTC
The heyu port makes use of <sgtty.h>, though it supports <termios.h>
when -DPOSIX is turned on. Using <sgtty.h> is bad, because it breaks
on kernels without  COMPAT_43TTY
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-03-15 22:00:16 UTC
State Changed
From-To: open->feedback

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

I'll take it.
Comment 3 mstowe 2007-03-16 18:28:08 UTC
Works for me, thanks

> Maintainer of misc/heyu,
>
> Please note that PR ports/110360 has just been submitted.
>
> If it contains a patch for an upgrade, an enhancement or a bug fix
> you agree on, reply to this email stating that you approve the patch
> and a committer will take care of it.
>
> The full text of the PR can be found at:
>     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/110360
>
> --
> Edwin Groothuis
> edwin@FreeBSD.org
>
Comment 4 Martin Wilke freebsd_committer freebsd_triage 2007-03-16 21:06:11 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!
Comment 5 dfilter service freebsd_committer freebsd_triage 2007-03-16 21:06:20 UTC
miwi        2007-03-16 21:05:58 UTC

  FreeBSD ports repository

  Added files:
    misc/heyu/files      patch-tty.c 
  Log:
  The heyu port makes use of <sgtty.h>, though it supports <termios.h>
  when -DPOSIX is turned on. Using <sgtty.h> is bad, because it breaks
  on kernels without COMPAT_43TTY
  
  PR:             110360
  Submitted by:   Ed Schouten <ed@fxq.nl>
  Approved by:    maintainer
  
  Revision  Changes    Path
  1.1       +16 -0     ports/misc/heyu/files/patch-tty.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"