summaryrefslogtreecommitdiff
path: root/databases/sqlrelay (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Deploy USE_GNOMENG infrastructureMario Sergio Fujikawa Ferreira2002-08-301-1/+2
| | | | | | | | PR: 42192 Submitted by: Edwin Groothuis <edwin@mavetju.org> Notes: svn path=/head/; revision=65300
* Fix another few places where giconv used instead of iconv.Maxim Sobolev2002-03-191-1/+0
| | | | | | | | PR: 36059, 36063, 36082 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com> Notes: svn path=/head/; revision=56333
* Bump PORTREVISION to reflect the (lib)iconv upgrade.Akinori MUSHA2002-03-181-0/+1
| | | | Notes: svn path=/head/; revision=56291
* Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that needMaxim Sobolev2002-03-181-1/+1
| | | | | | | libiconv. Notes: svn path=/head/; revision=56287
* Explicitly disable the features that are not selected by the user.Akinori MUSHA2002-02-241-0/+8
| | | | Notes: svn path=/head/; revision=55195
* 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-2310-112/+54
| | | | 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-215-15/+23
| | | | Notes: svn path=/head/; revision=48047
* Fix the library paths to build working language API extensions.Akinori MUSHA2001-07-231-0/+1
| | | | | | | | | This fixes the unresolved symbol error reported in the PR. PR: ports/29083 Notes: svn path=/head/; revision=45382
* Add sqlrelay, a persistent DB connection pooling/proxying/loadAkinori MUSHA2001-07-0611-0/+381
balancing system, along with the interfaces for Java, Perl5, PHP, Python and Ruby. Notes: svn path=/head/; revision=44822