summaryrefslogtreecommitdiff
path: root/databases/sqlrelay (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.Mark Linimon2007-09-301-2/+2
| | | | | | | | PR: ports/116639 Submitted by: aDe Notes: svn path=/head/; revision=200411
* - Chase databases/freetds update: ct.3 -> ct.4, tds.4 -> tds.5Rong-En Fan2007-03-031-1/+1
| | | | | | | - Bump PORTREVISION where necessary Notes: svn path=/head/; revision=186421
* Fix pkg-plistSergey Skvortsov2006-12-042-0/+6
| | | | | | | Pointed by: pointyhat (kris) Notes: svn path=/head/; revision=178872
* * update to 0.38Sergey Skvortsov2006-12-014-125/+17
| | | | | | | * take maintainership (approved by demon@) Notes: svn path=/head/; revision=178491
* Fix plist.Sergey Skvortsov2006-08-252-1/+3
| | | | | | | | Approved by: maintainer (demon) Pointed by: pointyhat (kris) Notes: svn path=/head/; revision=171386
* Update to 0.37.1Sergey Skvortsov2006-08-155-22/+9
| | | | | | | Approved by: maintainer (demon) Notes: svn path=/head/; revision=170738
* BROKEN: Does not compileKris Kennaway2006-05-211-0/+2
| | | | Notes: svn path=/head/; revision=163003
* Remove USE_REINPLACE from all categories starting with DEdwin Groothuis2006-05-041-1/+0
| | | | Notes: svn path=/head/; revision=161363
* Conversion to a single libtool environment.Ade Lovett2006-02-232-2/+12
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-2/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* Update to version 0.36.4.Dmitry Sivachenko2005-10-193-4/+3
| | | | Notes: svn path=/head/; revision=145825
* Upgrade to version 0.36.2.Dmitry Sivachenko2005-05-212-3/+3
| | | | Notes: svn path=/head/; revision=135747
* - 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
* - Fix after spliting firebirdSergey Matveychuk2005-05-171-2/+3
| | | | | | | | | | - Bump PORTREVISION PR: ports/79337 Submitted by: Renato Botelho <freebsd@galle.com.br> (firebird maintainer) Notes: svn path=/head/; revision=135485
* Update to version 0.36.1.Dmitry Sivachenko2005-05-098-161/+160
| | | | Notes: svn path=/head/; revision=134916
* BROKEN: Installs file in /etcKris Kennaway2005-05-071-0/+2
| | | | | | | No response from: maintainer Notes: svn path=/head/; revision=134817
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* - Chase freetds shlib bumpPav Lucistnik2005-04-111-1/+1
| | | | Notes: svn path=/head/; revision=133084
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Do not create needless directory.Dmitry Sivachenko2005-02-142-3/+6
| | | | | | | Add missing @dirrm. Notes: svn path=/head/; revision=128753
* Split the postgresql ports into a server and a client part.Palle Girgensohn2005-01-311-3/+1
| | | | | | | | | | | All ports depending on postgresql shall use the USE_PGSQL=yes knob defined in Mk/bsd.ports.mk. Bumping portrevisions where needed. PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors) Notes: svn path=/head/; revision=127737
* Clean up SQLite and related ports.Norikatsu Shigemura2004-12-231-1/+2
| | | | | | | | | | | | o Move databases/sqlite to databases/sqlite2. o Fix dependency on databases/sqlite. o Update sqlite2 to 2.8.15. o Bump PORTREVISION, accordingly. Approved by: portmgr, maintainers of sqlite and related ports Notes: svn path=/head/; revision=124931
* 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-165-81/+68
| | | | | | | | 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-306-53/+70
| | | | Notes: svn path=/head/; revision=117633
* Use OPTIONS.Dmitry Sivachenko2004-06-201-31/+27
| | | | | | | | Use correct syntax to tell configure to disable extensions. Remove unneeded dependency. Notes: svn path=/head/; revision=111866
* Explicitly disable TCL support and fix pkg-plist accordingly.Dmitry Sivachenko2004-05-302-16/+1
| | | | | | | | | Set the same options for BATCH and !BATCH builds. PLIST breakage found by: kris Notes: svn path=/head/; revision=110415
* Update to version 0.34.3. Merger some changes from the PR.Dmitry Sivachenko2004-05-286-30/+27
| | | | | | | | PR: 66646 Submitted by: Thierry Thomas <thierry@pompo.net> Notes: svn path=/head/; revision=110182
* Update to version 0.34.2.Dmitry Sivachenko2004-05-2610-305/+220
| | | | | | | | | | | | 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
* These broken ports are scheduled for deletion on June 18 if they areKris Kennaway2004-04-191-0/+2
| | | | | | | still broken at that time and no PRs have been submitted containing a fix. Notes: svn path=/head/; revision=107549
* - Use USE_ICONV knobKirill Ponomarev2004-03-301-2/+2
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=105722
* This is BROKEN on 5.x as well (does not compile)Kris Kennaway2004-03-061-0/+2
| | | | Notes: svn path=/head/; revision=103141
* BROKEN on 4.x: broken pkg-plistKris Kennaway2004-02-221-0/+4
| | | | Notes: svn path=/head/; revision=101683
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* Chase freetds lib. Bump PORTREVISION.Alex Dupre2004-01-151-2/+2
| | | | | | | | | PR: ports/61302 Submitted by: Alex Kiesel <kiesel@schlund.de> Approved by: nork (mentor/implicitly) Notes: svn path=/head/; revision=98219
* Drop maintainership. I don't use these regularly any more, sorry.Akinori MUSHA2003-10-141-1/+1
| | | | | | | Seems they started using Linux specific constants.. Notes: svn path=/head/; revision=91259
* Fix dependency on freetds library (major version bump).Norikatsu Shigemura2003-04-201-2/+2
| | | | | | | | | Bump PORTREVISION accordingly. Submitted by: Alex Kiesel <kiesel@schlund.de> (freetds maintainer) Notes: svn path=/head/; revision=79357
* Remove USE_GNOMENG.Joe Marcus Clarke2003-04-181-1/+0
| | | | Notes: svn path=/head/; revision=79247
* Add support for Interbase.Akinori MUSHA2003-03-233-5/+102
| | | | | | | | PR: ports/49970 Submitted by: Chris Knight <chris@aims.com.au> Notes: svn path=/head/; revision=77241
* De-pkg-comment my non-ruby ports as well.Akinori MUSHA2003-02-182-1/+1
| | | | Notes: svn path=/head/; revision=75780
* 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