[Bug 257631] textproc/diffutils: Update to 3.8

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 11 Sep 2021 08:14:23 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257631

--- Comment #6 from Daniel Engberg <diizzy@FreeBSD.org> ---
Hi,

Fails on 11.4-RELEASE, 12.2-RELEASE and 13-STABLE (log from 13-RELEASE)

--- stackvma.o ---
In file included from stackvma.c:38:
./stackvma.h:31:21: error: invalid token at start of a preprocessor expression
#if STACK_DIRECTION < 0
                    ^
./stackvma.h:38:21: error: invalid token at start of a preprocessor expression
#if STACK_DIRECTION > 0
                    ^
--- sigsegv.o ---
In file included from sigsegv.c:746:
./stackvma.h:31:21: error: invalid token at start of a preprocessor expression
#if STACK_DIRECTION < 0
                    ^
./stackvma.h:38:21: error: invalid token at start of a preprocessor expression
#if STACK_DIRECTION > 0
                    ^
sigsegv.c:972:26: error: invalid token at start of a preprocessor expression
#     if STACK_DIRECTION < 0
                         ^
sigsegv.c:979:29: error: no member named 'is_near_this' in 'struct vma_struct'
                      : vma.is_near_this (addr, &vma))
                        ~~~ ^

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