ports/186049: databases/luasql-sqlite3 doesn't honor LUA_VER/WITH_LUA_VER flags

Axel Gonzalez loox at e-shell.net
Thu Jan 23 19:40:01 UTC 2014


>Number:         186049
>Category:       ports
>Synopsis:       databases/luasql-sqlite3 doesn't honor LUA_VER/WITH_LUA_VER flags
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 23 19:40:01 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Axel Gonzalez
>Release:        9.2-RELEASE
>Organization:
>Environment:
FreeBSD moonlight.e-shell.tk 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r256134: Tue Oct  8 02:31:24 CDT 2013     toor at moonlight:/usr/obj/usr/src/sys/LXCORE91  amd64
>Description:

databases/luasql-sqlite3 doesn't honor LUA_VER/WITH_LUA_VER flags

I have this in make.conf:


WITH_LUA_VER=5.1
LUA_VER=5.1



[root at b0x /usr/ports/databases/luasql-sqlite3]# make
===>  License MIT accepted by the user
===> Fetching all distfiles required by luasql-sqlite3-2.3.0 for building
===>  Extracting for luasql-sqlite3-2.3.0
=> SHA256 Checksum OK for luasql-2.3.0.tar.gz.
===>  Patching for luasql-sqlite3-2.3.0
===>   luasql-sqlite3-2.3.0 depends on executable: gmake - found
===>   luasql-sqlite3-2.3.0 depends on shared library: liblua-5.2.so - not found
===>    Verifying for liblua-5.2.so in /usr/ports/lang/lua52


IF I add to make.conf

LUA_DEFAULT=5.1

it builds the wanted 5.1 version.



>How-To-Repeat:

add to make.conf

WITH_LUA_VER=5.1
LUA_VER=5.1


cd  /usr/ports/databases/luasql-sqlite3 && make

>Fix:
-

>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list