git: c391e5fd397c - main - misc/xplr: Unbreak build on FreeBSD {11, 12, 13}
Lewis Cook
lcook at FreeBSD.org
Sun Jul 11 17:56:15 UTC 2021
The branch main has been updated by lcook:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c391e5fd397c3e9b83923777417934fd5e5c3202
commit c391e5fd397c3e9b83923777417934fd5e5c3202
Author: Lewis Cook <lcook at FreeBSD.org>
AuthorDate: 2021-07-11 17:47:24 +0000
Commit: Lewis Cook <lcook at FreeBSD.org>
CommitDate: 2021-07-11 17:55:24 +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
---
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 at 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}
More information about the dev-commits-ports-all
mailing list