Created attachment 214945 [details] libretro-uae-v1.diff I was seeing the logs of poudriere and it seems i386 is failing to build properly. So I think it's better to drop i386 support for now.
Build info is available at https://gitlab.com/swills/freebsd-ports/pipelines/150331204
Thanks for the patch. After running portlint -AC $ portlint -AC FATAL: Makefile: [12]: use a tab (not space) after a variable name WARN: Makefile: for new port, make $FreeBSD$ tag in comment section empty, to make SVN happy. 1 fatal error and 1 warning found. No need to upload a new patch. Just try to run portlint -AC on the port you modify :-)
Having a look at the patch, Wouldn't it be better to mark it BROKEN in i386 instead of trying to use an explicit list or archs?
Created attachment 214966 [details] Fix build in i386 This patch fixes the build in i386. Would you try it?
(In reply to Fernando Apesteguía from comment #4) I don't know, I didn't had enough tests to sau that, but it didn't manually build it. So I'm not really sure.
(In reply to Daniel Menelkir from comment #5) But can you try this patch and confirm it builds? And if you have an i386, can you give it a try as in run test it?
A commit references this bug: Author: fernape Date: Fri May 29 12:09:48 UTC 2020 New revision: 536968 URL: https://svnweb.freebsd.org/changeset/ports/536968 Log: games/libretro-uae: update to 0.20200527 While here, fix build in i386 PR: 246794 Reported by: menelkir@itroll.org (maintainer) Changes: head/games/libretro-uae/Makefile head/games/libretro-uae/distinfo
I consider it is safe to commit this, Thanks!