Summary: | sysutils/pftop includes pcap-int.h | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | guy | ||||
Component: | Individual Port(s) | Assignee: | Marcelo Araujo <araujo> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | CC: | araujo, dim, woodsb02 | ||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(araujo) |
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
See Also: | https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217221 | ||||||
Attachments: |
|
Description
guy
2017-02-19 02:53:13 UTC
Created attachment 180130 [details]
Patch to make sysutils/pcap include pcap/pcap.h instead of pcap-int.h
Patching the code in sysutils/pftop to include <pcap/pcap.h> instead of "pcap-int.h" or <pcap-int.h> fixes the build on 12-current.
I have also performed runtime testing to confirm pftop still works with the patch. I just ran into the same issue while building pftop. The patch works fine for me. A commit references this bug: Author: dim Date: Fri May 26 20:01:01 UTC 2017 New revision: 441813 URL: https://svnweb.freebsd.org/changeset/ports/441813 Log: Fix building of sysutils/pftop on FreeBSD 12, where pcap-int.h has been removed. This patches the affected files to use <pcap/pcap.h> instead. Submitted by: woodsb02 Approved by: bapt PR: 217219 MFH: 2017Q2 Changes: head/sysutils/pftop/Makefile |