Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Apr 2019 05:38:24 +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: r498445 - head/net/nethogs
Message-ID:  <201904090538.x395cOd6006198@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Apr  9 05:38:24 2019
New Revision: 498445
URL: https://svnweb.freebsd.org/changeset/ports/498445

Log:
  Mark BROKEN on i386
  
  main.cpp:104:24: error: non-constant-expression cannot be narrowed from type 'unsigned int' to 'time_t' (aka 'int') in initializer list [-Wc++11-narrowing]
      timeval timeout = {refreshdelay, 0};
                         ^~~~~~~~~~~~
  
  Reported by:	pkg-fallout
  MFH:		2019Q2

Modified:
  head/net/nethogs/Makefile

Modified: head/net/nethogs/Makefile
==============================================================================
--- head/net/nethogs/Makefile	Tue Apr  9 05:34:22 2019	(r498444)
+++ head/net/nethogs/Makefile	Tue Apr  9 05:38:24 2019	(r498445)
@@ -12,6 +12,8 @@ COMMENT=	Small net top tool
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN_i386=	non-constant-expression cannot be narrowed from type 'unsigned int' to 'time_t' (aka 'int') in initializer list
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	raboof
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904090538.x395cOd6006198>