aboutsummaryrefslogtreecommitdiff
path: root/databases
Commit message (Collapse)AuthorAgeFilesLines
* - Update RUN_DEPENDS according to the repo of rubygem-postgresCheng-Lung Sung2007-08-032-2/+2
| | | | | | | Noted by: Dmitry Morozovsky <marck_AT_rinet dot ru> Notes: svn path=/head/; revision=197031
* - update to 4.1.3Dirk Meyer2007-08-032-4/+4
| | | | Notes: svn path=/head/; revision=197017
* - fix INDEX breakCheng-Lung Sung2007-08-031-1/+1
| | | | | | | Pointyhat to: clsung (me) Notes: svn path=/head/; revision=197013
* - databases/ruby-postgres -> databases/rubygem-postgresCheng-Lung Sung2007-08-035-69/+1
| | | | | | | | PR: ports/114048 Submitted by: Roderick van Domburg <r dot s dot a dot vandomburg_AT_nedforce dot nl> Notes: svn path=/head/; revision=197005
* - This updates ruby-postgres to the latest version: 0.7.1.2006.04.06.Cheng-Lung Sung2007-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> Notes: svn path=/head/; revision=197004
* - bsd.qt.mk:Michael Nottebrock2007-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> Notes: svn path=/head/; revision=196993
* - Update to 2.3.5Marcus Alves Grando2007-08-012-4/+4
| | | | Notes: svn path=/head/; revision=196901
* - Update to 3.4.1Marcus Alves Grando2007-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] Notes: svn path=/head/; revision=196900
* - Fix with new python infrastructurePav Lucistnik2007-07-312-141/+138
| | | | Notes: svn path=/head/; revision=196809
* - this is a repocopied portCheng-Lung Sung2007-07-3113-393/+268
| | | | | | | | | | - db45 introduced in ports tree PR: ports/114821 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=196800
* - Update to 1.5Rong-En Fan2007-07-313-16/+17
| | | | | | | | | | - Add one more mirror PR: ports/115063 Submitted by: Alexander Zhuravlev <zaa at zaa.pp.ru> (maintainer) Notes: svn path=/head/; revision=196779
* - Fix with python25Pav Lucistnik2007-07-301-0/+2
| | | | Notes: svn path=/head/; revision=196746
* - Fix with non-default pythonPav Lucistnik2007-07-301-1/+1
| | | | Notes: svn path=/head/; revision=196744
* Don't install world writeable files and directories.Tilman Keskinoz2007-07-301-1/+3
| | | | | | | | PR: 114286 Reported by: "O. Hartmann" <ohartman@zedat.fu-berlin.de> Notes: svn path=/head/; revision=196726
* - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry2007-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 Notes: svn path=/head/; revision=196700
* - Does not build with MySQL < 5.0Pav Lucistnik2007-07-281-0/+1
| | | | | | | | | PR: ports/114285 Reported by: Bartomiej Syryjczyk <bartlomiej.syryjczyk@expro.pl> Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer) Notes: svn path=/head/; revision=196502
* i- Update to 0.765Rong-En Fan2007-07-272-4/+4
| | | | | | | | PR: ports/114935 Submitted by: hideo <hideo at lastamericanempire.com> (maintainer) Notes: svn path=/head/; revision=196397
* - Update to 0.735Rong-En Fan2007-07-272-5/+6
| | | | | | | | PR: ports/114933 Submitted by: hideo <hideo at lastamericanempire.com> (maintainer) Notes: svn path=/head/; revision=196396
* - Update to 5.0.7Rong-En Fan2007-07-274-8/+8
| | | | | | | | PR: ports/114759 Submitted by: Matthew Seaman <m.seaman at infracaninophile.co.uk> Notes: svn path=/head/; revision=196389
* Update to 1.5.4Sergey Skvortsov2007-07-272-6/+6
| | | | Notes: svn path=/head/; revision=196363
* Arrange condition to select DEPPORT_SUFFIX.Yoichi NAKAYAMA2007-07-271-5/+7
| | | | | | | Submitted by: ume Notes: svn path=/head/; revision=196361
* Add postgresql-plproxy 2.0.2, PL/Proxy is database partitioning system.Sergey Skvortsov2007-07-265-0/+43
| | | | Notes: svn path=/head/; revision=196341
* Add skytools 2.1.4, PostgreSQL tools from Skype: walshipping, queueing,Sergey Skvortsov2007-07-265-0/+134
| | | | | | | replication. Notes: svn path=/head/; revision=196339
* - Change the way how we assign default valueRong-En Fan2007-07-264-36/+40
| | | | | | | | | - Some style changes to match Porter's Handbook Suggested by: dougb Notes: svn path=/head/; revision=196326
* Use the USE_FIREBIRD macro.Michael Nottebrock2007-07-252-4/+3
| | | | | | | Pointed out by: linimon Notes: svn path=/head/; revision=196279
* - take maintainershipDirk Meyer2007-07-252-2/+2
| | | | Notes: svn path=/head/; revision=196264
* - Update to 2.1.4Martin Wilke2007-07-252-7/+5
| | | | | | | | PR: 114868 Submitted by: Thomas Abthorpe <thomas@goodking.ca> Notes: svn path=/head/; revision=196262
* Update to 0.04002Lars Balker Rasmussen2007-07-242-6/+5
| | | | Notes: svn path=/head/; revision=196225
* mysqltoolkit is a collection of command-line utilities that provide missingMartin Wilke2007-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> Notes: svn path=/head/; revision=196189
* Begin planning for de-orbit burn. This does not build with gcc4.2, andMark Linimon2007-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 Notes: svn path=/head/; revision=196182
* - update to 3.58Martin Matuska2007-07-232-7/+7
| | | | | | | | | PR: ports/114781 Submitted by: Thomas Abthorpe <thomas@goodking.ca> Approved by: garga (mentor, implicitt) Notes: svn path=/head/; revision=196158
* - keep empty directoryDirk Meyer2007-07-231-1/+0
| | | | Notes: svn path=/head/; revision=196131
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-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 Notes: svn path=/head/; revision=196111
* - Accept --infodir argument in configure script so it won't fail when weRong-En Fan2007-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 Notes: svn path=/head/; revision=196110
* - Update to 3.39Cheng-Lung Sung2007-07-234-6/+9
| | | | | | | | PR: ports/114779 Submitted by: Thomas Abthorpe <thomas_AT_goodking dot ca> Notes: svn path=/head/; revision=196102
* - Update to 1.24Cheng-Lung Sung2007-07-232-4/+4
| | | | Notes: svn path=/head/; revision=196092
* - Add ports to "geography" virtual categoryFrank J. Laszlo2007-07-223-3/+3
| | | | | | | Approved by: Pav (wearing portmgr hat) Notes: svn path=/head/; revision=196069
* Add pgbouncer 1.0.8, lightweight connection pooler for PostgreSQL.Sergey Skvortsov2007-07-228-0/+97
| | | | Notes: svn path=/head/; revision=196066
* Set DEFAULT_PGSQL_VER to 81 after the change in Mk/bsd.database.mk.Edwin Groothuis2007-07-221-1/+1
| | | | | | | Approved by: pav Notes: svn path=/head/; revision=196033
* - Mark jdk11 / jdk12 ports for removal in 1 monthPav Lucistnik2007-07-221-0/+3
| | | | | | | | Inspired by: glewis With hat: portmgr Notes: svn path=/head/; revision=196029
* - Update to 2.10.3Pav Lucistnik2007-07-224-8/+8
| | | | | | | | PR: ports/114771 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) Notes: svn path=/head/; revision=196026
* update to 0.3.10Dryice Dong Liu2007-07-216-10/+354
| | | | Notes: svn path=/head/; revision=195974
* - Fix typo: s/USE_PERl5/USE_PERL5/Gabor Kovesdan2007-07-201-1/+1
| | | | | | | | | PR: ports/114326 Submitted by: gabor Approved by: maintainer timeout Notes: svn path=/head/; revision=195955
* Start the deorbit burn of emacs20 and dependent files. They are antiquated.Mark Linimon2007-07-192-0/+6
| | | | | | | | Discussed with: various emacs maintainers Hat: portmgr Notes: svn path=/head/; revision=195880
* - Update to 1.8.7Chin-San Huang2007-07-182-5/+10
| | | | | | | | | | | - Add PEAR_MDB2 knob. PR: ports/114664 Submitted by: chinsan Approved by: miwi (maintainer), rafan (mentor) Notes: svn path=/head/; revision=195830
* - Update to 1.21Rong-En Fan2007-07-162-4/+4
| | | | | | | | PR: ports/114604 Submitted by: hideo <hideo at lastamericanempire.com> (maintainer) Notes: svn path=/head/; revision=195728
* - Patch configure.in so it accepts --infodir option [1]Rong-En Fan2007-07-166-18/+35
| | | | | | | | | | - While I'm here, use USE_RC_SUBR facility for rc scripts - Other cosmetic changes Reported by: pointyhat exp run Notes: svn path=/head/; revision=195720
* Update to Qt 4.3.0, introduce bsd.qt.mk.Michael Nottebrock2007-07-1615-86/+82
| | | | | | | Approved by: portmgr (bsd.port.mk changes) Notes: svn path=/head/; revision=195715
* - update to 0.11.0Dirk Meyer2007-07-163-176/+190
| | | | | | | new API Notes: svn path=/head/; revision=195701
* - Allow Apache 2.0+Pav Lucistnik2007-07-151-1/+1
| | | | | | | | | PR: ports/114485 Submitted by: Sture Ahlin <sture.ahlin@telia.com> Approved by: Dan Langille <dan@langille.org> (maintainer) Notes: svn path=/head/; revision=195689