aboutsummaryrefslogtreecommitdiff
path: root/databases/sqlrelay
Commit message (Collapse)AuthorAgeFilesLines
* Add missing *-debug binaries and bump PORTREVISION.Akinori MUSHA2003-01-142-0/+8
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=73121
* Chase libpq version bump.Sean Chittenden2003-01-041-1/+3
| | | | Notes: svn path=/head/; revision=72511
* chase gdbm lib versionYing-Chieh Liao2003-01-031-1/+1
| | | | Notes: svn path=/head/; revision=72367
* The sqlrelay project moved to SourceForge.Akinori MUSHA2002-12-202-4/+3
| | | | | | | | PR: ports/46356 Submitted by: Mark Stosberg <mark@summersault.com> Notes: svn path=/head/; revision=71741
* Do not build profiled libraries on 5-CURRENT, where g++ -pg producesAkinori MUSHA2002-12-184-3/+65
| | | | | | | | | | | 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
* Put a copy of the distfile on MASTER_SITE_LOCAL. www.firstworks.comAkinori MUSHA2002-11-071-1/+3
| | | | | | | has been down these days. Notes: svn path=/head/; revision=69681
* 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
* Update to 0.32.Akinori MUSHA2002-10-274-17/+46
| | | | | | | USE_REINPLACE. Notes: svn path=/head/; revision=68939
* Unbreak by updating the sqlite dependeny, now that sqlite has beenAkinori MUSHA2002-09-201-2/+2
| | | | | | | | | | given a proper shlib major. PR: ports/42354 Submitted by: Gerhard Haering <gerhard.haering@gmx.de> Notes: svn path=/head/; revision=66818
* 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