aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.database.mk
Commit message (Collapse)AuthorAgeFilesLines
* Choose best fit version of PostgreSQL if there is none installed.Chris Rees2012-10-291-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=306609
* Stop creating duplicate packages, and add CONFLICTSChris Rees2012-10-251-1/+1
| | | | | | | | | Thanks to erwin for limiting the damage I caused in the meantime Feature safe: yes Notes: svn path=/head/; revision=306392
* Revert part of r306353 to disconnect the versioned slavesErwin Lansing2012-10-251-1/+1
| | | | | | | | | for databases/pgtcl to fix the INDEX build. Feature safe: yes Notes: svn path=/head/; revision=306375
* Add correct dependency details for postgresql9[0-2]-pgtclChris Rees2012-10-241-1/+2
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=306354
* Add versioned slaves for databases/pgtcl; there are now packages built forChris Rees2012-10-241-1/+1
| | | | | | | | | all postgresql9 versions. Feature safe: yes Notes: svn path=/head/; revision=306353
* - Update to new upstream release 5.3.21. Please see UPDATING!Matthias Andree2012-06-181-3/+3
| | | | | | | | | | | | | | | http://download.oracle.com/otndocs/products/berkeleydb/html/changelog_5_3.htm - Convert to OptionsNG. Sunpoet, relative to the PR, there were more Makefile and pkg-plist changes, as well as an update of Mk/bsd.database.mk and UPDATING. Port and pkg-plist updates based on PR: ports/165574 Submitted by: sunpoet@ Notes: svn path=/head/; revision=299590
* - Remove emacs mode, -*- mode: ...; -*- [1]Martin Wilke2012-05-231-1/+1
| | | | | | | | | | | | | | | | | | | - Comments for BUILD_ and RUN_DEPENDS fail to mention alternate means to specify dependencie [2] - Fix make reinstall [3] - Trivial comment change for PORTDATA [4] PR: 151954 [1] 161314 [2] 167085 [3] 167465 [4] Submitted by: Anonymous <swell.k@gmail.com> [1] dougb@ and Chris Rees <utisoft@gmail.com> [2] Garrett Cooper <yanegomi@gmail.com> [3] "Bryan Drewery" <bryan@shatow.net> [4] Tested via: phw Notes: svn path=/head/; revision=297274
* The PostgreSQL Global Development Group announces the beta release ofPalle Girgensohn2012-05-151-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PostgreSQL 9.2, which will include major increases in performance and both vertical and horizontal scalability. The PostgreSQL Project asks all users to download and begin testing 9.2 Beta as soon as possible. Major performance and scalability advances in this version include: * Index-only scans, allowing users to avoid inefficient scans of base tables * Enhanced read-only workload scaling to 64 cores and over 300,000 queries per second * Improvements to data write speeds, including group commit * Reductions in CPU power consumption * Cascading replication, supporting geographically distributed standby databases PostgreSQL 9.2 will also offer many new features for application developers, including: * JSON data support, enabling hybrid document-relational databases * Range types, supporting new types of calendar, time-series and * analytic applications * Multiple improvements to ALTER and other statements, easing runtime * database updates For a full listing of the features in version 9.2 Beta, please see the release notes: http://www.postgresql.org/docs/devel/static/release-9-2.html We depend on our community to help test the next version in order to guarantee that it is high-performance and bug-free. Please install PostgreSQL 9.2 Beta and try it with your workloads and applications as soon as you can, and give feedback to the PostgreSQL developers. More information on how to test and report issues: http://www.postgresql.org/developer/beta Notes: svn path=/head/; revision=296704
* Update to 5.3.6.Xin LI2012-04-201-2/+2
| | | | | | | | PR: ports/167125 Submitted by: maintainer (with approved plist changes) Notes: svn path=/head/; revision=295165
* Remove PostgreSQL 8.2 due to EOL by upstreamChris Rees2012-04-151-2/+1
| | | | | | | | With hat: pgsql Reviewed by: pgsql Notes: svn path=/head/; revision=294867
* Fix version detection; choose default if WITH_PGSQL_VER is not definedChris Rees2012-03-141-1/+2
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=293320
* - Add dependency logic: USE_PGSQL= component[:target] for versioned portsChris Rees2012-03-111-18/+30
| | | | | | | | | | - Fix postgresql version logic-- now falls back to default version only if WANT_ isn't set, thus preserving package building for non-default versions Feature safe: yes Notes: svn path=/head/; revision=293116
* Correct PGSQL_VER generation; was too complicated with many variables.Chris Rees2012-03-101-32/+20
| | | | | | | | | | | | For simplicity, WITH_PGSQL_VER is verified to be correct and then used as the "authoritative" value to compare with WANT_PGSQL_VER range. PR: ports/165874 Submitted by: Guido Falsi <mad@madpilot.net> (based on) Reviewed by: make index Feature safe: yes Notes: svn path=/head/; revision=293070
* Add support for USE_PGSQL= pltclChris Rees2012-03-101-2/+5
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=293045
* - Set postgresql version 9.0 as defaultChris Rees2012-03-061-30/+62
| | | | | | | | | | | | | - Add facility to set minimum/maximum version ranges in WANT_PGSQL_VER - Remove BROKEN_WITH_PGSQL shim PR: ports/165245 Submitted by: crees (me) Reviewed by: exp-runs by pav and erwin Discussed with: girgen Notes: svn path=/head/; revision=292811
* As previously advertised, complete removal of vulnerable ports thatDoug Barton2011-10-141-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | no one has stepped up to deal with: archivers/pecl-phar Vulnerable since 2011-01-13 comms/libsyncml Depends on devel/libsoup22, which is FORBIDDEN databases/mysql323-server Vulnerable since 2006-10-29 databases/mysql323-client Vulnerable since 2006-10-29 databases/mysql323-scripts Vulnerable since 2006-10-29 databases/mysql40-server Vulnerable since 2006-10-29 databases/mysql40-client Vulnerable since 2006-10-29 databases/mysql40-scripts Vulnerable since 2006-10-29 databases/p5-DBD-mysql40 Depends on databases/mysql40-server, which is FORBIDDEN deskutils/buoh Depends on devel/libsoup22, which is FORBIDDEN deskutils/libopensync-plugin-syncml Depends on comms/libsyncml, which is DEPRECATED devel/libsoup22 Vulnerable since 2011-07-28 dns/bind9-sdb-ldap Vulnerable since 2011-06-04 dns/bind9-sdb-postgresql Vulnerable since 2011-06-04 ftp/wgetpro Vulnerable since 2004-12-14 games/quake2forge Vulnerable since 2005-01-21 graphics/linux-tiff Vulnerable since 2004-10-13 japanese/mutt Vulnerable since 2007-07-29 japanese/asterisk14-sounds Depends on net/asterisk14, which is FORBIDDEN net/asterisk14 Vulnerable since 2011-06-25 net/isc-dhcp31-client Vulnerable since 2011-04-10 net/isc-dhcp31-server Vulnerable since 2011-04-10 net/isc-dhcp31-relay Vulnerable since 2011-04-10 net/asterisk-app-ldap Depends on net/asterisk14, which is FORBIDDEN net/asterisk-app-notify Depends on net/asterisk14, which is FORBIDDEN net/asterisk-oh323 Depends on net/asterisk14, which is FORBIDDEN, does not compile on sparc64 net/asterisk14-addons Depends on net/asterisk14, which is FORBIDDEN net/astfax Depends on net/asterisk14, which is FORBIDDEN net-mgmt/nagios2 Vulnerable since 2009-06-30 www/gforge Vulnerable since 2005-08-09 www/linux-flashplugin7 Vulnerable since at least 2008-05-30 www/opera-devel Vulnerable since 2010-06-25, does not fetch www/plone3 Vulnerable and unsupported upstream www/serendipity-devel Vulnerable since 2008-04-25 www/ziproxy Vulnerable since 2010-06-15 www/asterisk-gui Depends on net/asterisk14, which is FORBIDDEN x11-toolkits/linux-pango Vulnerable since 2009-05-13 Notes: svn path=/head/; revision=283540
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+0
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Update databases/db5 to new upstream release 5.2.28.0. ChangeLog:Matthias Andree2011-08-251-8/+7
| | | | | | | | | | | | | | | | | http://download.oracle.com/docs/cd/E17076_02/html/installation/changelog_5_2.html - Remove databases/db51 (no hard dependencies), users having set db51 manually for their ports need to set db5 and rebuild dependent ports. - Add OPTIONS for localization (default off) and crypto (default on). - Install libdb*-5.so symlinks into $PREFIX/lib - If WITH_DEBUG is set, pass --enable-umrw to pacify valgrind, and --enable-debug. Notes: svn path=/head/; revision=280427
* Don't include db51 in USE_BDB=4x+ settings,Matthias Andree2011-07-071-1/+1
| | | | | | | | there's more than one port that is happy with all 4.X versions but doesn't like 5.1. Notes: svn path=/head/; revision=277205
* Add postgresql 9.1 to accepted versionsPalle Girgensohn2011-07-011-0/+1
| | | | Notes: svn path=/head/; revision=276771
* Fix paths for MariaDB.Alex Dupre2011-06-071-2/+2
| | | | | | | Pointyhat to: dougb Notes: svn path=/head/; revision=275194
* Remove db45.Matthias Andree2011-05-271-9/+2
| | | | | | | | | | This happens before EXPIRATION_DATE as no dependencies are left in ports, the few that were there use db46+. Approved by: Gea-Suan Lin (maintainer) Notes: svn path=/head/; revision=274744
* Move Berkeley DB 4.5+ ports to 4.6+ in anticipation of db45 removal.Matthias Andree2011-05-231-1/+1
| | | | Notes: svn path=/head/; revision=274524
* Remove databases/db3. All users were using db3+Matthias Andree2011-05-231-3/+1
| | | | | | | | | and have in fact been using 4.0+ since 2011-04-12 (Mk/bsd.database.mk r1.57). Chase upgrade in dependent ports and change USE_BDB to 40+. Notes: svn path=/head/; revision=274509
* Now that db2 is gone, drop db2_DEPENDS as only reminiscence.Matthias Andree2011-04-121-5/+3
| | | | | | | | No longer autodetect db3 in anticipation of later removal. Make 3+ find only 4.0 and newer. Notes: svn path=/head/; revision=272647
* Remove support for expired PostgreSQL versions 7.3, 7.4, 8.0, and 8.1Rene Ladan2011-04-041-4/+0
| | | | | | | Noted by: kwm Notes: svn path=/head/; revision=272209
* Kill Oracle Berkeley DB 5.0 port.Matthias Andree2011-03-211-9/+2
| | | | | | | | There are no ports that depend on this, just implicit via USE_BDB=yes or USE_BDB=44+ or similar - databases/db51 will do. Notes: svn path=/head/; revision=271422
* Update MySQL to 5.5.10 release (shared library bumped).Alex Dupre2011-03-191-1/+1
| | | | Notes: svn path=/head/; revision=271308
* Switch default MySQL version from 5.1 to 5.5.Alex Dupre2011-02-251-4/+4
| | | | | | | | | PR: ports/153814 Submitted by: ale Approved by: portmgr (-exp run by pav) Notes: svn path=/head/; revision=269699
* - Make mariadb satisfy USE_MYSQL (as virtual version 52)Pav Lucistnik2011-02-251-3/+12
| | | | | | | | | PR: ports/153833 Submitted by: sunpoet Ok'ed by: ale Notes: svn path=/head/; revision=269676
* - Update description for USE_PGSQL and DEFAULT_PGSQL_VEROlli Hauer2010-12-301-2/+2
| | | | | | | | | | | (PostgreSQL 84 is now the default). PR: ports/153318 (followup) Submitted by: ohauer Approved by: miwi Notes: svn path=/head/; revision=267173
* - change default postgresql version to 84Olli Hauer2010-12-301-1/+1
| | | | | | | | | | | - add note to UPDATING PR: 153318 Submitted by: ohauer Approved by: miwi Notes: svn path=/head/; revision=267172
* Fix mysql embedded dependency for MySQL 5.5.Alex Dupre2010-12-291-1/+1
| | | | | | | Spotted by: fluffy Notes: svn path=/head/; revision=267120
* - Add support for firebird 2.1 and 2.5Jose Alonso Cardenas Marquez2010-12-201-1/+5
| | | | | | | - Change FIREBIRD_VER default to 25 Notes: svn path=/head/; revision=266668
* Hook DB 5.1 to the bsd.database.mk logic.Matthias Andree2010-09-211-2/+9
| | | | Notes: svn path=/head/; revision=261546
* PostgreSQL 9.0 is here! The PostgreSQL Global Development GroupPalle Girgensohn2010-09-201-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | announces the availability of our most eagerly awaited release. PostgreSQL 9.0 includes built-in, binary replication, and over a dozen other major features which will appeal to everyone from web developers to database hackers. 9.0 includes more major features than any release before it, including: * Hot standby * Streaming replication * In-place upgrades * 64-bit Windows builds * Easy mass permissions management * Anonymous blocks and named parameter calls for stored procedures * New windowing functions and ordered aggregates ... and many more. For details on the over 200 additions and improvements in this version, developed by over a hundred contributors, please see the release notes. "These kinds of feature additions continue to make a strong case for why mission-critical technology tasks can continue to depend on the power, flexibility and robustness of PostgreSQL,” said Afilias CTO Ram Mohan. More information on PostgreSQL 9.0: * Release notes http://www.postgresql.org/docs/9.0/static/release-9-0 * Presskit http://www.postgresql.org/about/press/presskit90 * Guide to 9.0: http://wiki.postgresql.org/wiki/What's_new_in_PostgreSQL_9.0 --- PR: 150430, Add dtrace Notes: svn path=/head/; revision=261485
* Switch default MySQL version from 5.0-EOL to 5.1-GA.Alex Dupre2010-06-181-3/+3
| | | | | | | | | | PR: ports/147716 Submitted by: ale Approved by: portmgr (-exp run by erwin) Feature safe: yes Notes: svn path=/head/; revision=256667
* Hook databases/db50 to the Berkeley DB logic.Matthias Andree2010-04-261-2/+9
| | | | | | | | | Reviewed by: pav Reviewed by: garga Approved by: garga (mentor). Notes: svn path=/head/; revision=253281
* As announced, remove MySQL 6.0 (dead development branch) and update CONFLICTS.Alex Dupre2010-01-111-1/+0
| | | | Notes: svn path=/head/; revision=247607
* Remove MySQL 5.4 in favor of MySQL 5.5.Alex Dupre2010-01-041-1/+0
| | | | Notes: svn path=/head/; revision=247136
* Add support for MySQL 5.5.Alex Dupre2010-01-041-0/+1
| | | | Notes: svn path=/head/; revision=247132
* Fix previous commit which did not defineSteven Kreuzer2009-11-301-1/+5
| | | | | | | | | | | BDB_LIB_NAME, BDB_LIB_CXX_NAME and BDB_LIB_DIR when db48 is selected Submitted by: ume@ Approved by: miwi@ with portmgr hat on Notes: svn path=/head/; revision=245024
* Add support for Berkeley DB 4.8Steven Kreuzer2009-11-301-2/+5
| | | | | | | Approved by: portmgr@ Notes: svn path=/head/; revision=245022
* Remove obsolete Firebird 1.x :Sergey Skvortsov2009-09-031-2/+0
| | | | | | | | - no longer under development - does not build with GCC 4.x Notes: svn path=/head/; revision=240787
* Add support for upcoming MySQL 5.4.Alex Dupre2009-07-211-0/+1
| | | | Notes: svn path=/head/; revision=238153
* Add postgresql 8.4 to the list of versions.Palle Girgensohn2009-07-081-0/+1
| | | | Notes: svn path=/head/; revision=237404
* - Reformat knobs and their descriptionsAlexey Dokuchaev2009-03-311-46/+55
| | | | | | | | | | | - Kill dots (periods) after some IGNORE statements - Improve wording, expand contractions - Fix couple of typos and remove EOL whitespace PR: ports/133198 Notes: svn path=/head/; revision=231340
* Add support to mysql server and embedded library dependencies.Alex Dupre2009-03-041-5/+12
| | | | | | | | | Now amarok2 port can be imported and use the following row: USE_MYSQL= embedded Notes: svn path=/head/; revision=229475
* - Try to unbreak USE_FIREBIRDPav Lucistnik2008-11-291-2/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=223608
* Unbreak ports tree.Colin Percival2008-11-241-1/+1
| | | | Notes: svn path=/head/; revision=223321