Bug 133193

Summary: [maintainer update] net/trafshow: FreeBSD 8-CURRENT compatibility fix
Product: Ports & Packages Reporter: Alexey Degtyarev <alexey>
Component: Individual Port(s)Assignee: Li-Wen Hsu <lwhsu>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch-800074 none

Description Alexey Degtyarev 2009-03-30 00:10:01 UTC
The recent import of the new pcap into FreeBSD 8 means pcap.h no longer
includes the system's net/bpf.h, which has a required #define ioctl
(BIOCIMMEDIATE):
trafshow.c: In function 'pcap_init':
trafshow.c:343: error: 'BIOCIMMEDIATE' undeclared (first use in this function)
trafshow.c:343: error: (Each undeclared identifier is reported only once
trafshow.c:343: error: for each function it appears in.)
*** Error code 1
Comment 1 Li-Wen Hsu freebsd_committer freebsd_triage 2009-03-30 01:38:49 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lwhsu

I'll take it.
Comment 2 Li-Wen Hsu freebsd_committer freebsd_triage 2009-03-30 02:26:47 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-03-30 02:26:55 UTC
lwhsu       2009-03-30 01:26:39 UTC

  FreeBSD ports repository

  Modified files:
    net/trafshow         Makefile 
  Added files:
    net/trafshow/files   extra-patch-800074+ 
  Log:
  - Add a patch for fixing building on 8-CURRENT
  
  PR:             ports/133193
  Submitted by:   Alexey V.Degtyarev <alexey AT renatasystems.org> (maintainer)
  
  Revision  Changes    Path
  1.40      +6 -1      ports/net/trafshow/Makefile
  1.1       +23 -0     ports/net/trafshow/files/extra-patch-800074+ (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"