Created attachment 240394 [details] cd ports/games/trigger-rally; git diff --staged > ../`make -VPKGNAME`.diff Problem/Discussion in ports@: https://lists.freebsd.org/archives/freebsd-ports/2023-February/003457.html Solution: https://lists.freebsd.org/archives/freebsd-ports/2023-February/003458.html Extra discussion PR: bug #268495 Example solution: https://cgit.freebsd.org/ports/diff/audio/openal-soft/Makefile?id=145ca5487348 Tested in virtualbox FreeBSD 14 CURRENT i386.
Maintainer informed via mail
LGTM! You can land this. Minor thing: try to use a different *name* for the attachment... this one is a bit weird :-)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=ef0c6dcb3d0725c090609342ce8239427d39ce3b commit ef0c6dcb3d0725c090609342ce8239427d39ce3b Author: Alfonso S. Siciliano <asiciliano@FreeBSD.org> AuthorDate: 2023-03-01 17:39:38 +0000 Commit: Alfonso S. Siciliano <asiciliano@FreeBSD.org> CommitDate: 2023-03-01 17:46:10 +0000 games/trigger-rally: fix build with lld 15 on i386 ld: error: ../bin/trigger-rally:(.eh_frame+0xa40b): internal linker error: wrote incorrect addend value 0x4A042E4A instead of 0x0 for dynamic relocation R_386_32 at offset 0x429B53 against symbol __gxx_personality_v0 PR: 269812 Reported by: pkg-fallout Approved by: fernape games/trigger-rally/Makefile | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-)
Committed!