Commit Graph

38 Commits

Author SHA1 Message Date
espie
05733a5f08 depends on libm __isnan -> major bump -> package bump 2008-07-25 19:02:25 +00:00
martynas
ab1e023ca2 fix if tcl-8.4 is not installed, spotted by Laurence Tratt
since BUILD_DEPENDS is not subpackage-dependant, there's no such
thing as BUILD_DEPENDS-tcl
2008-07-23 23:06:39 +00:00
martynas
d55bea2e4b - update to sqlite-3.5.9
- merge espie's patches
- fix apps such as p5-DBD-SQLite, by adding weak pthread functions.
also include some bug fixes from kurt@.  the work has been done by
kurt@, and espie@.  thanks!
ok kurt@, espie@, bernd@
2008-07-23 17:31:17 +00:00
steven
bd6bda39a9 update to 3.4.2
ok martynas@, merdely@, also tested by eric@
2007-09-15 18:51:35 +00:00
steven
a6c9497a3a update to 3.4.1
ok kili@
2007-07-30 06:28:07 +00:00
espie
a9210862c2 update to 3.4.0, heads up from Srebrenko Sehic,
okay martynas@

(boy, we got too many eastern europeans in there, I can't spell their names
and have to look it up each time)
2007-06-26 19:13:37 +00:00
martynas
d38480ccb5 3.3.16 is a minor bugfix update
changelog: http://www.sqlite.org/changes.html
ok espie@, steven@
2007-04-22 22:12:42 +00:00
steven
49af6f0a2a update to sqlite 3.3.15
doesn't look bad espie@
2007-04-14 19:34:03 +00:00
sturm
5099324475 WANTLIB 2007-04-13 20:40:51 +00:00
espie
470294650d base64 distinfo with SHA256 2007-04-05 15:37:40 +00:00
bernd
2759494fc5 Update to sqlite3-3.3.12.
ok espie@
2007-02-02 14:45:53 +00:00
espie
917e42e18b update to 3.3.10 (recommended update), speeds up some operations, fixes
some fringe cases, and passes all its regression tests now.

okay robert@
2007-01-16 23:24:32 +00:00
espie
0f5dc96ea1 say goodbye to GNU land. 2006-12-16 12:22:32 +00:00
espie
a82bd3404c new MULTI_PACKAGES 2006-11-24 22:53:03 +00:00
espie
8b2b6ddc7f a few more SHARED_LIBS reformat 2006-10-28 11:19:20 +00:00
espie
9b19a3a020 update to 3.3.7, talked to author, regression failures are known,
but not really important.
2006-09-19 11:26:38 +00:00
espie
ce10ad112b remove patch obsoleted by USE_LIBTOOL, and add test to .PHONY targets,
fixes multiple runs of make regress.
2006-09-19 10:00:09 +00:00
espie
ccc1498fc1 more new libspecs. 2006-08-01 22:19:46 +00:00
sturm
f558671522 be sure to depend on tcl-8.4 2006-07-07 21:22:03 +00:00
espie
4bb8af2504 update to 3.3.6, okay jolan@ 2006-06-17 09:09:28 +00:00
jolan
133c5e6d02 update to 3.3.5 2006-04-13 05:09:52 +00:00
jolan
ba7ee47af0 update to 3.3.4 2006-03-22 01:36:11 +00:00
espie
6caca6d008 zap MODGNU_SHARED_LIBS 2006-01-11 12:19:43 +00:00
sturm
e0d4ddb902 SHARED_LIBS, USE_LIBTOOl 2005-12-26 21:32:00 +00:00
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