Bug 120050 - [Patch] net-mgmt/annextools: don't use sgtty (partially)
Summary: [Patch] net-mgmt/annextools: don't use sgtty (partially)
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: 2008-01-27 16:30 UTC by Ed Schouten
Modified: 2008-02-05 13:40 UTC (History)
0 users

See Also:


Attachments
file.diff (2.46 KB, patch)
2008-01-27 16:30 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 2008-01-27 16:30:00 UTC
The net-mgmt/annextools port still uses sgtty in a lot of places. We can
port everything very easily to termios, except for one place. We'd
better fix up those places already until a proper port of rtelnet has
been made. I could do it, but the code is rubbish and we could break
stuff very easily.
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2008-01-27 21:29:00 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-01-27 23:46:22 UTC
miwi        2008-01-27 23:46:13 UTC

  FreeBSD ports repository

  Modified files:
    chinese/hztty        Makefile 
    chinese/hztty/files  patch-aa patch-ab 
  Log:
  - Use termios.h instead of sgtty.h
  - Reset maintainer (mail bounce) [1]
  
  [1]
  <ada@bsd.org>: host bsd.org.s6a1.psmtp.com[64.18.5.10] said: 550 No such user -
  psmtp (in reply to RCPT TO command)
  
  PR:             120050
  Submitted by:   Ed Schouten <ed@fxq.nl>
  
  Revision  Changes    Path
  1.10      +1 -1      ports/chinese/hztty/Makefile
  1.3       +4 -2      ports/chinese/hztty/files/patch-aa
  1.2       +22 -0     ports/chinese/hztty/files/patch-ab
_______________________________________________
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 3 dfilter service freebsd_committer freebsd_triage 2008-02-05 13:35:36 UTC
miwi        2008-02-05 13:35:26 UTC

  FreeBSD ports repository

  Modified files:
    net-mgmt/annextools/files patch-erpcd::erpcd.c 
  Added files:
    net-mgmt/annextools/files patch-netadm::dialout.c 
                              patch-netadm::rpc.c 
  Log:
  - Use termios.h instead of sgtty.h
  
  PR:             120050
  Submitted by:   Ed Schouten <ed@fxq.nl>
  
  Revision  Changes    Path
  1.2       +9 -0      ports/net-mgmt/annextools/files/patch-erpcd::erpcd.c
  1.1       +17 -0     ports/net-mgmt/annextools/files/patch-netadm::dialout.c (new)
  1.1       +61 -0     ports/net-mgmt/annextools/files/patch-netadm::rpc.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 2008-02-05 13:35:49 UTC
State Changed
From-To: open->closed

Committed. Thanks!