Index: head/net-mgmt/fprobe/Makefile =================================================================== --- head/net-mgmt/fprobe/Makefile (revision 457095) +++ head/net-mgmt/fprobe/Makefile (revision 457096) @@ -1,31 +1,31 @@ # Created by: Kirill Ponomarew # $FreeBSD$ PORTNAME= fprobe PORTVERSION= 1.1 PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= SF -MAINTAINER= ports@FreeBSD.org +MAINTAINER= farrokhi@FreeBSD.org COMMENT= Tool that collects network traffic data LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USES= tar:bzip2 GNU_CONFIGURE= yes USE_RC_SUBR= fprobe PLIST_FILES= man/man8/${PORTNAME}.8.gz sbin/fprobe PORTDOCS= ChangeLog README OPTIONS_DEFINE= DOCS post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in ChangeLog README ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} .endfor .include Index: head/net-mgmt/fprobe/files/patch-src_fprobe.c =================================================================== --- head/net-mgmt/fprobe/files/patch-src_fprobe.c (nonexistent) +++ head/net-mgmt/fprobe/files/patch-src_fprobe.c (revision 457096) @@ -0,0 +1,20 @@ +--- src/fprobe.c.orig 2017-12-23 18:54:12 UTC ++++ src/fprobe.c +@@ -393,7 +393,7 @@ void gettime(struct Time *now) + now->usec = t.tv_usec; + } + +-inline time_t cmpmtime(struct Time *t1, struct Time *t2) ++static inline time_t cmpmtime(struct Time *t1, struct Time *t2) + { + return (t1->sec - t2->sec) * 1000 + (t1->usec - t2->usec) / 1000; + } +@@ -411,7 +411,7 @@ hash_t hash_flow(struct Flow *flow) + else return hash(flow, sizeof(struct Flow_TL)); + } + +-inline void copy_flow(struct Flow *src, struct Flow *dst) ++static inline void copy_flow(struct Flow *src, struct Flow *dst) + { + dst->sip = src->sip; + dst->dip = src->dip; Property changes on: head/net-mgmt/fprobe/files/patch-src_fprobe.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