Date: Fri, 11 Nov 2022 20:34:20 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 267646] security/fragrouter: fix build on BPF-less jails Message-ID: <bug-267646-7788-TY6M58KZoA@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-267646-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-267646-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=3D267646 --- Comment #1 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3D37cf0da23dbd0c1d91602d25e831a7d= c0dde1224 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(-) --=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-267646-7788-TY6M58KZoA>