pkgsrc/databases
adam 687e1a9063 Changes 5.5.20:
* A new server option, --slow-start-timeout, controls the Windows service
  control manager's service start timeout. The value is the maximum number of
  milliseconds that the service control manager waits before trying to kill the
  MySQL service during startup. The default value is 15000 (15 seconds). If the
  MySQL service takes too long to start, you may need to increase this value.
  A value of 0 means there is no timeout.

Bugs Fixed:
* Important Change: Replication: Setting an empty user in a CHANGE MASTER TO
  statement caused an invalid internal result and is no longer permitted. Trying  to use MASTER_USER='' or setting MASTER_PASSWORD while leaving MASTER_USER
  unset causes the statement to fail with an error.
* Important Change: Replication: Moving the binary log file, relay log file, or
  both files to a new location, then restarting the server with a new value for
  --log-bin, --relay-log, or both, caused the server to abort on start. This
  was because the entries in the index file overrode the new location. In
  addition, paths were calculated relative to datadir (rather than to the
  --log-bin or --relay-log values).
* InnoDB Storage Engine: When doing a live downgrade from MySQL 5.6.4 or later,   with innodb_page_size set to a value other than 16384, now the earlier MySQL
  version reports that the page size is incompatible with the older version,
  rather than crashing or displaying a “corruption” error.
* InnoDB Storage Engine: Issuing INSERT...ON DUPLICATE KEY statements for
  InnoDB tables from concurrent threads could cause a deadlock, particularly
  with the INSERT...ON DUPLICATE KEY UPDATE form. The fix avoids deadlocks
  caused by the same row being accessed by more than one transaction. Deadlocks
  could still occur when multiple rows are inserted and updated simultaneously
  by different transactions in inconsistent order; those types of deadlocks
  require the standard error handling on the application side, of re-trying the
  transaction.
* An incorrect InnoDB assertion could cause the server to halt. This issue only
  affected debug builds. The assertion referenced the source file btr0pcur.ic
  and the variable cursor->pos_state.
* Locale information for FORMAT() function instances was lost in view
  definitions.
* The handle_segfault() signal-handler code in mysqld could itself crash due to
  calling unsafe functions.
