Index: head/net-mgmt/rate/Makefile =================================================================== --- head/net-mgmt/rate/Makefile (revision 547554) +++ head/net-mgmt/rate/Makefile (revision 547555) @@ -1,26 +1,26 @@ # Created by: mich@FreeBSD.org # $FreeBSD$ PORTNAME= rate PORTVERSION= 0.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt MASTER_SITES= http://s-tech.elsat.net.pl/bmtools/ MAINTAINER= mich@FreeBSD.org COMMENT= Traffic analysis command-line utility LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" LDFLAGS+= -lcompat CFLAGS+= -DOPEN_BSD=1 -DHAVE_REGEX -DSTREAM_ANALYZER -DIOCTL_GETWINSIZE -DAUTOSENSE_DLH PLIST_FILES= bin/rate man/man1/rate.1.gz do-install: ${INSTALL_SCRIPT} ${WRKSRC}/rate ${STAGEDIR}${PREFIX}/bin/rate ${INSTALL_MAN} ${WRKSRC}/doc/rate.1 ${STAGEDIR}${MANPREFIX}/man/man1 .include Index: head/net-mgmt/rate/files/patch-rate__abusers.c =================================================================== --- head/net-mgmt/rate/files/patch-rate__abusers.c (nonexistent) +++ head/net-mgmt/rate/files/patch-rate__abusers.c (revision 547555) @@ -0,0 +1,10 @@ +--- rate_abusers.c.orig 2003-08-20 15:42:14 UTC ++++ rate_abusers.c +@@ -33,6 +33,7 @@ + #include + #include + #include "lib.h" ++#include "dns.h" + #ifdef HAVE_REGEX + #include + #endif Property changes on: head/net-mgmt/rate/files/patch-rate__abusers.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net-mgmt/rate/files/patch-rate__sta.c =================================================================== --- head/net-mgmt/rate/files/patch-rate__sta.c (nonexistent) +++ head/net-mgmt/rate/files/patch-rate__sta.c (revision 547555) @@ -0,0 +1,10 @@ +--- rate_sta.c.orig 2003-08-20 14:31:53 UTC ++++ rate_sta.c +@@ -34,6 +34,7 @@ + #include + #include + #include "lib.h" ++#include "dns.h" + #ifdef HAVE_REGEX + #include + #endif Property changes on: head/net-mgmt/rate/files/patch-rate__sta.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property