Date: Sun, 14 Jun 2020 21:44:49 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r538831 - head/games/libretro-picodrive Message-ID: <202006142144.05ELinFd073753@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Sun Jun 14 21:44:49 2020 New Revision: 538831 URL: https://svnweb.freebsd.org/changeset/ports/538831 Log: Mark as only for x86: the other archs are rejected. Note: there is some code for arm in cpu/sh2/compiler.c, but it does not look as though the code detects ARCH properly. Approved by: portmgr (tier-2 blanket) Modified: head/games/libretro-picodrive/Makefile Modified: head/games/libretro-picodrive/Makefile ============================================================================== --- head/games/libretro-picodrive/Makefile Sun Jun 14 21:31:26 2020 (r538830) +++ head/games/libretro-picodrive/Makefile Sun Jun 14 21:44:49 2020 (r538831) @@ -9,7 +9,8 @@ COMMENT= Fast MegaDrive/MegaCD/32X emulator LICENSE= PD -BROKEN_aarch64= error: unsupported arch +ONLY_FOR_ARCHS= amd64 i386 +ONLY_FOR_ARCHS_REASON= all archs except x86 report error: unsupported arch USES= compiler:c++11-lib gmake USE_LDCONFIG= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006142144.05ELinFd073753>