Date: Fri, 12 Apr 2019 05:47:36 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r498695 - head/net-mgmt/flow-extract Message-ID: <201904120547.x3C5laG3099524@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Fri Apr 12 05:47:35 2019 New Revision: 498695 URL: https://svnweb.freebsd.org/changeset/ports/498695 Log: 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 Modified: head/net-mgmt/flow-extract/Makefile Modified: head/net-mgmt/flow-extract/Makefile ============================================================================== --- head/net-mgmt/flow-extract/Makefile Fri Apr 12 05:37:59 2019 (r498694) +++ head/net-mgmt/flow-extract/Makefile Fri Apr 12 05:47:35 2019 (r498695) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904120547.x3C5laG3099524>