Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Jul 2021 17:58:02 GMT
From:      Lewis Cook <lcook@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: f91c55a7559c - 2021Q3 - misc/xplr: Unbreak build on FreeBSD {11, 12, 13}
Message-ID:  <202107111758.16BHw2at059083@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2021Q3 has been updated by lcook:

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

commit f91c55a7559c7be426b5fbd6a42c11e5ba40d591
Author:     Lewis Cook <lcook@FreeBSD.org>
AuthorDate: 2021-07-11 17:47:24 +0000
Commit:     Lewis Cook <lcook@FreeBSD.org>
CommitDate: 2021-07-11 17:57:05 +0000

    misc/xplr: Unbreak build on FreeBSD {11,12,13}
    
    Add a binary alias for gmake so that LuaJIT
    compiles without spewing errors.
    
    Reported-by:    pkg-fallout
    (cherry picked from commit c391e5fd397c3e9b83923777417934fd5e5c3202)
---
 misc/xplr/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/misc/xplr/Makefile b/misc/xplr/Makefile
index aebad6ef0539..2355a074c27c 100644
--- a/misc/xplr/Makefile
+++ b/misc/xplr/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	xplr
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.14.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	misc
 
 MAINTAINER=	lcook@FreeBSD.org
@@ -138,6 +138,8 @@ CARGO_CRATES=	ansi-to-tui-0.3.0 \
 		winapi-x86_64-pc-windows-gnu-0.4.0 \
 		yaml-rust-0.4.5
 
+BINARY_ALIAS=	make=gmake
+
 PORTDOCS=	CODE_OF_CONDUCT.md README.md RELEASE.md
 _EXAMPLES=	${WRKSRC}/src/init.lua
 PORTEXAMPLES=	${_EXAMPLES:T}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107111758.16BHw2at059083>