summaryrefslogtreecommitdiff
path: root/databases (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Split the postgresql ports into a server and a client part.Palle Girgensohn2005-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.Palle Girgensohn2005-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.Palle Girgensohn2005-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. ThePalle Girgensohn2005-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.Palle Girgensohn2005-01-311-0/+21
| | | | | PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors)
* - Update to 1.1.9Pav Lucistnik2005-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 finalPav Lucistnik2005-01-294-61/+47
| | | | | PR: ports/76671 Submitted by: Dmytro Rud <rud@cs.uni-magdeburg.de> (maintainer)
* - Update to 0.6.1Pav Lucistnik2005-01-283-13/+9
| | | | | PR: ports/76705 Submitted by: "Choe, Cheng-Dae" <whitekid@gmail.com> (maintainer)
* Update to 0.07Mathieu Arnold2005-01-282-3/+12
| | | | Add docs
* Update to 1.12Mathieu Arnold2005-01-282-3/+3
|
* Update to 1.02Sergey Skvortsov2005-01-262-3/+3
|
* Improve handling of pkgconfig filesTilman Keskinoz2005-01-261-2/+1
| | | | | PR: 76686 Submitted by: Jie Gao <gaoj@cpsc.ucalgary.ca>
* - Update to 1.8.21Michael Johnson2005-01-263-5/+5
|
* fix pkg-plistOliver Lehmann2005-01-254-8/+16
| | | | Noted by: kris
* - Update to 2.6.1Pav Lucistnik2005-01-254-6/+6
| | | | | PR: ports/76675 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
* Update to version 1.22;Dmitry Sivachenko2005-01-252-3/+6
| | | | Fix plist.
* Enter PostgreSQL 8.0.0. Given 4.11 is still being released, abuse -devel bySean Chittenden2005-01-2312-13/+661
| | | | | | | | | | | | | | | | | | | | stuffing the 8.0.0 release in here for the time being. Port epoch bumped because 8.0.rc* is greater than 8.0.0. A note from UPDATING to people who want to use 8.0.0 via -devel in production: The -devel port has been updated to contain 8.0 release since postgresql80-server can not be updated until 4.11 is released and the changes in PR ports/75344 are committed. Users who need 8.0 now can use the -devel port, however, once postgresql80-server has been committed, -devel will begin tracking 8.1. Please be smart about tracking ports and if used in production, update to databases/postgresql80-server as soon as it becomes available. No dump/reload will be required when changing from -devel to postgresql80-server. 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
* don't sed ${WRKSRC}/Makefile.in twiceOliver Lehmann2005-01-214-8/+8
| | | | Noted By: Atanas <atanas@aplus.net>
* ACAP (Application Configuration Access Protol) is an Internet standards-trackPav Lucistnik2005-01-2011-0/+237
| | | | | | | | protocol for remote preferences and other storage for Internet applications such as web browsers or mail readers. PR: ports/76456 Submitted by: Gerhard Gonter <g.gonter@ieee.org>
* Update to 8.0.0rc5. This is likely the last update for this port until itSean Chittenden2005-01-173-3/+9
| | | | | | | | | | carries the 8.0 release. The postgresql80-server port is being held up by the 4.11 release because 80-server requires scads of changes to Mk/*.mk which won't be committed until after 4.11 is pushed out the door. Until 4.11, -devel will act as the 80-server until such time as 80-server is enabled. Get all that? Good. Approved by: girgenson@, ade@
* Symlink vulnerability fixed.Alex Dupre2005-01-1615-0/+727
| | | | | Submitted by: simon Obtained from: MySQL BitKeeper Repository
* Update to 0.9.0.Akinori MUSHA2005-01-1612-33/+60
|
* Clearly state which version of SQLite is supported.Akinori MUSHA2005-01-165-29/+29
|
* Update to ruby-sqlite3 after a repocopy. This is a Ruby interface toAkinori MUSHA2005-01-1613-246/+322
| | | | the SQLite DB engine version 3.
* Update to 4.1.9 release.Alex Dupre2005-01-165-41/+6
|
* - Update to 1.7.27Sergey Matveychuk2005-01-146-72/+62
| | | | | | | | - Pass maintainership to submitter PR: ports/76213 Submitted by: Sergey Prikhodko <sergey(at)network-asp.biz> Approved by: maintainer (timeout: 3+ monthes)
* - Update to 3.51.10Sergey Matveychuk2005-01-1310-54/+954
| | | | | | | | | | - Fix building with iodbc driver - Add building of thread-safe lib - Using ${MASTER_SITE_MYSQL} - Pass mainteintership to submitter PR: ports/76216 Submitted by: Sergey Prikhodko <sergey(at)network-asp.biz>
* [ maintainer ] databases/mysql-connector-java -- update to 3.1.6Edwin Groothuis2005-01-136-10/+44
| | | | | | | | | | | | | | | | | | | | | | | | | Update to version 3.1.6 -- This is a major update to a new code branch, and development on the 3.0 branch will now be limited to critical bug-fixes. From the release announcement: Version 3.1.6 is the first production release of the 3.1 series that is suitable for use with all versions of MySQL, including MySQL-4.1 or MySQL-5.0. Connector/J 3.1.6 is required if you want to use server-side prepared statements MySQL-4.1.2 or newer, or CallableStatements with MySQL-5.0. http://lists.mysql.com/announce/250 Anyone upgrading from the 3.0 series should first read http://dev.mysql.com/doc/connector/j/en/#id2424819 This update adds both a BUILD_DEPENDS and a RUN_DEPENDS on devel/log4j (unless you use the WITHOUT_COMPILE option, where there's only a RUN_DEPENDS) PR: ports/76149 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
* Postgis upgrade from 0.9.0 to 0.9.1Edwin Groothuis2005-01-1311-26/+288
| | | | | | | | | | | Postgis upgrade from 0.9.0 to 0.9.1 Other changes: - Adds support to PostgreSQL 8 - Includes Postgis HTML documentation PR: ports/76214 Submitted by: Anderson S. Ferreira <anderson@cnpm.embrapa.br>
* Add a missing dependencyMathieu Arnold2005-01-131-1/+3
| | | | Submitted by: Matt Adams <matt.adams@morcor.com>
* Fix build (distfiles was moved).Max Khon2005-01-132-2/+2
| | | | | | Submitted by: kuriyama Pointed out by: kris Pointy hat to: fjoe
* [MAINTAINER] Update port: databases/py-MySQLdb-devel to 1.1.8Edwin Groothuis2005-01-122-5/+9
| | | | | | | | | | Update port: databases/py-MySQLdb-devel to 1.1.8 - Change to 1.1.8 - Install more docs PR: ports/75867 Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
* INTAINER] Update port: databases/py-MySQLdb to 1.0.1Edwin Groothuis2005-01-123-19/+16
| | | | | | | | | | | Update port: databases/py-MySQLdb to 1.0.1 - Change to 1.0.1 - Rediff patch-_mysql.c - Install more docs PR: ports/75866 Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
* - Fix pkg-plistSergey Matveychuk2005-01-112-0/+89
| | | | | | - Bump PORTREVISION Reported by: kris via pointyhat
* - Utilize MASTER_SITE_MYSQL instead of tons urlsSergey Matveychuk2005-01-112-22/+4
| | | | | PR: ports/76055 Submitted by: maintainer
* Update port: databases/pear-DB_DataObject_FormBuilder to 0.11.1Edwin Groothuis2005-01-113-5/+5
| | | | | | | | + update port: databases/pear-DB_DataObject_FormBuilder to 0.11.1 + changelog: http://pear.php.net/package/DB_DataObject_FormBuilder/download/0.11.1/ PR: ports/76040 Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net>
* - Update to 2.6.1-rc2Sergey Matveychuk2005-01-104-6/+6
| | | | | PR: ports/76049 Submitted by: maintainer
* - Make it compilable with old gcc [1]Alex Dupre2005-01-1012-6/+102
| | | | | | | - Fix plist PR: ports/76054 Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
* - Make it compilable with old gcc [1]Alex Dupre2005-01-102-0/+14
| | | | | | | - Fix plist PR: ports/76054 Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
* - Use MASTER_SITES_MYSQLAlex Dupre2005-01-104-28/+207
| | | | | | | | - Add WITHOUT_INNODB knob [1] - Fix tcp wrappers (hopefully definitely!) - Extend allowed linuxthreads shlib versions Submitted by: sobomax [1]
* Extend allowed linuxthreads shlib versions.Alex Dupre2005-01-108-16/+16
|
* Move pre-configure in the common part.Alex Dupre2005-01-108-48/+48
| | | | Spotted by: Maxim Maximov <mcsi@mcsi.pp.ru>
* Conditionally remove include/mysql.Alex Dupre2005-01-101-1/+1
|
* Correct comment typo.Alex Dupre2005-01-107-7/+7
| | | | | PR: ports/76050 Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
* Update to 5.0.2 release:Alex Dupre2005-01-1048-990/+1806
| | | | | | | | | - Use MASTER_SITES_MYSQL - Add WITHOUT_INNODB knob [1] - Fix tcp wrappers (hopefully definitely!) - Add WITH_NDB knob Submitted by: sobomax [1]
* Update to 1.5.2Sergey Skvortsov2005-01-1015-30/+35
|
* Update to 4.1.8a release [1][2]:Alex Dupre2005-01-1012-173/+289
| | | | | | | | | | | | - Use MASTER_SITES_MYSQL - Add WITHOUT_INNODB knob [3] - Fix tcp wrappers (hopefully definitely!) - Add WITH_NDB knob PR: ports/75556 [1], ports/75565 [2] Submitted by: Sergey Prikhodko <sergey@network-asp.biz> [1], Marcus Grando <marcus@corp.grupos.com.br> [2], sobomax [3]
* Share post-extract target with all three subports.Alex Dupre2005-01-091-3/+3
| | | | Spotted by: Jose Alonso Cardenas Marquez <acardenas@bsdperu.org>
* Fix plist when installing WITHOUT_LDAP.Palle Girgensohn2005-01-092-1/+3
| | | | | PR: ports/75857 Approved by: ade, marcus
* Update to 4.0.23a release [1]:Alex Dupre2005-01-0911-111/+240
| | | | | | | | | | - Use MASTER_SITES_MYSQL - Add WITHOUT_INNODB knob [2] - Fix tcp wrappers (hopefully definitely!) PR: ports/75598 [1] Submitted by: Marcus Grando <marcus@corp.grupos.com.br> [1], sobomax [2]