Bug 110378 - [misc/heyu2] Avoid sgtty.h
Summary: [misc/heyu2] Avoid 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-16 08:40 UTC by Ed Schouten
Modified: 2007-03-16 21:10 UTC (History)
0 users

See Also:


Attachments
file.diff (1.46 KB, patch)
2007-03-16 08:40 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-16 08:40:04 UTC
Just like misc/heyu, this port uses <sgtty.h> while it could perfectly
use <termios.h>. The patch is quite similar to misc/heyu.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-03-16 08:40:17 UTC
State Changed
From-To: open->feedback

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

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

> Maintainer of misc/heyu2,
>
> Please note that PR ports/110378 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/110378
>
> --
> Edwin Groothuis
> edwin@FreeBSD.org
>
Comment 4 dfilter service freebsd_committer freebsd_triage 2007-03-16 21:06:00 UTC
miwi        2007-03-16 21:05:54 UTC

  FreeBSD ports repository

  Added files:
    misc/heyu2/files     patch-Configure patch-tty.c-tty_aux.c 
  Log:
  - Avoid sgtty.h
  
  PR:             110378
  Submitted by:   Ed Schouten <ed@fxq.nl> (maintainer)
  
  Revision  Changes    Path
  1.4       +11 -0     ports/misc/heyu2/files/patch-Configure (new)
  1.1       +32 -0     ports/misc/heyu2/files/patch-tty.c-tty_aux.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 2007-03-16 21:06:28 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!