summaryrefslogtreecommitdiffstats
path: root/databases
Commit message (Collapse)AuthorAgeFilesLines
* - This updates ruby-postgres to the latest version: 0.7.1.2006.04.06.clsung2007-08-033-47/+197
| | | | | | | | | | | This offers greatly improved performance and compatibility. The Makefile has been revamped to use RubyGems instead of a plain tarball. The RubyGem packaging is the preferred method of distribution, and simplifies the Makefile. PR: ports/114048 Submitted by: Roderick van Domburg <r dot s dot a dot vandomburg_AT_nedforce dot nl>
* - bsd.qt.mk:lofi2007-08-028-18/+10
| | | | | | | | | | | | QT_COMPONENTS can now be depended on at runtime or buildtime only by specifiying them as <component>_build or <component>_run, respectively. Specifying <component> without any suffix will depend on the component at both build- and runtime just like before. - Convert Qt core ports to use the new dependency switches. - Add a patch to corelib to fix Qt4 on ARM, submitted by: Björn König <bkoenig@alpha-tierchen.de>
* - Update to 2.3.5mnag2007-08-012-4/+4
|
* - Update to 3.4.1mnag2007-08-0116-28/+386
| | | | | | | | | - Make sqlite3 respect CC [1] - Add support for FTS2 [2] PR: 112286 [1], 113477 [2] Submitted by: Sergey Prikhodko <sergey___network-asp.biz> [1], Anton Berezin <tobez___FreeBSD.org> [2]
* - Fix with new python infrastructurepav2007-07-312-141/+138
|
* - this is a repocopied portclsung2007-07-3113-393/+268
| | | | | | | - db45 introduced in ports tree PR: ports/114821 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
* - Update to 1.5rafan2007-07-313-16/+17
| | | | | | | - Add one more mirror PR: ports/115063 Submitted by: Alexander Zhuravlev <zaa at zaa.pp.ru> (maintainer)
* - Fix with python25pav2007-07-301-0/+2
|
* - Fix with non-default pythonpav2007-07-301-1/+1
|
* Don't install world writeable files and directories.arved2007-07-301-1/+3
| | | | | PR: 114286 Reported by: "O. Hartmann" <ohartman@zedat.fu-berlin.de>
* - Make Python 2.5.1 the default Python versionalexbl2007-07-3027-4/+59
| | | | | | | | | | - Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav
* - Does not build with MySQL < 5.0pav2007-07-281-0/+1
| | | | | | PR: ports/114285 Reported by: Bartomiej Syryjczyk <bartlomiej.syryjczyk@expro.pl> Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
* i- Update to 0.765rafan2007-07-272-4/+4
| | | | | PR: ports/114935 Submitted by: hideo <hideo at lastamericanempire.com> (maintainer)
* - Update to 0.735rafan2007-07-272-5/+6
| | | | | PR: ports/114933 Submitted by: hideo <hideo at lastamericanempire.com> (maintainer)
* - Update to 5.0.7rafan2007-07-274-8/+8
| | | | | PR: ports/114759 Submitted by: Matthew Seaman <m.seaman at infracaninophile.co.uk>
* Update to 1.5.4skv2007-07-272-6/+6
|
* Arrange condition to select DEPPORT_SUFFIX.yoichi2007-07-271-5/+7
| | | | Submitted by: ume
* Add postgresql-plproxy 2.0.2, PL/Proxy is database partitioning system.skv2007-07-265-0/+43
|
* Add skytools 2.1.4, PostgreSQL tools from Skype: walshipping, queueing,skv2007-07-265-0/+134
| | | | replication.
* - Change the way how we assign default valuerafan2007-07-264-36/+40
| | | | | | - Some style changes to match Porter's Handbook Suggested by: dougb
* Use the USE_FIREBIRD macro.lofi2007-07-252-4/+3
| | | | Pointed out by: linimon
* - take maintainershipdinoex2007-07-252-2/+2
|
* - Update to 2.1.4miwi2007-07-252-7/+5
| | | | | PR: 114868 Submitted by: Thomas Abthorpe <thomas@goodking.ca>
* Update to 0.04002lbr2007-07-242-6/+5
|
* mysqltoolkit is a collection of command-line utilities that provide missingmiwi2007-07-249-0/+117
| | | | | | | | | | | functionality for MySQL. Some of the tools implement lacking server functionality, such as online consistency checks for master/slave replication; others are client-side utilities such as a query profiler. WWW: http://mysqltoolkit.sourceforge.net PR: ports/114747 Submitted by: Steven Kreuzer <skreuzer at exit2shell.com>
* Begin planning for de-orbit burn. This does not build with gcc4.2, andlinimon2007-07-241-15/+4
| | | | | | | | | the correct fix is to update to a modern version of MySQL. While here, rip out obsolete 4.X cruft. Hat: portmgr Approved by: maintainer
* - update to 3.58mm2007-07-232-7/+7
| | | | | | PR: ports/114781 Submitted by: Thomas Abthorpe <thomas@goodking.ca> Approved by: garga (mentor, implicitt)
* - keep empty directorydinoex2007-07-231-1/+0
|
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-233-3/+0
| | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
* - Accept --infodir argument in configure script so it won't fail when werafan2007-07-232-8/+32
| | | | | | | | set --mandir and --infodir in bsd.port.mk for GNU_CONFIGURE PR: ports/111470 Approved by: portmgr Tested by: pointyhat exp run
* - Update to 3.39clsung2007-07-234-6/+9
| | | | | PR: ports/114779 Submitted by: Thomas Abthorpe <thomas_AT_goodking dot ca>
* - Update to 1.24clsung2007-07-232-4/+4
|
* - Add ports to "geography" virtual categorylaszlof2007-07-223-3/+3
| | | | Approved by: Pav (wearing portmgr hat)
* Add pgbouncer 1.0.8, lightweight connection pooler for PostgreSQL.skv2007-07-228-0/+97
|
* Set DEFAULT_PGSQL_VER to 81 after the change in Mk/bsd.database.mk.edwin2007-07-221-1/+1
| | | | Approved by: pav
* - Mark jdk11 / jdk12 ports for removal in 1 monthpav2007-07-221-0/+3
| | | | | Inspired by: glewis With hat: portmgr
* - Update to 2.10.3pav2007-07-224-8/+8
| | | | | PR: ports/114771 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
* update to 0.3.10dryice2007-07-216-10/+354
|
* - Fix typo: s/USE_PERl5/USE_PERL5/gabor2007-07-201-1/+1
| | | | | | PR: ports/114326 Submitted by: gabor Approved by: maintainer timeout
* Start the deorbit burn of emacs20 and dependent files. They are antiquated.linimon2007-07-192-0/+6
| | | | | Discussed with: various emacs maintainers Hat: portmgr
* - Update to 1.8.7chinsan2007-07-182-5/+10
| | | | | | | | - Add PEAR_MDB2 knob. PR: ports/114664 Submitted by: chinsan Approved by: miwi (maintainer), rafan (mentor)
* - Update to 1.21rafan2007-07-162-4/+4
| | | | | PR: ports/114604 Submitted by: hideo <hideo at lastamericanempire.com> (maintainer)
* - Patch configure.in so it accepts --infodir option [1]rafan2007-07-166-18/+35
| | | | | | | - While I'm here, use USE_RC_SUBR facility for rc scripts - Other cosmetic changes Reported by: pointyhat exp run
* Update to Qt 4.3.0, introduce bsd.qt.mk.lofi2007-07-1615-86/+82
| | | | Approved by: portmgr (bsd.port.mk changes)
* - update to 0.11.0dinoex2007-07-163-176/+190
| | | | new API
* - Allow Apache 2.0+pav2007-07-151-1/+1
| | | | | | PR: ports/114485 Submitted by: Sture Ahlin <sture.ahlin@telia.com> Approved by: Dan Langille <dan@langille.org> (maintainer)
* - Make Perl dependency optionalpav2007-07-152-12/+24
| | | | | | PR: ports/114419 Submitted by: Markus Dolze <bsdfan@nurfuerspam.de> Approved by: Razor <bg1tpt@gmail.com> (maintainer)
* Update to 0.08003.lbr2007-07-153-11/+9
|
* Add build dependency on qt4-moclofi2007-07-146-0/+6
|
* Define PATCHDIR=${.CURDIR}/files to not use patches from qdbmahze2007-07-141-0/+1
| | | | Reported by: pav
OpenPOWER on IntegriCloud