Created attachment 196459 [details] Proposed patch arc4random_stir should not be used directly (it's fully automated after r227520, or approximately __FreeBSD_version 1000002), the interface will be removed soon (bug 230756).
Currently I'm working on updating this port. Looking at the file the patch refers to, I don't see anything referencing arc4random_stir
(In reply to Nathan from comment #1) This is the only mention I see in configure process with new version: checking for arc4random... yes
(In reply to Nathan from comment #1) I have took a look at upstream. Assuming you are updating to the latest version ( https://github.com/michaelrsweet/htmldoc ; I have checked 'master' branch and 'v1.9.3' tag), you should be good (the local patch against htmldoc/html.c should be removed in that case).
(In reply to Xin LI from comment #3) Yea it seems to have been removed as I looked throug that file and didn’t see what this bug issue is
A commit references this bug: Author: delphij Date: Sun Aug 26 08:26:42 UTC 2018 New revision: 478107 URL: https://svnweb.freebsd.org/changeset/ports/478107 Log: textproc/htmldoc: Do not use arc4random_stir. (Note that there is an updated version which will solve this too, but I am committing this one and will rebase the patch in bug 223721 as it still needs maintainer approval). PR: 230831, 230756 Approved by: portmgr (antoine) Changes: head/textproc/htmldoc/Makefile head/textproc/htmldoc/files/patch-htmldoc__http.c