Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Oct 2019 13:33:35 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r514523 - head/databases/lua-lsqlite3
Message-ID:  <201910151333.x9FDXZBE076160@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Tue Oct 15 13:33:34 2019
New Revision: 514523
URL: https://svnweb.freebsd.org/changeset/ports/514523

Log:
  databases/lua-lsqlite3: Fix Makefile options
  
  PR:		241250
  Submitted by:	yds <yds@Necessitu.de> (maintainer)

Modified:
  head/databases/lua-lsqlite3/Makefile   (contents, props changed)

Modified: head/databases/lua-lsqlite3/Makefile
==============================================================================
--- head/databases/lua-lsqlite3/Makefile	Tue Oct 15 13:09:38 2019	(r514522)
+++ head/databases/lua-lsqlite3/Makefile	Tue Oct 15 13:33:34 2019	(r514523)
@@ -20,10 +20,13 @@ USES=		localbase:ldflags sqlite:3 zip
 OPTIONS_DEFINE=	DOCS EXAMPLES
 OPTIONS_SINGLE=	LUA_VERSION
 OPTIONS_SINGLE_LUA_VERSION=	LUA51 LUA52 LUA53
-OPTIONS_DEFAULT=	LUA51
+OPTIONS_DEFAULT=LUA${LUA_DEFAULT:S/.//}
 
+LUA51_DESC=	Build for Lua 5.1 and LuaJIT
 LUA51_USES=	lua:51
+LUA52_DESC=	Build for Lua 5.2
 LUA52_USES=	lua:52
+LUA53_DESC=	Build for Lua 5.3
 LUA53_USES=	lua:53
 
 CFLAGS+=	-pedantic -Wall -Qunused-arguments -fPIC -DPIC\



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