[21954] trunk/dports/databases/sqlite3
source_changes at macosforge.org
source_changes at macosforge.org
Mon Feb 12 04:31:44 PST 2007
Revision: 21954
http://trac.macosforge.org/projects/macports/changeset/21954
Author: mww at macports.org
Date: 2007-02-12 04:31:44 -0800 (Mon, 12 Feb 2007)
Log Message:
-----------
version 3.3.12, address http://www.sqlite.org/cvstrac/tktview?tn=2195,39
Modified Paths:
--------------
trunk/dports/databases/sqlite3/Portfile
trunk/dports/databases/sqlite3/files/patch-Makefile.in
Modified: trunk/dports/databases/sqlite3/Portfile
===================================================================
--- trunk/dports/databases/sqlite3/Portfile 2007-02-12 09:16:29 UTC (rev 21953)
+++ trunk/dports/databases/sqlite3/Portfile 2007-02-12 12:31:44 UTC (rev 21954)
@@ -3,7 +3,7 @@
PortSystem 1.0
name sqlite3
-version 3.3.11
+version 3.3.12
categories databases
platforms darwin
maintainers mww at macports.org
@@ -19,7 +19,7 @@
homepage http://www.sqlite.org/
master_sites ${homepage}
distname sqlite-${version}
-checksums sha1 65c38b57171bc486d41c139b29c5336ef1b8686b
+checksums sha1 4c6e3cd29e4e1c49857033918b0e227926edd4bb
patchfiles patch-Makefile.in
depends_lib port:readline
@@ -27,7 +27,8 @@
configure.args --enable-threadsafe --disable-tcl
build.type gnu
-build.env CFLAGS="-I${prefix}/include/" LDFLAGS="-L${prefix}/lib"
+build.env CFLAGS="-I${prefix}/include/ -DSQLITE_ENABLE_LOCKING_STYLE=1" \
+ LDFLAGS="-L${prefix}/lib"
test.run yes
test.target test
Modified: trunk/dports/databases/sqlite3/files/patch-Makefile.in
===================================================================
--- trunk/dports/databases/sqlite3/files/patch-Makefile.in 2007-02-12 09:16:29 UTC (rev 21953)
+++ trunk/dports/databases/sqlite3/files/patch-Makefile.in 2007-02-12 12:31:44 UTC (rev 21954)
@@ -1,5 +1,5 @@
---- Makefile.in 2007-01-18 23:56:33.000000000 +0100
-+++ Makefile.in 2007-01-25 14:57:04.000000000 +0100
+--- Makefile.in 2007-01-08 14:39:27.000000000 +0100
++++ Makefile.in 2007-02-12 12:56:16.000000000 +0100
@@ -44,11 +44,11 @@
# Compiler options needed for programs that use the readline() library.
@@ -14,6 +14,15 @@
# Should the database engine be compiled threadsafe
#
+@@ -60,7 +60,7 @@
+
+ # Do threads override each others locks by default (1), or do we test (-1)
+ #
+-TCC += -DSQLITE_THREAD_OVERRIDE_LOCK=@THREADSOVERRIDELOCKS@
++TCC += -DSQLITE_THREAD_OVERRIDE_LOCK=@THREADSOVERRIDELOCKS@ -DSQLITE_ENABLE_LOCKING_STYLE=1
+
+ # The fdatasync library
+ TLIBS = @TARGET_LIBS@
@@ -101,7 +101,9 @@
#
prefix = @prefix@
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070212/02454718/attachment.html
More information about the macports-changes
mailing list