Commit Graph

51 Commits (d8480717363b094d6a095b93d94a7fedcc564c9e)

Author SHA1 Message Date
Manuel Reinhardt b75af26c7d sqlite 3.7.15.1
Closes Homebrew/homebrew#17056.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-01-13 18:00:06 -08:00
Misty De Meo 176441e52a sqlite: style nits 2013-01-11 15:22:16 -06:00
Samuel John 5a4d7d5d53 sqlite: keg_only
Closes Homebrew/homebrew#17000.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-01-11 10:42:22 +00:00
Lester Cheung b7e1c349e7 sqlite 3.7.15
Closes Homebrew/homebrew#16634.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-12-17 21:12:51 -08:00
Jack Nagel b288bb0a47 sqlite: fix typo 2012-11-15 14:24:21 -06:00
Jack Nagel 8c29982153 Revert "Rename readline to gnu-readline"
This reverts commit adee5315265cc46aa6a3057071527abb16e1cd94.

Turns out one of the "other things" is a dealbreaker.

We only create kegs using a formula's canonical name. However, we do not
check that this is the case when mapping existing kegs back to formula
objects, and thus a keg with a name that happens to be an alias can fool
Homebrew into thinking the canonically-named keg exists.

So anything that enumerates kegs and then tries to do stuff with the
resulting formula objects will just break. This is obviously worse than
the debugger being broken, so reverting this for the time being.
2012-11-10 21:12:26 -06:00
Jack Nagel e2f9856882 Rename readline to gnu-readline
The Readline class clashes with the Readline module from the Ruby
stdlib. This has mostly worked, but with the recent debugging support's
integration of IRB, it is no longer possible for them to coexist. So we
need to rename it.

The implications of this are:

 - Anything that depends on readline will reinstall it as
   "gnu-readline". Anything already installed will continue to function.

 - "brew upgrade readline" will say "gnu-readline not installed", as
   "readline" is now an alias.

 - Probably other things.

So there are some downsides, but we will just have to deal with them.

Fixes Homebrew/homebrew#15776.
2012-11-10 20:07:32 -06:00
Jack Nagel 056b8fade6 sqlite 3.7.14.1
*Note*: the docs tarball was not updated in this release, but I
incremented the version for consistency.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-11-06 12:05:35 -06:00
Jack Nagel 3228024c21 sqlite 3.7.14
- Make readline a recommended dep in preparation for upcoming
   dependency changes
 - Remove redundant ENV.Os, as that is the current default

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-06 20:24:36 -05:00
Mike McQuaid 88779ade49 Batch convert MD5 formula to SHA1.
Closes Homebrew/homebrew#14653.
2012-09-03 11:36:42 -07:00
Jack Nagel 54feacf6ca sqlite: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-12 19:03:40 -05:00
Charlie Sharpsteen bebedc7cbd sqlite: Update to 3.7.13 2012-06-17 16:21:20 -07:00
Charlie Sharpsteen 3c98d6902e SQLite: Update to 3.7.12.1 2012-06-03 11:34:19 -07:00
Jack Nagel 06a6af7e50 Break long lines
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-15 16:15:46 -05:00
Jack Nagel ef67de0b6c sqlite 3.7.12
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-15 13:27:22 -05:00
Jack Nagel 1d74b0acf5 sqlite 3.7.11
- use buildpath instead of Pathname.pwd
 - put conditional inside of caveats

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-08 01:15:11 -05:00
Charlie Sharpsteen dd24779ac9 SQLite: Always enable R-Tree index
This allows the SQLite formula to support the SpatiaLite formula. RTree is
also enabled by default in the SQLite build that ships with Lion.
2012-05-07 10:49:11 -07:00
Charlie Sharpsteen 4fd75d8871 SQLite: Always enable dynamic extensions
This is the configure default, but may as well make it explicit. Without this
functionality any library which builds on top of SQLite, such as SpatiaLite,
won't work.
2012-05-07 09:51:29 -07:00
Adam Vandenberg aaf81c1531 Simplify some :using 2012-05-03 20:37:57 -07:00
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