aboutsummaryrefslogtreecommitdiff
path: root/databases
Commit message (Collapse)AuthorAgeFilesLines
* For ports that are marked BROKEN on armv6, and also fail to build onMark Linimon2017-11-309-0/+9
| | | | | | | | | | | | | armv7, mark them so. This is part two of a multipart commit to bring armv7 ports to parity with armv6. Approved by: portmgr (tier-2 blanket) Obtained from: lonesome.com -exp run Notes: svn path=/head/; revision=455167
* For ports that are marked NOT_FOR/ONLY_FOR armv6, also mark them soMark Linimon2017-11-303-5/+5
| | | | | | | | | | | | on armv7. This is part one of a multipart commit to bring armv7 ports to parity with armv6. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=455165
* This is believed to be fixed by r441826. (At least, it builds correctlyMark Linimon2017-11-291-1/+0
| | | | | | | | | on armv7 as-is.) Reported by: danfe Notes: svn path=/head/; revision=455129
* - Add LICENSEWen Heping2017-11-291-1/+1
| | | | | | | | PR: 222447 Submitted by: yasu@utahime.org Notes: svn path=/head/; revision=455107
* * Updated to 1.4.2Richard Gallamore2017-11-283-25/+57
| | | | | | | | | | | | * Updated dependencies Changes: https://github.com/influxdata/influxdb/blob/master/CHANGELOG.md PR: 223827 Submitted by: <cheffo@fre^.org> (maintainer) Notes: svn path=/head/; revision=455081
* databases/pspg: Update to 0.7.4Danilo G. Baio2017-11-272-4/+4
| | | | | | | | | | Changes: https://github.com/okbob/pspg/releases/tag/0.7.4 PR: 223923 Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer) Notes: svn path=/head/; revision=454997
* databases/sqlitestudio: Unbroke the build by including QVariant where it was ↵Yuri Victorovich2017-11-273-7/+32
| | | | | | | | | | missing Approved by: tcberner (mentor), mat Differential Revision: https://reviews.freebsd.org/D13203 Notes: svn path=/head/; revision=454970
* databases/pspg: Update to 0.7.3Danilo G. Baio2017-11-262-4/+4
| | | | | | | | | | Changes: https://github.com/okbob/pspg/releases/tag/0.7.3 PR: 223883 Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer) Notes: svn path=/head/; revision=454912
* Update databases/pspg to 0.7.2Tobias C. Berner2017-11-252-5/+4
| | | | | | | | PR: 223868 Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer) Notes: svn path=/head/; revision=454888
* databases/cego: update 2.38.3 -> 2.38.5Kurt Jaeger2017-11-252-4/+4
| | | | | | | | | | | | | | | | | | | | | | - Fix in CegoBTreeValue::valueFromSchema, introduced method getReservedLength to return fixed value length for type fixed and decimal. Since for decimal and fixed type just the dimension is stored in CegoField::getLength, we must define a reserved area for those types. This is done now with constant definition RESERVED_BTREE_FLOATLEN in CegoDefs.h - Improved ordersize calculation in CegoOrderSpace:insertTuple. Now the following formula is used : int s = sizeof(fv); if ( fv.getLength() > STATICFIELDBUF ) s += fv.getLength(); orderEntryLen += s; The catches the base memory usage for the instance but also the dynamic allocated part Submitted by: Bjoern Lemke <lemke@lemke-it.com> Notes: svn path=/head/; revision=454880
* databases/pecl-dbase: Update to 5.1.1Jochen Neumeister2017-11-242-5/+5
| | | | | | | | | | Ignore with PHP 72 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13236 Notes: svn path=/head/; revision=454850
* databases/tcl-lmdb: update to 0.3.6Pietro Cerutti2017-11-242-3/+4
| | | | | | | Release notes: https://github.com/ray2501/tcl-lmdb/releases/tag/0.3.6 Notes: svn path=/head/; revision=454816
* Fix RUN_DEPENDS: change from rubygem-flipper to rubygem-flipper010Sunpoet Po-Chuan Hsieh2017-11-231-1/+4
| | | | | | | | - Add PORTSCOUT - Bump PORTREVISION for dependency change Notes: svn path=/head/; revision=454784
* Update to 3.0.4Sunpoet Po-Chuan Hsieh2017-11-232-5/+5
| | | | | | | | | - Add libmemcached version check Changes: https://pecl.php.net/package-changelog.php?package=memcached Notes: svn path=/head/; revision=454783
* databases/timescaledb: Update to 0.7.0Luca Pizzamiglio2017-11-234-9/+26
| | | | | | | | | | | | | changelog: https://github.com/timescale/timescaledb/releases/tag/0.7.0 Moreover, switches build to CMake and adds support for pgsql10 PR: 223800 Submitted by: kbowling@freebsd.org (maintainer) Approved by: olivier (mentor) Differential Revision: https://reviews.freebsd.org/D13191 Notes: svn path=/head/; revision=454751
* databases/cassandra-cpp-driver: update to 2.8.0Pietro Cerutti2017-11-232-4/+4
| | | | | | | Changelog: https://github.com/datastax/cpp-driver/blob/2.8.0/CHANGELOG.md Notes: svn path=/head/; revision=454748
* databases/pspg: Update pkg-message: Improved the alias suggestionYuri Victorovich2017-11-233-7/+6
| | | | | | | | | | | PR: 223805 Submitted by: Dmitri Goutnik <dg@syrec.org> Reported by: Christoph Moench-Tegeder <cmt@burggraben.net> Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13195 Notes: svn path=/head/; revision=454739
* Update to 0.21.0Sunpoet Po-Chuan Hsieh2017-11-222-4/+4
| | | | | | | Changes: https://github.com/zdennis/activerecord-import/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=454718
* New port: databases/pspg: Tabular data pager designed to be used with psqlYuri Victorovich2017-11-225-0/+45
| | | | | | | | | | PR: 223694 Submitted by: Dmitri Goutnik <dg@syrec.org> Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13170 Notes: svn path=/head/; revision=454699
* databases/cego: update 2.38.1 -> 2.38.3Kurt Jaeger2017-11-222-4/+4
| | | | | | | | | | | | | | | | | | | | - Fix in CegoXMLSpace::setTSSortAreaSize, changed type from int to unsigned long long, otherwise overflow may occur for large sort area size configurations - Performance optimization done in CegoOrderSpace. Instead of storing the CegoField list for the result tuple in CegoOrderNode, just the values are stored there. The order cursor now gets the schema with the constructor and build the CegoField List in the getFirst / getNext methods. This seems a huge amount of heap space, which is dynamically allocated during the sorting procedure ( sortareasize parameter ). Especially for large ordering result sets this saves significantly memory and improves performance. Submitted by: Bjoern Lemke <lemke@lemke-it.com> Notes: svn path=/head/; revision=454698
* Repo copy databases/rubygem-flipper-active_record and devel/rubygem-flipperTorsten Zuehlsdorff2017-11-224-0/+29
| | | | | | | | | to unbreak www/gitlab. GitLab broke through there updates in 453680 and 453681. Reported by: remko, Matthias Fechner <idefix@fechner.net> Notes: svn path=/head/; revision=454691
* databases/py-pymssql: Update to 2.1.3Steve Wills2017-11-223-14/+4
| | | | | | | | | PR: 221358 Submitted by: David Wahlund <david@dafnet.se> Approved by: ports@thelanman.net (maintainer timeout, >3 months) Notes: svn path=/head/; revision=454687
* Hook ldb12 and ldb13 to the buildAntoine Brodin2017-11-211-0/+2
| | | | Notes: svn path=/head/; revision=454652
* Update to 5.8.6Sunpoet Po-Chuan Hsieh2017-11-213-8/+9
| | | | | | | | Changes: https://github.com/facebook/rocksdb/releases https://github.com/facebook/rocksdb/blob/master/HISTORY.md Notes: svn path=/head/; revision=454621
* Make sure that you can compile all supplimentary ports without Python bindingsTimur I. Bakeyev2017-11-214-1/+24
| | | | Notes: svn path=/head/; revision=454619
* new port: databases/arangodb32Nikolai Lifanov2017-11-2113-0/+5095
| | | | | | | | | | | ArangoDB is a production ready highly available Multi-Model NoSQL database PR: 223240 Submitted by: dev@dudu.ro Differential Revision: https://reviews.freebsd.org/D12793 Notes: svn path=/head/; revision=454616
* Fix build if rrdtool is built without pango.Mathieu Arnold2017-11-211-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=454610
* In case we'd make samba48 anytime soon.Timur I. Bakeyev2017-11-2016-0/+1274
| | | | Notes: svn path=/head/; revision=454560
* Fix too broad Python specification, cut down to 2.7 explicitly.Timur I. Bakeyev2017-11-203-3/+4
| | | | Notes: svn path=/head/; revision=454556
* Update Samba supplimentary libraries to the most recent versions.Timur I. Bakeyev2017-11-2025-74/+1468
| | | | Notes: svn path=/head/; revision=454532
* Update IGNORE_WITH_PHPSunpoet Po-Chuan Hsieh2017-11-201-1/+1
| | | | Notes: svn path=/head/; revision=454526
* Update IGNORE_WITH_PHPSunpoet Po-Chuan Hsieh2017-11-201-1/+1
| | | | Notes: svn path=/head/; revision=454525
* Update IGNORE_WITH_PHPSunpoet Po-Chuan Hsieh2017-11-201-1/+1
| | | | Notes: svn path=/head/; revision=454524
* Update IGNORE_WITH_PHPSunpoet Po-Chuan Hsieh2017-11-201-1/+1
| | | | Notes: svn path=/head/; revision=454523
* Add LICENSE_FILESunpoet Po-Chuan Hsieh2017-11-202-7/+8
| | | | | | | | | - Update IGNORE_WITH_PHP - Reformat pkg-descr - Update WWW Notes: svn path=/head/; revision=454522
* Update to 5.8Sunpoet Po-Chuan Hsieh2017-11-204-10/+27
| | | | | | | | Changes: https://github.com/facebook/rocksdb/releases https://github.com/facebook/rocksdb/blob/master/HISTORY.md Notes: svn path=/head/; revision=454515
* databases/cego: update 2.38.0 -> 2.38.1Kurt Jaeger2017-11-192-4/+4
| | | | | | | | | | | | | | - Fix in CegoPredDesc::decode, loop variable i for IN/NOTIN case was not initialized - Fix in CegoAction::execCheckCreate, check contraints are checked for contained subselects. subselects are ( still ) not supported since the CegoCheckOject::decode method can not provide a valid tablemanager instance ( it is called from CegoObjectManager ) Submitted by: Bjoern Lemke <lemke@lemke-it.com> Notes: svn path=/head/; revision=454483
* Remove databases/grass6 in favor of the existing databases/grass7.Gerald Pfeifer2017-11-1810-3816/+0
| | | | | | | | PR: 222570 Approved by: lbartoletti@tuxfamily.org (maintainer) Notes: svn path=/head/; revision=454466
* databases/mariadb102-client: Fix linking issues in downstream portsBernard Spil2017-11-181-0/+6
| | | | | | | | | | | - mariadb_config produces incorrect output [1] 1: https://jira.mariadb.org/browse/MDEV-14439 Reported by: Alexandre Notes: svn path=/head/; revision=454463
* databases/mariadb101-server: Security update to 10.1.29Bernard Spil2017-11-183-5/+17
| | | | | | | | | PR: 223737 Reported by: Miroslav Lachman <000 fbsd quip.cz> Security: c41bedfd-b3f9-11e7-ac58-b499baebfeaf Notes: svn path=/head/; revision=454460
* Update to 1.10.3Grzegorz Blach2017-11-182-4/+4
| | | | Notes: svn path=/head/; revision=454423
* - Switch to options helpersDmitry Marakasov2017-11-181-6/+10
| | | | Notes: svn path=/head/; revision=454417
* databases/cego: update 2.37.3 -> 2.38.0Kurt Jaeger2017-11-184-8/+8
| | | | | | | | | | | | | | | | | | | | | databases/cegobridge: update 1.2.1 -> 1.3.0 cego: - Fix in CegoSelect::clone, pUnionSelect was not cloned, which might lead to seg faults - Introduced predicate clause for select .. in ( expr, expr, ... ), e.g. select * from t1 where a in ( 1, 2, 3 ); This was still not implemented but is part of standard SQL. cegobridge: - Adaptions made for modified cego-2.38.0 API with extended CegoDatabaseFormatter::formatPred method ( exprList was added for new introduced select in ( expr list ) predicate ) Submitted by: Bjoern Lemke <lemke@lemke-it.com> Notes: svn path=/head/; revision=454415
* Update databases/pg_partman to 3.1.0Tobias C. Berner2017-11-173-6/+7
| | | | | | | | PR: 223723 Submitted by: Lacey Powers <lacey.leanne@gmail.com> (maintainer) Notes: svn path=/head/; revision=454387
* py-psycopg2cffi: Update to version 2.7.7Joseph Mingrone2017-11-172-4/+4
| | | | | | | Upstream changes: https://github.com/chtd/psycopg2cffi#november-2017 Notes: svn path=/head/; revision=454385
* - Update to 1.30 [1]Frederic Culot2017-11-172-5/+5
| | | | | | | | | | | | - Update minimum dependency requirement on SQL::Abstract Changes: http://search.cpan.org/dist/SQL-Abstract-More/Changes PR: 223352 [1] Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com> Approved by: maintainer (timeout) Notes: svn path=/head/; revision=454370
* - Update to 4.0.21Wen Heping2017-11-172-4/+4
| | | | | | | | PR: 223711 Submitted by: rob.kruus@gmail.com(maintainer) Notes: svn path=/head/; revision=454367
* Update to 7.1.0Matthew Seaman2017-11-173-4/+21
| | | | | | | | Add a new option ANONSTATS to enable anonymous statistics collection, off by default. Notes: svn path=/head/; revision=454364
* Remove duplicate portAntoine Brodin2017-11-171-1/+0
| | | | | | | Pointy hat: tz Notes: svn path=/head/; revision=454363
* Upgrade from 3.2.10 to 3.2.11.Sergey A. Osokin2017-11-172-4/+4
| | | | | | | | | | | | | | | | <ChangeLog> Upgrade urgency HIGH: Potentially critical bugs fixed. AOF flush on SHUTDOWN did not cared to really write the AOF buffers (not in the kernel but in the Redis process memory) to disk before exiting. Calling SHUTDOWN during traffic resulted into not every operation to be persisted on disk. </ChangeLog> Notes: svn path=/head/; revision=454359