aboutsummaryrefslogtreecommitdiff
path: root/databases
Commit message (Collapse)AuthorAgeFilesLines
* - Fix broken static library (INSTALL_LIB strips the symbols)Ryan Steinmetz2015-05-081-1/+2
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=385767
* - Fix shebangsDmitry Marakasov2015-05-081-1/+4
| | | | | | | | Approved by: portmgr blanket MFH: 2015Q2 Notes: svn path=/head/; revision=385741
* databases/sqlrelay: 0.58.1 -> 0.59Kurt Jaeger2015-05-088-72/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0.59 - updated docs, removed some Cygwin-specific info added support for login warnings made bind variable buffers dynamic on the client side added maxbindvars parameter on the server side binding a NULL to an integer works with db2 now moved getting started with DB docs into the cloud added a semaphore to ensure that the listener doesn't hand off the client to the connection until the connection is ready, elimiating a race condition on the handoff socket that could occur if the connection timed out waiting for the listener just after the listener had decided to use that connection oracle temp tables that need to be truncated at the end of the session are truncated with "truncate table xxx" now rather than "delete from xxx" oracle temp tables that need to be dropped at the end of the session are truncated first, rather than the connection re-logging in an ora-14452 error (basically indicating that a temp table can only be dropped after being truncated, or if the current session ends) does not automatically trigger a re-login any more updated cachemanager to use directory::read() directly instead of directory::getChildName(index) added cache and opencache commands to sqlrsh made cache ttl a 64-bit number added enabled="yes"/"no" parameter to logger modules updated odbc connection code to use new/delete and rudiments methods rather than malloc/free and native calls retired Ruby DBI driver fixed command line client crash when using -id "instance" with an instance that uses authtier="database" fixed bugs that could make reexecuted db2 selects fail and cause a database re-login loop tweaked spec file to remove empty directories on uninstall fixed typo that could sometimes cause a listener crash postgresql and mdbtools return error code of 1 rather than 0 for all errors now tweaked odbc driver to work with Oracle Heterogenous Agent (dblinks) fixed bugs related to autocommit with db's that support transaction blocks implemented the ODBC driver-manager dialog for windows updated windows installer to install ODBC registry settings ODBC driver copies references now fixed various bugs in sqlrconfigfile that caused sqlr-start with no -id to crash or behave strangely sometimes refactored build process to use nmake and be compatible with many different versions of MS Visual Studio updated the slow query logger to show the date/time that the query was executed consolidated c, c++ and server source/includes down a few levels implemented column-remapping for get db/table/column commands to enable different formats for mysql, odbc, etc. odbc connection correctly returns database/table lists now added support for maxselectlistsize/maxitembuffersize to MySQL connection updated mysql connection to fetch blob columns in chunks and not be bound by maxitembuffersize fixed a misspelling in sqlrelay.dtd swapped order of init directory detection, looking for /etc/init.d ahead of /etc/rc.d/init.d to resolve conflict with dkms on SuSE Enterprise C# api and tests compile and work under Mono on unix/linux now sqlr-start spawns a new window on Windows now added global temp table tracking for firebird added droptemptables parameter for firebird added globaltemptables parameter for oracle and firebird updated mysql connection to allow mysql_init to allocate a mysql struct on platforms that support mysql_init, rather than using a static struct fixed subtle noon/midnight-related bugs in date/time translation updated mysql connection to get affected rows when not using the statement api updated mysql connection not to use the statement API on windows, for now disabled mysql_change_user, for now fixed blob-input binds on firebird Notes: svn path=/head/; revision=385725
* - Update to 0.45Wen Heping2015-05-072-4/+3
| | | | | | | Changes: http://cpansearch.perl.org/src/IVAN/DBIx-DBSchema-0.45/Changes Notes: svn path=/head/; revision=385715
* Update to 4.4.6Matthew Seaman2015-05-072-3/+3
| | | | | | | | | This is a routine bugfix update ChangeLog: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.4.6/phpMyAdmin-4.4.6-notes.html/view Notes: svn path=/head/; revision=385659
* enable posix-mutexes by default for armv6 targets as db will crash and burnSean Bruno2015-05-073-0/+17
| | | | | | | | | | | when using the internal mutex implementation via unsupported instructions. PR: 197227 Submitted by: andrew@ Approved by: mandree@ Notes: svn path=/head/; revision=385644
* - Unbreak: this is perfectly fetchable; ftp link is down thoughDmitry Marakasov2015-05-071-4/+1
| | | | | | | Pointyhat to: antoine Notes: svn path=/head/; revision=385621
* - Fix fetchDmitry Marakasov2015-05-071-2/+4
| | | | Notes: svn path=/head/; revision=385620
* - Fix fetchDmitry Marakasov2015-05-071-4/+4
| | | | | | | | | | | - Add LICENSE_FILE - Add CPE info Approved by: portmgr blanket MFH: 2015Q2 Notes: svn path=/head/; revision=385619
* Update to 3.0.3Antoine Brodin2015-05-073-121/+120
| | | | | | | | PR: 199575 Submitted by: maintainer Notes: svn path=/head/; revision=385606
* Upgrade to 0.2.0 and fix linking with libhiredis.Jimmy Olgeni2015-05-073-8/+9
| | | | | | | | | PR: 199997 Submitted by: olgeni Approved by: maintainer Notes: svn path=/head/; revision=385599
* The psycogreen package enables psycopg2 to work with coroutine libraries,Wen Heping2015-05-074-0/+23
| | | | | | | | | | | | | using asynchronous calls internally but offering a blocking interface so that regular code can run unmodified. WWW: https://bitbucket.org/dvarrazzo/psycogreen PR: 199067 Submitted by: loic.blot@unix-experience.fr Notes: svn path=/head/; revision=385589
* Update ports in the [bcd]* categories to not use GH_COMMIT.Mathieu Arnold2015-05-0640-88/+58
| | | | | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=385521
* Upgrade to version 0.13.1 and take maintainership from ports@.Jimmy Olgeni2015-05-064-25/+10
| | | | Notes: svn path=/head/; revision=385511
* - Update to 0.10.3TAKATSU Tomonari2015-05-063-6/+5
| | | | | | | - Replace spaces with a single space after WWW: in pkg-descr Notes: svn path=/head/; revision=385507
* Update to 1.4.1Matthew Seaman2015-05-062-4/+3
| | | | | | | ReleaseNotes: http://www.pgbarman.org/barman-1-4-1-released/ Notes: svn path=/head/; revision=385505
* Update to 4.4.5Matthew Seaman2015-05-062-3/+3
| | | | | | | | | This is a routine bugfix update ChangeLog: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.4.5/phpMyAdmin-4.4.5-notes.html/view Notes: svn path=/head/; revision=385504
* Fix rc.d script for allow to specify the config path in rc.conf.Sergey A. Osokin2015-05-064-6/+8
| | | | | | | | | Bump PORTREVISION. PR: 199607 Notes: svn path=/head/; revision=385499
* Upgrade from 3.0.0 to 3.0.1.Sergey A. Osokin2015-05-064-6/+6
| | | | | | | | | | | | | | | | | | <ChangeLog> --[ Redis 3.0.1 ] Release date: 5 May 2015 Upgrade urgency: LOW for Redis, Sentinel, Cluster. * [FIX] Sentinel memory leak due to hiredis fixed. (Salvatore Sanfilippo) * [FIX] Sentinel memory leak on duplicated instance. (Charsyam) * [FIX] Redis crash on Lua reaching output buffer limits. (Yossi Gottlieb) * [FIX] Sentinel flushes config on +slave events. (Bill Anderson) </ChangeLog> Notes: svn path=/head/; revision=385498
* Restore rebar dependency.Jimmy Olgeni2015-05-051-2/+3
| | | | | | | | Submitted by: mat Pointy hat to: olgeni Notes: svn path=/head/; revision=385494
* Remove rebar dependency - these ports have their own copy.Jimmy Olgeni2015-05-051-2/+2
| | | | Notes: svn path=/head/; revision=385492
* Remove redundant GH_PROJECT; replace GH_TAGNAME with DISTVERSIONPREFIX.Jimmy Olgeni2015-05-052-4/+4
| | | | | | | Submitted by: mat Notes: svn path=/head/; revision=385491
* Add databases/eredis, a Redis client for Erlang.Jimmy Olgeni2015-05-055-0/+72
| | | | Notes: svn path=/head/; revision=385490
* Remove unnecessary USES=gmake and check for MDOCS.Jimmy Olgeni2015-05-051-1/+4
| | | | Notes: svn path=/head/; revision=385454
* Upgrade to version 3.1.0.Jimmy Olgeni2015-05-054-44/+28
| | | | Notes: svn path=/head/; revision=385451
* - Add USE_OCAML_CAMLP4 and USE_OCAML_TK to bsd.ocaml.mk which addGuido Falsi2015-05-041-0/+1
| | | | | | | | | | | | | | | | | | depends on the camlp4 language and labltk ocaml modules, which are now in separate ports. - Update x11-toolkits/ocaml-lablgtk2 to 2.18.3 - Update graphics/ocaml-lablgl to 1.05 - Make unison ports use USE_OCAML - Convert ports to the new flags where needed - Bump PORTREVISION on ports depending on ocaml-lablgtk2, those need to be rebuilt PR: 199845 Submitted by: jbeich@ Differential Revision: https://reviews.freebsd.org/D2434 Approved by: portmgr (mat) Notes: svn path=/head/; revision=385413
* Update to 2.4.0.Mikolaj Golub2015-05-042-3/+3
| | | | Notes: svn path=/head/; revision=385410
* Update to 2.2.2.Mikolaj Golub2015-05-042-4/+4
| | | | Notes: svn path=/head/; revision=385398
* Remove GH_PROJECT and GH_TAGNAME, which match the defaults.Mikolaj Golub2015-05-041-2/+0
| | | | | | | Submitted by: mat Notes: svn path=/head/; revision=385383
* Update to 1.2.8.Mikolaj Golub2015-05-045-328/+558
| | | | Notes: svn path=/head/; revision=385377
* - Add missing files to pkg-plistDmitry Marakasov2015-05-032-1/+4
| | | | | | | | Approved by: portmgr blanket MFH: 2015Q2 Notes: svn path=/head/; revision=385349
* databases/sqlbuddy: UNBREAK and various fixesBartek Rutkowski2015-05-033-11/+12
| | | | | | | | | | | | - Fix unfetchable distfile - Convert to USE_GITHUB - Add LICENSE PR: 199499 Submitted by: Chenguang Li <horus.li@gmail.com> (maintainer) Notes: svn path=/head/; revision=385346
* - Update to 2.3.5Sunpoet Po-Chuan Hsieh2015-05-033-6/+8
| | | | | | | | | | | - Add LICENSE - Update RUN_DEPENDS: use Rails 4 - Update WWW Changes: https://github.com/mbleigh/seed-fu/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=385330
* databases/puppetdb-terminus: update 2.2.2 -> 2.3.3Bartek Rutkowski2015-05-022-3/+3
| | | | | | | | PR: 199625 Submitted by: Geoff Garside <freebsd@geoffgarside.co.uk> (maintainer) Notes: svn path=/head/; revision=385186
* - Update to 0.9992Guido Falsi2015-05-022-4/+5
| | | | | | | - Make the options a MULTI select Notes: svn path=/head/; revision=385178
* - Fix build on i386Sunpoet Po-Chuan Hsieh2015-05-022-2/+17
| | | | | | | | | - Regenerate patch file with makepatch: MFH: 2015Q2 Notes: svn path=/head/; revision=385160
* - Fix build when using FreeBSD older than 10.0Ryan Steinmetz2015-05-011-0/+4
| | | | Notes: svn path=/head/; revision=385156
* devel/lfcbase: 1.5.11 -> 1.6.1Kurt Jaeger2015-05-016-16/+16
| | | | | | | | | | | | | | | | | | | | | databases/cego: 2.21.1 -> 2.22.0 databases/p5-DBD-cego: 1.2.9 -> 1.3.0 lfcbase: - Added syslog support - syslog is enabled per default cego: - fix in CegoFieldValue::comp for correct null value ordering - adapt to lfcbase 1.6 with syslog support p5-DBD-cego: - adapt to lfcbase 1.6 with syslog support Submitted by: Björn Lemke <lemke@lemke-it.com> Notes: svn path=/head/; revision=385129
* databases/rocksdb: Unbreak on DragonFly due to -Werror (again)John Marino2015-05-011-0/+11
| | | | | | | | | | | | The -Werror flag reappeared on the latest version, and it still doesn't build without error on GCC5. In this case, the FLAGS_env variable was defined and not used tripping [-Werror=unused-variable] I would seriously remove -Werror from this port (again), but this patch makes it build again on DragonFly, at least for the moment. Notes: svn path=/head/; revision=385116
* - Update to 0.78Sunpoet Po-Chuan Hsieh2015-05-012-4/+3
| | | | | | | Changes: http://search.cpan.org/dist/Jifty-DBI/Changes Notes: svn path=/head/; revision=385110
* - Update to 0.09Sunpoet Po-Chuan Hsieh2015-05-012-4/+3
| | | | | | | Changes: http://search.cpan.org/dist/Dancer-Plugin-Database-Core/Changes Notes: svn path=/head/; revision=385103
* databases/postgis21: fix typoJohannes Jost Meixner2015-05-011-1/+1
| | | | | | | | | | | - Fix typo in pkg-plist. PR: 199833 Submitted by: packet@nerdheim.de Approved by: maintainer <harrison.grundy@astrodoggroup.com> Notes: svn path=/head/; revision=385091
* Horde package update:Martin Matuska2015-05-012-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | comms/pear-Horde_ActiveSync 2.27.0 -> 2.27.1 devel/pear-Horde_Argv 2.0.10 -> 2.0.11 security/pear-Horde_Auth 2.1.7 -> 2.1.8 devel/pear-Horde_Autoloader 2.1.0 -> 2.1.1 www/pear-Horde_Browser 2.0.8 -> 2.0.9 mail/pear-Horde_Mail 2.5.1 -> 2.6.0 mail/pear-Horde_Mapi 1.0.4 -> 1.0.5 mail/pear-Horde_Mime 2.8.1 -> 2.9.0 textproc/pear-Horde_Pdf 2.0.4 -> 2.0.5 security/pear-Horde_Perms 2.1.3 -> 2.1.4 devel/pear-Horde_Prefs 2.7.2 -> 2.7.3 devel/pear-Horde_Rdo 2.0.3 -> 2.0.4 www/pear-Horde_Routes 2.0.3 -> 2.0.4 mail/pear-Horde_Smtp 1.9.0 -> 1.9.1 devel/pear-Horde_Support 2.1.2 -> 2.1.3 textproc/pear-Horde_Text_Filter 2.3.0 -> 2.3.1 devel/pear-Horde_Tree 2.0.3 -> 2.0.4 devel/pear-Horde_View 2.0.4 -> 2.0.5 textproc/pear-Horde_Xml_Element 2.0.2 -> 2.0.3 www/horde-base 5.2.4 -> 5.2.5 mail/horde-imp 6.2.7 -> 6.2.8 mail/horde-ingo 3.2.4 -> 3.2.5 deskutils/horde-kronolith 4.2.5 -> 4.2.6 deskutils/horde-mnemo 4.2.5 -> 4.2.6 mail/horde-turba 4.2.5 -> 4.2.6 mail/horde-webmail 5.2.5 -> 5.2.6 deskutils/horde-groupware 5.2.5 -> 5.2.6 Notes: svn path=/head/; revision=385085
* databases/postgis21: update to 2.1.7, reassign maintainerJohannes Jost Meixner2015-05-013-5/+11
| | | | | | | | | | | | - Update to 2.1.7 - Assign maintainership to Harrison Grundy PR: 199831 Submitted by: Harrison Grundy <harrison.grundy@astrodoggroup.com> Approved by: maintainer timeout (more than three in a row) Notes: svn path=/head/; revision=385083
* Update to 0.708.1.0.Adam Weinberger2015-04-302-5/+5
| | | | | | | | | Changes: https://metacpan.org/changes/distribution/MongoDB While here, move the second BUILD_DEPENDS block to before TEST_DEPENDS. Notes: svn path=/head/; revision=385062
* - Update courier-unicode to 1.2Guido Falsi2015-04-304-4/+4
| | | | | | | | | | | | | | - Update courier-imap to 4.16.1 - Update maildrop to 2.8.2 - Update sqwebmail to 5.8.2 - Update courier-authlib to 0.66.2 - Some plist and Makefile modernization Approved by: oliver@ (as maintainer of various of these ports) Differential Revision: https://reviews.freebsd.org/D2391 Notes: svn path=/head/; revision=385029
* Remove USES=compiler:c++11-lib from mail/evolution. While it fixesDon Lewis2015-04-291-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the build failure on FreeBSD 8 (and probably 9), the application fails to start because the base version of libstdc++ is loaded at runtime, which does not satify the requirements of webkit-gtk3. The reason is that evolution does not directly link to libstdc++, so the rpath added to it by USES=compiler:c++11-lib has no effect. The first shared library that links to libstdc++ belongs to evolution-data-server, which does not have USES=compiler:c++11-lib, which causes the base version of libstdc++ to be loaded. Unconditionally add USES=compiler:c++11-lib to databases/evolution-data-server. Adding the rpath to its shared libraries will cause the newer version of libstdc++ to be loaded when evolution starts and fix the runtime error on FreeBSD 8 and 9. For standard versions of FreeBSD 10 and higher on amd64 and i386, it is a no-op, so there is no harm in doing this. If FreeBSD 10 or higher is configured to build with base gcc and clang is not present, which is an option on amd64 and i386 and is mandatory on some tier 2 platforms that don't have clang support, then USES=compiler:c++11-lib is needed. PR: 199746 Differential Revision: https://reviews.freebsd.org/D2388 Reviewed by: kwm Approved by: mat (mentor) MFH: 2015Q2 Notes: svn path=/head/; revision=384997
* USE_GITHUB: For the new support, fix DISTNAME to be more consistent.Bryan Drewery2015-04-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | When using GH_TAGNAME the DISTNAME would have GH_PROJECT and GH_ACCOUNT in it. When not using GH_TAGNAME it would not have this. Now both cases will add in the GH_PROJECT and GH_ACCOUNT. Add special care to ensure that the DISTVERSION is not added in twice. If a port does GH_TAGNAME=v${PORTVERSION} it will be added in twice though. For that case DISTVERSIONPREFIX=v should be set and no GH_TAGNAME should be used. empty() is used rather than (!defined || !${}) to support fmake. The purpose of setting DISTNAME at all in these cases is to make it more clear that the distfile is from *GITHUB* and to avoid collisions if a project were to be renamed or moved. Without adding in GH_PROJECT and GH_ACCOUNT then there are real risks that collisions on filenames would happen on renamed or moved projects, which is fairly common. A GITHUB-generated file may not match a custom-rolled or git-archive-rolled distfile. PR: 199069 With hat: portmgr Testing done: All USE_GITHUB ports without GH_COMMIT were checksum/fetch/extract/WRKSRC tested. Notes: svn path=/head/; revision=384932
* - Update to 1.2.5Sunpoet Po-Chuan Hsieh2015-04-273-9/+8
| | | | | | | | | | | | - Update MASTER_SITES - Remove DOCS from OPTIONS_DEFAULT - Update WWW Changes: https://github.com/farcepest/MySQLdb1/blob/master/HISTORY https://github.com/farcepest/MySQLdb1/commits/master Notes: svn path=/head/; revision=384855
* - Chase GNU Emacs updatesAshish SHUKLA2015-04-271-1/+1
| | | | | | | PR: 199553 Notes: svn path=/head/; revision=384819