summaryrefslogtreecommitdiffstats
path: root/databases
Commit message (Collapse)AuthorAgeFilesLines
* - The "slon" daemon performs many actions in the replication. One of thosepav2005-02-094-2/+36
| | | | | | | | contained a bug which caused large replication backlog to perform extremely poorly. This patch pulls in the bug fix from the CVS version of slony. PR: ports/77312 Submitted by: Vivek Khera <vivek@khera.org> (maintainer)
* - Change default mysql lib to libmysqlclient_r. WITHOUT_MYSQLCLIENT_R=yes ↵pav2005-02-092-24/+31
| | | | | | | | | | use libmysqlclient. - Install more docs - Update very old pkg-descr PR: ports/77314 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> (maintainer)
* - Change default mysql lib to libmysqlclient_r.pav2005-02-092-15/+18
| | | | | | | | WITHOUT_MYSQLCLIENT_R=yes use libmysqlclient. - Update very old pkg-descr PR: ports/77284 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> (maintainer)
* Let pkg-message reflect the renaming of the startup script.girgen2005-02-0911-22/+22
| | | | | Submitted by: Nick Pavlica <linicks at gmail dot com> Approved by: ade (mentor)
* Replace the hardcoded version number with ${PORTVERSION} in a couple of places.mi2005-02-095-10/+10
| | | | Approved by: maintainer
* - add vendor patch 4.3.27.1 to fix C++ DbEnv::ref_electpav2005-02-0815-15/+50
| | | | | PR: ports/77263 Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer)
* - Update to 1.2.0pav2005-02-084-42/+18
| | | | | PR: ports/77245 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> (maintainer)
* - Update to 1.7.28sem2005-02-084-6/+6
| | | | | PR: ports/77258 Submitted by: maintainer
* Unbreak build - remove cast for (void*)SvOK_offskv2005-02-082-3/+4
| | | | | PR: ports/77090 Submitted by: Tod McQuillin <devin@spamcop.net>
* Update to 0.14mat2005-02-082-4/+3
|
* Remove obsolete patch.lofi2005-02-081-11/+0
|
* - Mark broken on 5.2.0-RELEASE and later until problems with this portfjoe2005-02-072-0/+8
| | | | | are resolved. - Suggest to use pgadmin3 binary from pgadmin.org.
* local/java/classes is part of mtree, so don't remove whengirgen2005-02-061-2/+0
| | | | | | deinstalling. Approved by: ade (mentor)
* Add some forgotten manpages.girgen2005-02-069-27/+54
| | | | Approved by: ade (mentor)
* Update to Qt 3.3.4, introduce MASTER_SITE_QT.lofi2005-02-0610-37/+20
| | | | Approved by: maintainer (for qmake)
* VPOPMAILDIR?= ${LOCALBASE}/vpopmailoliver2005-02-0412-48/+128
| | | | | | | update to 0.53 new knobs: WITH_MAILUSER WITH_MAILGROUP WITHOUT_AUTHUSERDB Submitted by: "Gustavo A. Baratto" <gbaratto@superb.net>
* Update to 1.47mat2005-02-032-3/+3
|
* In order to address a potential security hole recently identified withgirgen2005-02-0349-175/+189
| | | | | | | | | | | | | | | | | | | the "LOAD" option, the PostgreSQL Global Development Group is announcing the release of new versions of PostgreSQL. Update to 7.3.9, 7.4.7 & 8.0.1. Take the opportunity to reset PORTREVISION of slave ports. Back out name change of startup script. The new script uses rc.subr(8), and as such also uses rcorder(8). But, rcorder does not exist in FreeBSD 4.x. Hence rename the script it back to the top of the directory list. [1] The periodic script should of course be executable. [2] [1] Noted by Niels Chr. Bank-Pedersen <ncbp at bank-pedersen dot dk> [2] Noted by Fritz Heinrichmeyer <fritz.heinrichmeyer at fernuni-hagen dot de>
* - Update to 1.1.10pav2005-02-022-3/+3
| | | | | PR: ports/76969 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> (maintainer)
* Update to 1.2.3 which includes fixes for broken versions of pmk(1).seanc2005-02-023-6/+4
| | | | Prodded by: DarcyB
* Fixup after the PostgreSQL megacommitmat2005-01-311-0/+2
|
* Remove forgotten "beta" no_latest_link, and fix broken master_site_subdirgirgen2005-01-319-27/+9
| | | | Approved by: seanc (mentor)
* BROKEN on amd64: Does not buildkrion2005-01-311-0/+4
|
* BROKEN: Does not buildkrion2005-01-311-0/+2
|
* Fix plist.krion2005-01-311-0/+1
|
* Use USE_PGSQL to fix 'make describe' and hopefully INDEX builds.erwin2005-01-311-1/+1
| | | | Forgotten by: girgen
* Correct comment about USE_PGSQL knobgirgen2005-01-311-1/+1
|
* Bumping portrevisiongirgen2005-01-311-1/+1
|
* Bump portrevisiongirgen2005-01-313-2/+3
|
* Bump portrevisiongirgen2005-01-311-1/+1
|
* Bump portrevision.girgen2005-01-311-1/+1
|
* The PostgreSQL version 7.2 is removed, since 7.2 branch is retired.girgen2005-01-3116-1002/+0
| | | | | PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors)
* Split the postgresql ports into a server and a client part. Hence,girgen2005-01-3125-2393/+0
| | | | | | | remove this port. Please see UPDATING for more info. PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors)
* Say hello to postgresql-8.0. Some of the highlights of the new versiongirgen2005-01-31207-6300/+11565
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | are savepoints (within transactions), point-in-time recovery and tablespaces. Check out the release notes and the shiny new PostgreSQL.org website at: http://www.PostgreSQL.org/docs/8.0/static/release.html#RELEASE-8-0 The port uses the new postgresql ports' layout and is split into a server and a client part. The following knobs can be used by ports depending on PostgreSQL: # USE_PGSQL - Add PostgreSQL client dependency. # If no version is given (by the maintainer via the port or # by the user via defined variable), try to find the # currently installed version. Fall back to default if # necessary (PostgreSQL-7.4 = 74). # DEFAULT_PGSQL_VER # - PostgreSQL default version. Can be overridden within a port. # Default: 74. # WANT_PGSQL_VER # - Maintainer can set an arbitrary version of PostgreSQL by # using it. # BROKEN_WITH_PGSQL # - This variable can be defined if the ports doesn't support # one or more versions of PostgreSQL. PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors)
* Split the postgresql ports into a server and a client part.girgen2005-01-3155-429/+279
| | | | | | | | 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)
* Split the postgresql ports into a server and a client part.girgen2005-01-314-49/+19
| | | | | | | | The tcltk interface has been removed from the main distribution, so fixate the version number to the latest released version, 7.4.6. PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors)
* Split the postgresql ports into a server and a client part.girgen2005-01-314-58/+13
| | | | | | | | | | The JDBC interface has been moved from the main distribution to its own project at jdbc.postgresql.org. Fixate to the latest version in main distro, 7.4.6, pending an update to latest version from the project site. PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors)
* Split the postgresql ports into a server and a client part. Thegirgen2005-01-3128-870/+901
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | following knobs can be used by ports depending on PostgreSQL: # USE_PGSQL - Add PostgreSQL client dependency. # If no version is given (by the maintainer via the port or # by the user via defined variable), try to find the # currently installed version. Fall back to default if # necessary (PostgreSQL-7.4 = 74). # DEFAULT_PGSQL_VER # - PostgreSQL default version. Can be overridden within a port. # Default: 74. # WANT_PGSQL_VER # - Maintainer can set an arbitrary version of PostgreSQL by # using it. # BROKEN_WITH_PGSQL # - This variable can be defined if the ports doesn't support # one or more versions of PostgreSQL. Note that a periodic script is installed that will, by default, vacuum all databases nightly. You may want to tweak the settings, see the script at ${LOCALBASE}/etc/periodic/daily/502.pgsql To run PostgreSQL at boot time, set postgresql_enable=yes in /etc/rc.conf. Note PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors)
* This port installs the client part of PostgreSQL.girgen2005-01-311-0/+21
| | | | | PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors)
* - Update to 1.1.9pav2005-01-292-22/+12
| | | | | | | | - Remove SSL/CRYPTO options, because detects automatic now. - Install new DOCs PR: ports/76607 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> (maintainer)
* - Update to 3.1 finalpav2005-01-294-61/+47
| | | | | PR: ports/76671 Submitted by: Dmytro Rud <rud@cs.uni-magdeburg.de> (maintainer)
* - Update to 0.6.1pav2005-01-283-13/+9
| | | | | PR: ports/76705 Submitted by: "Choe, Cheng-Dae" <whitekid@gmail.com> (maintainer)
* Update to 0.07mat2005-01-282-3/+12
| | | | Add docs
* Update to 1.12mat2005-01-282-3/+3
|
* Update to 1.02skv2005-01-262-3/+3
|
* Improve handling of pkgconfig filesarved2005-01-261-2/+1
| | | | | PR: 76686 Submitted by: Jie Gao <gaoj@cpsc.ucalgary.ca>
* - Update to 1.8.21ahze2005-01-263-5/+5
|
* fix pkg-plistoliver2005-01-254-8/+16
| | | | Noted by: kris
* - Update to 2.6.1pav2005-01-254-6/+6
| | | | | PR: ports/76675 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
* Update to version 1.22;demon2005-01-252-3/+6
| | | | Fix plist.
OpenPOWER on IntegriCloud