Commit Graph

64 Commits

Author SHA1 Message Date
jolan
f8cafb122a update to 3.2.8 2005-12-21 03:51:40 +00:00
jolan
2af9696dbc when sqlite3 is compiled with -O2 on amd64, it crashes in the regression
tests.  this doesn't happen with any other optimization level so just
use -Os as it is the closest thing to -O2.

could use some help tracking this down...
2005-10-20 04:42:56 +00:00
jolan
449ac25a95 update to 3.2.7 2005-09-27 03:49:35 +00:00
jolan
670ac17c40 update to 3.2.6 2005-09-17 22:05:39 +00:00
espie
0031945c6e Fix a buglet in bsd.port.mk where the PSEUDO_FLAVORS get encoded into
the FULLPKGPATH, thus providing changes to packing-lists which shouldn't
happen, and making update more difficult.

Accordingly, bump all pkgnames with PSEUDO_FLAVORS, and provide an
update @pkgpath for the bug for most of them (left out the ones with 3
or 4 pseudo flavors for space constraints...)
2005-09-16 09:51:25 +00:00
jolan
d4cd93b182 update to 3.2.5 2005-09-08 03:46:59 +00:00
jolan
e4e03c53d7 update to 3.2.2 2005-06-14 00:12:58 +00:00
jolan
6bb27b6cfe memory alignment fixes from sqlite cvs, bump pkgname 2005-05-06 02:58:04 +00:00
djm
7f20bbe85b drop maintainership of these, I don't have time to give them enought attention 2005-04-29 00:02:05 +00:00
jolan
6cf0b94f72 - update to 3.2.1 + patch for invalid array access (sent & accepted
upstream)
- subpackage tcl stuff & add no_tcl pseudo flavor

ok djm@
2005-04-28 22:58:28 +00:00
jolan
eead46dd69 fix for aggressive malloc options, backported from sqlite cvs
ok djm@
2005-01-12 17:54:05 +00:00
naddy
3f04f8f321 SIZE 2005-01-05 16:22:24 +00:00
espie
28a459bb6d WANTLIB markers 2004-11-22 16:59:29 +00:00
djm
ed904462a9 Import of sqlite3, a public-domain in-process SQL engine:
SQLite is a C library that implements an embeddable SQL database engine.
    Programs that link with the SQLite library can have SQL database access
    without running a separate RDBMS process. The distribution comes with a
    standalone command-line access program (sqlite) that can be used to
    administer an SQLite database and which serves as an example of how to
    use the SQLite library. SQLite is not a client library used to connect to
    a big database server. SQLite is the server. The SQLite library reads and
    writes directly to and from the database files on disk.

Note that sqlite3 is not backwards compatible with sqlite2, but they can be 
installed in parallel (thus the separate port). ok jolan@
2004-11-07 00:10:17 +00:00