pkgsrc/databases
adam a85d625202 Changes 5.6.17:
Functionality Added or Changed

Incompatible Change: The AES_ENCRYPT() and AES_DECRYPT() functions now permit control of the block encryption mode and take an optional initialization vector argument:

The new block_encryption_mode system variable controls the mode for block-based encryption algorithms. Its default value is aes-128-ecb, which signifies encryption using a key length of 128 bits and ECB mode.

An optional init_vector argument provides an initialization vector for encryption modes that require it:

AES_ENCRYPT(str,key_str[,init_vector])
AES_DECRYPT(crypt_str,key_str[,init_vector])
A random string of bytes to use for the initialization vector can be produced by calling the new RANDOM_BYTES() function.

For more information, see Encryption and Compression Functions.

These changes make statements that use AES_ENCRYPT() or AES_DECRYPT() unsafe for statement-based replication and they cannot be stored in the query cache. Queries that use RANDOM_BYTES() are unsafe for statement-based replication and cannot be stored in the query cache.

Incompatible Change: The ERROR_FOR_DIVISION_BY_ZERO, NO_ZERO_DATE, and NO_ZERO_IN_DATE SQL modes now are deprecated and setting the sql_mode value to include any of them generates a warning. In MySQL 5.7, these modes do nothing. Instead, their effects are included in the effects of strict SQL mode (STRICT_ALL_TABLES or STRICT_TRANS_TABLES). The motivation for the change in MySQL 5.7 is to reduce the number of SQL modes with an effect dependent on strict mode and make them part of strict mode itself.

To make advance preparation for an upgrade to MySQL 5.7, see SQL Mode Changes in MySQL 5.7. That discussion provides guidelines to assess whether your applications will be affected by the SQL mode changes in MySQL 5.7.

InnoDB: MySQL now supports rebuilding regular and partitioned InnoDB tables using online DDL (ALGORITHM=INPLACE) for the following operations:

OPTIMIZE TABLE

ALTER TABLE ... FORCE

ALTER TABLE ... ENGINE=INNODB (when run on an InnoDB table)

Online DDL support reduces table rebuild time and permits concurrent DML, which helps reduce user application downtime. For additional information, see Overview of Online DDL.

On Solaris, mysql_config --libs now includes -R/path/to/library so that libraries can be found at runtime.

mysql_install_db provides a more informative diagnostic message when required Perl modules are missing.

The IGNORE clause for ALTER TABLE is now deprecated and will be removed in a future version of MySQL. ALTER IGNORE TABLE causes problems for replication, prevents online ALTER TABLE for unique index creation, and causes problems with foreign keys (rows removed in the parent table).

