ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/databases/sqlite3/Makefile
(Generate patch)

Comparing trunk/databases/sqlite3/Makefile (file contents):
Revision 4531 by laffer1, Sat Mar 29 05:27:11 2008 UTC vs.
Revision 5460 by laffer1, Fri Jun 13 14:03:52 2008 UTC

# Line 4 | Line 4
4   # Whom:                         Ying-Chieh Liao <ijliao@FreeBSD.org>
5   #
6   # $FreeBSD: ports/databases/sqlite3/Makefile,v 1.21 2006/11/21 12:25:46 mnag Exp $
7 < # $MidnightBSD: mports/databases/sqlite3/Makefile,v 1.4 2007/12/05 23:49:20 laffer1 Exp $
7 > # $MidnightBSD: mports/databases/sqlite3/Makefile,v 1.5 2008/03/29 05:27:11 laffer1 Exp $
8   #
9  
10   PORTNAME=       sqlite
11 < PORTVERSION=    3.5.4
12 < CATEGORIES=     databases
11 > PORTVERSION=    3.5.6
12 > CATEGORIES=     databases lang tcl
13   MASTER_SITES=   http://www.sqlite.org/
14   .if defined(USE_THOL)
15   PKGNAMESUFFIX=  -threads
# Line 37 | Line 37 | EXAMPLESDIR=   ${PREFIX}/share/examples/sqlite3
37   OPTIONS=        DEBUG           "Enable debugging & verbose explain"    off \
38                  DOCS            "Building docs (depends on TCL)"        on \
39                  FTS3            "Enable FTS3 (Full Text Search) module" off \
40 +                RAMTABLE        "Store temporary tables in RAM"         off \
41                  TCLWRAPPER      "TCL wrapper for SQLITE"                off
42  
43   # Defaults, for building the docs:
# Line 48 | Line 49 | MAKE_ENV+=     TCL_VER=${TCL_V}
49   OPTIONS+=       THREADS         "Enable threads support"                off
50   PLIST_SUB+=     THOL="@comment "
51   CONFLICTS=      sqlite-threads-3*
52 + CONFIGURE_ARGS+=        --disable-threadsafe
53   .else
54 < CONFIGURE_ARGS+=        --enable-threadsafe --enable-threads-override-locks
54 > CONFIGURE_ARGS+=        --enable-threadsafe --enable-threads-override-locks \
55 >                        --enable-cross-thread-connections
56   PLIST_SUB+=     THOL=""
57   CONFLICTS=      sqlite-3*
58   .endif
# Line 67 | Line 70 | PORTDOCS=              *
70   .endif
71  
72   .if defined(WITH_FTS3)
73 < CFLAGS+=                -DSQLITE_ENABLE_FTS3
71 < #EXTRA_PATCHES+=                ${FILESDIR}/fts2_patch-Makefile.in
73 > CFLAGS+=                -DSQLITE_CORE=1 -DSQLITE_ENABLE_FTS3
74   .endif
75  
76 + .if defined(WITH_RAMTABLE)
77 + CONFIGURE_ARGS+=        --enable-tempstore=yes
78 + .endif
79 +
80   .if defined(WITH_TCLWRAPPER)
81   ALL_TARGET+=            tclsqlite3
76 CATEGORIES+=            lang tcl${TCL_V:S/.//}
82   LIB_DEPENDS+=           tcl${TCL_V:S/.//}:${PORTSDIR}/lang/tcl${TCL_V:S/.//}
83   CONFIGURE_ARGS+=        --with-tcl=${LOCALBASE}/lib/tcl${TCL_V}
84   PLIST_SUB+=             WITH_TCLWRAPPER=""
85   .else
86   CONFIGURE_ARGS+=        --disable-tcl
87   PLIST_SUB+=             WITH_TCLWRAPPER="@comment "
83 .endif
84
85 .if defined(WITH_THREADS)
86 CONFIGURE_ARGS+=        --enable-threadsafe
88   .endif
89  
90   post-extract:

Comparing trunk/databases/sqlite3/Makefile (property cvs2svn:cvs-rev):
Revision 4531 by laffer1, Sat Mar 29 05:27:11 2008 UTC vs.
Revision 5460 by laffer1, Fri Jun 13 14:03:52 2008 UTC

# Line 1 | Line 1
1 < 1.5
1 > 1.6

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines