1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-07 02:06:57 +00:00
freebsd-ports/net/httpry/files/patch-Makefile
Wesley Shields 9308e76c8e Add httpry:
"httpry is a specialized packet sniffer designed for displaying and logging
HTTP traffic. It is not intended to perform analysis itself, but to capture,
parse, and log the traffic for later analysis. It can be run in real-time
displaying the traffic as it is parsed, or as a daemon process that logs to an
output file. It is written to be as lightweight and flexible as possible, so
that it can be easily adaptable to different applications."

WWW: http://dumpsterventures.com/jason/httpry/

Submitted by:	Richard Bejtlich (private mail)
2008-06-13 23:41:46 +00:00

13 lines
467 B
Plaintext

--- ./Makefile.orig 2008-02-08 00:48:09.000000000 -0500
+++ ./Makefile 2008-06-12 18:53:14.000000000 -0400
@@ -6,8 +6,7 @@
# Copyright (c) 2005-2008 Jason Bittel <jason.bittel@gmail.com>
#
-CC = gcc
-CCFLAGS = -Wall -O3 -funroll-loops -I/usr/include/pcap -I/usr/local/include/pcap
+CCFLAGS = ${CFLAGS} -I/usr/include/pcap -I/usr/local/include/pcap
DEBUGFLAGS = -Wall -g -DDEBUG -I/usr/include/pcap -I/usr/local/include/pcap
LIBS = -lpcap
PROG = httpry