diff options
author | mnag <mnag@FreeBSD.org> | 2006-11-21 20:25:46 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2006-11-21 20:25:46 +0800 |
commit | e8a5b9d3f5dd7ae416f8788ed0df6510435b6140 (patch) | |
tree | b7c17b336e8d74fba8cf682bed9def9026cfbbeb /databases/sqlite34 | |
parent | 131b1f2bcd4384290b9e71868ae981b7b637f7dc (diff) | |
download | freebsd-ports-graphics-e8a5b9d3f5dd7ae416f8788ed0df6510435b6140.tar.gz freebsd-ports-graphics-e8a5b9d3f5dd7ae416f8788ed0df6510435b6140.tar.zst freebsd-ports-graphics-e8a5b9d3f5dd7ae416f8788ed0df6510435b6140.zip |
- Update to 3.3.8
Diffstat (limited to 'databases/sqlite34')
-rw-r--r-- | databases/sqlite34/Makefile | 30 | ||||
-rw-r--r-- | databases/sqlite34/distinfo | 6 |
2 files changed, 18 insertions, 18 deletions
diff --git a/databases/sqlite34/Makefile b/databases/sqlite34/Makefile index 7f6e70e872c..5dfa3d44b75 100644 --- a/databases/sqlite34/Makefile +++ b/databases/sqlite34/Makefile @@ -7,7 +7,7 @@ # PORTNAME= sqlite -PORTVERSION= 3.3.7 +PORTVERSION= 3.3.8 CATEGORIES= databases MASTER_SITES= http://www.sqlite.org/ @@ -26,10 +26,10 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} DOCSDIR= ${PREFIX}/share/doc/sqlite3 EXAMPLESDIR= ${PREFIX}/share/examples/sqlite3 -OPTIONS= TCLWRAPPER "TCL wrapper for SQLITE" off \ - THREADS "Enable threads support" off \ - DEBUG "Enable debugging & verbose explain" off \ - DOCS "Building docs (depends on TCL)" on +OPTIONS= DEBUG "Enable debugging & verbose explain" off \ + DOCS "Building docs (depends on TCL)" on \ + TCLWRAPPER "TCL wrapper for SQLITE" off \ + THREADS "Enable threads support" off # Defaults, for building the docs: TCL_V?= 8.4 @@ -38,6 +38,16 @@ MAKE_ENV+= TCL_VER=${TCL_V} .include <bsd.port.pre.mk> +.if defined(WITH_DEBUG) +CONFIGURE_ARGS+= --enable-debug +.endif + +.if !defined(NOPORTDOCS) && !defined(WITHOUT_DOCS) +BUILD_DEPENDS+= tclsh${TCL_V}:${PORTSDIR}/lang/tcl${TCL_V:S/.//} +ALL_TARGET+= all doc +PORTDOCS= * +.endif + .if defined(WITH_TCLWRAPPER) CATEGORIES+= lang tcl${TCL_V:S/.//} LIB_DEPENDS+= tcl${TCL_V:S/.//}:${PORTSDIR}/lang/tcl${TCL_V:S/.//} @@ -52,16 +62,6 @@ PLIST_SUB+= WITH_TCLWRAPPER="@comment " CONFIGURE_ARGS+= --enable-threadsafe .endif -.if defined(WITH_DEBUG) -CONFIGURE_ARGS+= --enable-debug -.endif - -.if !defined(NOPORTDOCS) && !defined(WITHOUT_DOCS) -BUILD_DEPENDS+= tclsh${TCL_V}:${PORTSDIR}/lang/tcl${TCL_V:S/.//} -ALL_TARGET= all doc -PORTDOCS= * -.endif - post-patch: .if defined(WITH_THREADS) @${REINPLACE_CMD} -e "s|-lpthread|${PTHREAD_LIBS}|g" \ diff --git a/databases/sqlite34/distinfo b/databases/sqlite34/distinfo index ba6e55c6942..9591fefcb90 100644 --- a/databases/sqlite34/distinfo +++ b/databases/sqlite34/distinfo @@ -1,3 +1,3 @@ -MD5 (sqlite-3.3.7.tar.gz) = a48deb5e6b0cee59c889f87eee886741 -SHA256 (sqlite-3.3.7.tar.gz) = d6b436add0bb124814973395a5b696f71c784585f27e6f13edf0b443ce8bf71f -SIZE (sqlite-3.3.7.tar.gz) = 1722449 +MD5 (sqlite-3.3.8.tar.gz) = 2b2b0f967b6c5df1a5d495067c092d11 +SHA256 (sqlite-3.3.8.tar.gz) = 25ad20114cbf9821249b9e383f2af5ca447ea5382149519c0a84bf9fb37f0f0a +SIZE (sqlite-3.3.8.tar.gz) = 1921871 |