Bug 119108 - [Patch] misc/heyu: use sgtty
Summary: [Patch] misc/heyu: 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: 2007-12-28 16:10 UTC by Ed Schouten
Modified: 2008-01-10 11:50 UTC (History)
0 users

See Also:


Attachments
file.diff (303 bytes, patch)
2007-12-28 16: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-12-28 16:10:01 UTC
The misc/heyu port uses sgtty, while it can perfectly use termios. We
only need to specify -DPOSIX to enable it. This makes it work on kernels
without COMPAT_43TTY.

Fix: Add the following patch to the files directory:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-12-28 16:10:08 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2007-12-28 16:11:32 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 3 mstowe 2007-12-28 16:51:35 UTC
I approve.

(A similar patch was created for heyu2, which was subsequently integrated
into heyu2 itself; heyu has not been updated by its author in quite some
time.)

> Maintainer of misc/heyu,
>
> Please note that PR ports/119108 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/119108
>
> --
> Edwin Groothuis via the GNATS Auto Assign Tool
> edwin@FreeBSD.org
>
Comment 4 Martin Wilke freebsd_committer freebsd_triage 2008-01-03 17:38:23 UTC
State Changed
From-To: feedback->open

Maintainer has approved.
Comment 5 dfilter service freebsd_committer freebsd_triage 2008-01-10 11:48:41 UTC
miwi        2008-01-10 11:48:35 UTC

  FreeBSD ports repository

  Added files:
    misc/heyu/files      patch-Configure 
  Log:
  - USE sgtty
  
  PR:             119108
  Submitted by:   Ed Schouten <ed@fxq.nl>
  
  Revision  Changes    Path
  1.1       +13 -0     ports/misc/heyu/files/patch-Configure (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 6 Martin Wilke freebsd_committer freebsd_triage 2008-01-10 11:48:46 UTC
State Changed
From-To: open->closed

Committed. Thanks!