sthen
d0207e3e8a
update to SQLite 3.7.11 - requested by / OK landry@
...
Thanks to Landry and Jan Stary for testing.
2012-03-27 18:34:04 +00:00
sthen
e35afec60e
Do a little check with objdump in post-install, to make sure lib isn't
...
inadvertently linked with -lpthread.
2012-01-07 14:50:18 +00:00
sthen
c4d936d08a
Use -pthread not -lpthread. Library major bump for safety.
...
Inadvertently broken in last commit; the patch to the configure script
is fiddly and easily broken, so use extra lines of context for this patch
and add a warning comment.
Problem reported by James Turner, thanks!
2012-01-07 13:47:52 +00:00
nigel
4bb6465024
Update to v3.7.9 required for firefox, chrome
...
regression tests run on amd64,i386 and sparc64 by sthen@ thanks.
Ok sthen@
2011-12-21 00:38:11 +00:00
espie
c952698a78
finish converting, as the no_tcl thingy obviously is a NO_SHARED issue.
2011-11-18 09:39:09 +00:00
espie
31c68c1560
convert to bsd.port.arch.mk
2011-11-18 00:33:30 +00:00
landry
2c9ebc2459
Update to sqlite 3.7.5, enable UNLOCK_NOTIFY api (needed by firefox 4).
...
Tested by phessler@ on loongson/sparc, jasper@ on arm, myself on
amd64/sparc64/macppc, and went through a pair of amd64 bulk builds
without issues.
ok sthen@ dcoppa@
2011-03-14 14:39:51 +00:00
landry
80c1092783
Oops, typo.
2011-01-10 08:11:56 +00:00
landry
6f77cce928
Major update to sqlite 3.7.4. Based on a diff from stu@ for 3.7.3,
...
enables FTS3, SOUNDEX and RTREE options, remove the now non-relevant
'thread override lock' thing. Simplify Makefile a bit.
Tested by sthen@ on arm, jasper@ on mips64el, sebastia@ on the vax
(yay!) and myself on sparc64/ppc/amd64.
ok sebastia@ jasper@ espie@
2011-01-09 19:11:34 +00:00
stu
cb805e2ebe
Update to newer Tcl layout.
...
ok landry@, sebastia@
2011-01-05 16:39:44 +00:00
espie
2314c85f45
convert to new style depends
...
zap default spec that are not needed
convert libspecs as well
convert p* to REVISION.
No package changes
2010-11-15 00:22:45 +00:00
espie
cd474773cf
bye bye old LIB_DEPENDS
2010-11-06 22:50:02 +00:00
espie
880de1aa40
USE_GROFF=Yes
2010-10-18 17:06:05 +00:00
sthen
bc05c6aec0
Install the manpage; from Patrick Keshishian
2010-04-20 10:00:17 +00:00
sthen
dc0e69d86a
Update to 3.6.23, much of this was done by Florent Tribouilloy and
...
espie@ who adjusted things so the build doesn't depend on Tcl (which
was added as a build dependency in 3.6.17).
2010-04-02 20:07:11 +00:00
sthen
b4b78be2ae
Update to 3.6.16.1; a simple but important fix (and needed to update
...
Firefox). Mainline sqlite has moved beyond this but involves some changes
to the build infrastructure which need to be looked at separately.
Since the distfile is no longer available upstream, this is provided
as a patch to the 3.6.16 distfile and is taken from upstream's SCM.
Requested by naddy@.
2009-12-19 23:08:48 +00:00
sthen
4c56e70c0c
Update SQLite to 3.6.16; ok martynas@
2009-08-03 09:55:47 +00:00
simon
be59bde7ab
enable load-extension for ports starting to require it
...
tested by bernd@ in a bulk build, thanks!
2009-05-12 23:20:52 +00:00
martynas
22fda9f32d
sqlite3-3.6.13. full bulk build done by jasper@. ok jasper@, simon@
2009-04-22 21:23:43 +00:00
martynas
8e453aeab5
update to sqlite-3.6.12. full bulk build done by jasper@
...
"go ahead" sthen@, ok fgs@, jasper@, simon@
2009-04-16 20:09:58 +00:00
martynas
a351a54c1a
remove hunk, that had keyword, substituted by rcs. from Markus Lude
2009-04-05 07:52:17 +00:00
martynas
bacf4396a9
update to sqlite3-3.6.11. fixes null ptr deref in sqlite3OsTruncate
...
addColumn; which broke py stuff
noticed with fgs@ while working on the py stuff
much thanks to bernd@; for doing a bulk build with it
ok fgs@, bernd@, simon@
2009-04-05 00:02:53 +00:00
jakemsr
52b535e41d
use /dev/arandom instead of /dev/urandom. reading from /dev/urandom
...
is too slow.
ok bernd@
2009-03-23 00:33:02 +00:00
simon
71a7a32ef7
update to version 3.6.10 which comes with quite a few fixes, remove fix
...
for solved libtool issue and add fix for tests on big-endian arches
looks good to espie@
requested, bulk-tested and ok by bernd@
2009-01-31 15:49:34 +00:00
bernd
c21e051b62
Add subpackage for the lemon LALR(1) parser generator.
...
ok martynas@, simon@ (some time ago)
2009-01-26 14:44:37 +00:00
jasper
57ff0c17ee
- enable the SQLITE_ENABLE_COLUMN_METADATA part of sqlite3's API, as needed
...
by some applications (eventually).
- bump the minor
ok simon@
2008-12-04 14:11:16 +00:00
steven
b3873bd71d
remove outdated comment about not passing tests, noticed by Stuart Cassoff
...
replace BASE_PKGPATH with BUILD_PKGPATH in dependency line while here
ok bernd
2008-10-28 12:18:36 +00:00
steven
a176a4a606
switch to use tcl 8.5.
...
inputs from and looks good to bernd and simon
2008-10-27 23:20:39 +00:00
simon
eebae1b0c1
update to version 3.6.4, see http://www.sqlite.org/35to36.html and
...
http://www.sqlite.org/changes.html for the details
tcl adjustments and bulk build testing by bernd@, thanks!
ok bernd@, steven@, martynas@
2008-10-27 17:14:18 +00:00
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