From f68f5d8f3fa87dcf1065fc9ecf23f35fcd645c6e Mon Sep 17 00:00:00 2001 From: Marcus Alves Grando Date: Thu, 22 Apr 2010 15:29:12 +0000 Subject: - Unbroken FTS3 and RTree usign TCL to build. - Install manpages [1] - Bump PORTREVISION PR: 137296 [1] Submitted by: Pavel I Volkov [1] --- databases/sqlite3/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'databases') diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile index d3eab884bebf..5da1e05be80a 100644 --- a/databases/sqlite3/Makefile +++ b/databases/sqlite3/Makefile @@ -7,6 +7,7 @@ PORTNAME= sqlite3 PORTVERSION= 3.6.23.1 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= http://www.sqlite.org/ DISTNAME= sqlite-${PORTVERSION} @@ -21,10 +22,13 @@ USE_GNOME= pkgconfig USE_LDCONFIG= YES GNU_CONFIGURE= YES USE_GNOME= gnomehack +USE_TCL_BUILD= 84+ CONFIGURE_ENV+= TCLSH_CMD="${TCLSH}" \ TCLLIBDIR="${PREFIX}/lib/${PORTNAME}" \ ac_cv_search_pthread_create="" +MAN1= sqlite3.1 + OPTIONS= DEBUG "Enable debugging & verbose explain" off \ FTS3 "Enable FTS3 (Full Text Search) module" off \ RTREE "Enable R*Tree module" off \ @@ -87,11 +91,14 @@ CONFIGURE_ARGS+= --enable-load-extension CONFIGURE_ARGS+= --disable-load-extension .endif -.if defined(WITH_TCLWRAPPER) post-install: +.if defined(WITH_TCLWRAPPER) @${INSTALL_PROGRAM} ${WRKSRC}/.libs/tclsqlite3 ${PREFIX}/bin @${MKDIR} ${EXAMPLESDIR} @${INSTALL_DATA} ${FILESDIR}/example.tcl ${EXAMPLESDIR} .endif +.if !defined(NO_INSTALL_MANPAGES) + @${INSTALL_MAN} ${WRKSRC}/sqlite3.1 ${MANPREFIX}/man/man1 +.endif .include -- cgit v1.2.3