View | Details | Raw Unified | Return to bug 259991 | Differences between
and this patch

Collapse All | Expand All

(-)b/databases/lua-lsqlite3/Makefile (-6 / +3 lines)
Lines 2-22 Link Here
2
2
3
PORTNAME=	lsqlite3
3
PORTNAME=	lsqlite3
4
PORTVERSION=	0.9.5
4
PORTVERSION=	0.9.5
5
PORTREVISION=	1
5
PORTREVISION=	2
6
CATEGORIES=	databases
6
CATEGORIES=	databases
7
MASTER_SITES=	http://Lua.SQLite.org/index.cgi/zip/
7
MASTER_SITES=	http://Lua.SQLite.org/index.cgi/zip/
8
PKGNAMEPREFIX=	${LUA_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${LUA_PKGNAMEPREFIX}
9
DISTNAME=	${PORTNAME}_fsl_9y
9
DISTNAME=	${PORTNAME}_fsl_9y
10
10
11
MAINTAINER=	yds@Necessitu.de
11
MAINTAINER=	yds@Necessitu.de
12
COMMENT=	Lua 5.1 to 5.3 wrapper for SQLite3 library
12
COMMENT=	Lua 5.1 to 5.4 wrapper for SQLite3 library
13
13
14
LICENSE=	MIT
14
LICENSE=	MIT
15
15
16
BROKEN=		does not build: cp: /wrkdirs/usr/ports/databases/sqlite3/work/sqlite-src-3350500/sqlite3.[ch]: No such file or directory
17
18
BUILD_DEPENDS=	${NONEXISTENT}:databases/sqlite3:patch
19
20
USES=		localbase:ldflags sqlite:3 zip lua:module
16
USES=		localbase:ldflags sqlite:3 zip lua:module
21
17
22
OPTIONS_DEFINE=	DOCS EXAMPLES
18
OPTIONS_DEFINE=	DOCS EXAMPLES
Lines 30-35 DOCSDIR= ${LUA_DOCSDIR} Link Here
30
EXAMPLESDIR=	${LUA_EXAMPLESDIR}
26
EXAMPLESDIR=	${LUA_EXAMPLESDIR}
31
27
32
pre-configure:
28
pre-configure:
29
	@${SETENV} -u FLAVOR ${MAKE} -C ${PORTSDIR}/databases/sqlite3
33
	@${CP} -p `${SETENV} -u FLAVOR ${MAKE} -V WRKSRC -C ${PORTSDIR}/databases/sqlite3`/sqlite3.[ch] ${WRKSRC}
30
	@${CP} -p `${SETENV} -u FLAVOR ${MAKE} -V WRKSRC -C ${PORTSDIR}/databases/sqlite3`/sqlite3.[ch] ${WRKSRC}
34
31
35
do-build:
32
do-build:

Return to bug 259991