openbsd-ports

Working directory for my changes to OpenBSD ports
Log | Files | Refs

commit b0b7070ac3b63da7c487449bafd47a0c9eec8eed
parent 3eefe756cea2ea592e01a966c53653f9555b3cca
Author: Shokara Kou <kou@13f0.net>
Date:   Sat, 10 Dec 2022 11:05:33 -0500

remove force-proxy in tor for links

Diffstat:
Awww/links+/patches/patch-menu_c | 14++++++++++++++
1 file changed, 14 insertions(+), 0 deletions(-)

diff --git a/www/links+/patches/patch-menu_c b/www/links+/patches/patch-menu_c @@ -0,0 +1,14 @@ +Index: menu.c +--- menu.c.orig ++++ menu.c +@@ -2084,10 +2084,6 @@ static int proxy_ok_dialog(struct dialog_data *dlg, st + if (p) { + p++; + lp = strtol(cast_const_char p, &end, 10); +- if (!*end && lp == 9050) { +- proxies.only_proxies = 1; +- msg_box(term, NULL, TEXT_(T_PROXIES), AL_LEFT, TEXT_(T_TOR_MODE_ENABLED), MSG_BOX_END, NULL, 1, TEXT_(T_OK), msg_box_null, B_ENTER | B_ESC); +- } + } + } +