Minor update to sqlite3 3.47.1. Release notes at the bottom of this
page: https://sqlite.org/releaselog/3_47_1.html. ok?
Index: Makefile
===
RCS file: /cvs/ports/databases/sqlite3/Makefile,v
diff -u -p -u -p -r1.130 Makefile
--- Make
> -- Original Message --
> From: Stuart Henderson
> Date: May 5, 2017 at 2:15 AM
> There is a thing called TH3 that tests the built library, this would seem
> more like what we'd want to use, but it's proprietary.
>From the sqlite3 site:
Even though open-source users do not have
On 2017/05/04 17:52, Stuart Cassoff wrote:
> > The mailed diff doesn't apply..(webmail word-wrapping?)
> > Reads OK though.
>
> Grr. Most likely the new webmail client I'm using.
> Thanks.
>
> > Makes sense, "pkglocate lib/tcl/|fgrep .so." finds a few more instances,
> > should they be converted
> The mailed diff doesn't apply..(webmail word-wrapping?)
> Reads OK though.
Grr. Most likely the new webmail client I'm using.
Thanks.
> Makes sense, "pkglocate lib/tcl/|fgrep .so." finds a few more instances,
> should they be converted too?
Probably yes. I'll look into it further.
btw, I not
On 2017/05/04 08:31, Stuart Cassoff wrote:
> ping
>
> > -- Original Message --
> > From: Stuart Cassoff <3...@bell.net>
> > Date: April 28, 2017 at 10:30 PM
> >
> >
> > Update to same version as sqlite3.
> > This is a loadable lib; don't treat it as a linkable lib.
> > I can take
ping
> -- Original Message --
> From: Stuart Cassoff <3...@bell.net>
> Date: April 28, 2017 at 10:30 PM
>
>
> Update to same version as sqlite3.
> This is a loadable lib; don't treat it as a linkable lib.
> I can take maintainership.
>
> Stu
>
>
> Index: Makefile
> ===
Update to same version as sqlite3.
This is a loadable lib; don't treat it as a linkable lib.
I can take maintainership.
Stu
Index: Makefile
===
RCS file: /cvs/ports/databases/sqlite3-tcl/Makefile,v
retrieving revision 1.1
diff -u -p
Fails in tests the same as 3.8.0.2.
port-lib-depends-check and update-plist
indicate some adjustment may still be needed.
Stu
Index: Makefile
===
RCS file: /cvs/ports/databases/sqlite3/Makefile,v
retrieving revision 1.72
diff -u -p
Here's a diff for 3.7.4 based on Landry's.
There's not much difference between 3.7.3 and 3.7.4.
Looks ok on a quick test run.
Stu
Index: databases/sqlite3/Makefile
===
RCS file: /cvs/ports/databases/sqlite3/Makefile,v
retrieving revis
On Sun, Nov 28, 2010 at 06:07:09PM +, Stuart Henderson wrote:
> On 2010/11/25 22:38, Landry Breuil wrote:
> > Here's a diff that applies..
> >
> > regress tests on sparc64:
> > 52 errors out of 121543 tests
> > Failures on these tests: backup2-10 e_expr-31.2.4 wal-18.2.3.1.5
> > wal-18.2.3.2.5
On 2010/11/25 22:38, Landry Breuil wrote:
> Here's a diff that applies..
>
> regress tests on sparc64:
> 52 errors out of 121543 tests
> Failures on these tests: backup2-10 e_expr-31.2.4 wal-18.2.3.1.5
> wal-18.2.3.2.5 wal-18.2.3.3.5 wal-18.2.4.1.5 wal-18.2.4.2.5
> wal-18.2.4.3.5 wal-18.2.5.1.5 wa
On Thu, Nov 25, 2010 at 02:56:13PM -0500, Stuart Cassoff wrote:
> Updated to 3.7.3.
> Cleaned out some port cruft, some enhancements come from my earlier work.
> Enabled soundex, rtree, fts3.
> Port Makefile still sloppy, contains comments
> and lists some CFLAGS that others may want to try out.
>
Updated to 3.7.3.
Cleaned out some port cruft, some enhancements come from my earlier work.
Enabled soundex, rtree, fts3.
Port Makefile still sloppy, contains comments
and lists some CFLAGS that others may want to try out.
Leaving the Makefile cleanup for another pass once things are working.
ICU n
IMO it would be a good idea to switch to the pre-processed sqlite
amalgamation and TEA tarballs. I made a start at this but got stuck
working out how to handle the pthread-related changes...
tgz attached (not a diff due to the changed directory layouts)
if anyone is interested in taking a look/hel
Build improvements, no change to end result.
Remove useless 'pre-configure' target; it did nothing
but modify a comment.
Remove uneccessary 'tclsh' patching and always specify 'TCLSH_CMD'
and 'TCLLIBDIR'.
Sqlite3's configurator will now no longer look for various tclsh's,
or attempt to determine
On Thu, Oct 8, 2009 at 6:51 AM, Marc Espie wrote:
> On Tue, Oct 06, 2009 at 10:32:27PM -0400, Nick Bender wrote:
>> So how cool would it be to add tcl to base? Seriously, bsd liscense,
>> small footprint, knock off lots off depencies for ports
>>
>> Ok, crawlng back into my hole
>
> Not su
On Tue, Oct 06, 2009 at 10:32:27PM -0400, Nick Bender wrote:
> So how cool would it be to add tcl to base? Seriously, bsd liscense,
> small footprint, knock off lots off depencies for ports
>
> Ok, crawlng back into my hole
Not sure tcl is that secure...
So how cool would it be to add tcl to base? Seriously, bsd liscense,
small footprint, knock off lots off depencies for ports
Ok, crawlng back into my hole
On 2009/10/06 12:14, David Coppa wrote:
> On Tue, Oct 6, 2009 at 12:02 PM, Stuart Henderson wrote:
> > On 2009/10/06 11:18, David Coppa wrote:
> >> On Mon, Oct 5, 2009 at 11:24 AM, Stuart Henderson
> >> wrote:
> >> > been in a bulk build - ok?
> >>
> >> Is tcl now a build dependency even with th
On Tue, Oct 6, 2009 at 12:02 PM, Stuart Henderson wrote:
> On 2009/10/06 11:18, David Coppa wrote:
>> On Mon, Oct 5, 2009 at 11:24 AM, Stuart Henderson wrote:
>> > been in a bulk build - ok?
>>
>> Is tcl now a build dependency even with the "no_tcl" flavor?
>
> Ah, yes it is, unless we ship the g
On 2009/10/06 11:18, David Coppa wrote:
> On Mon, Oct 5, 2009 at 11:24 AM, Stuart Henderson wrote:
> > been in a bulk build - ok?
>
> Is tcl now a build dependency even with the "no_tcl" flavor?
Ah, yes it is, unless we ship the generated files.
"SQLite does not require TCL to run, but a TCL in
On Mon, Oct 5, 2009 at 11:24 AM, Stuart Henderson wrote:
> been in a bulk build - ok?
Is tcl now a build dependency even with the "no_tcl" flavor?
# env FLAVOR=no_tcl make
===> sqlite3-3.6.18 depends on: libtool-* - found
===> Verifying specs: c ncurses pthread readline c
===> found c.51.1
On 2009/10/05 15:11, Marc Espie wrote:
> On Mon, Oct 05, 2009 at 10:24:22AM +0100, Stuart Henderson wrote:
> > been in a bulk build - ok?
> >
> > Index: Makefile
> > ===
> > RCS file: /cvs/ports/databases/sqlite3/Makefile,v
> > retrie
On Mon, Oct 05, 2009 at 10:24:22AM +0100, Stuart Henderson wrote:
> been in a bulk build - ok?
>
> Index: Makefile
> ===
> RCS file: /cvs/ports/databases/sqlite3/Makefile,v
> retrieving revision 1.47
> diff -u -p -r1.47 Makefile
> ---
been in a bulk build - ok?
Index: Makefile
===
RCS file: /cvs/ports/databases/sqlite3/Makefile,v
retrieving revision 1.47
diff -u -p -r1.47 Makefile
--- Makefile3 Aug 2009 09:55:47 - 1.47
+++ Makefile5 Oct 2009 09:16
minor update, see http://www.sqlite.org/changes.html
no regressions on i386, sparc64, amd64.
ok?
Index: Makefile
===
RCS file: /cvs/ports/databases/sqlite3/Makefile,v
retrieving revision 1.31
diff -u -r1.31 Makefile
--- Makefile
please test/ok.
Index: Makefile
===
RCS file: /cvs/ports/databases/sqlite3/Makefile,v
retrieving revision 1.30
diff -u -r1.30 Makefile
--- Makefile26 Jun 2007 19:13:37 - 1.30
+++ Makefile29 Jul 2007 07:06:50 -
@@
all tests ok on i386, same 3 failing tests as the current version on amd64.
please test/comment/ok
Index: Makefile
===
RCS file: /cvs/ports/databases/sqlite3/Makefile,v
retrieving revision 1.26
diff -u -r1.26 Makefile
--- Makefile
28 matches
Mail list logo