- add patch to fix breakage caused by recent libnet changes

- bump portrevision
- pass maintainership to submitter

PR:		89951
Submitted by:	Jonathan <onatan@gmail.com>
This commit is contained in:
Emanuel Haupt 2005-12-05 12:36:15 +00:00
parent 5b2560de4d
commit 0ef340877c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=150464
2 changed files with 15 additions and 2 deletions

View file

@ -7,13 +7,13 @@
PORTNAME= fragroute
PORTVERSION= 1.2
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= security net
MASTER_SITES= http://monkey.org/~dugsong/fragroute/ \
${MASTER_SITE_PACKETSTORM}
MASTER_SITE_SUBDIR= UNIX/security
MAINTAINER= ports@FreeBSD.org
MAINTAINER= onatan@gmail.com
COMMENT= A tool for intercepting, modifying and rewriting egress traffic
BUILD_DEPENDS= ${LOCALBASE}/lib/libdnet.a:${PORTSDIR}/net/libdnet \

View file

@ -0,0 +1,13 @@
--- pcaputil.h.orig Thu Jan 17 22:33:55 2002
+++ pcaputil.h Mon Dec 5 13:26:13 2005
@@ -9,6 +9,10 @@
#ifndef PCAPUTIL_H
#define PCAPUTIL_H
+#ifndef BIOCIMMEDIATE
+#define BIOCIMMEDIATE _IOW('B',112,u_int)
+#endif
+
pcap_t *pcap_open(char *device);
int pcap_dloff(pcap_t *pcap);
int pcap_filter(pcap_t *pcap, const char *fmt, ...);