Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Apr 2019 05:47:55 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r498696 - branches/2019Q2/net-mgmt/flow-extract
Message-ID:  <201904120547.x3C5ltHl099669@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Apr 12 05:47:54 2019
New Revision: 498696
URL: https://svnweb.freebsd.org/changeset/ports/498696

Log:
  MFH: r498695
  
  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

Modified:
  branches/2019Q2/net-mgmt/flow-extract/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/net-mgmt/flow-extract/Makefile
==============================================================================
--- branches/2019Q2/net-mgmt/flow-extract/Makefile	Fri Apr 12 05:47:35 2019	(r498695)
+++ branches/2019Q2/net-mgmt/flow-extract/Makefile	Fri Apr 12 05:47:54 2019	(r498696)
@@ -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.x3C5ltHl099669>