summaryrefslogtreecommitdiff
path: root/databases/sqlrelay/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.41Sergey Skvortsov2009-11-021-13/+0
| | | | | | | | | | | | | | - Add WANT_GNOME [1] - Be PREFIX-neutral [2] Changes: PR: ports/137491 [1], ports/138912 [1], ports/139472 [2], Submitted by: Pavel Gubin <pg xx 2lazy.ru> [1], Anatoly Borodin <anatoly.borodin xx gmail.com> [1], Sahil Tandon <sahil xx tandon.net> [2] Notes: svn path=/head/; revision=243660
* Update to 0.37.1Sergey Skvortsov2006-08-151-11/+0
| | | | | | | Approved by: maintainer (demon) Notes: svn path=/head/; revision=170738
* - Fix build on 4.11Sergey Matveychuk2005-05-211-1/+1
| | | | | | | | Reported by: kris via pointyhat Approved by: demon (maintainer) Notes: svn path=/head/; revision=135743
* Update to version 0.36.1.Dmitry Sivachenko2005-05-094-29/+36
| | | | Notes: svn path=/head/; revision=134916
* Do not create needless directory.Dmitry Sivachenko2005-02-141-3/+5
| | | | | | | Add missing @dirrm. Notes: svn path=/head/; revision=128753
* 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). Notes: svn path=/head/; revision=124159
* 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. Notes: svn path=/head/; revision=119618
* Update to version 0.35.Dmitry Sivachenko2004-08-302-42/+40
| | | | Notes: svn path=/head/; revision=117633
* 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> Notes: svn path=/head/; revision=110182
* 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. Notes: svn path=/head/; revision=110063
* Add support for Interbase.Akinori MUSHA2003-03-231-5/+88
| | | | | | | | PR: ports/49970 Submitted by: Chris Knight <chris@aims.com.au> Notes: svn path=/head/; revision=77241
* 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 Notes: svn path=/head/; revision=71702
* Make ruby-sqlrelay compile.Akinori MUSHA2002-10-271-0/+12
| | | | Notes: svn path=/head/; revision=68941
* Make java-sqlrelay compile even if lang/gcc3[0123] (gcj) is installed.Akinori MUSHA2002-10-271-0/+11
| | | | Notes: svn path=/head/; revision=68940
* Remove a no longer needed hunk which breaks the build without FreeTDS.Akinori MUSHA2002-02-241-9/+0
| | | | Notes: svn path=/head/; revision=55194
* Update SQLRelay to 0.30.Akinori MUSHA2002-02-236-91/+40
| | | | Notes: svn path=/head/; revision=55141
* It seems the updated FreeTDS' libct is not linked with libgiconv, soAkinori MUSHA2002-01-111-2/+11
| | | | | | | manually add here to unbreak the build. Notes: svn path=/head/; revision=52926
* Update to 0.28.Akinori MUSHA2001-09-211-12/+12
| | | | Notes: svn path=/head/; revision=48047
* 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. Notes: svn path=/head/; revision=44822