Created attachment 149463 [details] edbrowse-3.5.1.diff Update of edbrowse from version 3.4.10 to version 3.5.1. This new version uses lang/spidermonkey24 instead of lang/spidermonkey17. Sending and receiving mail is now taken care of by curl which replace the home-grown pop3 and smtp software.
A commit references this bug: Author: riggs Date: Sat Nov 29 19:35:09 UTC 2014 New revision: 373639 URL: https://svnweb.freebsd.org/changeset/ports/373639 Log: - Update to upstream version 3.5.1 - Use lang/spidermonkey24 instead of lang/spidermonkey17 - Use curl for mail handling PR: 195058 Submitted by: david.vionnet@vmailbox.org Reviewed by: riggs Changes: head/www/edbrowse/Makefile head/www/edbrowse/distinfo head/www/edbrowse/files/patch-src-makefile.bsd head/www/edbrowse/pkg-plist
Committed with changes: - Remove unnecessary @dirrm(try)s from pkg-plist - spidermonkey24 requires the use of c11 compliant compilers, otherwise the build breaks It's always good practice to test on older still supported releases as well. Thanks for the update!