Bugs Fixed
2014-03-31 10:32:13 +00:00
..
abook Any curses should work. 2013-10-16 09:02:03 +00:00
adodb Bump PKGREVISION from default PHP version change to 5.4. 2013-03-16 07:21:18 +00:00
apache-cassandra Import initial SMF support for individual packages. 2014-03-11 14:34:36 +00:00
bdb-xml Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 21:25:15 +00:00
cdb Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 21:25:15 +00:00
clisp-bdb Remove "Trailing empty lines." and/or "Trailing white-space." 2013-04-08 11:17:08 +00:00
clisp-gdbm Recursive dependency bump for databases/gdbm ABI_DEPENDS change. 2012-01-24 09:10:50 +00:00
clisp-pgsql Bump PKGREVISION for change of PostgreSQL default version to 9.1. 2012-08-05 10:02:09 +00:00
couchdb Import initial SMF support for individual packages. 2014-03-11 14:34:36 +00:00
csharp-mysql Make mono packages depend on lang/mono2 instead of lang/mono. 2013-06-17 12:44:53 +00:00
cstore Bump all packages for perl-5.18, that 2013-05-31 12:39:35 +00:00
datadraw Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 21:25:15 +00:00
db Set LICENSE. 2012-12-13 00:57:23 +00:00
db3 Set LICENSE. 2012-12-13 00:57:23 +00:00
db4 FreeBSD 10 is not FreeBSD 1. 2014-03-17 19:07:36 +00:00
db5 Got rid of PLIST.MirBSD 2014-03-16 08:50:58 +00:00
db46 Disable RPC support on SmartOS. 2014-01-10 12:00:58 +00:00
dbfsak Changes 4.6: 2014-01-02 20:25:18 +00:00
dbh Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 21:25:15 +00:00
deforaos-libdatabase Use correct rpath flag on SunOS. Bump PKGREVISION. 2014-03-21 13:59:27 +00:00
edb Reset maintainer for resigned developers. 2013-12-23 11:57:02 +00:00
freetds Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
gdbm Use find-headers instead of find-files to detect builtin header files. 2013-11-23 10:51:09 +00:00
gdbm_compat Use find-headers instead of find-files to detect builtin header files. 2013-11-23 10:51:09 +00:00
gdbm_primitive Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 21:25:15 +00:00
geneweb Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
gigabase Don't try to use gethostbyname_r on NetBSD. 2013-08-30 22:33:46 +00:00
gnats fix build on SunOS 2014-02-08 15:38:44 +00:00
gnome-mime-data Bump all packages for perl-5.18, that 2013-05-31 12:39:35 +00:00
gourmet Convert to distutils.mk. Fix interpreter path in installed files. 2014-01-21 21:23:33 +00:00
gq Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
gramps3 Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
gtkdbfeditor Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
gtksql Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 21:25:15 +00:00
guile-pg Update to 0.46. 2013-05-03 15:23:35 +00:00
hsqldb18 Import hsqldb18-1.8.0.10 as databases/hsqldb18. 2013-10-04 14:38:49 +00:00
idzebra Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
innotop Import databases/innotop. 2013-09-13 08:39:42 +00:00
iodbc Use GNU_CONFIGURE_LIBSUBDIR instead of manually specify --libdir to configure. 2014-01-27 06:52:27 +00:00
ipa_sdb Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 21:25:15 +00:00
java-db3 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 21:25:15 +00:00
java-qdbm Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 21:25:15 +00:00
java-tokyocabinet Update java-tokyocabinet to 1.24. 2013-10-27 12:51:14 +00:00
jdbc-mysql5 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 21:25:15 +00:00
jdbc-mysql31 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 21:25:15 +00:00
jdbc-postgresql84 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 21:25:15 +00:00
jdbc-postgresql92 Import jdbc-postgresql92-1002 as databases/jdbc-postgresql92. 2012-11-26 15:50:31 +00:00
kmysqladmin Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
krecipes Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
lbdb Put binaries back into the directory the PLIST expect them in. 2014-02-18 22:20:03 +00:00
ldapvi Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
libcassandra Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
libdbi Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 21:25:15 +00:00
libdbi-driver-mysql MySQL-5.0 had been removed, so try to allow any version of MySQL. 2013-09-13 12:19:50 +00:00
libdbi-driver-pgsql Bump PKGREVISION for change of PostgreSQL default version to 9.1. 2012-08-05 10:02:09 +00:00
libdbi-driver-sqlite
libdbi-driver-sqlite3 Revbump after updating textproc/icu 2013-10-19 09:06:55 +00:00
libgda Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
libgda-mysql Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
libgda-postgres Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
libpqxx Mark as not ready for python-3.x. 2014-01-25 08:44:28 +00:00
libpqxx-doc Update libpqxx from 2.5.5 to 4.0.1. 2013-02-12 04:35:24 +00:00
lua-sqlite does not build with lua52 2013-11-26 07:19:30 +00:00
lua-sqlite3 Use LUA_PKGPREFIX. Many Lua packages already do, but not these. 2013-10-30 06:03:37 +00:00
lua-tokyocabinet No need to find lua prefix anymore. 2013-10-30 13:27:22 +00:00
luma No need to have two variables for the same logic. 2014-01-25 10:45:15 +00:00
maatkit Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. 2013-12-09 14:17:41 +00:00
metakit-lib Don't redefine a local variable. 2012-11-16 00:40:44 +00:00
myodbc Remove no longer existing MySQL version. 2013-10-10 00:04:15 +00:00
mysql-connector-c++ Import mysql-connector-c++-1.1.3 as databases/mysql-connector-c++. 2014-02-11 14:13:38 +00:00
mysql-workbench Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
mysql51-client Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
mysql51-server Fix SMF_METHOD_FILE expansion. 2014-03-25 12:05:57 +00:00
mysql55-client Changes 5.5.37: 2014-03-31 08:03:22 +00:00
mysql55-server Changes 5.5.37: 2014-03-31 08:03:22 +00:00
mysql56-client Changes 5.6.17: 2014-03-31 10:32:13 +00:00
mysql56-server Changes 5.6.17: 2014-03-31 10:32:13 +00:00
mysqlcc Fix "pow(int) is ambigous" on SunOS 2014-02-22 14:14:01 +00:00
mytop Comment out p5-Term-ANSIColor dependency, in perl since 5.6.0. 2013-11-24 10:02:40 +00:00
nss-pgsql "#elsif" is rejected by Clang on FreeBSD 10. 2014-03-20 18:58:31 +00:00
nss_ldap Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
ocaml-dbm Revision bump associated with the update of lang/ocaml to version 4.01. 2013-11-01 11:30:21 +00:00
ocaml-mysql Revision bump associated with the update of lang/ocaml to version 4.01. 2013-11-01 11:30:21 +00:00
ocaml-sqlite3 Do not set FETCH_USING, should not be set in a package Makefile. 2014-01-27 18:41:11 +00:00
odbc-postgresql Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
openldap Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
openldap-client Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
openldap-cloak Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
openldap-doc Changes 2.4.39: 2014-01-28 20:18:08 +00:00
openldap-nops Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
openldap-server Use O_SYNC instead of O_DSYNC on FreeBSD. This fixes build on FreeBSD 9-10. 2014-03-25 22:36:58 +00:00
openldap-smbk5pwd Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
oraedit No need to have two variables for the same logic. 2014-01-25 10:45:15 +00:00
p5-AddressBook Bump all packages for perl-5.18, that 2013-05-31 12:39:35 +00:00
p5-AnyEvent-BDB Bump all packages for perl-5.18, that 2013-05-31 12:39:35 +00:00
p5-Apache-DBI Bump all packages for perl-5.18, that 2013-05-31 12:39:35 +00:00
p5-App-Sqitch Update to 0.992. From the changelog: 2014-03-16 21:16:03 +00:00
p5-BDB Bump all packages for perl-5.18, that 2013-05-31 12:39:35 +00:00
p5-BerkeleyDB Bump all packages for perl-5.18, that 2013-05-31 12:39:35 +00:00
p5-Catalyst-Model-DBIC-Schema Updated databases/p5-Catalyst-Model-DBIC-Schema to 0.62 2014-02-06 10:48:21 +00:00
p5-Catalyst-Model-RDBO Bump all packages for perl-5.18, that 2013-05-31 12:39:35 +00:00
p5-CatalystX-CRUD Update to 0.55 2013-08-23 00:56:03 +00:00
p5-CatalystX-CRUD-Model-RDBO Update to 0.28 2013-08-23 01:46:25 +00:00
p5-CatalystX-CRUD-ModelAdapter-DBIC Update to 0.12 2013-08-23 06:46:13 +00:00
p5-CDB_File Bump all packages for perl-5.18, that 2013-05-31 12:39:35 +00:00
p5-Class-DBI Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. 2013-12-09 14:17:41 +00:00
p5-Class-DBI-AbstractSearch Bump all packages for perl-5.18, that 2013-05-31 12:39:35 +00:00
p5-Class-DBI-BaseDSN Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. 2013-12-09 14:17:41 +00:00
p5-Class-DBI-Pg Bump all packages for perl-5.18, that 2013-05-31 12:39:35 +00:00
p5-Class-DBI-Plugin Bump all packages for perl-5.18, that 2013-05-31 12:39:35 +00:00
p5-Class-DBI-Plugin-DeepAbstractSearch Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. 2013-12-09 14:17:41 +00:00
p5-Dancer-Plugin-DBIC Update package for CPAN distribution Dancer-Plugin-DBIC in 2013-07-03 18:24:06 +00:00
p5-Data-Table Update to 1.68 2013-12-12 01:30:17 +00:00
p5-DB_File Update to 1.829. From the changelog: 2013-07-10 02:21:34 +00:00
p5-DB_File-Lock Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. 2013-12-09 14:17:41 +00:00
p5-DBD-CSV Update to 0.41 2014-02-23 14:47:47 +00:00
p5-DBD-DB2 Bump all packages for perl-5.18, that 2013-05-31 12:39:35 +00:00
p5-DBD-Google Bump all packages for perl-5.18, that 2013-05-31 12:39:35 +00:00
p5-DBD-Mock Bump all packages for perl-5.18, that 2013-05-31 12:39:35 +00:00
p5-DBD-mysql Bump all packages for perl-5.18, that 2013-05-31 12:39:35 +00:00
p5-DBD-ODBC Bump all packages for perl-5.18, that 2013-05-31 12:39:35 +00:00
p5-DBD-Oracle Bump all packages for perl-5.18, that 2013-05-31 12:39:35 +00:00
p5-DBD-PgPP Bump all packages for perl-5.18, that 2013-05-31 12:39:35 +00:00
p5-DBD-postgresql Updated databases/p5-DBD-postgresql to 3.0.0 2014-02-06 13:11:32 +00:00
p5-DBD-SQLite s/LOCALBASE/BUILDLINK_PREFIX.sqlite3/ to handle builtin sqlite. 2014-02-01 03:14:38 +00:00
p5-DBD-SQLite2 Bump all packages for perl-5.18, that 2013-05-31 12:39:35 +00:00
p5-DBD-Sybase Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
p5-DBD-XBase Update to 1.05 2014-02-23 14:54:27 +00:00
p5-DBI Updated databases/p5-DBI to 1.631 2014-02-06 13:14:06 +00:00
p5-DBI-Shell Bump all packages for perl-5.18, that 2013-05-31 12:39:35 +00:00
p5-DBICx-Deploy Bump all packages for perl-5.18, that 2013-05-31 12:39:35 +00:00
p5-DBICx-MapMaker Bump all packages for perl-5.18, that 2013-05-31 12:39:35 +00:00
p5-DBICx-TestDatabase Update to 0.05: 2013-09-05 17:57:54 +00:00
p5-DBIWrapper Bump all packages for perl-5.18, that 2013-05-31 12:39:35 +00:00
p5-DBIx-Abstract Bump all packages for perl-5.18, that 2013-05-31 12:39:35 +00:00
p5-DBIx-Class Update to 0.08270 2014-02-05 12:00:08 +00:00
p5-DBIx-Class-Candy Updating package for CPAN distribution DBIx-Class-Candy in 2013-07-03 18:27:23 +00:00
p5-DBIx-Class-Cursor-Cached Update to 1.1.2: 2013-09-05 18:05:19 +00:00
p5-DBIx-Class-DigestColumns Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. 2013-12-09 14:17:41 +00:00
p5-DBIx-Class-DynamicDefault Updating package for CPAN distribution DBIx-Class-DynamicDefault in 2013-07-03 18:36:38 +00:00
p5-DBIx-Class-EncodedColumn Updating package for CPAN distribution DBIx-Class-EncodedColumn in 2013-07-03 18:40:03 +00:00
p5-DBIx-Class-Fixtures Update to 1.001021 2014-02-05 14:46:48 +00:00
p5-DBIx-Class-Helpers Update to 2.019000 2013-10-31 08:24:30 +00:00
p5-DBIx-Class-InflateColumn-FS Adding new package for CPAN distribution DBIx-Class-InflateColumn-FS version 2013-07-03 18:54:50 +00:00
p5-DBIx-Class-InflateColumn-IP Updating package for CPAN distribution DBIx-Class-InflateColumn-IP in 2013-07-03 19:03:00 +00:00
p5-DBIx-Class-IntrospectableM2M Bump all packages for perl-5.18, that 2013-05-31 12:39:35 +00:00
p5-DBIx-Class-Loader Bump all packages for perl-5.18, that 2013-05-31 12:39:35 +00:00
p5-DBIx-Class-RDBOHelpers Update to 0.10: 2013-09-05 18:29:00 +00:00
p5-DBIx-Class-Schema-Loader Update to 0.07036: 2013-09-05 18:30:40 +00:00
p5-DBIx-Class-TimeStamp Bump all packages for perl-5.18, that 2013-05-31 12:39:35 +00:00
p5-DBIx-Class-UUIDColumns Bump all packages for perl-5.18, that 2013-05-31 12:39:35 +00:00
p5-DBIx-Class-Validation Bump all packages for perl-5.18, that 2013-05-31 12:39:35 +00:00
p5-DBIx-Connector Bump all packages for perl-5.18, that 2013-05-31 12:39:35 +00:00
p5-DBIx-ContextualFetch Bump all packages for perl-5.18, that 2013-05-31 12:39:35 +00:00
p5-DBIx-Datasource Bump all packages for perl-5.18, that 2013-05-31 12:39:35 +00:00
p5-DBIx-DBSchema Update to 0.40: 2013-09-05 18:31:43 +00:00
p5-DBIx-Schema Bump all packages for perl-5.18, that 2013-05-31 12:39:35 +00:00
p5-DBIx-SearchBuilder Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. 2013-12-09 14:17:41 +00:00
p5-DBM-Deep Update to 2.0009 2013-09-03 14:46:32 +00:00
p5-DublinCore-Record Bump all packages for perl-5.18, that 2013-05-31 12:39:35 +00:00
p5-Fsdb Bump all packages for perl-5.18, that 2013-05-31 12:39:35 +00:00
p5-gdbm Changes 5.18.1: 2013-08-31 15:28:32 +00:00
p5-Ima-DBI Bump all packages for perl-5.18, that 2013-05-31 12:39:35 +00:00
p5-Jifty-DBI Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. 2013-12-09 14:17:41 +00:00
p5-MARC Bump all packages for perl-5.18, that 2013-05-31 12:39:35 +00:00
p5-MARC-Record Bump all packages for perl-5.18, that 2013-05-31 12:39:35 +00:00
p5-MARC-XML Bump all packages for perl-5.18, that 2013-05-31 12:39:35 +00:00
p5-MLDBM Updating package for CPAN distribution MLDBM in databases/p5-MLDBM from 2013-07-03 18:20:30 +00:00
p5-MLDBM-Serializer-JSON Bump all packages for perl-5.18, that 2013-05-31 12:39:35 +00:00
p5-MLDBM-Sync Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. 2013-12-09 14:17:41 +00:00
p5-Net-Cassandra Bump all packages for perl-5.18, that 2013-05-31 12:39:35 +00:00
p5-Net-MySQL Bump all packages for perl-5.18, that 2013-05-31 12:39:35 +00:00
p5-ORLite Bump all packages for perl-5.18, that 2013-05-31 12:39:35 +00:00
p5-ORLite-Migrate Bump all packages for perl-5.18, that 2013-05-31 12:39:35 +00:00
p5-Palm Bump all packages for perl-5.18, that 2013-05-31 12:39:35 +00:00
p5-perl-ldap Update to 0.58. From the changelog: 2014-02-15 16:15:34 +00:00
p5-postgresql Bump all packages for perl-5.18, that 2013-05-31 12:39:35 +00:00
p5-qdbm Bump all packages for perl-5.18, that 2013-05-31 12:39:35 +00:00
p5-Redis Reset maintainer for resigned developers. 2013-12-23 11:57:02 +00:00
p5-Rose-DB Updated databases/p5-Rose-DB to 0.775 2014-02-06 13:03:18 +00:00
p5-Rose-DB-Object Updated databases/p5-Rose-DB-Object to 0.810 2014-02-06 13:05:04 +00:00
p5-Rose-DBx-AutoReconnect Update to 0.04 2013-08-15 12:33:00 +00:00
p5-Rose-DBx-Garden Bump all packages for perl-5.18, that 2013-05-31 12:39:35 +00:00
p5-Rose-DBx-Garden-Catalyst Bump all packages for perl-5.18, that 2013-05-31 12:39:35 +00:00
p5-Rose-DBx-Object-MoreHelpers Update to 0.09 2013-08-15 13:20:44 +00:00
p5-Rose-DBx-TestDB Bump all packages for perl-5.18, that 2013-05-31 12:39:35 +00:00
p5-RRD-Simple Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
p5-Search-QueryParser Bump all packages for perl-5.18, that 2013-05-31 12:39:35 +00:00
p5-Search-QueryParser-SQL Bump all packages for perl-5.18, that 2013-05-31 12:39:35 +00:00
p5-Sort-SQL Bump all packages for perl-5.18, that 2013-05-31 12:39:35 +00:00
p5-SQL-Abstract Update to 1.77 2014-02-05 10:55:00 +00:00
p5-SQL-Abstract-Limit Bump all packages for perl-5.18, that 2013-05-31 12:39:35 +00:00
p5-SQL-ReservedWords Update to 0.8 2013-08-15 12:16:17 +00:00
p5-SQL-Statement Updating package for CPAN distribution SQL-Statement, providing pure Perl 2013-06-22 09:21:22 +00:00
p5-SQL-Translator Bump all packages for perl-5.18, that 2013-05-31 12:39:35 +00:00
p5-sybperl Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
p5-Template-DBI Bump all packages for perl-5.18, that 2013-05-31 12:39:35 +00:00
p5-Tie-DBI Bump all packages for perl-5.18, that 2013-05-31 12:39:35 +00:00
p5-tokyocabinet Update p5-tokyocabinet to 1.34. 2013-10-27 12:46:28 +00:00
p5-tokyotyrant Bump all packages for perl-5.18, that 2013-05-31 12:39:35 +00:00
p5-YAML-MLDBM Bump all packages for perl-5.18, that 2013-05-31 12:39:35 +00:00
palm-db-tools Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 21:25:15 +00:00
pear-DB Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 21:25:15 +00:00
pear-MDB2 Update pear-MDB2 to 2.5.0b5. 2013-03-16 03:30:13 +00:00
pear-MDB2_Driver_mysql Update pear-MDB2_Driver_mysql to 1.5.0b4 and add LICENSE. 2013-03-16 03:33:45 +00:00
pear-MDB2_Driver_mysqli Update pear-MDB2_Driver_mysqli to 1.5.0b4 and add LICENSE. 2013-03-16 03:36:01 +00:00
pear-MDB2_Driver_pgsql Update pear-MDB2_Driver_pgsql to 1.5.0b4 and add LICENSE. 2013-03-16 03:38:39 +00:00
pear-MDB2_Driver_sqlite Fix patch that's been rejecting since the package was updated. I don't 2013-06-14 19:47:04 +00:00
percona-toolkit Update percona-toolkit to version 2.2.6. Changes since 2.1.7: 2014-01-24 11:15:29 +00:00
pgadmin3 Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
pgbouncer Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
pgbuildfarm Finish git rename from scmgit to git. 2013-09-09 14:07:58 +00:00
pgpool Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 21:25:15 +00:00
pgtcl Fix build with TCL 8.6 2014-01-20 19:20:07 +00:00
pgtclng Fix build with TCL 8.6 2014-01-20 19:20:07 +00:00
php-dba Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 21:25:15 +00:00
php-dbx Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 21:25:15 +00:00
php-ldap Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
php-mssql Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
php-mysql Reset PKGREVISION by update of both php53 and php54. 2013-03-16 02:00:33 +00:00
php-mysqli Reset PKGREVISION by update of both php53 and php54. 2013-03-16 02:00:33 +00:00
php-oci8 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 21:25:15 +00:00
php-pdo Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 21:25:15 +00:00
php-pdo_dblib Reset PKG_REVISION along with update of both php53 and php54. 2013-02-22 03:07:43 +00:00
php-pdo_mysql Remove "Trailing empty lines." and/or "Trailing white-space." 2013-04-08 11:17:08 +00:00
php-pdo_odbc Add php-pdo_odb to the packages collection. 2013-03-01 10:34:17 +00:00
php-pdo_pgsql Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 21:25:15 +00:00
php-pdo_sqlite Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 21:25:15 +00:00
php-pgsql Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 21:25:15 +00:00
php-redis Ignore the missing return values from the multiple layers of macros. 2013-05-23 18:39:09 +00:00
php-sqlite Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 21:25:15 +00:00
phpldapadmin Fix a common mistake in many different packages: POSIX says that when using 2013-10-18 11:41:17 +00:00
phpmyadmin Update "phpmyadmin" package to version 4.1.9. 2014-03-08 13:07:42 +00:00
phppgadmin Revert pkglint-induced nonsense. 2013-04-08 18:29:37 +00:00
poco-data Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
poco-data-mysql Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
poco-data-odbc Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
poco-data-sqlite Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
postgresql-pgbench Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 21:25:15 +00:00
postgresql-postgis Set USE_GCC_RUNTIME=yes for packages which build shared libraries but do 2014-03-13 11:08:49 +00:00
postgresql-uuid Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
postgresql84 This minor release fixes a data corruption issue with replication and crash recovery in version 9.3, as well as several other minor issues in all versions. All users of version 9.3 are urged to update their installations at the next possible downtime. Users of older versions should update at their convenience. 2014-03-27 20:57:54 +00:00
postgresql84-adminpack Changes: 2014-02-23 11:25:50 +00:00
postgresql84-client This minor release fixes a data corruption issue with replication and crash recovery in version 9.3, as well as several other minor issues in all versions. All users of version 9.3 are urged to update their installations at the next possible downtime. Users of older versions should update at their convenience. 2014-03-27 20:57:54 +00:00
postgresql84-dblink Changes: 2014-02-23 11:25:50 +00:00
postgresql84-pgcrypto Changes: 2014-02-23 11:25:50 +00:00
postgresql84-plperl Changes: 2014-02-23 11:25:50 +00:00
postgresql84-plpython Changes: 2014-02-23 11:25:50 +00:00
postgresql84-pltcl Changes: 2014-02-23 11:25:50 +00:00
postgresql84-server Fix SMF manifests that had stale placeholders. 2014-03-26 13:19:13 +00:00
postgresql84-uuid Changes: 2014-02-23 11:25:50 +00:00
postgresql90 This minor release fixes a data corruption issue with replication and crash recovery in version 9.3, as well as several other minor issues in all versions. All users of version 9.3 are urged to update their installations at the next possible downtime. Users of older versions should update at their convenience. 2014-03-27 20:57:54 +00:00
postgresql90-adminpack Changes: 2014-02-23 11:25:50 +00:00
postgresql90-client Changes: 2014-02-23 11:25:50 +00:00
postgresql90-datatypes Changes: 2014-02-23 11:25:50 +00:00
postgresql90-dblink Changes: 2014-02-23 11:25:50 +00:00
postgresql90-docs This minor release fixes a data corruption issue with replication and crash recovery in version 9.3, as well as several other minor issues in all versions. All users of version 9.3 are urged to update their installations at the next possible downtime. Users of older versions should update at their convenience. 2014-03-27 20:57:54 +00:00
postgresql90-fuzzystrmatch Changes: 2014-02-23 11:25:50 +00:00
postgresql90-monitoring Changes: 2014-02-23 11:25:50 +00:00
postgresql90-pgcrypto Changes: 2014-02-23 11:25:50 +00:00
postgresql90-plperl Changes: 2014-02-23 11:25:50 +00:00
postgresql90-plpython Changes: 2014-02-23 11:25:50 +00:00
postgresql90-pltcl Changes: 2014-02-23 11:25:50 +00:00
postgresql90-replicationtools Changes: 2014-02-23 11:25:50 +00:00
postgresql90-server Fix SMF manifests that had stale placeholders. 2014-03-26 13:19:13 +00:00
postgresql90-upgrade Changes: 2014-02-23 11:25:50 +00:00
postgresql90-uuid Changes: 2014-02-23 11:25:50 +00:00
postgresql91 This minor release fixes a data corruption issue with replication and crash recovery in version 9.3, as well as several other minor issues in all versions. All users of version 9.3 are urged to update their installations at the next possible downtime. Users of older versions should update at their convenience. 2014-03-27 20:57:54 +00:00
postgresql91-adminpack Changes: 2014-02-23 11:25:50 +00:00
postgresql91-client Changes: 2014-02-23 11:25:50 +00:00
postgresql91-datatypes Changes: 2014-02-23 11:25:50 +00:00
postgresql91-dblink Changes: 2014-02-23 11:25:50 +00:00
postgresql91-docs This minor release fixes a data corruption issue with replication and crash recovery in version 9.3, as well as several other minor issues in all versions. All users of version 9.3 are urged to update their installations at the next possible downtime. Users of older versions should update at their convenience. 2014-03-27 20:57:54 +00:00
postgresql91-fuzzystrmatch Changes: 2014-02-23 11:25:50 +00:00
postgresql91-monitoring Changes: 2014-02-23 11:25:50 +00:00
postgresql91-pgcrypto Changes: 2014-02-23 11:25:50 +00:00
postgresql91-plperl Changes: 2014-02-23 11:25:50 +00:00
postgresql91-plpython Changes: 2014-02-23 11:25:50 +00:00
postgresql91-pltcl Changes: 2014-02-23 11:25:50 +00:00
postgresql91-replicationtools Changes: 2014-02-23 11:25:50 +00:00
postgresql91-server Drop redundant variable setting from postgresql*-server. 2014-03-12 17:01:57 +00:00
postgresql91-upgrade Changes: 2014-02-23 11:25:50 +00:00
postgresql92 This minor release fixes a data corruption issue with replication and crash recovery in version 9.3, as well as several other minor issues in all versions. All users of version 9.3 are urged to update their installations at the next possible downtime. Users of older versions should update at their convenience. 2014-03-27 20:57:54 +00:00
postgresql92-adminpack Changes: 2014-02-23 11:25:50 +00:00
postgresql92-client Changes: 2014-02-23 11:25:50 +00:00
postgresql92-datatypes Changes: 2014-02-23 11:25:50 +00:00
postgresql92-dblink Changes: 2014-02-23 11:25:50 +00:00
postgresql92-docs This minor release fixes a data corruption issue with replication and crash recovery in version 9.3, as well as several other minor issues in all versions. All users of version 9.3 are urged to update their installations at the next possible downtime. Users of older versions should update at their convenience. 2014-03-27 20:57:54 +00:00
postgresql92-fuzzystrmatch Changes: 2014-02-23 11:25:50 +00:00
postgresql92-monitoring Changes: 2014-02-23 11:25:50 +00:00
postgresql92-pgcrypto Changes: 2014-02-23 11:25:50 +00:00
postgresql92-plperl Changes: 2014-02-23 11:25:50 +00:00
postgresql92-plpython Changes: 2014-02-23 11:25:50 +00:00
postgresql92-pltcl Changes: 2014-02-23 11:25:50 +00:00
postgresql92-replicationtools Changes: 2014-02-23 11:25:50 +00:00
postgresql92-server Drop redundant variable setting from postgresql*-server. 2014-03-12 17:01:57 +00:00
postgresql92-upgrade Changes: 2014-02-23 11:25:50 +00:00
postgresql93 This minor release fixes a data corruption issue with replication and crash recovery in version 9.3, as well as several other minor issues in all versions. All users of version 9.3 are urged to update their installations at the next possible downtime. Users of older versions should update at their convenience. 2014-03-27 20:57:54 +00:00
postgresql93-adminpack Changes: 2014-02-23 11:25:50 +00:00
postgresql93-client Cygwin DLLs are handled automatically now. 2014-03-08 09:10:52 +00:00
postgresql93-datatypes Changes: 2014-02-23 11:25:50 +00:00
postgresql93-dblink Changes: 2014-02-23 11:25:50 +00:00
postgresql93-docs This minor release fixes a data corruption issue with replication and crash recovery in version 9.3, as well as several other minor issues in all versions. All users of version 9.3 are urged to update their installations at the next possible downtime. Users of older versions should update at their convenience. 2014-03-27 20:57:54 +00:00
postgresql93-fuzzystrmatch Changes: 2014-02-23 11:25:50 +00:00
postgresql93-monitoring This minor release fixes a data corruption issue with replication and crash recovery in version 9.3, as well as several other minor issues in all versions. All users of version 9.3 are urged to update their installations at the next possible downtime. Users of older versions should update at their convenience. 2014-03-27 20:57:54 +00:00
postgresql93-pgcrypto Changes: 2014-02-23 11:25:50 +00:00
postgresql93-plperl Changes: 2014-02-23 11:25:50 +00:00
postgresql93-plpython Changes: 2014-02-23 11:25:50 +00:00
postgresql93-pltcl Changes: 2014-02-23 11:25:50 +00:00
postgresql93-replicationtools Changes: 2014-02-23 11:25:50 +00:00
postgresql93-server Drop redundant variable setting from postgresql*-server. 2014-03-12 17:01:57 +00:00
postgresql93-upgrade Changes: 2014-02-23 11:25:50 +00:00
pxtools Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 21:25:15 +00:00
py-bdb-xml Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
py-bsddb3 Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
py-cassa Update HOMEPAGE and MASTER_SITES. 2014-01-25 08:44:53 +00:00
py-cdb Update to 0.35. Convert to distutils.mk. Mark as not for python-3.x. 2014-01-20 11:35:00 +00:00
py-ckanclient Update to 0.10, changes not found. 2014-01-20 11:12:21 +00:00
py-cx_Oracle 'For consistency, please add a trailing slash to "http://example.com".' 2013-04-06 12:08:38 +00:00
py-datapkg Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
py-elixir Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
py-gdbm Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
py-ldap Changes 2.4.14: 2014-03-03 17:01:34 +00:00
py-metakit Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
py-mssql Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
py-mysqldb Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
py-pgnotify Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
py-PgSQL Convert to distutils.mk. Mark as not for python-3.x 2014-01-20 20:45:41 +00:00
py-postgresql Allow PyGreSQL to work with PostgreSQL < 9.0. 2014-03-05 11:14:00 +00:00
py-psycopg2 Update to 2.5.2: 2014-01-27 19:45:45 +00:00
py-python-sql Remove FETCH_USING, because that's handled with magick now. 2014-02-01 17:19:07 +00:00
py-redis-py Import py27-redis-py-2.9.1 as databases/py-redis-py. 2014-02-17 00:39:26 +00:00
py-sqlalchemy Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
py-sqlalchemy-migrate Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
py-sqlite Convert to distutils.mk. Mark as not for python-3.x. 2014-01-20 20:46:44 +00:00
py-sqlite2 Use .PHONY correctly. 2014-01-25 08:45:38 +00:00
py-sqlite3 Set USE_GCC_RUNTIME=yes for packages which build shared libraries but do 2014-03-13 11:08:49 +00:00
py-sqlparse Update to 0.1.11: 2014-02-12 15:19:33 +00:00
py-sqlsoup Import py27-sqlsoup-0.9.0 as databases/py-sqlsoup. 2014-02-03 10:21:13 +00:00
py-sybase Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
py-table Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
py-tokyocabinet Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
qdbm int64_t is not used anywhere, and its redifinition produce only troubles 2013-12-28 08:52:17 +00:00
qdbm-cgi Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 21:25:15 +00:00
qdbm-plus Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 21:25:15 +00:00
quicklist Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 21:25:15 +00:00
rdb Bump all packages for perl-5.18, that 2013-05-31 12:39:35 +00:00
redis Import initial SMF support for individual packages. 2014-03-11 14:34:36 +00:00
rrdtool Fix rpath option to have -Wl prefix. 2013-10-20 18:18:52 +00:00
rrdtool12 Try to fix the fallout caused by the fix for PR pkg/47882. Part 3: 2013-06-04 22:15:37 +00:00
ruby-activeldap Update ruby-activeldap to 3.2.2. 2012-09-03 15:08:45 +00:00
ruby-activerecord-cassandra Switch to use RUBY_RAILS_SUPPORTED. 2011-12-13 15:48:34 +00:00
ruby-activerecord-odbc Remove unused gemspec file. 2013-03-07 17:09:11 +00:00
ruby-activerecord32 Update ruby-activerecord32 to 3.2.17. 2014-03-02 15:01:36 +00:00
ruby-arel Update ruby-arel to 3.0.3. 2014-02-09 05:29:26 +00:00
ruby-cassandra Add GEM_EXTSDIR support. 2014-03-13 18:09:45 +00:00
ruby-data_objects Update ruby-data_objects to 0.10.14. 2014-03-13 18:15:52 +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
ruby-dbd-odbc
ruby-dbd-pg
ruby-dbd-sqlite
ruby-dbd-sqlite3
ruby-dbi
ruby-dm-active_model Fixes: 2013-04-06 03:45:05 +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 to 1.2.1. 2013-06-16 14:34:53 +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 Fixes: 2013-04-06 03:45:05 +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 Bump PKGREVISION for mysql default change to 55. 2013-03-02 20:33: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 ruby-dm-rails can work with all 3.x versions of Ruby on Rails. 2013-01-31 15:46:51 +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 Workaround with rubygems 2.2 (Ruby 2.1.1). 2014-03-16 07:25:00 +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 Bump PKGREVISION for json version handling change. 2013-11-24 14:07:50 +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 Update ruby-do_mysql to 0.10.14. 2014-03-13 18:16:36 +00:00
ruby-do_postgres Update ruby-do_postgres to 0.10.14. 2014-03-13 18:17:12 +00:00
ruby-do_sqlite3 Update ruby-do_sqlite3 to 0.10.14. 2014-03-13 18:18:01 +00:00
ruby-gdbm Reset PKGREVISION by update of both ruby18 and ruby193. 2013-06-27 16:37:16 +00:00
ruby-hiera Update ruby-hiera to 1.3.2. 2014-03-14 14:49:21 +00:00
ruby-ldap Add GEM_EXTSDIR support. 2014-03-13 18:21:14 +00:00
ruby-moneta Add ruby-moneta package version 0.7.20. 2014-03-14 14:54:44 +00:00
ruby-mysql Bump PKGREVISION for mysql default change to 55. 2013-03-02 20:33:21 +00:00
ruby-mysql2 Update ruby-mysql2 to 0.3.15. 2014-03-14 15:00:07 +00:00
ruby-odbc Add GEM_EXTSDIR support. 2014-03-13 18:21:14 +00:00
ruby-pg Update ruby-pg to 0.17.1 2014-03-13 18:23:21 +00:00
ruby-postgres-pr
ruby-qdbm Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 21:25:15 +00:00
ruby-rrdtool Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
ruby-sequel Update ruby-sequel to 4.8.0. 2014-03-13 18:24:52 +00:00
ruby-sqlite * Add GEM_EXTSDIR support and an improve to PLIST. 2014-03-13 18:26:43 +00:00
ruby-sqlite3 Update ruby-sqlite3 to 1.3.9. 2014-03-13 18:28:12 +00:00
ruby-tokyocabinet Update ruby-tokyocabinet to 1.31. 2013-10-27 12:49:13 +00:00
ruby-tokyotyrant Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 21:25:15 +00:00
ruby-vapor Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 21:25:15 +00:00
sdbm Don't provide own getopt on Solaris. May fix the Solaris build. 2013-04-14 01:26:03 +00:00
shared-mime-info Add upstream bug report URL. 2013-10-17 04:36:57 +00:00
skytools Import skytools-3.1.5 as databases/skytools. 2014-03-06 11:28:41 +00:00
slony1 Changes 2.2.2: 2014-03-03 17:36:37 +00:00
soci Cygwin DLLs are handled automatically now. 2014-03-08 09:10:52 +00:00
sqlite * .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes 2013-07-15 02:02:17 +00:00
sqlite3 Changes 3.8.4.2: 2014-03-31 08:01:07 +00:00
sqlite3-docs Changes 3.8.4.2: 2014-03-31 08:01:07 +00:00
sqlite3-tcl Changes 3.8.4.2: 2014-03-31 08:01:07 +00:00
sqlitebrowser Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
sqlrelay Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
sqsh Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
sqsh-motif Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 21:25:15 +00:00
sqsh-x11 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 21:25:15 +00:00
tcl-fbsql Revbump after updating tcl/tk. 2014-01-11 14:42:00 +00:00
tcl-gdbm Revbump after updating tcl/tk. 2014-01-11 14:42:00 +00:00
tdb Set USE_GCC_RUNTIME=yes for packages which build shared libraries but do 2014-03-13 11:08:49 +00:00
tinycdb Fix build under Cygwin. 2013-07-30 13:56:20 +00:00
tokyocabinet Set USE_GCC_RUNTIME=yes for packages which build shared libraries but do 2014-03-13 11:08:49 +00:00
tokyotyrant Set USE_GCC_RUNTIME=yes for packages which build shared libraries but do 2014-03-13 11:08:49 +00:00
unixodbc Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 21:25:15 +00:00
virtuoso Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
xsqlmenu Bump PKGREVISION for mysql default change to 55. 2013-03-02 20:33:21 +00:00
yap2lc Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 21:25:15 +00:00
yasql Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. 2013-12-09 14:17:41 +00:00
Makefile Add and enable ruby-moneta. 2014-03-14 14:55:17 +00:00