Commit Graph

32 Commits (18bd38d62e160abc973e09446ba6afd0b4957a10)

Author SHA1 Message Date
ioxenus 82a4722406 sqlite 3.7.10
Closes Homebrew/homebrew#9838.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-01-28 19:45:38 -06:00
Jack Nagel e67ca6b3cf sqlite: add option to install HTML docs
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-11 14:08:17 -06:00
Jack Nagel 7888165dbc sqlite: "optionally" depend on readline
Using readline rather than libedit allows, among other things, the
sharing of the same line-editing config file (.inputrc) across BSDish
and Linux systems. And I'm lazy, and don't want to learn how to
configure editline.

We currently just throw away :optional when processing dependencies, so
if someone really wants libedit instead, we can either make this into an
install option (--with-readline) or vice-versa (--with-libedit).

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-10 20:06:08 -06:00
Jack Nagel afbce86d6e sqlite: rework compilation options
This enables a couple more compile-time options, along with some minor
style cleanups.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-09 21:25:51 -06:00
Jack Nagel 2a0335f45e sqlite 3.7.9
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-09 21:09:55 -06:00
Dane Springmeyer 37b3265cde SQLite: Use minimal optimization
-O3/-O2 leads to corrupt rtree indexes on 10.6/10.7 with both gcc and llvm-gcc.
This issue also affects SpatiaLite.

Closes Homebrew/homebrew#8584.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-11-14 14:48:56 -08:00
Lars 0cd1020759 Sqlite: Add option for contributed functions
Closes Homebrew/homebrew#6939.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-21 22:11:15 -07:00
Andrew Nesbitt 2e0906b7ca sqlite 3.7.7
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-06-25 09:28:11 -07:00
leafy7382 63becfb94a SQLite 3.7.6.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-05-20 07:47:34 -07:00
Adam Vandenberg 1f31751977 Use ARGV.build_universal? 2011-04-23 08:36:47 -07:00
Oliver Galloway-Lunn 0294b26dff SQLite 3.7.6.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-21 14:31:01 -07:00
Birger J. Nordølum 073578d6c7 SQLite 3.7.6.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-14 08:30:46 -07:00
Birger J. Nordølum 68c9415ab2 SQLite 3.7.6
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-12 09:39:35 -07:00
Adam Vandenberg 4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Adam Vandenberg 39691fe794 sqlite 3.7.5 2011-02-01 10:40:54 -08:00
Aku Kotkavuo c3f1f15ecc Update sqlite to 3.7.4.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-12-29 21:59:44 -08:00
aktowns 8222e5b74d Added --with-fts option to sqlite3 formula
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-15 21:42:39 -08:00
Kashif Rasul 8a65dffd90 Updated formula: sqlite3 3.7.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-07 13:50:33 -08:00
Adam Vandenberg a6515fd71b sqlite - fix options 2010-11-02 07:40:27 -07:00
Tojek Anselm ec7821ba56 sqlite --universal option
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-02 06:56:51 -07:00
David Höppner ea2d0f1119 sqlite: update version to 3.7.2 2010-08-25 20:34:54 +02:00
Adam Vandenberg 7bd947eb0b Update formulae for version 0.7
* Use new "url" features
* Use keg_only DSL
* Use "skip_clean :all" DSL
* Whitespace and style cleanups
* Make bash invocations less silly
* Use new man2-man8 helpers
* Remove "FileUtils." since it is included in Formula
* Use real names for deps instead of aliases
* ENV.x11 now updates path, so remove that from individual brews
2010-08-07 18:08:53 -07:00
Kashif Rasul f5f05c0c95 Updated sqlite to 3.7.0.1
Fixes a potential database corruption problem and a possible performance
regression caused by the introduction of automatic indexing.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-06 12:13:56 -07:00
Aku Kotkavuo f06ac3f77d Update formula sqlite to 3.7.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-22 07:28:32 -07:00
Adam Vandenberg a2186c1183 Update sqlite to 3.6.23.1 2010-04-12 11:19:13 -07:00
Barry Sears 4d83a9febe Modified sqlite formula. Added option for R*-Tree module
Signed-off-by: David Höppner <0xffea@gmail.com>

* white space
2010-04-08 10:07:05 +02:00
Adam Vandenberg a7347c8a40 sqlite 3.6.23 2010-03-12 10:20:24 -08:00
Aku Kotkavuo ad5b4b7cda Update sqlite to 3.6.22
Signed-off-by: David Höppner <0xffea@gmail.com>
2010-02-04 18:05:21 +01:00
Adam Vandenberg 872f50ac61 Update Sqlite to 3.6.20 2009-12-12 16:24:17 +00:00
Max Howell 61b2307139 s/require 'brewkit'/require 'formula'/g
brewkit.rb changes ENV destructively, so lets not do that everytime a formula
is required. Now it's possible for other tools to require a formula
description without worrying about side-effects.
2009-10-15 16:48:03 +01:00
Adam Vandenberg b39863d81d Bump sqlite version. 2009-08-25 02:53:15 +01:00
Adam Vandenberg 7775d479cf Sqlite (newer than pack-in version) 2009-08-10 18:46:15 +01:00