FreeBSD Bugzilla – Attachment 180130 Details for
Bug 217219
sysutils/pftop includes pcap-int.h
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to make sysutils/pcap include pcap/pcap.h instead of pcap-int.h
pftop.diff (text/plain), 681 bytes, created by
Ben Woods
on 2017-02-19 06:37:53 UTC
(
hide
)
Description:
Patch to make sysutils/pcap include pcap/pcap.h instead of pcap-int.h
Filename:
MIME Type:
Creator:
Ben Woods
Created:
2017-02-19 06:37:53 UTC
Size:
681 bytes
patch
obsolete
>Index: sysutils/pftop/Makefile >=================================================================== >--- sysutils/pftop/Makefile (revision 434331) >+++ sysutils/pftop/Makefile (working copy) >@@ -59,6 +59,14 @@ > .if ${OPSYS} == DragonFly || ${OSVERSION} >= 1100070 > @${REINPLACE_CMD} -e 's|altq/|net/&|' ${WRKSRC}/pftop.c > .endif >+ @${REINPLACE_CMD} -e 's|#include .pcap-int.h.|#include <pcap/pcap.h>|g' \ >+ ${WRKSRC}/bpf_image.c \ >+ ${WRKSRC}/bpf_optimize.c \ >+ ${WRKSRC}/pcap-nametoaddr.c \ >+ ${WRKSRC}/sf-gencode.c \ >+ ${WRKSRC}/sf-gencode.h \ >+ ${WRKSRC}/sf-grammer.y \ >+ ${WRKSRC}/sf-scanner.l > > do-install: > ${INSTALL_PROGRAM} ${WRKSRC}/pftop ${STAGEDIR}${PREFIX}/sbin
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
woodsb02
:
maintainer-approval?
(
araujo
)
Actions:
View
|
Diff
Attachments on
bug 217219
: 180130