Created attachment 234569 [details] net/pkt-gen: fix build on armv6, armv7, i386 - patch out -Werror as per policy - fix the warning that previously failed the build Tested with Poudriere on i386 amd64 armv7 arm64 FreeBSD 13. Please MFH if possible.
Comment on attachment 234569 [details] net/pkt-gen: fix build on armv6, armv7, i386 Maintainer timeout on patch
Maintainer timeout
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=aaa201ef81ee4b302c46cd09160b583339c19747 commit aaa201ef81ee4b302c46cd09160b583339c19747 Author: Olivier Cochard <olivier@FreeBSD.org> AuthorDate: 2022-06-28 21:15:26 +0000 Commit: Olivier Cochard <olivier@FreeBSD.org> CommitDate: 2022-06-28 21:15:26 +0000 net/pkt-gen: fix build on armv6, armv7, i386 PR: 264561 Reported by: Robert Clausecker <fuz@fuz.su> net/pkt-gen/Makefile | 3 --- net/pkt-gen/files/patch-apps_nmreplay_GNUmakefile (new) | 12 ++++++++++++ net/pkt-gen/files/patch-apps_nmreplay_nmreplay.c | 4 ++-- net/pkt-gen/files/patch-apps_pkt-gen_GNUmakefile (new) | 12 ++++++++++++ net/pkt-gen/files/patch-apps_pkt-gen_pkt-gen.c (new) | 13 +++++++++++++ net/pkt-gen/files/patch-libnetmap_GNUmakefile (new) | 11 +++++++++++ 6 files changed, 50 insertions(+), 5 deletions(-)
Thanks for the patch