Date: Wed, 16 Nov 2022 15:35:45 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 267794] www/elinks: Patch out "user torturation" code Message-ID: <bug-267794-7788-CxfeWAqOaB@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-267794-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-267794-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D267794 --- Comment #3 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3D6b82b9945652f28f4245dd2e2662af4= 01cda0534 commit 6b82b9945652f28f4245dd2e2662af401cda0534 Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2022-11-16 15:30:51 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2022-11-16 15:34:49 +0000 www/elinks: fix detection of execinfo When moving from autotools to autotools to meson, the check from the execinfo header was lost, readd this test. When execinfo is not detected, the replacement code instead of error is an abusive end less loop, while here patch out this part [1]. Note that upstream merge the removal of the code. While here remove a useless macro which wasn't functional anyway due to a typo PR: 267794 [1] Submitted by: Dustin Marquess <jailbird@fdf.net> [1] www/elinks/Makefile | 2 +- www/elinks/files/patch-meson.build | 11 ++++++++++ www/elinks/files/patch-src_util_error.c (new) | 29 +++++++++++++++++++++++= ++++ 3 files changed, 41 insertions(+), 1 deletion(-) --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-267794-7788-CxfeWAqOaB>