Created attachment 240948 [details] Patch for guacamole-server Use upstream release archive as recommended by Porters Handbook Backport upstream commit 5cf408ebbba9544fb5dfb297d98d5a1e1751a56d to fix build with FFmpeg 6.0 References: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261302#c46 https://github.com/apache/guacamole-server/commit/5cf408ebbba9544fb5dfb297d98d5a1e1751a56d.patch Compile tested on FreeBSD 13.2-BETA1 (amd64) Poudriere testport OK 12.3-RELEASE (amd64)
Poudriere testport OK 12.4-RELEASE (amd64) - FFmpeg 4
Hey Daniel, Have busy traveling and don't have time to review the patch. If you have tested it and works, then lgtm.
Unfortunately for the moment I don't have the ability to runtime test this one, the proposed soft deadline is in 2 weeks so no rush.
Hi Richard, Still busy travelling or can you find some time to test? Best regards, Daniel
I'm back, working on it now.
ltgm, thanks for the help!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=284339db15d25aae9c32a820bd5a6295686373ed commit 284339db15d25aae9c32a820bd5a6295686373ed Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2023-04-10 08:30:03 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2023-04-10 08:33:39 +0000 net/guacamole-server: Use upstream release archive and fix build with FFmpeg 6.0 Use upstream release archive as recommended by Porters Handbook Backport upstream commit 5cf408ebbba9544fb5dfb297d98d5a1e1751a56d to fix build with FFmpeg 6.0 References: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261302#c46 https://github.com/apache/guacamole-server/commit/5cf408ebbba9544fb5dfb297d98d5a1e1751a56d.patch PR: 270313 Reported by: antoine (via exp-run) Reviewed by: ultima (maintainer) net/guacamole-server/Makefile | 7 ++++--- net/guacamole-server/distinfo | 8 +++++--- 2 files changed, 9 insertions(+), 6 deletions(-)
Commmitted, thanks!