* Enabling myisam_use_mmap could cause the server to crash.
* Concurrent access to ARCHIVE tables could cause corruption.
2012-01-12 16:33:49 +00:00
..
abook Fix build with Clang 2011-08-20 15:27:09 +00:00
adodb Bump PKGREVISION from PHP_VERSION_DEFAULT changes. 2011-09-16 05:46:22 +00:00
apache-cassandra Update to the more recent version Apache Cassandra 0.7.6. 2011-05-20 00:27:59 +00:00
bdb-xml Package accepts db4 or db5 but CONFIGURE_ARGS was explicitly trying to 2011-04-01 21:07:01 +00:00
cdb
clisp-bdb database/clisp-bsd: Add gettext-lib buildlink3 for DragonFly 2011-11-28 22:51:41 +00:00
clisp-gdbm database/clisp-gdbm: Add gettext-lib buildlink3 for DragonFly 2011-11-28 22:55:02 +00:00
clisp-pgsql Import CLISP postgresql module as databases/clisp-pgsql. 2010-07-09 19:16:58 +00:00
couchdb Update couchdb to 1.1.1. 2011-12-20 14:08:55 +00:00
csharp-mysql Initial import of Connector/Net 6.3.5 under the name of csharp-mysql, a 2010-10-16 21:26:02 +00:00
cstore Add a some missing header files and fix a cast. 2011-12-20 13:42:47 +00:00
datadraw Fix DESTDIR. 2009-11-30 18:26:48 +00:00
db Drop NO_PKGTOOLS_REQD_CHECK, it is no longer relevant. 2009-09-09 16:59:17 +00:00
db3
db4 Revert previous as one of the licenses has a non-BSD clause as pointed 2011-08-31 21:30:40 +00:00
db5 Changes 5.2.36: 2011-10-03 10:54:45 +00:00
db46 Remove workaround for compiler bug in gcc2 on sparc64. 2010-01-16 17:57:36 +00:00
dbh databases/dbh: Fix Gentoo ltmain sanitary check flaw 2011-11-28 22:56:52 +00:00
edb
freetds clean up in some cases where the faked "libgnutls-config" script 2012-01-09 14:53:31 +00:00
gdbm Changes 1.10: 2012-01-08 09:22:52 +00:00
gdbm_compat Fixes build with libgdbm. 2012-01-10 04:40:03 +00:00
gdbm_primitive Recursive bump from gdbm shlib bump. 2011-08-23 13:06:45 +00:00
geneweb Recursive bump for lang/ocaml buildlink addition. 2011-12-06 00:19:21 +00:00
gigabase Update gigabase to 3.82. 2011-06-18 02:45:13 +00:00
gnats Fix broken build with clang. While here, fix the toplevel makefile to 2011-08-01 05:19:12 +00:00
gnome-mime-data recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
gourmet Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
gq Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
gramps Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
gramps2 Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
gramps3 Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
gtkdbfeditor Initial import of gtkdbfeditor-1.0.4: 2012-01-08 15:07:54 +00:00
gtksql recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
guile-pg Update to 0.39. Resolves type errors vs newer pgsql. 2010-03-19 11:26:57 +00:00
idzebra recursive bump from textproc/icu shlib major bump. 2011-06-10 09:39:41 +00:00
iodbc Use DL_AUTO_VARS to fix build on Linux. From Aleksey Cheusov in PR 43516. 2010-06-25 22:06:47 +00:00
ipa_sdb Update ipa_sdb to 1.1. 2011-02-10 12:03:11 +00:00
java-db3 Mark as user-destdir-ready. 2010-03-08 09:57:02 +00:00
java-qdbm
java-tokyocabinet Update HOMEPAGE location. 2010-08-06 04:51:23 +00:00
jdb DESTDIR support 2010-01-29 16:51:38 +00:00
jdbc-mysql5
jdbc-mysql31
jdbc-postgresql83 Updated databases/jdbc-postgresql83 to 605 2009-10-20 11:02:55 +00:00
jdbc-postgresql84 Added databases/jdbc-postgresql84 version 701 2009-10-20 10:59:18 +00:00
kmysqladmin Fix build with newer GCC 2011-11-24 14:16:18 +00:00
krecipes Uses perl. 2012-01-12 15:31:45 +00:00
lbdb DESTDIR support 2010-01-29 16:51:38 +00:00
ldapvi recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
libcassandra Recursive bump from boost-libs shlib bump. 2012-01-09 02:54:24 +00:00
libdbi remove *_drivers files 2011-09-18 20:20:35 +00:00
libdbi-driver-mysql Files related to libdbi DB drivers have been moved to 2011-09-15 21:22:34 +00:00
libdbi-driver-pgsql Files related to libdbi DB drivers have been moved to 2011-09-15 21:22:34 +00:00
libdbi-driver-sqlite Files related to libdbi DB drivers have been moved to 2011-09-15 21:22:34 +00:00
libdbi-driver-sqlite3 Update my email 2011-10-09 10:02:44 +00:00
libgda recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
libgda-mysql recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
libgda-postgres recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
libgnomedb Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
libpqxx Fix build with modern GCC 2011-11-24 14:14:14 +00:00
libpqxx-doc
lua-sqlite Transfer ownership to pkgsrc-users. pancake's address is not valid any 2010-07-06 10:17:11 +00:00
lua-tokyocabinet Update HOMEPAGE location. 2010-08-06 04:51:23 +00:00
luma Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
maatkit Upgrade to latest version. 2011-08-07 02:16:03 +00:00
mergeant Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
metakit-lib
myodbc Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:11:52 +00:00
mysql-workbench Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
mysql5-client Update mysql5-{client,server} pacakge to 5.0.92. 2011-02-26 02:58:55 +00:00
mysql5-server Add b3.mk file for consistency with the other MySQL server packages 2011-09-12 10:56:10 +00:00
mysql51-client Changes 5.1.60: 2011-12-02 14:25:09 +00:00
mysql51-server Changes 5.1.60: 2011-12-02 14:25:09 +00:00
mysql55-client Changes 5.5.20: 2012-01-12 16:33:49 +00:00
mysql55-server Changes 5.5.20: 2012-01-12 16:33:49 +00:00
mysqlcc Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
mytop Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
nss_ldap Make Kerberos support optionnal and enabled by default in nss_ldap. It 2012-01-09 05:16:29 +00:00
ocaml-mysql Recursive bump for lang/ocaml buildlink addition. 2011-12-06 00:19:21 +00:00
odbc-postgresql Changes 09.00.0200: 2010-12-25 08:37:31 +00:00
openldap Fix an off-by-one error in the UTF8StringNormalize function that allows 2011-10-30 18:05:28 +00:00
openldap-client update to 2.4.24 2011-03-17 14:09:20 +00:00
openldap-cloak Update to OpenLDAP 2.4.23, now the "stable" release. 2010-07-24 11:15:16 +00:00
openldap-doc Finish update to 2.4.24. Chances since 2.4.23: 2011-03-18 09:44:37 +00:00
openldap-nops Fix pkglint warnings 2010-12-17 10:19:16 +00:00
openldap-server Add devel/libuuid buildlink on Linux and SunOS only. 2011-12-02 08:53:08 +00:00
openldap-smbk5pwd Fix building openldap-smbk5pwd on machines other than NetBSD, and without kerberos if Heimdal not found (only Samba support). 2010-12-17 10:20:51 +00:00
oraedit Use an empty do-configure target instead of NO_CONFIGURE=yes, as the 2011-06-19 18:53:19 +00:00
p5-AddressBook Revision bump after updating perl to 5.14.1 2011-08-06 14:51:08 +00:00
p5-AnyEvent-BDB Revision bump after updating perl to 5.14.1 2011-08-06 14:51:08 +00:00
p5-Apache-DBI Changes 1.10: 2011-08-06 14:54:47 +00:00
p5-BDB Changes 1.89: 2011-08-06 15:23:35 +00:00
p5-BerkeleyDB Update to 0.49. Fix interpreters. 2011-08-16 20:07:43 +00:00
p5-Catalyst-Model-DBIC-Schema Update p5-Catalyst-Model-DBIC-Schema to 0.59. 2012-01-10 08:58:04 +00:00
p5-Catalyst-Model-RDBO Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-CatalystX-CRUD Update p5-CatalystX-CRUD to 0.52. 2011-10-16 09:17:53 +00:00
p5-CatalystX-CRUD-Model-RDBO Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-CatalystX-CRUD-ModelAdapter-DBIC Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-CDB_File Changes 0.97: 2011-08-06 14:58:08 +00:00
p5-Class-DBI Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-Class-DBI-AbstractSearch Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-Class-DBI-Pg Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-Class-DBI-Plugin Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-Class-DBI-Plugin-DeepAbstractSearch Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-Data-Table Revision bump after updating perl to 5.14.1 2011-08-06 15:00:37 +00:00
p5-DB_File Update to 1.824: 2011-08-16 20:08:56 +00:00
p5-DB_File-Lock Revision bump after updating perl to 5.14.1 2011-08-06 15:00:37 +00:00
p5-DBD-CSV Update p5-DBD-CSV to 0.33. 2011-10-05 08:31:29 +00:00
p5-DBD-DB2 Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-DBD-Google Revision bump after updating perl to 5.14.1 2011-08-06 20:00:57 +00:00
p5-DBD-Mock Update p5-DBD-Mock to 1.43. 2011-10-16 16:21:11 +00:00
p5-DBD-mysql Revision bump after updating perl to 5.14.1 2011-08-06 20:11:02 +00:00
p5-DBD-ODBC Changes 1.31: 2011-08-06 20:18:39 +00:00
p5-DBD-Oracle Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-DBD-PgPP Changes 0.08: 2011-08-06 20:21:33 +00:00
p5-DBD-postgresql Changes 2.18.1: 2011-08-06 20:31:02 +00:00
p5-DBD-SQLite Changes 1.33: 2011-08-06 20:27:17 +00:00
p5-DBD-SQLite2 Revision bump after updating perl to 5.14.1 2011-08-06 20:28:14 +00:00
p5-DBD-Sybase Update p5-DBD-Sybase to 1.13, to buildable with perl-5.14. 2011-09-29 11:07:10 +00:00
p5-DBD-XBase Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-DBI Changes 1.1616: 2011-08-06 14:47:28 +00:00
p5-DBI-Shell Revision bump after updating perl to 5.14.1 2011-08-06 15:24:33 +00:00
p5-DBICx-Deploy Fixes shebang for bin/dbicdeploy 2011-09-29 12:19:48 +00:00
p5-DBICx-MapMaker Update p5-DBICx-MapMaker to 0.03. 2011-10-18 09:46:01 +00:00
p5-DBICx-TestDatabase Update p5-DBICx-TestDatabase to 0.04. 2011-10-19 08:09:59 +00:00
p5-DBIWrapper Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-DBIx-Abstract Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-DBIx-Class Fix path to the perl interpreter with "REPLACE_PERL=script/dbicadmin". 2011-10-11 12:43:36 +00:00
p5-DBIx-Class-Cursor-Cached Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-DBIx-Class-DigestColumns Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-DBIx-Class-DynamicDefault Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-DBIx-Class-EncodedColumn Update p5-DBIx-Class-EncodedColumn to 0.00011. 2011-11-12 01:22:53 +00:00
p5-DBIx-Class-Fixtures Update p5-DBIx-Class-Fixtures to 1.001013. 2011-10-21 04:03:40 +00:00
p5-DBIx-Class-InflateColumn-IP Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-DBIx-Class-IntrospectableM2M Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-DBIx-Class-Loader Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-DBIx-Class-RDBOHelpers Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-DBIx-Class-Schema-Loader Update p5-DBIx-Class-Schema-Loader to 0.07012. 2011-11-14 09:39:38 +00:00
p5-DBIx-Class-TimeStamp Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-DBIx-Class-UUIDColumns Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-DBIx-Class-Validation Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-DBIx-Connector Update p5-DBIx-Connector to 0.47. 2011-10-24 09:36:01 +00:00
p5-DBIx-ContextualFetch Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-DBIx-Datasource Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-DBIx-DBSchema Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-DBIx-Schema Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-DBIx-SearchBuilder Update p5-DBIx-SearchBuilder to 1.61. 2011-11-16 08:02:42 +00:00
p5-DBM-Deep Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-DublinCore-Record Add missing equal sign. 2011-08-16 06:39:16 +00:00
p5-gdbm Recursive bump from gdbm shlib bump. 2011-08-23 13:06:45 +00:00
p5-Ima-DBI Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-Jifty-DBI Update p5-Jifty-DBI to 0.72. 2011-11-17 09:09:22 +00:00
p5-MARC Add HOMEPAGE and LICENSE. 2011-10-16 22:41:39 +00:00
p5-MARC-Record Update to 2.0.3: 2011-08-16 20:11:31 +00:00
p5-MARC-XML Update p5-MARC-XML to 0.93. 2011-11-12 07:50:21 +00:00
p5-MLDBM Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-MLDBM-Serializer-JSON Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-MLDBM-Sync Add HOMEPAGE and LICENSE. 2011-10-17 03:14:52 +00:00
p5-Net-Cassandra Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-Net-MySQL Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-ORLite Update to 1.50: 2011-08-16 20:19:14 +00:00
p5-ORLite-Migrate Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-Palm Revision bump after updating perl to 5.14.1 2011-08-06 20:42:24 +00:00
p5-perl-ldap Revision bump after updating perl to 5.14.1 2011-08-06 20:42:24 +00:00
p5-postgresql Revision bump after updating perl to 5.14.1 2011-08-06 20:42:24 +00:00
p5-qdbm Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-Redis Import p5-Redis-1.904 as databases/p5-Redis. 2011-10-28 12:02:25 +00:00
p5-Rose-DB Update p5-Rose-DB to 0.764. 2011-10-21 10:07:52 +00:00
p5-Rose-DB-Object Update p5-Rose-DB-Object to 0.796. 2011-11-15 08:47:01 +00:00
p5-Rose-DBx-AutoReconnect Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-Rose-DBx-Garden Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-Rose-DBx-Garden-Catalyst Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-Rose-DBx-Object-MoreHelpers Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-Rose-DBx-TestDB Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-RRD-Simple Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
p5-Search-QueryParser Revision bump after updating perl to 5.14.1 2011-08-06 20:32:13 +00:00
p5-Search-QueryParser-SQL Revision bump after updating perl to 5.14.1 2011-08-06 20:32:13 +00:00
p5-Sort-SQL Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-SQL-Abstract Changes 1.72: 2011-08-06 20:56:08 +00:00
p5-SQL-Abstract-Limit Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-SQL-ReservedWords Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-SQL-Statement Update p5-SQL-Statement to 1.33. 2011-10-10 09:51:13 +00:00
p5-SQL-Translator Update p5-SQL-Translator to 0.11010. 2011-11-22 11:17:47 +00:00
p5-sybperl Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-Template-DBI Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-Tie-DBI Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-tokyocabinet Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-tokyotyrant Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
p5-YAML-MLDBM Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
palm-db-tools Correct minor build problems under Ubuntu 10.04. 2010-08-11 12:21:56 +00:00
pear-DB Update pear-DB package from 1.7.6 to 1.7.13 2010-02-06 15:48:16 +00:00
pear-MDB2 Update pear-MDB2 package to 2.5.0b3. 2010-12-22 15:19:39 +00:00
pear-MDB2_Driver_mysql Oops, really update to MDB2_Driver_mysql-1.5.0b3. 2010-12-22 15:29:34 +00:00
pear-MDB2_Driver_mysqli Importing pear-MDB2_Driver_mysqli version 1.5.0b3. 2010-12-22 15:34:53 +00:00
pear-MDB2_Driver_pgsql Update pear-MDB2_Driver_pgsql package to 1.5.0b3. 2010-12-22 15:22:26 +00:00
pear-MDB2_Driver_sqlite Add missing patch file (forgot to commit). 2011-06-19 15:25:07 +00:00
pgadmin3 Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
pgbouncer Fix build failure on NetBSD caused by trying to redefine bswap16/32/64. 2011-12-21 08:29:05 +00:00
pgbuildfarm Fix PKGVERSION, noted by obache. 2011-09-15 09:04:26 +00:00
pgpool Update pgpool to 3.4.1. 2011-04-05 17:47:17 +00:00
pgtcl Reset maintainer for retired developers. 2011-02-28 14:52:37 +00:00
pgtclng Reset maintainer for retired developers. 2011-02-28 14:52:37 +00:00
php-dba Recursive bump from gdbm shlib bump. 2011-08-23 13:06:45 +00:00
php-dbase use PHP_VERSIONS_ACCEPTED=52 rather then PHP_VERSIONS_REQD=5 for packages, 2010-03-21 11:20:41 +00:00
php-dbx Change default PKGNAME scheme for PECL packages. 2011-12-17 13:46:27 +00:00
php-ldap Fix pkglint complains 2011-04-13 13:23:05 +00:00
php-mssql recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
php-mysql Reset PKGREVISION by update of base PHP version. 2010-12-13 13:18:19 +00:00
php-mysqli Reset PKGREVISION by update of base PHP version. 2010-12-13 13:18:19 +00:00
php-oci8 DESTDIR ready 2010-06-27 20:38:04 +00:00
php-pdo Remove PHP_VERSIONS_ACCEPTED=5 from these pacakges since there is no php4 any more. 2010-03-16 11:54:31 +00:00
php-pdo_dblib recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
php-pdo_mysql Reset PKGREVISION by update of base PHP version. 2010-12-13 13:18:19 +00:00
php-pdo_pgsql Remove PHP_VERSIONS_ACCEPTED=5 from these pacakges since there is no php4 any more. 2010-03-16 11:54:31 +00:00
php-pdo_sqlite recursive bump from textproc/icu shlib major bump. 2011-06-10 09:39:41 +00:00
php-pgsql Reset PKGREVISION. 2010-02-27 03:35:11 +00:00
php-redis Change default PKGNAME scheme for PECL packages. 2011-12-17 13:46:27 +00:00
php-sqlite Remove PHP_VERSIONS_ACCEPTED since we don't have php4 package any more 2010-03-15 16:45:59 +00:00
phpldapadmin Update phpldapadmin to 1.2.2. 2011-11-17 12:44:02 +00:00
phpmyadmin Remove section about installing "php-mcrypt" as it is a dependency now. 2011-12-26 16:38:29 +00:00
phppgadmin Bump PKGREVISION from PHP_VERSION_DEFAULT changes. 2011-09-16 05:46:22 +00:00
poco-data Update to Poco 1.4.2p1 2011-10-17 02:10:31 +00:00
poco-data-mysql Update to Poco 1.4.2p1 2011-10-17 02:10:31 +00:00
poco-data-odbc Update to Poco 1.4.2p1 2011-10-17 02:10:31 +00:00
poco-data-sqlite Update to Poco 1.4.2p1 2011-10-17 02:10:31 +00:00
postgresql-postgis Change make to $(MAKE), because gmake is required. 2012-01-10 14:00:46 +00:00
postgresql-uuid Create absolute path names, otherwise build info is mangled up 2011-12-26 13:23:16 +00:00
postgresql83 Changes 8.3.17: 2011-12-15 17:31:09 +00:00
postgresql83-adminpack reset PKGREVISION from base pkg update. 2011-04-22 22:58:18 +00:00
postgresql83-client Changes 8.3.17: 2011-12-15 17:31:09 +00:00
postgresql83-plperl Changes 8.3.16: 2011-09-27 11:03:59 +00:00
postgresql83-plpython reset PKGREVISION from base pkg update. 2011-04-22 22:58:18 +00:00
postgresql83-pltcl reset PKGREVISION from base pkg update. 2011-04-22 22:58:18 +00:00
postgresql83-server Changes 8.3.17: 2011-12-15 17:31:09 +00:00
postgresql83-uuid recursive bump from gettext-lib shlib bump. 2011-04-22 14:40:40 +00:00
postgresql84 Changes 8.4.10: 2011-12-15 17:16:13 +00:00
postgresql84-adminpack Changes 8.4.8: 2011-04-22 13:01:30 +00:00
postgresql84-client Changes 8.4.10: 2011-12-15 17:16:13 +00:00
postgresql84-dblink Fix build on SunOS. 2011-10-12 19:43:26 +00:00
postgresql84-pgcrypto Changes 8.4.7: 2011-02-15 08:14:15 +00:00
postgresql84-plperl Changes 8.4.9: 2011-09-27 11:04:30 +00:00
postgresql84-plpython Changes 8.4.10: 2011-12-15 17:16:13 +00:00
postgresql84-pltcl Changes 8.4.9: 2011-09-27 11:04:30 +00:00
postgresql84-server Changes 8.4.10: 2011-12-15 17:16:13 +00:00
postgresql84-uuid recursive bump from gettext-lib shlib bump. 2011-04-22 14:40:40 +00:00
postgresql90 Changes 9.0.6: 2011-12-07 16:00:41 +00:00
postgresql90-adminpack Changes 9.0.4: 2011-04-22 08:10:23 +00:00
postgresql90-client Use ${MKDIR} not ${PREFIX}/bin/mkdir 2011-12-26 04:34:19 +00:00
postgresql90-datatypes Changes 9.0.4: 2011-04-22 08:10:23 +00:00
postgresql90-dblink Changes 9.0.4: 2011-04-22 08:10:23 +00:00
postgresql90-docs Changes 9.0.6: 2011-12-07 16:00:41 +00:00
postgresql90-fuzzystrmatch Changes 9.0.4: 2011-04-22 08:10:23 +00:00
postgresql90-monitoring Changes 9.0.4: 2011-04-22 08:10:23 +00:00
postgresql90-pgcrypto Changes 9.0.4: 2011-04-22 08:10:23 +00:00
postgresql90-plperl Changes 9.0.5: 2011-09-27 11:04:42 +00:00
postgresql90-plpython Changes 9.0.5: 2011-09-27 11:04:42 +00:00
postgresql90-pltcl Changes 9.0.5: 2011-09-27 11:04:42 +00:00
postgresql90-replicationtools Changes 9.0.2: 2010-12-19 09:53:26 +00:00
postgresql90-server Changes 9.0.6: 2011-12-07 16:00:41 +00:00
postgresql90-upgrade Changes 9.0.3: 2011-02-09 08:48:16 +00:00
postgresql90-uuid recursive bump from gettext-lib shlib bump. 2011-04-22 14:40:40 +00:00
postgresql91 Changes 9.1.2: 2011-12-06 20:37:33 +00:00
postgresql91-adminpack Version 9.1 delivers several features which users have been requesting for 2011-09-15 08:27:38 +00:00
postgresql91-client Use ${MKDIR} not ${PREFIX}/bin/mkdir 2012-01-01 03:49:48 +00:00
postgresql91-datatypes Version 9.1 delivers several features which users have been requesting for 2011-09-15 08:27:38 +00:00
postgresql91-dblink Version 9.1 delivers several features which users have been requesting for 2011-09-15 08:27:38 +00:00
postgresql91-docs Changes 9.1.2: 2011-12-06 20:37:33 +00:00
postgresql91-fuzzystrmatch Version 9.1 delivers several features which users have been requesting for 2011-09-15 08:27:38 +00:00
postgresql91-monitoring Version 9.1 delivers several features which users have been requesting for 2011-09-15 08:27:38 +00:00
postgresql91-pgcrypto Version 9.1 delivers several features which users have been requesting for 2011-09-15 08:27:38 +00:00
postgresql91-plperl Version 9.1 delivers several features which users have been requesting for 2011-09-15 08:27:38 +00:00
postgresql91-plpython Changes 9.1.2: 2011-12-06 20:37:33 +00:00
postgresql91-pltcl Version 9.1 delivers several features which users have been requesting for 2011-09-15 08:27:38 +00:00
postgresql91-replicationtools Version 9.1 delivers several features which users have been requesting for 2011-09-15 08:27:38 +00:00
postgresql91-server Changes 9.1.2: 2011-12-06 20:37:33 +00:00
postgresql91-upgrade Version 9.1 delivers several features which users have been requesting for 2011-09-15 08:27:38 +00:00
pxtools recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
py-bdb-xml Doesn't like python24. Probably fixable, probably not worth the trouble. 2011-10-02 15:31:22 +00:00
py-bsddb3 Changes 5.2.0: 2011-07-14 07:45:28 +00:00
py-cassa Let's assume for now that everything that worked with python-2.6 also 2011-02-25 09:47:18 +00:00
py-cdb Import py-cdb-0.34 as databases/py-cdb from wip/py-cdb 2011-08-06 22:49:44 +00:00
py-ckanclient fix a typo (thanks dholland!) 2011-10-14 05:08:53 +00:00
py-cx_Oracle Import py-cx_Oracle-5.0.2, a Python binding for Oracle. 2010-02-11 13:13:24 +00:00
py-datapkg python25 is now ok here again 2011-10-14 04:48:57 +00:00
py-elixir Let's assume for now that everything that worked with python-2.6 also 2011-02-25 09:47:18 +00:00
py-gdbm Tag the 28 locations that result in a Python 3.1 package as supporting so. 2011-12-03 00:02:14 +00:00
py-ldap Changes 2.4.6: 2011-11-28 10:58:50 +00:00
py-metakit update master_sites 2010-02-07 17:41:46 +00:00
py-mssql Fix build with current freetds. 2011-10-14 04:14:35 +00:00
py-mysqldb Bump PKGREVISION by default mysql version changed from 5.0 to 5.1. 2010-09-30 10:49:10 +00:00
py-pgnotify Python 3.1 is not supported by dependency 2011-08-29 21:15:18 +00:00
py-PgSQL Reset maintainer for retired developers. 2011-02-28 14:52:37 +00:00
py-postgresql Remove Python 2.3 from the list of supported versions 2011-09-29 12:53:58 +00:00
py-psycopg2 Tag the 28 locations that result in a Python 3.1 package as supporting so. 2011-12-03 00:02:14 +00:00
py-sqlalchemy Add MSSQL as an option to SQLAlchemy. It merely adds a dependency for 2010-05-02 14:13:09 +00:00
py-sqlalchemy-migrate Imported py26-sqlalchemy-migrate. 2011-11-13 23:05:32 +00:00
py-sqlite remove dead mirrors. 2010-04-17 16:41:11 +00:00
py-sqlite2 conditional EGG_FILE installation, fixes for python24. 2011-09-29 08:35:18 +00:00
py-sqlite3 Tag the 28 locations that result in a Python 3.1 package as supporting so. 2011-12-03 00:02:14 +00:00
py-sybase recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
py-table
qdbm fix patch comment 2011-07-31 23:45:22 +00:00
qdbm-cgi
qdbm-plus
quicklist recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
rdb DESTDIR support 2010-01-29 17:30:09 +00:00
rrdtool Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
rrdtool12 Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
ruby-activeldap Switch to use RUBY_RAILS_SUPPORTED. 2011-12-13 15:47:34 +00:00
ruby-activerecord * Switch to use RUBY_RAILS_SUPPORTED. 2011-12-13 15:48:12 +00:00
ruby-activerecord-cassandra Switch to use RUBY_RAILS_SUPPORTED. 2011-12-13 15:48:34 +00:00
ruby-activerecord-odbc Switch to use RUBY_RAILS_SUPPORTED. 2011-12-13 15:48:34 +00:00
ruby-activerecord3 * Switch to use RUBY_RAILS_SUPPORTED. 2011-12-13 15:50:06 +00:00
ruby-activerecord31 Importing databases/ruby-activerecord31 package version 3.1.3. 2011-12-16 12:24:12 +00:00
ruby-acts-as-versioned Update ruby-acts-as-versioned package to 0.6.0. 2011-12-17 18:09:12 +00:00
ruby-acts-as-versioned02 Oops, it should not depends on activesupport but activerecord. 2011-12-17 18:06:21 +00:00
ruby-arel Update ruby-arel package to 2.2.1. 2011-12-14 16:27:38 +00:00
ruby-arel20 Importing current ruby-arel version 2.0.10 as databases/ruby-arel20 to 2011-12-14 16:24:28 +00:00
ruby-cassandra Use lang/ruby/json.mk to handle dependency to ruby-json. 2011-11-23 05:29:52 +00:00
ruby-data_objects Update databases/ruby-data_objects package to 0.10.7. 2011-12-16 15:15:01 +00:00
ruby-datamapper Update ruby-datamapper to 1.2.0. (This is meta-gem package.) 2011-12-16 14:51:38 +00:00
ruby-dbd-mysql Update databases/ruby-dbd-mysql to 0.4.4. 2010-09-10 04:23:25 +00:00
ruby-dbd-odbc * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. 2010-09-10 04:24:49 +00:00
ruby-dbd-pg Update databases/ruby-dbd-pg to 0.3.9. 2010-09-10 04:29:12 +00:00
ruby-dbd-sqlite * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. 2010-09-10 04:24:49 +00:00
ruby-dbd-sqlite3 * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. 2010-09-10 04:24:49 +00:00
ruby-dbi * Don't use Deprecate but Deprecated of devel/ruby-deprecated package. 2011-08-12 15:58:36 +00:00
ruby-dm-active_model Importing databases/ruby-dm-active_model package version 1.2.0. 2011-12-17 17:34:53 +00:00
ruby-dm-adjust Importing databases/ruby-dm-adjust package version 1.2.0. 2011-12-17 17:18:55 +00:00
ruby-dm-aggregates Update ruby-dm-migrations package to 1.2.0. 2011-12-16 14:40:32 +00:00
ruby-dm-ar-finders Importing databases/ruby-dm-ar-finders package version 1.2.0. 2011-12-17 17:20:58 +00:00
ruby-dm-cli Importing databases/ruby-dm-cli package version 1.2.0. 2011-12-17 17:21:55 +00:00
ruby-dm-constraints Update ruby-dm-constraints package to 1.2.0. 2011-12-16 14:33:59 +00:00
ruby-dm-core Update ruby-dm-core package to 1.2.0. 2011-12-16 14:31:58 +00:00
ruby-dm-do-adapter Importing databases/ruby-dm-do-adapter package version 1.2.0. 2011-12-17 17:19:49 +00:00
ruby-dm-ferret-adapter Importing databases/ruby-dm-ferret-adapter package version 1.2.0. 2011-12-17 17:22:52 +00:00
ruby-dm-is-list Importing databases/ruby-dm-is-list package version 1.2.0. 2011-12-17 17:23:47 +00:00
ruby-dm-is-nested_set Importing databases/ruby-dm-is-nested_set package version 1.2.0. 2011-12-17 17:24:43 +00:00
ruby-dm-is-remixable Importing databases/ruby-dm-is-remixable package 1.2.0. 2011-12-17 17:25:33 +00:00
ruby-dm-is-searchable Importing databases/ruby-dm-is-searchable package version 1.2.0. 2011-12-17 17:26:08 +00:00
ruby-dm-is-state_machine Importing databases/ruby-dm-is-state_machine package version 1.2.0. 2011-12-17 17:26:53 +00:00
ruby-dm-is-tree Importing databases/ruby-dm-is-tree package version 1.2.0. 2011-12-17 17:27:34 +00:00
ruby-dm-is-versioned Imporring databases/ruby-dm-is-versioned package version 1.2.0. 2011-12-17 17:28:21 +00:00
ruby-dm-migrations Update ruby-dm-migrations package to 1.2.0. 2011-12-16 14:35:37 +00:00
ruby-dm-mysql-adapter Importing databases/ruby-dm-mysql-adapter package version 1.2.0. 2011-12-17 17:29:21 +00:00
ruby-dm-observer Importing databases/ruby-dm-observer package version 1.2.0. 2011-12-17 17:29:57 +00:00
ruby-dm-postgres-adapter Imporring databases/ruby-dm-postgres-adapter pacakge version 1.2.0. 2011-12-17 17:30:36 +00:00
ruby-dm-rails Importing databases/ruby-dm-rails package version 1.2.0. 2011-12-17 17:35:27 +00:00
ruby-dm-rest-adapter Importing databases/ruby-dm-rest-adapter package version 1.2.0. 2011-12-17 17:31:17 +00:00
ruby-dm-serializer Update ruby-dm-serializer pacakge to 1.2.1. 2011-12-16 14:41:27 +00:00
ruby-dm-sqlite-adapter Imporring databases/ruby-dm-sqlite-adapter package version 1.2.0. 2011-12-17 17:31:56 +00:00
ruby-dm-sweatshop Importing databases/ruby-dm-sweatshop package version 1.2.0. 2011-12-17 17:32:33 +00:00
ruby-dm-tags Importing databases/ruby-dm-tags package version 1.2.0. 2011-12-17 17:33:20 +00:00
ruby-dm-timestamps Update databases/ruby-dm-timestamps package to 1.2.0. 2011-12-16 14:43:50 +00:00
ruby-dm-transactions Update databases/ruby-dm-transactions to 1.2.0. 2011-12-16 14:46:07 +00:00
ruby-dm-types Update databases/ruby-dm-types pacakge to 1.2.1. 2011-12-16 14:47:17 +00:00
ruby-dm-validations Update databases/ruby-dm-validations to 1.2.0. 2011-12-16 14:48:48 +00:00
ruby-dm-yaml-adapter Importing databases/ruby-dm-yaml-adapter package version 1.2.0. 2011-12-17 17:34:06 +00:00
ruby-do_mysql Importing databases/ruby-do_mysql package version 0.10.7. 2011-12-17 17:12:10 +00:00
ruby-do_postgres Importing databases/ruby-do_postgres package version 0.10.7. 2011-12-17 17:13:07 +00:00
ruby-do_sqlite3 Update databases/ruby-do_sqlite3 package to 0.10.7. 2011-12-16 15:16:01 +00:00
ruby-gdbm Change RUBY_VERSION_SUFFIX to RUBY_VERSION_FULL. 2011-11-09 02:43:27 +00:00
ruby-ldap Fix to be using gem way PLIST_SUBST. 2012-01-03 02:16:48 +00:00
ruby-mysql Bump PKGREVISION due to ABI change of ruby18-base. 2011-02-21 16:01:10 +00:00
ruby-odbc * Remove .require_paths from PLIST 2011-11-08 15:37:33 +00:00
ruby-pg Update ruby-pg package to 0.12.0. 2011-12-15 15:02:03 +00:00
ruby-postgres-pr Update databases/ruby-postgres-pr to 0.9.0. 2010-09-10 04:38:01 +00:00
ruby-postgresql Bump PKGREVISION due to ABI change of ruby18-base. 2011-02-21 16:01:10 +00:00
ruby-qdbm Bump PKGREVISION due to ABI change of ruby18-base. 2011-02-21 16:01:10 +00:00
ruby-rrdtool Importing databases/ruby-rrdtool version 1.4.5. 2011-12-13 15:28:57 +00:00
ruby-sequel Update ruby-sequel package to 3.30.0. 2011-12-15 15:01:22 +00:00
ruby-sqlite Bump PKGREVISION due to ABI change of ruby18-base. 2011-02-21 16:01:10 +00:00
ruby-sqlite3 recursive bump from textproc/icu shlib major bump. 2011-06-10 09:39:41 +00:00
ruby-tokyocabinet Bump PKGREVISION due to ABI change of ruby18-base. 2011-02-21 16:01:10 +00:00
ruby-tokyotyrant * Avoid to use "ftools" which has deprecated in ruby19. 2010-09-10 04:56:04 +00:00
ruby-vapor * Remove default value of PKGNAME. 2010-09-10 04:58:14 +00:00
sdbm Our patch doesn't need to check for BSD before using standard headers and 2012-01-04 15:09:38 +00:00
shared-mime-info databases/share-mime-info: Improve DEINSTALL script 2011-10-29 13:20:54 +00:00
slony1 Changes 2.1.0: 2011-11-26 11:49:51 +00:00
sqlite
sqlite3 Fix pkg-config file handling based on solution in alsa-lib. 2011-11-10 17:18:10 +00:00
sqlite3-docs Changes 3.7.9: 2011-11-05 19:09:07 +00:00
sqlite3-tcl Changes 3.7.9: 2011-11-05 19:09:07 +00:00
sqlitebrowser Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
sqlrelay Add missing devel/readline buildlinks. 2011-11-16 08:23:48 +00:00
sqlsharpgtk recursive bump from textproc/icu shlib major bump. 2011-06-10 09:39:41 +00:00
sqsh recursive bump from gettext-lib shlib bump. 2011-04-22 14:40:40 +00:00
sqsh-motif
sqsh-x11
tcl-fbsql Bump PKGREVISION by default mysql version changed from 5.0 to 5.1. 2010-09-30 10:49:10 +00:00
tcl-gdbm Recursive bump from gdbm shlib bump. 2011-08-23 13:06:45 +00:00
tdb
tinycdb Update tinycdb to 0.77. 2010-09-11 08:26:04 +00:00
tokyocabinet Update tokyocabinet to 1.4.46. 2010-08-06 04:36:50 +00:00
tokyotyrant Update tokyotyrant to 1.1.41. 2010-08-06 04:39:22 +00:00
unixodbc add patch from upstream to fix possible buffer overflow (CVE-2011-1145) 2011-03-11 15:18:43 +00:00
xsqlmenu Mechanically replace references to graphics/jpeg with the suitable 2010-12-23 11:44:24 +00:00
yap2lc Revbump after updating databases/db5 2010-09-16 08:04:14 +00:00
yasql
Makefile + gtkdbfeditor 2012-01-08 15:08:32 +00:00