git: ad4a6795e8d5 - main - devel/luv: add luajit-openresty by default on aarch64

Mikael Urankar mikael at FreeBSD.org
Sun Sep 26 11:32:30 UTC 2021


The branch main has been updated by mikael:

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

commit ad4a6795e8d5177f1767802e58deb2a6ecc86122
Author:     Mikael Urankar <mikael at FreeBSD.org>
AuthorDate: 2021-09-26 11:31:09 +0000
Commit:     Mikael Urankar <mikael at FreeBSD.org>
CommitDate: 2021-09-26 11:32:27 +0000

    devel/luv: add luajit-openresty by default on aarch64
    
    PR:             257051
    Approved by:    portmgr (runtime fix blanket)
---
 devel/luv/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/devel/luv/Makefile b/devel/luv/Makefile
index a6dff13c0873..2d1d3115f24e 100644
--- a/devel/luv/Makefile
+++ b/devel/luv/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	luv
 DISTVERSION=	1.41.0-0
+PORTREVISION=	1
 CATEGORIES=	devel
 
 MAINTAINER=	checo1705 at secmail.pro
@@ -19,6 +20,7 @@ GH_TAGNAME=	bc91f40:compat
 GH_SUBDIR=	deps/lua-compat-5.3:compat
 
 OPTIONS_DEFINE=		DOCS EXAMPLES LUAJIT
+OPTIONS_DEFAULT_aarch64=	LUAJIT
 OPTIONS_DEFAULT_amd64=	LUAJIT
 OPTIONS_DEFAULT_i386=	LUAJIT
 OPTIONS_DEFAULT_powerpc64=	LUAJIT


More information about the dev-commits-ports-main mailing list