1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

Mark BROKEN: fails to build

extract.c:42:8: error: unknown type name 'u_int64'
extern u_int64 extract(struct ftio *, struct parsetree *, struct ftver *, struct ftio *, int);
       ^
extract.c:81:13: error: expected ';' after expression
     u_int64 total_flows;
            ^
            ;

Reported by:	pkg-fallout
MFH:		2019Q2
This commit is contained in:
Antoine Brodin 2019-04-12 05:47:35 +00:00
parent 0eca7f801b
commit d52a062c21
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=498695

View File

@ -13,6 +13,8 @@ COMMENT= Cisco NetFlow awk-like extracting tool
LICENSE= GPLv1
LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN= unknown type name 'u_int64'
BUILD_DEPENDS= ${LOCALBASE}/include/ftlib.h:net-mgmt/flow-tools
USES= alias