svn commit: r498445 - head/net/nethogs

Antoine Brodin antoine at FreeBSD.org
Tue Apr 9 05:38:25 UTC 2019


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
 


More information about the svn-ports-head mailing list