Bug 113131 - net/ttt: build fails due to missing include
Summary: net/ttt: build fails due to missing include
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: kjc
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-29 17:50 UTC by pauls
Modified: 2007-05-30 10:10 UTC (History)
0 users

See Also:


Attachments
patch-net_read.c (249 bytes, text/plain)
2007-05-29 17:50 UTC, pauls
no flags Details
file.dat (3.61 KB, application/pkcs7-signature)
2007-05-29 19:03 UTC, pauls
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description pauls 2007-05-29 17:50:02 UTC
	Build fails because net_read.c is missing an include:
	#include <net/bpf.h>

Fix: Included patch fixes the problem
How-To-Repeat: 	Attempt to portupgrade or install from scratch
Comment 1 Mark Linimon 2007-05-29 18:51:33 UTC
which port?

mcl
Comment 2 pauls 2007-05-29 19:03:49 UTC
--On Tuesday, May 29, 2007 12:51:33 -0500 Mark Linimon 
<linimon@lonesome.com> wrote:

> which port?
>
> mcl


Aw geez...I know better than that.... net/ttt.

-- 
Paul Schmehl (pauls@utdallas.edu)
Senior Information Security Analyst
The University of Texas at Dallas
http://www.utdallas.edu/ir/security/
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2007-05-29 22:12:33 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 4 Martin Wilke freebsd_committer freebsd_triage 2007-05-30 08:08:07 UTC
Responsible Changed
From-To: miwi->kjc

Over to maintainer.
Comment 5 dfilter service freebsd_committer freebsd_triage 2007-05-30 10:07:30 UTC
miwi        2007-05-30 09:07:25 UTC

  FreeBSD ports repository

  Added files:
    net/ttt/files        patch-net_read.c 
  Log:
  - Fix build
  
  PR:             113131
  Submitted by:   Paul Schmehl <pauls@utdallas.edu>
  Approved by:    maintainer (kjc)
  
  Revision  Changes    Path
  1.1       +17 -0     ports/net/ttt/files/patch-net_read.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 6 Martin Wilke freebsd_committer freebsd_triage 2007-05-30 10:08:11 UTC
State Changed
From-To: open->closed

Committed. Thanks!