FreeBSD Bugzilla – Attachment 229669 Details for
Bug 259991
databases/lua-lsqlite3: Fix build, Remove BROKEN
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
BUILD_DEPENDS passes Lua FLAVOR to sqlite3 build and fails
lua-lsqlite3.diff (text/plain), 1.11 KB, created by
yds
on 2021-11-23 15:27:55 UTC
(
hide
)
Description:
BUILD_DEPENDS passes Lua FLAVOR to sqlite3 build and fails
Filename:
MIME Type:
Creator:
yds
Created:
2021-11-23 15:27:55 UTC
Size:
1.11 KB
patch
obsolete
>diff --git a/databases/lua-lsqlite3/Makefile b/databases/lua-lsqlite3/Makefile >index 76e38b1558eb..9940b531d657 100644 >--- a/databases/lua-lsqlite3/Makefile >+++ b/databases/lua-lsqlite3/Makefile >@@ -2,21 +2,17 @@ > > PORTNAME= lsqlite3 > PORTVERSION= 0.9.5 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= databases > MASTER_SITES= http://Lua.SQLite.org/index.cgi/zip/ > PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX} > DISTNAME= ${PORTNAME}_fsl_9y > > MAINTAINER= yds@Necessitu.de >-COMMENT= Lua 5.1 to 5.3 wrapper for SQLite3 library >+COMMENT= Lua 5.1 to 5.4 wrapper for SQLite3 library > > LICENSE= MIT > >-BROKEN= does not build: cp: /wrkdirs/usr/ports/databases/sqlite3/work/sqlite-src-3350500/sqlite3.[ch]: No such file or directory >- >-BUILD_DEPENDS= ${NONEXISTENT}:databases/sqlite3:patch >- > USES= localbase:ldflags sqlite:3 zip lua:module > > OPTIONS_DEFINE= DOCS EXAMPLES >@@ -30,6 +26,7 @@ DOCSDIR= ${LUA_DOCSDIR} > EXAMPLESDIR= ${LUA_EXAMPLESDIR} > > pre-configure: >+ @${SETENV} -u FLAVOR ${MAKE} -C ${PORTSDIR}/databases/sqlite3 > @${CP} -p `${SETENV} -u FLAVOR ${MAKE} -V WRKSRC -C ${PORTSDIR}/databases/sqlite3`/sqlite3.[ch] ${WRKSRC} > > do-build:
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 259991
:
229663
| 229669