Date: Tue, 9 Apr 2019 05:38:44 +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: r498446 - branches/2019Q2/net/nethogs Message-ID: <201904090538.x395cirQ006341@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Tue Apr 9 05:38:43 2019 New Revision: 498446 URL: https://svnweb.freebsd.org/changeset/ports/498446 Log: 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 Modified: branches/2019Q2/net/nethogs/Makefile Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/net/nethogs/Makefile ============================================================================== --- branches/2019Q2/net/nethogs/Makefile Tue Apr 9 05:38:24 2019 (r498445) +++ branches/2019Q2/net/nethogs/Makefile Tue Apr 9 05:38:43 2019 (r498446) @@ -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.x395cirQ006341>