Bug 113329

Summary: news/nntp: don't make it depend on sgtty.h
Product: Ports & Packages Reporter: Ed Schouten <ed>
Component: Individual Port(s)Assignee: Dirk Meyer <dinoex>
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-06-04 14:10:20 UTC
The news/nntp port includes sgtty.h, while it isn't needed. This isn't a
real problem, but may cause problems in the future when (if?) the sgtty
is removed.

Fix: Add the following patch to the files/ directory:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-06-04 14:10:42 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dinoex

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-06-08 15:05:27 UTC
dinoex      2007-06-08 14:05:19 UTC

  FreeBSD ports repository

  Modified files:
    news/nntp            Makefile 
  Added files:
    news/nntp/files      patch-acttimes.c 
  Log:
  - drop not needed includes
  PR:             113329
  Submitted by:   Ed Schouten
  
  Revision  Changes    Path
  1.38      +1 -1      ports/news/nntp/Makefile
  1.1       +15 -0     ports/news/nntp/files/patch-acttimes.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 3 Dirk Meyer freebsd_committer freebsd_triage 2007-06-08 15:10:16 UTC
State Changed
From-To: open->closed

committed, thanks.