pkgsrc/databases
taca 4db06b3de5 Update MySQL package to 5.1.56.
Functionality added or changed:

* mysqldump --xml now displays comments from column definitions. (Bug #13618)

Bugs fixed:

* InnoDB Storage Engine: InnoDB returned values for ¡Èrows examined¡É
  in the query plan that were higher than expected. NULL values were
  treated in an inconsistent way. The inaccurate statistics could
  trigger ¡Èfalse positives¡É in combination with the MAX_JOIN_SIZE
  setting, because the queries did not really examine as many rows as
  reported. (Bug #30423)

* Partitioning: Trying to use the same column more than once in the
  partitioning key when partitioning a table by KEY caused mysqld to
  crash. Such duplication of key columns is now expressly disallowed,
  and fails with an appropriate error. (Bug #53354, Bug #57924)

* Replication: When using the statement-based logging format, INSERT
  ON DUPLICATE KEY UPDATE and INSERT IGNORE statements affecting
  transactional tables that did not fail were not written to the
  binary log if they did not insert any rows. (With statement-based
  logging, all successful statements should be logged, whether they do
  or do not cause any rows to be changed.) (Bug #59338)

* Replication: Formerly, STOP SLAVE stopped the slave I/O thread first
  and then stopped the slave SQL thread; thus, it was possible for the
  I/O thread to stop after replicating only part of a transaction
  which the SQL thread was executing, in wich case¡½if the transaction
  could not be rolled back safely¡½the SQL thread could hang.

  Now, STOP SLAVE stops the slave SQL thread first and then stops the
  I/O thread; this guarantees that the I/O thread can fetch any
  remaining events in the transaction that the SQL thread is
  executing, so that the SQL thread can finish the transaction if it
  cannot be rolled back safely. (Bug #58546)

* A query of the following form returned an incorrect result, where
  the values for col_name in the result set were entirely replaced
  with NULL values:

  SELECT DISTINCT col_name ... ORDER BY col_name DESC;
  (Bug #59308, Bug #11766241)

* DELETE or UPDATE statements could fail if they used DATE or DATETIME
  values with a year, month, or day part of zero. (Bug #59173)

* The ESCAPE clause for the LIKE operator allows only expressions that
  evaluate to a constant at execution time, but aggregrate functions
  were not being rejected. (Bug #59149)

* Memory leaks detected by Valgrind, some of which could cause
  incorrect query results, were corrected. (Bug #59110, Bug #11766075)

  mysqlslap failed to check for a NULL return from mysql_store_result()
  and crashed trying to process the result set. (Bug #59109)

* In debug builds, SUBSTRING_INDEX(FORMAT(...), FORMAT(...)) could
  cause a server crash. (Bug #58371)

* When mysqldadmin was run with the --sleep and --count options, it
  went into an infinite loop executing the specified command. (Bug
  #58221)

* Some string manipulating SQL functions use a shared string object
  intended to contain an immutable empty string. This object was used
  by the SQL function SUBSTRING_INDEX() to return an empty string when
  one argument was of the wrong datatype. If the string object was
  then modified by the SQL function INSERT(), undefined behavior
  ensued. (Bug #58165, Bug #11765225)

* Parsing nested regular expressions could lead to recursion resulting
  in a stack overflow crash. (Bug #58026, Bug #11765099)

* The mysql client went into an infinite loop if the standard input
  was a directory. (Bug #57450)

* The expression const1 BETWEEN const2 AND field was optimized
  incorrectly and produced incorrect results. (Bug #57030, Bug
  #11764215)

* Some RPM installation scripts used a hardcoded value for the data
  directory, which could result in a failed installation for users who
  have a nonstandard data directory location. The same was true for
  other configuration values such as the PID file name. (Bug #56581,
  Bug #11763817)

* On FreeBSD and OpenBSD, the server incorrectly checked the range of
  the system date, causing legal values to be rejected. (Bug #55755,
  Bug #11763089)

* When using ExtractValue() or UpdateXML(), if the XML to be read
  contained an incomplete XML comment, MySQL read beyond the end of
  the XML string when processing, leading to a crash of the
  server. (Bug #44332)
2011-03-08 14:06:43 +00:00
..
abook PR/42672 -- update to 0.6.0pre2. Changes: 2011-02-18 23:56:48 +00:00
adodb php4 support is gone. 2010-02-18 13:45:35 +00:00
apache-cassandra Handle the new files too to fix the build.. 2011-02-02 23:15:52 +00:00
bdb-xml Changes 2.5.16: 2011-02-23 10:32:29 +00:00
cdb From http://cr.yp.to/distributors.html: 2009-07-23 12:43:18 +00:00
clisp-gdbm Import CLISP gdbm module as databases/clisp-pgsql. 2010-07-09 19:20:17 +00:00
clisp-pgsql Import CLISP postgresql module as databases/clisp-pgsql. 2010-07-09 19:16:58 +00:00
couchdb Bump PKGREVISION from icu shlib major bump. 2010-12-17 07:36:08 +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 Remove @dirrm entries from PLISTs 2009-06-14 17:38:38 +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 Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 18:36:19 +00:00
db4 Remove the last hunk from patch-ab for configure. 2011-02-04 12:26:01 +00:00
db5 Changes 5.1.25: 2011-02-15 10:53:55 +00:00
db46 Remove workaround for compiler bug in gcc2 on sparc64. 2010-01-16 17:57:36 +00:00
dbh DESTDIR support 2010-01-29 16:51:38 +00:00
edb Explicitly disable GTK support. 2009-07-14 22:16:35 +00:00
freetds Add include of "../../libltdl/buildlink3.mk". 2010-12-16 06:56:29 +00:00
gdbm Added LICENSE information. 2010-01-24 17:11:17 +00:00
gdbm_primitive honor PKGMANDIR 2010-05-06 09:15:55 +00:00
geneweb Reset maintainer for retired developers. 2011-02-28 14:52:37 +00:00
gigabase Import gigabase-3.79 as databases/gigabase. 2010-09-18 09:09:02 +00:00
gnats Reset maintainer for retired developers. 2011-02-28 14:52:37 +00:00
gnome-mime-data Remove USE_DIRS from pkgsrc. 2009-07-22 09:01:16 +00:00
gourmet png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
gq png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
gramps png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
gramps2 png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
gramps3 Let's assume for now that everything that worked with python-2.6 also 2011-02-25 09:47:18 +00:00
gtksql DESTDIR support 2010-01-29 16:51:38 +00:00
guile-pg Update to 0.39. Resolves type errors vs newer pgsql. 2010-03-19 11:26:57 +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 Remove @dirrm entries from PLISTs 2009-06-14 17:38:38 +00:00
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 Give up MAINTAINER 2009-07-17 18:00:13 +00:00
jdbc-mysql31 I'm guessing this file probably shouldn't be here... 2009-07-31 16:21:27 +00:00
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 png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
krecipes png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
lbdb DESTDIR support 2010-01-29 16:51:38 +00:00
ldapvi Fix PR pkg/39461. 2010-11-05 08:42:10 +00:00
libcassandra revbump(1) for devel/libevent update. 2011-02-11 21:22:02 +00:00
libdbi Initial import of libdbi and its drivers for mysql, postgresql and sqlite 2010-03-10 23:55:48 +00:00
libdbi-driver-mysql Bump PKGREVISION by default mysql version changed from 5.0 to 5.1. 2010-09-30 10:49:10 +00:00
libdbi-driver-pgsql postgresql82 had been gone away from pkgsrc, 2010-10-13 10:24:22 +00:00
libdbi-driver-sqlite Initial import of libdbi and its drivers for mysql, postgresql and sqlite 2010-03-10 23:55:48 +00:00
libdbi-driver-sqlite3 Initial import of libdbi and its drivers for mysql, postgresql and sqlite 2010-03-10 23:55:48 +00:00
libgda Remove @dirrm related logic. 2009-06-14 22:57:58 +00:00
libgda-mysql Bump PKGREVISION by default mysql version changed from 5.0 to 5.1. 2010-09-30 10:49:10 +00:00
libgda-postgres Bump revision for change of PostgreSQL default version. 2010-02-10 19:34:05 +00:00
libgnomedb png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
libpqxx Bump revision for change of PostgreSQL default version. 2010-02-10 19:34:05 +00:00
libpqxx-doc Remove @dirrm entries from PLISTs 2009-06-14 17:38:38 +00:00
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 png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
mergeant png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
metakit-lib Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
myodbc png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:53:23 +00:00
mysql5-client Update mysql5-{client,server} pacakge to 5.0.92. 2011-02-26 02:58:55 +00:00
mysql5-server Update mysql5-{client,server} pacakge to 5.0.92. 2011-02-26 02:58:55 +00:00
mysql51-client Update MySQL package to 5.1.56. 2011-03-08 14:06:43 +00:00
mysql51-server Update MySQL package to 5.1.56. 2011-03-08 14:06:43 +00:00
mysqlcc png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
mytop Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
nss_ldap nss_ldap and pam-ldap now share the same configuration files 2010-11-03 11:39:07 +00:00
ocaml-mysql Don't mess with ldconf. 2010-02-19 22:21:30 +00:00
odbc-postgresql Changes 09.00.0200: 2010-12-25 08:37:31 +00:00
openldap 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
openldap-client Update to OpenLDAP 2.4.23, now the "stable" release. 2010-07-24 11:15:16 +00:00
openldap-cloak Update to OpenLDAP 2.4.23, now the "stable" release. 2010-07-24 11:15:16 +00:00
openldap-doc Update to OpenLDAP 2.4.23, now the "stable" release. 2010-07-24 11:15:16 +00:00
openldap-nops Fix pkglint warnings 2010-12-17 10:19:16 +00:00
openldap-server dynamic linking won't work on Darwin when slapd gets stripped 2010-12-17 14:13:02 +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 Bump revision for PYTHON_VERSION_DEFAULT change. 2010-02-10 19:17:31 +00:00
p5-AddressBook Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-AnyEvent-BDB Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Apache-DBI Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-BDB Revbump after updating databases/db5 2010-09-16 08:04:14 +00:00
p5-BerkeleyDB Revbump after updating databases/db5 2010-09-16 08:04:14 +00:00
p5-Catalyst-Model-DBIC-Schema Updating databases/p5-Catalyst-Model-DBIC-Schema from 0.40nb1 to 0.43 2010-09-05 15:55:12 +00:00
p5-Catalyst-Model-RDBO Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-CatalystX-CRUD Updating databases/p5-CatalystX-CRUD from 0.48nb1 to 0.51 2010-09-05 15:20:19 +00:00
p5-CatalystX-CRUD-Model-RDBO Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-CatalystX-CRUD-ModelAdapter-DBIC Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-CDB_File Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Class-DBI Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Class-DBI-AbstractSearch Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Class-DBI-Pg - Fix build with Perl 5.12.1 by using Module::Build (compatibility 2010-08-24 05:23:17 +00:00
p5-Class-DBI-Plugin Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Class-DBI-Plugin-DeepAbstractSearch Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Data-Table Reset maintainer. 2010-09-28 13:21:29 +00:00
p5-DB_File Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-DB_File-Lock Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-DBD-CSV Updating databases/p5-DBD-CSV from 0.30 to 0.31 2010-09-22 20:59:53 +00:00
p5-DBD-DB2 Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-DBD-Google Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-DBD-Mock Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-DBD-mysql Bump PKGREVISION by default mysql version changed from 5.0 to 5.1. 2010-09-30 10:49:10 +00:00
p5-DBD-ODBC Updating databases/p5-DBD-ODBC from 1.23nb1 to 1.25 2010-09-22 21:14:39 +00:00
p5-DBD-Oracle Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-DBD-PgPP Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-DBD-postgresql Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-DBD-SQLite Updating databases/p5-DBD-SQLite from 1.29nb1 to 1.31 2010-09-17 05:05:45 +00:00
p5-DBD-SQLite2 Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-DBD-Sybase Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-DBD-XBase Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-DBI Updating databases/p5-DBI from 1.613nb1 to 1.615 2010-09-22 20:51:29 +00:00
p5-DBI-Shell Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-DBICx-Deploy Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-DBICx-MapMaker Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-DBICx-TestDatabase Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-DBIWrapper Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-DBIx-Abstract Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-DBIx-Class Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-DBIx-Class-Cursor-Cached Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-DBIx-Class-DigestColumns Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-DBIx-Class-DynamicDefault Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-DBIx-Class-EncodedColumn Updating databases/p5-DBIx-Class-EncodedColumn from 0.00009nb1 to 0.00010 2010-09-02 06:02:20 +00:00
p5-DBIx-Class-Fixtures Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-DBIx-Class-InflateColumn-IP Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-DBIx-Class-IntrospectableM2M Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-DBIx-Class-Loader Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-DBIx-Class-RDBOHelpers Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-DBIx-Class-Schema-Loader Updating databases/p5-DBIx-Class-Schema-Loader from 0.07001nb1 to 0.07002 2010-09-21 21:50:50 +00:00
p5-DBIx-Class-TimeStamp Updating databases/p5-DBIx-Class-TimeStamp from 0.13 to 0.14 2010-09-07 04:41:56 +00:00
p5-DBIx-Class-UUIDColumns Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-DBIx-Class-Validation Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-DBIx-Connector Updating databases/p5-DBIx-Connector from 0.35nb1 to 0.40 2010-09-22 21:17:15 +00:00
p5-DBIx-ContextualFetch Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-DBIx-Datasource Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-DBIx-DBSchema Updating databases/p5-DBIx-DBSchema from 0.38nb1 to 0.39 2010-09-02 06:16:33 +00:00
p5-DBIx-Schema Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-DBIx-SearchBuilder Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-DBM-Deep Updating databases/p5-DBM-Deep from 2.0001 to 2.0004 2010-09-23 22:13:39 +00:00
p5-gdbm Updating databases/p5-gdbm to be in sync with lang/perl5 (5.12.1) 2010-08-27 05:32:59 +00:00
p5-Ima-DBI Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Jifty-DBI Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-MARC Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-MARC-Record Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-MLDBM Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-MLDBM-Serializer-JSON Importing Perl5 module MLDBM::Serializer::JSON 0.001 into 2010-11-14 20:53:11 +00:00
p5-MLDBM-Sync Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Net-Cassandra Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Net-MySQL Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-ORLite Updating databases/p5-ORLite from 1.44 to 1.45 2010-08-20 06:30:10 +00:00
p5-ORLite-Migrate Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Palm Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-perl-ldap Updating databases/p5-perl-ldap from 0.39nb1 to 0.40.01 2010-09-09 21:12:07 +00:00
p5-postgresql Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-qdbm Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Rose-DB Updating databases/p5-Rose-DB from 0.758nb1 to 0.762 2010-09-07 05:57:23 +00:00
p5-Rose-DB-Object Updating databases/p5-Rose-DB-Object from 0.786nb1 to 0.789 2010-09-07 06:03:27 +00:00
p5-Rose-DBx-AutoReconnect Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Rose-DBx-Garden Update databases/p5-Rose-DBx-Garden from 0.17nb1 to 0.18 2010-09-07 06:06:54 +00:00
p5-Rose-DBx-Garden-Catalyst Updating databases/p5-Rose-DBx-Garden-Catalyst from 0.14nb1 to 0.15 2010-09-07 06:28:27 +00:00
p5-Rose-DBx-Object-MoreHelpers Updating databases/p5-Rose-DBx-Object-MoreHelpers from 0.06nb1 to 0.08 2010-09-07 06:21:42 +00:00
p5-Rose-DBx-TestDB Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-RRD-Simple png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
p5-Search-QueryParser Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Search-QueryParser-SQL Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Sort-SQL Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-SQL-Abstract Updating databases/p5-SQL-Abstract from 1.67nb1 to 1.68 2010-09-17 05:36:02 +00:00
p5-SQL-Abstract-Limit Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-SQL-ReservedWords Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-SQL-Statement Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-SQL-Translator Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-sybperl Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Template-DBI Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Tie-DBI Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-tokyocabinet Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-tokyotyrant Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-YAML-MLDBM Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +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 Update pear-MDB2_Driver_sqlite package to 1.5.0b3. 2010-12-22 15:23:25 +00:00
pgadmin3 png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
pgpool
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 Reset PKGREVISION. 2010-02-27 03:35:11 +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 use PHP_VERSIONS_ACCEPTED=52 rather then PHP_VERSIONS_REQD=5 for packages, 2010-03-21 11:20:41 +00:00
php-ldap Reset PKGREVISION. 2010-02-27 03:35:11 +00:00
php-mssql Reset PKGREVISION. 2010-02-27 03:35:11 +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 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_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 Remove PHP_VERSIONS_ACCEPTED=5 from these pacakges since there is no php4 any more. 2010-03-16 11:54:31 +00:00
php-pgsql Reset PKGREVISION. 2010-02-27 03:35:11 +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 Use plain CONF_FILES. Bump revision. 2010-02-19 20:38:40 +00:00
phpmyadmin Update "phpmyadmin" package to version 2.11.11.3. 2011-02-13 16:11:11 +00:00
phppgadmin Update to phpPgAdmin 5.0.2 2011-02-08 23:09:17 +00:00
poco-data Revert braino. 2011-02-06 14:44:07 +00:00
poco-data-mysql Revert braino. 2011-02-06 14:44:07 +00:00
poco-data-odbc Revert braino. 2011-02-06 14:44:07 +00:00
poco-data-sqlite Revert braino. 2011-02-06 14:44:07 +00:00
postgresql-postgis Fix path to proj after its reimport. 2010-03-14 16:32:15 +00:00
postgresql-uuid Add a comment to the patch to document use of the openssl SHA1 API. 2011-03-08 03:20:16 +00:00
postgresql83 Changes 8.3.14: 2011-02-15 09:06:31 +00:00
postgresql83-adminpack Changes 8.3.14: 2011-02-15 09:06:31 +00:00
postgresql83-client Changes 8.3.14: 2011-02-15 09:06:31 +00:00
postgresql83-plperl Changes 8.3.14: 2011-02-15 09:06:31 +00:00
postgresql83-plpython Changes 8.3.14: 2011-02-15 09:06:31 +00:00
postgresql83-pltcl Changes 8.3.14: 2011-02-15 09:06:31 +00:00
postgresql83-server Bump PKGREVISION for pgsql.sh fix. 2011-03-05 14:24:33 +00:00
postgresql83-uuid Initial import of the uuid v1.0.2 package from pgfoundry.org. 2011-03-05 17:54:35 +00:00
postgresql84 Changes 8.4.7: 2011-02-15 08:14:15 +00:00
postgresql84-adminpack Changes 8.4.7: 2011-02-15 08:14:15 +00:00
postgresql84-client Changes 8.4.7: 2011-02-15 08:14:15 +00:00
postgresql84-dblink Changes 8.4.7: 2011-02-15 08:14:15 +00:00
postgresql84-pgcrypto Changes 8.4.7: 2011-02-15 08:14:15 +00:00
postgresql84-plperl Changes 8.4.7: 2011-02-15 08:14:15 +00:00
postgresql84-plpython Changes 8.4.7: 2011-02-15 08:14:15 +00:00
postgresql84-pltcl Changes 8.4.7: 2011-02-15 08:14:15 +00:00
postgresql84-server Bump PKGREVISION for pgsql.sh fix. 2011-03-05 14:24:33 +00:00
postgresql84-uuid Initial import of the uuid v1.0.2 package from pgfoundry.org. 2011-03-05 17:54:35 +00:00
postgresql90 Properly define the linker on DragonFly BSD 2011-02-28 07:40:56 +00:00
postgresql90-adminpack Changes 9.0.3: 2011-02-09 08:48:16 +00:00
postgresql90-client Changes 9.0.3: 2011-02-09 08:48:16 +00:00
postgresql90-datatypes Changes 9.0.3: 2011-02-09 08:48:16 +00:00
postgresql90-dblink Changes 9.0.3: 2011-02-09 08:48:16 +00:00
postgresql90-docs Changes 9.0.3: 2011-02-09 08:48:16 +00:00
postgresql90-fuzzystrmatch Fix PKGNAME. 2011-02-16 12:22:00 +00:00
postgresql90-monitoring Changes 9.0.3: 2011-02-09 08:48:16 +00:00
postgresql90-pgcrypto Changes 9.0.3: 2011-02-09 08:48:16 +00:00
postgresql90-plperl Changes 9.0.3: 2011-02-09 08:48:16 +00:00
postgresql90-plpython Changes 9.0.3: 2011-02-09 08:48:16 +00:00
postgresql90-pltcl Changes 9.0.3: 2011-02-09 08:48:16 +00:00
postgresql90-replicationtools Changes 9.0.2: 2010-12-19 09:53:26 +00:00
postgresql90-server Changes 9.0.3: 2011-02-09 08:48:16 +00:00
postgresql90-upgrade Changes 9.0.3: 2011-02-09 08:48:16 +00:00
postgresql90-uuid Initial import of the uuid v1.0.2 package from pgfoundry.org. 2011-03-05 17:54:35 +00:00
pxtools
py-bdb-xml Changes 2.5.16: 2011-02-23 10:33:47 +00:00
py-bsddb3 Changes 5.1.1: 2011-02-23 10:46:17 +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-cx_Oracle Import py-cx_Oracle-5.0.2, a Python binding for Oracle. 2010-02-11 13:13:24 +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 Remove PYBINMODULE. All it did was mark some packages as not available 2009-03-05 18:51:26 +00:00
py-ldap Changes 2.3.13: 2011-02-22 08:44:19 +00:00
py-metakit update master_sites 2010-02-07 17:41:46 +00:00
py-mssql Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +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 Change MAINTAINER to OWNER on some of my packages. 2009-03-18 18:37:59 +00:00
py-PgSQL Reset maintainer for retired developers. 2011-02-28 14:52:37 +00:00
py-postgresql Bump revision for change of PostgreSQL default version. 2010-02-10 19:34:05 +00:00
py-psycopg2 Changes 2.3.2: 2011-01-20 09:55:30 +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-sqlite remove dead mirrors. 2010-04-17 16:41:11 +00:00
py-sqlite2 Use distutils.mk instead of extension.mk, so that egg file is installed. 2011-01-27 16:49:32 +00:00
py-sqlite3 Let's assume for now that everything that worked with python-2.6 also 2011-02-25 09:47:18 +00:00
py-sybase Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
py-table Remove @dirrm entries from PLISTs 2009-06-14 17:38:38 +00:00
qdbm * Add patches for Ruby 1.9. 2010-09-10 04:07:52 +00:00
qdbm-cgi Remove @dirrm entries from PLISTs 2009-06-14 17:38:38 +00:00
qdbm-plus Remove @dirrm entries from PLISTs 2009-06-14 17:38:38 +00:00
quicklist Remove @dirrm entries from PLISTs 2009-06-14 17:38:38 +00:00
rdb DESTDIR support 2010-01-29 17:30:09 +00:00
rrdtool png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
rrdtool12 png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
ruby-activeldap Update databases/ruby-activeldap to 1.2.2. 2010-09-10 04:09:42 +00:00
ruby-activerecord Update ruby-activerecord package to 2.3.11. 2011-02-09 12:39:41 +00:00
ruby-activerecord-cassandra Remove empty value of LICENSE. 2010-09-23 09:22:13 +00:00
ruby-activerecord-odbc * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. 2010-09-10 04:11:12 +00:00
ruby-activerecord3 Update ruby-activerecord3 package to 3.0.4. 2011-02-09 13:00:07 +00:00
ruby-acts-as-versioned Since databases/ruby-acts-as-versioned 0.2.3 isn't compatible with Ruby on 2010-10-15 11:55:42 +00:00
ruby-arel Update ruby-arel package to 2.0.8. 2011-02-09 12:55:28 +00:00
ruby-cassandra * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. 2010-09-10 04:14:08 +00:00
ruby-data_objects Importing databases/ruby-data_objects 0.10.2. 2010-09-11 23:55:08 +00:00
ruby-datamapper Correct HOMEPAGE; www.datamapper.org isn't exist but datamapper.org. 2010-09-23 02:26:46 +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 Update databases/ruby-dbi package to 0.4.5. 2010-09-10 04:22:08 +00:00
ruby-dm-aggregates Importing ruby-dm-aggregates 1.0.2. 2010-09-11 23:49:48 +00:00
ruby-dm-constraints Importing databases/ruby-dm-constraints 1.0.2. 2010-09-11 23:50:47 +00:00
ruby-dm-core Importing ruby-dm-core 1.0.2. 2010-09-11 23:48:54 +00:00
ruby-dm-migrations Importing databases/ruby-dm-migrations 1.0.2. 2010-09-11 23:51:32 +00:00
ruby-dm-serializer Importing databases/ruby-dm-serializer 1.0.2. 2010-09-11 23:52:09 +00:00
ruby-dm-timestamps Importing databases/ruby-dm-timestamps 1.0.2. 2010-09-11 23:52:44 +00:00
ruby-dm-transactions Importing databases/ruby-dm-transactions 1.0.2. 2010-09-11 23:53:11 +00:00
ruby-dm-types Importing databases/ruby-dm-types 1.0.2. 2010-09-11 23:53:41 +00:00
ruby-dm-validations Importing databases/ruby-dm-validations 1.0.2. 2010-09-11 23:54:24 +00:00
ruby-do_sqlite3 Bump PKGREVISION due to ABI change of ruby18-base. 2011-02-21 16:01:10 +00:00
ruby-gdbm Remove RUBY_HAS_ARCHLIB. 2010-09-10 03:30:05 +00:00
ruby-ldap Bump PKGREVISION due to ABI change of ruby18-base. 2011-02-21 16:01:10 +00:00
ruby-mysql Bump PKGREVISION due to ABI change of ruby18-base. 2011-02-21 16:01:10 +00:00
ruby-odbc Bump PKGREVISION due to ABI change of ruby18-base. 2011-02-21 16:01:10 +00:00
ruby-pg Bump PKGREVISION due to ABI change of ruby18-base. 2011-02-21 16:01:10 +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-sequel Update databases/ruby-sequel 3.15.0. 2010-09-10 04:45:46 +00:00
ruby-sqlite Bump PKGREVISION due to ABI change of ruby18-base. 2011-02-21 16:01:10 +00:00
ruby-sqlite3 Bump PKGREVISION due to ABI change of ruby18-base. 2011-02-21 16:01:10 +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 Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
shared-mime-info Update to 0.90: 2010-12-10 10:34:41 +00:00
slony1 Changes 2.0.6: 2010-12-14 17:57:24 +00:00
sqlite update to 2.8.17 2009-07-22 16:37:26 +00:00
sqlite3 Changes 3.7.5: 2011-02-02 09:03:09 +00:00
sqlite3-docs Changes 3.7.5: 2011-02-02 09:03:09 +00:00
sqlite3-tcl Changes 3.7.5: 2011-02-02 09:03:09 +00:00
sqlitebrowser png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
sqlrelay Reset maintainer, developer lost his commit bit. 2010-03-21 16:29:38 +00:00
sqlsharpgtk recursive bump for icu shlib version change except already done. 2009-08-12 02:31:18 +00:00
sqsh sqsh has moved to sourceforge. update master_sites. 2010-04-19 19:21:39 +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 Remove @dirrm entries from PLISTs 2009-06-14 17:38:38 +00:00
tdb Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
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 added libraries required to build on Solaris 2011-01-18 23:12:29 +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 Remove @dirrm entries from PLISTs 2009-06-14 17:38:38 +00:00
Makefile Add databases/postgresql{,83,84,90}-uuid. 2011-03-05 18:09:39 +00:00