[Bug 296995] multimedia/zoneminder: needs gsoap build dependency to unlock all onvif features

[email protected] Sat, 01 Aug 2026 21:47:36 +0000
Newsgroups gmane.os.freebsd.devel.ports.bugs
Message-ID <[email protected]/bugzilla/>
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=296995

Vladimir Druzenko <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #5 from Vladimir Druzenko <[email protected]> ---
This is wrong:
       $top_output = `top -b -n 1 | grep "^CPU" | sed 's/%//g' | awk '{print
\$2, \$6, \$4, \$10}'`;

This is correct:
       $top_output = `top -b -d 2 -s 0,2 0 | grep -i "^CPU" | tail -n1 | tr -d
'%' | awk '{print \$2, \$6, \$4, \$10}'`;

-- 
You are receiving this mail because:
You are the assignee for the bug.