pkgsrc/databases/sqlite3-tcl/Makefile
adam 4bf527e5ba Changes 3.7.16.2:
Fix a bug (present since version 3.7.13) that could result in database corruption on windows if two or more processes try to access the same database file at the same time and immediately after third process crashed in the middle of committing to that same file.
2013-04-15 15:33:46 +00:00

27 lines
786 B
Makefile

# $NetBSD: Makefile,v 1.45 2013/04/15 15:33:47 adam Exp $
DISTNAME= sqlite-autoconf-3071602
PKGNAME= sqlite3-tcl-3.7.16.2
CATEGORIES= databases
MASTER_SITES= http://www.hwaci.com/sw/sqlite/2013/ \
http://www.sqlite.org/2013/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.sqlite.org/
COMMENT= SQL Database Engine in a C Library (TCL extension)
LICENSE= public-domain
WRKSRC= ${WRKDIR}/${DISTNAME}/tea
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-tcl=${BUILDLINK_PREFIX.tcl}/lib
PLIST_SUBST+= TCL_TRIM_DOTS=${PKGVERSION_NOREV:S/.//g}
BUILDLINK_API_DEPENDS.sqlite3+= sqlite3>=3.6.10
.include "../../databases/sqlite3/buildlink3.mk"
.include "../../devel/readline/buildlink3.mk"
.include "../../lang/tcl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"