Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Apr 2026 16:20:55 +0000
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9cd256080a69 - main - devel/love: enable LUAJIT by default on all supported platforms
Message-ID:  <69ef8ce7.44642.37c61a3d@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by amdmi3:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9cd256080a694234243e2c35afefdeeaa22ffd07

commit 9cd256080a694234243e2c35afefdeeaa22ffd07
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2026-04-27 15:40:39 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2026-04-27 16:20:48 +0000

    devel/love: enable LUAJIT by default on all supported platforms
    
    LUAJIT option was reported ([1]) to work on aarch64. Since it looks
    like it's supported on all major platforms, enable it by default,
    and only disable the option for riscv64 which is explicitly not
    supported by luajit.
    
    PR:             294553 [1]
    Reported by:    dsl [1]
---
 devel/love/Makefile | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/devel/love/Makefile b/devel/love/Makefile
index d4e113dd9fe9..9ea0aea17003 100644
--- a/devel/love/Makefile
+++ b/devel/love/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	love
 PORTVERSION=	11.5
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	devel games
 MASTER_SITES=	https://github.com/love2d/love/releases/download/${PORTVERSION}/
 DISTNAME=	${PORTNAME}-${PORTVERSION}-linux-src
@@ -35,9 +35,8 @@ DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX}
 PORTDOCS=	*
 
 OPTIONS_DEFINE=		DOCS LUAJIT GME
-OPTIONS_DEFAULT_i386=	LUAJIT
-OPTIONS_DEFAULT_amd64=	LUAJIT
-OPTIONS_DEFAULT_powerpc64le=	LUAJIT
+OPTIONS_DEFAULT=	LUAJIT
+OPTIONS_EXCLUDE_riscv64=LUAJIT
 
 LUAJIT_DESC=		Use luajit
 LUAJIT_USES=		luajit


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69ef8ce7.44642.37c61a3d>