[Bug 267794] www/elinks: Patch out "user torturation" code

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 16 Nov 2022 15:35:45 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267794

--- Comment #3 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=6b82b9945652f28f4245dd2e2662af401cda0534

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(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.