[Bug 267646] security/fragrouter: fix build on BPF-less jails

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 11 Nov 2022 20:34:20 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267646

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

URL:
https://cgit.FreeBSD.org/ports/commit/?id=37cf0da23dbd0c1d91602d25e831a7dc0dde1224

commit 37cf0da23dbd0c1d91602d25e831a7dc0dde1224
Author:     Robert Clausecker <fuz@fuz.su>
AuthorDate: 2022-11-11 20:32:38 +0000
Commit:     Juraj Lutter <otis@FreeBSD.org>
CommitDate: 2022-11-11 20:32:38 +0000

    security/fragrouter: fix build on BPF-less jails

    Such jails don't have /dev/bpf0, making a crucial configure test fail.
    Fix the configure test to make the build succeed (e.g. on armv7).

    And while here, also assume MAINTAINER.

    PR:             267646

 security/fragrouter/Makefile                              |  5 ++++-
 security/fragrouter/files/patch-Libnet-0.99b__configure   | 15 ++++++++++++---
 .../files/patch-Libnet-0.99b_src_version.c (new)          |  9 +++++++++
 security/fragrouter/files/patch-attack.c (new)            | 10 ++++++++++
 security/fragrouter/files/patch-fragrouter.c (new)        | 13 +++++++++++++
 security/fragrouter/files/patch-list.c (new)              | 10 ++++++++++
 6 files changed, 58 insertions(+), 4 deletions(-)

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