summaryrefslogtreecommitdiff
path: root/databases/sqlrelay/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Fix build on 4.11Sergey Matveychuk2005-05-211-1/+1
| | | | | Reported by: kris via pointyhat Approved by: demon (maintainer)
* Update to version 0.36.1.Dmitry Sivachenko2005-05-094-29/+36
|
* Do not create needless directory.Dmitry Sivachenko2005-02-141-3/+5
| | | | Add missing @dirrm.
* Chase the upgrade of Python 2.4, to unbreak py24-sqlrelay.Thierry Thomas2004-12-151-2/+13
| | | | | | PR: ports/74963 Submitted by: /me Approved by: demon (maintainer).
* Take maintainership;Dmitry Sivachenko2004-10-163-59/+48
| | | | | Use autoconf to generate configure script. Remove redundant bits which were probably needed for older versions of sqlrelay.
* Update to version 0.35.Dmitry Sivachenko2004-08-302-42/+40
|
* Update to version 0.34.3. Merger some changes from the PR.Dmitry Sivachenko2004-05-282-13/+17
| | | | | PR: 66646 Submitted by: Thierry Thomas <thierry@pompo.net>
* Update to version 0.34.2.Dmitry Sivachenko2004-05-266-188/+70
| | | | | | | | | Remove BROKEN for 5.X. Leave BROKEN for 4.X since I didn't test there, but I hope it should work. More testing is needed. I switched off all DB variants support but MySQL due to the lack of tests. Comments welcome.
* Add support for Interbase.Akinori MUSHA2003-03-231-5/+88
| | | | | PR: ports/49970 Submitted by: Chris Knight <chris@aims.com.au>
* Do not build profiled libraries on 5-CURRENT, where g++ -pg producesAkinori MUSHA2002-12-182-0/+52
| | | | | | | | strange function calls that the assembler cannot understand. Submitted by: bento, kris http://bento.freebsd.org/errorlogs/i386-5-latest/sqlrelay-0.32.log
* Make ruby-sqlrelay compile.Akinori MUSHA2002-10-271-0/+12
|
* Make java-sqlrelay compile even if lang/gcc3[0123] (gcj) is installed.Akinori MUSHA2002-10-271-0/+11
|
* Remove a no longer needed hunk which breaks the build without FreeTDS.Akinori MUSHA2002-02-241-9/+0
|
* Update SQLRelay to 0.30.Akinori MUSHA2002-02-236-91/+40
|
* It seems the updated FreeTDS' libct is not linked with libgiconv, soAkinori MUSHA2002-01-111-2/+11
| | | | manually add here to unbreak the build.
* Update to 0.28.Akinori MUSHA2001-09-211-12/+12
|
* Add sqlrelay, a persistent DB connection pooling/proxying/loadAkinori MUSHA2001-07-065-0/+115
balancing system, along with the interfaces for Java, Perl5, PHP, Python and Ruby.