Bug 119102

Summary: [Patch] x11-toolkits/xview: remove inclusion of sgtty
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-12-28 14:20:03 UTC
A nice thing about FreeBSD's xview port is that it uses the termios
interface for terminal handling. Unfortunately it still includes sgtty.h
in one place unconditionally, which will compilation errors if sgtty.h
would once be removed.

We'd better remove the useless inclusion.

Fix: The following patch changes the existing to expandname.c to remove the
inclusion of sgtty.h.
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2007-12-28 14:32:58 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-01-03 21:03:39 UTC
miwi        2008-01-03 21:03:36 UTC

  FreeBSD ports repository

  Modified files:
    x11-toolkits/xview   Makefile 
    x11-toolkits/xview/files patch-lib+libxview+misc+expandname.c 
  Log:
  - Remove inclusion of sgtty
  
  PR:             119102
  Submitted by:   Ed Schouten <ed@fxq.nl>
  
  Revision  Changes    Path
  1.47      +1 -1      ports/x11-toolkits/xview/Makefile
  1.4       +7 -6      ports/x11-toolkits/xview/files/patch-lib+libxview+misc+expandname.c
_______________________________________________
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 Martin Wilke freebsd_committer freebsd_triage 2008-01-03 21:05:34 UTC
State Changed
From-To: open->closed

Committed. Thanks!