Created attachment 245321 [details] remove BROKEN_aarch64 line from Makefile It looks like the build problems on aarch64 are gone, now.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=70ffe0b1207902af82d8b70ef47e55b8e4c85cb3 commit 70ffe0b1207902af82d8b70ef47e55b8e4c85cb3 Author: Rodrigo Osorio <rodrigo@FreeBSD.org> AuthorDate: 2023-10-24 00:07:26 +0000 Commit: Rodrigo Osorio <rodrigo@FreeBSD.org> CommitDate: 2023-10-24 00:11:59 +0000 multimedia/Bento4: compiles on aarch64 Bento4 is no broken anymore in aarch64. PR: 274157 Reported by: FiLiS <freebsdbugs@filis.org> multimedia/Bento4/Makefile | 1 - 1 file changed, 1 deletion(-)
Committed, thanks
Created attachment 245994 [details] bump portrevision
forgot to bump portrevision, patch attached
(In reply to FiLiS from comment #4) According to porter handbook (https://docs.freebsd.org/en/books/porters-handbook/book/#makefile-portrevision) PRTREVISION bump is not required here. "The package was not previously buildable [for this arch], then there is no need to increase PORTREVISION to mark a change"
For now I close this PR as Fixed, let me know if you think differently