Bug 113329 - news/nntp: don't make it depend on sgtty.h
Summary: news/nntp: don't make it depend on 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: Dirk Meyer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-04 14:10 UTC by Ed Schouten
Modified: 2007-06-08 15:10 UTC (History)
0 users

See Also:


Attachments
file.diff (305 bytes, patch)
2007-06-04 14: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-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.