CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2016/04/14 21:21:52
Modified files:
www/lynx : Makefile
www/lynx/patches: patch-lynx_man patch-src_LYMain_c
Added files:
www/lynx/patches: patch-src_LYReadCFG_c patch-userdefs_h
Log message:
Help lynx to live up to its no "proc" and no "exec" promises:
sthen@ found that the mailcap mechanism can spawn a viewer. Rename
the hardcoded /etc/mailcap and ~/.mailcap files to /dev/null and
disable the ability to undo that via a config file. lynx copes by
offering to download files with MIME types it can't handle itself.
fcambus found that "lynx index.html" + typing e spawns an editor.
Hardcode "no_editor = TRUE" before pledge() and tweak manpage.
Most of this is by fcambus (MAINTAINER).
/dev/null bit from me, based on a hint from sthen@.
ok sthen@ on previous version