diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-04-12 13:47:35 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-04-12 13:47:35 +0800 |
commit | d52a062c21818ebf421fc66c56ed58b8b58c1642 (patch) | |
tree | d23d4a1b862bbea52d5f5b5083b29bb4c502c112 /net-mgmt | |
parent | 0eca7f801b9299fe0b7494dd3df980f3dbfa52c3 (diff) | |
download | freebsd-ports-gnome-d52a062c21818ebf421fc66c56ed58b8b58c1642.tar.gz freebsd-ports-gnome-d52a062c21818ebf421fc66c56ed58b8b58c1642.tar.zst freebsd-ports-gnome-d52a062c21818ebf421fc66c56ed58b8b58c1642.zip |
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
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/flow-extract/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-mgmt/flow-extract/Makefile b/net-mgmt/flow-extract/Makefile index e6938d0dbda1..25cd82382db0 100644 --- a/net-mgmt/flow-extract/Makefile +++ b/net-mgmt/flow-extract/Makefile @@ -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 |