summaryrefslogtreecommitdiff
path: root/databases
AgeCommit message (Collapse)AuthorFilesLines
2013-12-05Remove CONFLICTS with ${PKGBASE}, these are automatic.wiz6-12/+12
Avoids unnecessary pkgin warning.
2013-12-05Added databases/dbfsak version 4.5adam1-1/+2
2013-12-05DBFSAK is a command line program designed to extract data from DBF (dBase,adam4-0/+36
FoxPro, Clipper, xBase) files. It can also be used to create DBF files and populate them from your data. It is written for the Linux/Unix environment, but relies only on standard C libraries and functions.
2013-12-04ruby-activerecord32 to 3.2.16.taca1-4/+4
Only version number has updated.
2013-12-03Changes 5.6.15:adam99-2870/+52
* Previously, MySQL Server distributions included the MySQL Reference Manual in Info format (the Docs/mysql.info file). Because the license for the manual restricts redistribution, its inclusion in Community packages caused problems for downstream redistributors, such as those who create Linux distributions. Community distributions of MySQL Server no longer include the mysql.info file, to make the repackaging and redistribution process easier (for example, the source tarball and its checksum can be used directly). This change applies to all source and binary Community packaging formats. Commercial (Enterprise) distributions are unchanged. * Incompatible Change: Several statement instruments in the setup_instruments table are used by the Performance Schema during the early stages of statement classification before the exact statement type is known. * The Performance Schema now instruments the read/write lock Delegate::lock * A new CMake option, WITH_ASAN, permits enabling address sanitization for compilers that support it. * The hash function used for metadata locking was modified to reduce overhead. * Bugs Fixed
2013-12-03Changes 5.5.35:adam4-10/+11
* Previously, MySQL Server distributions included the MySQL Reference Manual in Info format (the Docs/mysql.info file). Because the license for the manual restricts redistribution, its inclusion in Community packages caused problems for downstream redistributors, such as those who create Linux distributions. Community distributions of MySQL Server no longer include the mysql.info file, to make the repackaging and redistribution process easier (for example, the source tarball and its checksum can be used directly). This change applies to all source and binary Community packaging formats. Commercial (Enterprise) distributions are unchanged. * A new CMake option, WITH_ASAN, permits enabling address sanitization for compilers that support it. * Attempts to use the thread_concurrency system variable (which has an effect only for Solaris 8 and earlier) now indicate that it has no effect when that is the case. * Bugs Fixed
2013-12-02Now all of the postgresql packages should compile on MirBSD.bsiegert8-12/+36
2013-12-02Fix all the things belonging to postgresql93 on MirBSD.bsiegert2-6/+8
2013-12-01Fix MirBSD build.bsiegert1-3/+11
2013-12-01Fix detection of unsetenv on MirBSD, unbreak build.bsiegert2-4/+14
I have no idea why the extended regexp does not catch the unsetenv declaration but the check is redundant anyway (there is another unsetenv check below in configure) so I don't care that much.
2013-11-30Fix build of db{4,46,5} on MirBSD.bsiegert6-3/+7006
The build does not create all those unnecessary shlib symlinks on MirBSD (I believe this is due to a patch I sent in years ago), so add separate PLIST.MirBSD files that do not contain these files. (BTW, I would be grateful to learn how I can achieve the same effect without copying PLISTs, but this works.)
2013-11-29Not -j safe.joerg1-1/+3
2013-11-28Doesn't build against lua52.dholland1-1/+2
2013-11-26does not build with lua52dholland1-1/+3
2013-11-24Bump PKGREVISION for json version handling change.taca2-2/+4
2013-11-24Comment out p5-Term-ANSIColor dependency, in perl since 5.6.0.wiz2-7/+6
Bump PKGREVISION.
2013-11-24Comment out p5-Storable dependency; included in perl since 5.7.3.wiz1-4/+3
2013-11-23Use find-headers instead of find-files to detect builtin header files.obache2-6/+6
2013-11-22Changes 2.4.38:adam3-10/+10
Fixed liblmdb nordahead flag Fixed liblmdb to check cursor index before cursor_del Fixed liblmdb wasted space on split Fixed slapd for certs with a NULL issuerDN Fixed slapd cn=config with empty nested includes Fixed slapd syncrepl memory leak with delta-sync MMR Fixed slapd-bdb/hdb to stop processing on dn not found Fixed slapd-bdb/hdb with indexed ANDed filters Fixed slapd-mdb to stop processing on dn not found Fixed slapd-mdb dangling reader Fixed slapd-mdb matching rule for OlcDbEnvFlags Fixed slapd-mdb with indexed ANDed filters Fixed slapd-meta from blocking other threads Fixed slapo-syncprov assert with findbase
2013-11-20Revbump after updating devel/boost-libsadam1-2/+2
2013-11-20recursive bump from boost-lib shlib major bump.obache1-2/+2
2013-11-07Update "phpmyadmin" package to version 4.0.9.tron2-6/+6
The following bugs were fixed since the release of version 4.0.8: - bug #4104 Can't edit updatable view when searching - bug #4108 Missing refresh by deleting databases - bug #3995 Drizzle server charset notice - bug #3911 Filtering database names includes empty groupings - bug #3678 Does not display or manipulate bit(64) fields appropriately - bug #4129 Unneeded navi panel refresh - bug #4120 SSL redirects to port 80 - bug #4144 DROP DATABASE displays wrong database name - bug #4059 Running delete query asks for confirmation but says it was already executed - bug #4147 Accessibility: Images without Alt nor title attribute
2013-11-03Update to 0.1.10:wiz2-6/+6
Release 0.1.10 (Nov 02, 2013) ----------------------------- Bug Fixes * Removed buffered reading again, it obviously causes wrong parsing in some rare cases (issue114). * Fix regression in setup.py introduced 10 months ago (issue115). Enhancements * Improved support for JOINs, by Alexander Beedie.
2013-11-01MySQL 5.6 does not support readline, force editline.jperkin1-9/+4
2013-11-01Revision bump associated with the update of lang/ocaml to version 4.01.jaapb5-9/+10
2013-10-31Update to 2.019000wen2-6/+7
Add missing BUILD_DEPENDS Upstream changes: 2.019000 2013-10-17 20:36:45 America/Chicago - Create clean_rs row shortcut (wreis) - Create DateTime schema helper (wreis) 2.018004 2013-10-07 15:23:39 America/Chicago - fix dep marked as test but actually runtime 2.018003 2013-09-26 08:06:03 America/Chicago - fix method shadowing with some helpers for ::Shortcut - ::OrderByMagic now correctly passes through arrayrefs (moltar) - ::OrderByMagic only prefixes with CSA when needed (moltar)
2013-10-31Update to 1.630wen2-6/+6
Upstream changes: Fixed err for new drh to be undef not to 0 [Martin J. Evans] Fixed RT#83132 - moved DBIstcf* constants to util export tag [Martin J. Evans] PrintWarn is now triggered by warnings recorded in methods like STORE that don't clear err RT#89015 [Tim Bunce] Changed tracing to no longer show quote and quote_identifier calls at trace level 1. Changed DBD::Gofer ping while disconnected set_err from warn to info. Clarified wording of log message when err is cleared. Changed bootstrap to use $XS_VERSION RT#89618 [Andreas Koenig] Added connect_cached.connected Callback P R # 3 [David E. Wheeler] Clarified effect of refs in connect_cached attributes [David E. Wheeler] Extended ReadOnly attribute docs for when the driver cannot ensure read only [Martin J. Evans] Corrected SQL_BIGINT docs to say ODBC value is used P R # 5 [ilmari]
2013-10-30No need to find lua prefix anymore.obache1-4/+1
2013-10-30Let to be buildable with lua-5.1 too.obache4-206/+33
2013-10-30Bump PKGREVISION of packages whose Lua depends changed form, but whosedholland2-4/+4
own PKGNAME is unchanged.
2013-10-30Use REPLACE_LUA.dholland1-5/+3
2013-10-30Fix the Lua module logic.dholland1-3/+3
2013-10-30Use LUA_PKGPREFIX. Many Lua packages already do, but not these.dholland1-1/+2
2013-10-27Changes 2.4.37:adam3-10/+10
Added liblmdb nordahead environment flag Fixed client tools CLDAP with IPv6 Fixed libldap CLDAP with IPv6 Fixed libldap lock ordering with abandon op Fixed liblmdb segfault with mdb_cursor_del Fixed liblmdb when converting to writemap Fixed liblmdb assert on MDB_NEXT with delete Fixed liblmdb wasted space on split Fixed slapd cn=config with olcTLSProtocolMin Fixed slapd-bdb/hdb optimize index updates Fixed slapd-ldap chaining with cn=config Fixed slapd-ldap chaning with controls Fixed slapd-mdb optimize index updates Fixed slapd-meta chaining with cn=config Fixed slapo-constraint to no-op on nonexistent entries Fixed slapo-dds assert on startup Fixed slapo-memberof to not replicate internal ops Fixed slapo-refint to not replicate internal ops Build Environment Fixed slapd-mdb ptr arithmetic on void *s Documentation ldapsearch(1) minor typo fix slapd-passwd(5) minor typo fix
2013-10-27Update lua-tokyocabinet to 1.10, with lua-5.2 fixes.obache4-11/+113
2013-10-27Update java-tokyocabinet to 1.24.obache2-6/+6
2013-10-27Update ruby-tokyocabinet to 1.31.obache2-7/+6
2013-10-27Update p5-tokyocabinet to 1.34.obache2-7/+6
2013-10-26Update PLIST.jperkin1-2/+2
2013-10-25Update to 1.4.48. Add patches to fix build on OSX.jperkin6-6/+212
Changes since 1.4.46: * tcadb.cc (tcadbmisc): compilation warnings ware supressed. * tchdb.cc (tchdbfbpmerge): size checking was added. * tcbdb.cc (tcbdbrangeimpl): a bug of dead locking was fixed.
2013-10-23Update to 6.0.0:wiz2-6/+6
6.0.0: * Support Berkeley DB 6.0.x. * HEADS UP: If you are using "bsddb3._bsddb" in your code, for example for exceptions, change it to "bsddb3._db". * Print test working directory when running the testsuite. You can control it using "TMPDIR" environment variable. Defaults to "/tmp/z-Berkeley_DB/". * Support for "DB_EVENT_REP_AUTOTAKEOVER_FAILED" event. * Support for "DB_REPMGR_ISVIEW", "DB_DBT_BLOB", "DB_LOG_BLOB", "DB_STREAM_READ", "DB_STREAM_WRITE" and "DB_STREAM_SYNC_WRITE" flags. * Some DB_SEQUENCE function signatures changed in Berkeley DB 6.0.x. * Erratic behaviour of "DBEnv->rep_elect()" because a typo. * The testsuite prints Python bitness (32/64). * Tests compatible with hash randomization, default in Python 3.3. See http://bugs.python.org/issue13703 . * Errors when trying to calculate the length of a DB were masked, and an unuseful and unrelated exception was raised. * Code cleanup since pybsddb is not in the Python 3.x stdlib anymore, and the version in Python 2.6/2.7 is being maintained separately. * Improvements to documentation generation.
2013-10-20Update to 0.1.9:wiz2-6/+6
Release 0.1.9 (Sep 28, 2013) ---------------------------- Bug Fixes * Fix an regression introduced in 0.1.5 where sqlparse didn't properly distinguished between single and double quoted strings when tagging identifier (issue111). Enhancements * New option to truncate long string literals when formatting. * Scientific numbers are pares correctly (issue107). * Support for arithmetic expressions (issue109, issue106; by prudhvi).
2013-10-20Fix rpath option to have -Wl prefix.joerg5-8/+26
2013-10-20Preserve const.joerg5-1/+93
2013-10-19Revbump after updating textproc/icuadam18-32/+36
2013-10-19Changes 3.8.1:adam7-22/+24
Added the unlikely() and likelihood() SQL functions to be used as hints to the query planner. Enhancements to the query planner: Take into account the fact WHERE clause terms that cannot be used with indices still probably reduce the number of output rows. Estimate the sizes of table and index rows and use the smallest applicable B-Tree for full scans and "count(*)" operations. Added the soft_heap_limit pragma. Added support for SQLITE_ENABLE_STAT4 Added support for "sz=NNN" parameters at the end of sqlite_stat1.stat fields used to specify the average length in bytes for table and index rows. Avoid running foreign-key constraint checks on an UPDATE if none of the modified columns are associated with foreign keys. Added the SQLITE_MINIMUM_FILE_DESCRIPTOR compile-time option Added the win32-longpath VFS on windows, permitting filenames up to 32K characters in length. The Date And Time Functions are enhanced so that the current time (ex: julianday('now')) is always the same for multiple function invocations within the same sqlite3_step() call. Add the "totype.c" extension, implementing the tointeger() and toreal() SQL functions. FTS4 queries are better able to make use of docid<$limit constraints to limit the amount of I/O required. Added the hidden fts4aux languageid column to the fts4aux virtual table. The VACUUM command packs the database about 1% tighter. The sqlite3_analyzer utility program is updated to provide better descriptions and to compute a more accurate estimate for "Non-sequential pages" Refactor the implementation of PRAGMA statements to improve parsing performance. The directory used to hold temporary files on unix can now be set using the SQLITE_TMPDIR environment variable, which takes precedence over the TMPDIR environment variable. The sqlite3_temp_directory global variable still has higher precedence than both environment variables, however. Added the PRAGMA stats statement. Bug fix: Return the correct answer for "SELECT count(*) FROM table" even if there is a partial index on the table.
2013-10-19PLIST has been incorrectadam1-2/+3
2013-10-18Update ruby-activerecord32 to 3.2.15.taca1-4/+4
## Rails 3.2.15 (Oct 16, 2013) ## * When calling the method .find_or_initialize_by_* from a collection_proxy it should set the inverse_of relation even when the entry was found on the db. *arthurnn* * Callbacks on has_many should access the in memory parent if a inverse_of is set. *arthurnn* * Fix `FinderMethods#last` unscoped primary key. Fixes #11917. *Eugene Kalenkovich* * Load fixtures from linked folders. *Kassio Borges* * When using optimistic locking, `update` was not passing the column to `quote_value` to allow the connection adapter to properly determine how to quote the value. This was affecting certain databases that use specific colmn types. Fixes: #6763 *Alfred Wong*
2013-10-18Fix a common mistake in many different packages: POSIX says that when usingbsiegert1-1/+2
pax -rw, the destination directory must exist. pax in NetBSD creates it if not, pax in MirBSD complains. I read through all pkgsrc Makefiles that use pax and added an entry to INSTALLATION_DIRS, or an INSTALL_DATA_DIR invocation. I did not test all the changes but they should be fairly safe. If you notice any breakage because of this change, please contact me.
2013-10-17Add upstream bug report URL.wiz2-3/+4