aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/sqlite.rb
AgeCommit message (Collapse)Author
2013-06-11sqlite: style nitAdam Vandenberg
2013-06-11sqlite: fix download filename of functionsChad Catlett
Closes #20412. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-06-06sqlite: deps come after optionsAdam Vandenberg
2013-05-20sqlite 3.7.17Jack Nagel
2013-04-12sqlite 3.7.16.2Jack Nagel
2013-03-31sqlite 3.7.16.1Jack Nagel
2013-03-21sqlite 3.7.16Stefan
Closes #18592. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-02-08sqlite 3.7.15.2Jack Nagel
2013-01-13sqlite 3.7.15.1Manuel Reinhardt
Closes #17056. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-01-11sqlite: style nitsMisty De Meo
2013-01-11sqlite: keg_onlySamuel John
Closes #17000. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2012-12-17sqlite 3.7.15Lester Cheung
Closes #16634. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-15sqlite: fix typoJack Nagel
2012-11-10Revert "Rename readline to gnu-readline"Jack Nagel
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-10Rename readline to gnu-readlineJack Nagel
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 #15776.
2012-11-06sqlite 3.7.14.1Jack Nagel
*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-09-06sqlite 3.7.14Jack Nagel
- 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-03Batch convert MD5 formula to SHA1.Mike McQuaid
Closes #14653.
2012-08-12sqlite: use options DSLJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-06-17sqlite: Update to 3.7.13Charlie Sharpsteen
2012-06-03SQLite: Update to 3.7.12.1Charlie Sharpsteen
2012-05-15Break long linesJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-15sqlite 3.7.12Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-08sqlite 3.7.11Jack Nagel
- use buildpath instead of Pathname.pwd - put conditional inside of caveats Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-07SQLite: Always enable R-Tree indexCharlie Sharpsteen
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-07SQLite: Always enable dynamic extensionsCharlie Sharpsteen
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-03Simplify some :usingAdam Vandenberg
2012-01-28sqlite 3.7.10ioxenus
Closes #9838. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-11sqlite: add option to install HTML docsJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-10sqlite: "optionally" depend on readlineJack Nagel
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-09sqlite: rework compilation optionsJack Nagel
This enables a couple more compile-time options, along with some minor style cleanups. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-09sqlite 3.7.9Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-14SQLite: Use minimal optimizationDane Springmeyer
-O3/-O2 leads to corrupt rtree indexes on 10.6/10.7 with both gcc and llvm-gcc. This issue also affects SpatiaLite. Closes #8584. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-21Sqlite: Add option for contributed functionsLars
Closes #6939. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-06-25sqlite 3.7.7Andrew Nesbitt
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-05-20SQLite 3.7.6.3leafy7382
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-23Use ARGV.build_universal?Adam Vandenberg
2011-04-21SQLite 3.7.6.2Oliver Galloway-Lunn
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-14SQLite 3.7.6.1Birger J. Nordølum
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-12SQLite 3.7.6Birger J. Nordølum
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-02-01sqlite 3.7.5Adam Vandenberg
2010-12-29Update sqlite to 3.7.4.Aku Kotkavuo
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-15Added --with-fts option to sqlite3 formulaaktowns
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-07Updated formula: sqlite3 3.7.3Kashif Rasul
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-02sqlite - fix optionsAdam Vandenberg
2010-11-02sqlite --universal optionTojek Anselm
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-25sqlite: update version to 3.7.2David Höppner
2010-08-07Update formulae for version 0.7Adam Vandenberg
* 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-06Updated sqlite to 3.7.0.1Kashif Rasul
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>