svn commit: r562016 - head/games/tome4

Piotr Kubaj pkubaj at anongoth.pl
Tue Jan 19 11:43:01 UTC 2021


Should be simple to fix, please look at:
.if ${ARCH} == aarch64 || ${ARCH:Mpowerpc64*}
and if adding riscv64 works, remove BROKEN line.

On 21-01-19 03:17:13, Mark Linimon wrote:
> Author: linimon
> Date: Tue Jan 19 03:17:13 2021
> New Revision: 562016
> URL: https://svnweb.freebsd.org/changeset/ports/562016
> 
> Log:
>   Mark as BROKEN on riscv64:
>   
>     ../src/luajit2/src/lj_arch.h:55:2: error: "No support for this architecture (yet)"
>   
>   Approved by:	portmgr (tier-2 blanket)
>   Obtained from:	lonesome.com build testing
> 
> Modified:
>   head/games/tome4/Makefile
> 
> Modified: head/games/tome4/Makefile
> ==============================================================================
> --- head/games/tome4/Makefile	Tue Jan 19 03:13:09 2021	(r562015)
> +++ head/games/tome4/Makefile	Tue Jan 19 03:17:13 2021	(r562016)
> @@ -16,6 +16,8 @@ COMMENT=	Epic tactical turn-based roguelike adventure
>  LICENSE=	GPLv3+
>  LICENSE_FILE=	${WRKSRC}/COPYING
>  
> +BROKEN_riscv64=		fails to build: src/luajit2/src/lj_arch.h:55:2: No support for this architecture (yet)
> +
>  BUILD_DEPENDS=	premake4:devel/premake4
>  LIB_DEPENDS=	libvorbisfile.so:audio/libvorbis \
>  		libpng.so:graphics/png
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20210119/b553656f/attachment.sig>


More information about the svn-ports-head mailing list