aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-04-09 05:38:43 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-04-09 05:38:43 +0000
commit42c954e1101da2cc44e167091dcc109f97329acb (patch)
tree80ff23e4ddbe54b45323360e83ac405668a6b5d3 /net
parentfd2c454d9723d190d8d25f1ed1793db73c0ed241 (diff)
downloadports-42c954e1101da2cc44e167091dcc109f97329acb.tar.gz
ports-42c954e1101da2cc44e167091dcc109f97329acb.zip
MFH: r498445
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
Notes
Notes: svn path=/branches/2019Q2/; revision=498446
Diffstat (limited to 'net')
-rw-r--r--net/nethogs/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/nethogs/Makefile b/net/nethogs/Makefile
index 19cdcf0498b7..890dd1daa904 100644
--- a/net/nethogs/Makefile
+++ b/net/nethogs/Makefile
@@ -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