aboutsummaryrefslogtreecommitdiffstats
path: root/databases
Commit message (Collapse)AuthorAgeFilesLines
* databases/galera: Upgrade from 25.3.20 to 25.3.21vd2017-07-045-99/+126
| | | | | Also fixup the debug build - the setting provided as debug=N translates to cc -ON. So, for debug build it should be debug=0.
* databases/mariadb101-server: Update to 10.1.24brnrd2017-07-023-42/+32
| | | | | | | | | | | | - Regression fix update to 10.1.24 - Backport option groups for groonga and compression - Use OS' libs, not bundled versions (lz4, lzo, snappy) - Add xml and odbc options for connect engine - Remove InnoDB/XtraDB fix (included upstream) - Fix bison issue [220367] PR: 220367 Reported by: iron@mail.ua
* Update to 0.4.7sunpoet2017-07-022-4/+4
| | | | Changes: https://github.com/brianmario/mysql2/releases
* Remove Perl core modulessunpoet2017-07-011-5/+6
| | | | | | | | | | - While I'm here: - Add LICENSE_FILE - Add NO_ARCH - Fix *_DEPENDS: use TEST_DEPENDS for test-only dependencies - Bump PORTREVISION for dependency change With hat: perl
* Remove Perl core modulessunpoet2017-07-011-3/+4
| | | | | | | | | - While I'm here: - Add LICENSE_FILE - Add NO_ARCH - Bump PORTREVISION for dependency change With hat: perl
* Remove Perl core modulessunpoet2017-07-012-7/+11
| | | | | | | | - Add BUILD_DEPENDS - Add LICENSE - Add NO_ARCH - Regenerate patch file with makepatch: - Bump PORTREVISION for dependency change
* databases/timescaledb: create portswills2017-07-015-0/+40
| | | | | | | | | | An open-source time-series database optimized for fast ingest and complex queries built on PostgreSQL. WWW: http://www.timescale.com/ PR: 220347 Submitted by: kbowling
* databases/galera: Split compilation from tests runvd2017-06-301-4/+7
| | | | | | | | | | | | Previously tests were ran intermixed with compilation commands in parallel (scons -jN). Running tests in parallel produces some sporadic failures which would make the compilation fail. With this change, when compiling ("make" in the ports directory) "scons -j8 ... tests=0" is used to request compilation only. To run the tests do "make test" in the ports directory. It will run "scons ... tests=1" (without -jN) and will only run the tests.
* Mark BROKEN: checksum and size mismatchantoine2017-06-301-0/+2
| | | | Reported by: pkg-fallout
* Remove Perl core modulessunpoet2017-06-301-1/+2
| | | | | - Add NO_ARCH - Bump PORTREVISION for dependency change
* Update to 4.043sunpoet2017-06-302-4/+5
| | | | Changes: http://search.cpan.org/dist/DBD-mysql/Changes
* Update to 5.5.1sunpoet2017-06-303-9/+10
| | | | | Changes: https://github.com/facebook/rocksdb/releases https://github.com/facebook/rocksdb/blob/master/HISTORY.md
* Update to 5.5.56 release.ale2017-06-302-5/+5
|
* Update to 4.7.2matthew2017-06-302-4/+4
| | | | ChangeLog: https://github.com/phpmyadmin/phpmyadmin/blob/RELEASE_4_7_2/ChangeLog
* Remove Perl core modulessunpoet2017-06-301-3/+6
| | | | | | | | | - While I'm here: - Add LICENSE - Add NO_ARCH - Bump PORTREVISION for dependency change With hat: perl
* - Include pg_regress to postgresql96-client, to allow running regression ↵amdmi32017-06-292-1/+4
| | | | | | | tests for postgresql extensions PR: 217874 Approved by: maintainer timeout (3 months)
* Update databases/elixir-timex_ecto to version 3.2.0.olgeni2017-06-293-4/+6
|
* databases/cego: update 2.33.14 -> 2.33.16pi2017-06-292-5/+4
| | | | | | | | | | | | | | - Completion for admin help backup section, some commands were still missing Improvements for procedure indent formatting. All sugar, nothing functional - Fix in CegoAction::execute, missing break added after calling execListView - Fix in CegoQueryHelper::evalPredicate. In case of subselects, the parent join buf also has to reset after performing the subselect, otherwise invalid pointer references are still active for the next caller - Seg faults have been experienced for delete with double nested subselect conditions ( see check055 ) Submitted by: Bjoern Lemke <lemke@lemke-it.com>
* Bump PORTREVISION for devel/readline shlib changesunpoet2017-06-282-1/+1
| | | | PR: 219947
* - Update to 0.7tota2017-06-282-4/+4
|
* * Updated to 0.99ultima2017-06-282-4/+7
| | | | | | | | PR: 220117 Submitted by: <nistor@snickers.org> (maintainer) Reviewed by: lifanov (mentor) Approved by: lifanov (mentor) Differential Revision: https://reviews.freebsd.org/D11374
* Update to 4.2.9sunpoet2017-06-282-4/+4
| | | | Changes: https://github.com/rails/rails/blob/4-2-stable/activerecord/CHANGELOG.md
* Update to 4.2.9sunpoet2017-06-282-4/+4
| | | | Changes: https://github.com/rails/rails/blob/4-2-stable/activemodel/CHANGELOG.md
* Update to 5.1.2sunpoet2017-06-282-4/+4
| | | | Changes: https://github.com/rails/rails/blob/5-1-stable/activerecord/CHANGELOG.md
* Update to 5.1.2sunpoet2017-06-282-4/+4
| | | | Changes: https://github.com/rails/rails/blob/5-1-stable/activemodel/CHANGELOG.md
* Update devel/readline to 7.0 patch 3sunpoet2017-06-2729-18/+29
| | | | | | | | | | | - Bump PORTREVISION for shlib change Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html Differential Revision: https://reviews.freebsd.org/D11172 PR: 219947 Exp-run by: antoine
* Update to 0.9.0sunpoet2017-06-272-4/+4
| | | | Changes: https://github.com/remiprev/her/commits/master
* Update to 3.19.3sunpoet2017-06-272-4/+4
| | | | | Changes: https://github.com/rogerbinns/apsw/releases https://rogerbinns.github.io/apsw/changes.html
* Use USES=mysqlsunpoet2017-06-261-2/+1
|
* Use USES=mysqlsunpoet2017-06-261-2/+1
|
* - Add database/pldebuggeramdmi32017-06-265-0/+41
| | | | | | | This module is a set of shared libraries which implement an API for debugging pl/pgsql functions on PostgreSQL 8.4 and above. WWW: https://git.postgresql.org/gitweb/?p=pldebugger.git;a=summary
* Make ninja opt-out in cmake.mktcberner2017-06-2614-14/+14
| | | | | | | | | | | | | | | | | | | | | | | Using ninja instead of make (1) can lead to significant speed ups while building. Therefore switch from having the ninja generator opt-in to having it opt-out. Previously cmake-ports that wanted to use ninja could set CMAKE_NINJA=yes now, ports that do not work with ninja can set cmake:<existing args>,noninja Note, that needing this should be an exception and most often points to a broken cmake of the port. The ports using cmake were modified * removed USES=gmake, if ninja is used * removed MAKE_ARGS, if ninja is used * added the cmake-argument noninja if necessary PR: 219629 PR: 213331 Exp-run by: antoine Reviewed by: rakuco Differential Revision: https://reviews.freebsd.org/D10748
* Remove expired ports:rene2017-06-2624-897/+0
| | | | | | | | 2017-06-15 databases/pgpool-II: Deprecated by upstream; use database/pgpool instead 2017-06-15 databases/pgpool-II-30: Deprecated by upstream; use database/pgpool instead 2017-06-18 games/libgames-support: Superseded by libgnome-games-support, no longer used by anything 2017-06-22 net/sixxs-aiccu: SixXS shutdown on 2017-06-06, https://www.sixxs.net/sunset/ databases/pgpoolAdmin: depended on expired databases/pgpool-II and only supported PostgreSQL 9.2 which is will EOL in September 2017
* Fix WWWsunpoet2017-06-251-1/+1
| | | | Approved by: portmgr (blanket)
* Fix WWWsunpoet2017-06-251-1/+1
| | | | Approved by: portmgr (blanket)
* Fix WWWsunpoet2017-06-251-1/+1
| | | | Approved by: portmgr (blanket)
* Fix WWWsunpoet2017-06-251-1/+1
| | | | Approved by: portmgr (blanket)
* Update WWWsunpoet2017-06-251-1/+1
| | | | Approved by: portmgr (blanket)
* Fix WWWsunpoet2017-06-251-1/+1
| | | | Approved by: portmgr (blanket)
* Fix WWWsunpoet2017-06-251-1/+1
| | | | Approved by: portmgr (blanket)
* Fix WWWsunpoet2017-06-251-1/+1
| | | | Approved by: portmgr (blanket)
* Fix WWWsunpoet2017-06-251-1/+1
| | | | Approved by: portmgr (blanket)
* Fix WWWsunpoet2017-06-251-1/+1
| | | | Approved by: portmgr (blanket)
* Fix WWWsunpoet2017-06-251-1/+1
| | | | Approved by: portmgr (blanket)
* Begin deorbit burn of ia64. We have not attempted to build packages forlinimon2017-06-251-2/+0
| | | | | | | | it for many years. While here, alphabetize ARCHs, pet portlint, and modernize usages. Approved by: portmgr (tier-2 blanket)
* databases/p5-DBD-mysql: Fix issue with MariaDB 10.2brnrd2017-06-241-0/+32
| | | | | | | - Use method, don't access struct PR: 219788 Reported by: Alexey <fbsd98816551@avksrv.org>
* Add rubygem-flipper-active_record 0.10.2sunpoet2017-06-244-0/+28
| | | | | | Flipper ActiveRecord is an ActiveRecord adapter for Flipper. WWW: https://github.com/jnunemaker/flipper
* Fix some Erlang ports for version 20.0.olgeni2017-06-232-5/+5
|
* Unbreak and update to 0.9.14knu2017-06-232-10/+9
|
* New port: databases/postgresql-mysql_fdwtz2017-06-234-0/+45
| | | | | | | | | | | | | | | | | This PostgreSQL extension implements a Foreign Data Wrapper (FDW) for MySQL. The following enhancements are added to the mysql_fdw: Write-able FDW Connection Pooling Where clause push-down Column push-down Prepared Statment Please note that this version of mysql_fdw works with PostgreSQL 9.3, 9.4, 9.5 and 9.6. WWW: https://github.com/EnterpriseDB/mysql_fdw PR: 219636 Submitted by: Jov <amutu@amutu.com>
* Remove Perl core modulessunpoet2017-06-231-3/+4
| | | | | | - Add LICENSE - Add NO_ARCH - Bump PORTREVISION for dependency change
* Mark as broken on aarch64: fails to link with sbrk.linimon2017-06-221-0/+2
| | | | Approved by: portmgr (tier-2 blanket)
* Mark as broken on aarch64 and armv6.linimon2017-06-221-0/+2
| | | | Approved by: portmgr (tier-2 blanket)
* Update to 0.5.0sunpoet2017-06-222-5/+5
| | | | Changes: https://github.com/state-machines/state_machines-activerecord/commits/master
* Update to 0.5.0sunpoet2017-06-222-5/+5
| | | | Changes: https://github.com/state-machines/state_machines-activemodel/commits/master
* - databases/influxdb: add MANPAGES optionjoneum2017-06-212-1/+31
| | | | | | | PR: 217592 Reported by: xmj Approved by: cheffo at freebsd-bg.org (maintainer) miwi (mentor) Differential Revision: https://reviews.freebsd.org/D11219
* Update to 5.0.4sunpoet2017-06-202-4/+4
| | | | Changes: https://github.com/rails/rails/blob/5-0-stable/activerecord/CHANGELOG.md
* Update to 5.0.4sunpoet2017-06-202-4/+4
| | | | Changes: https://github.com/rails/rails/blob/5-0-stable/activemodel/CHANGELOG.md
* Update to 1.1.11sunpoet2017-06-202-4/+4
| | | | Changes: https://docs.sqlalchemy.org/en/latest/changelog/changelog_11.html
* A modern, feature-rich and highly tunable PHP clientmat2017-06-204-0/+30
| | | | | | | | | | | | | library for Apache Cassandra and DataStax Enterprise. Using exclusively Cassandra's binary protocol and Cassandra Query Language v3. WWW: https://pecl.php.net/package/cassandra PR: 219706 Submitted by: daniel@blodan.se Sponsored by: Absolight
* * Updated to 3.4.5ultima2017-06-192-4/+4
| | | | | | | | | | Changelog: https://github.com/mongodb/mongo-tools/commits/r3.4.5 PR: 220046 Submitted by: Šimun Mikecin <numisemis@yahoo.com> (maintainer) Reviewed by: lifanov (mentor) Approved by: lifanov (mentor) Differential Revision: https://reviews.freebsd.org/D11255
* qa: add check for NO_ARCHdbn2017-06-195-8/+7
| | | | | | | | | | | | | | | | | | If NO_ARCH is set then check that no FreeBSD elf(5) files are in $STAGEDIR. If an elf(5) file is bundles as part of the package, but is not meant to be run directly (i.e. the elf(5) file is a payload, and not compiled) then those files can be added to NO_ARCH_IGNORE to avoid the check from failing, Changes to ports: - Ports that have NO_ARCH set, but actually compile files have had NO_ARCH removed. - Ports that have elf(5) payloads have had those files added to NO_ARCH_IGNORE. - R-cran ports that do not set USES=cran:compiles have NO_ARCH set, PR: 218976 Reviewed by: antoine, mat Approved by: portmgr
* Remove Perl core modulessunpoet2017-06-181-3/+1
| | | | With hat: perl
* Remove Perl core modulessunpoet2017-06-181-3/+6
| | | | | | | | | - While I'm here: - Add LICENSE - Add NO_ARCH - Bump PORTREVISION for dependency change With hat: perl
* Update the Calligra ports to 3.0.1.rakuco2017-06-1710-0/+567
| | | | | | | | | | | | | | | | | | The 3.x series is based on KDE Frameworks 5, and some programs have been split into separate ports: - Sheets, Words & co are in editors/calligra. - Krita is in graphics/krita. - Kexi is in databases/kexi. - The calligra-l10n* ports are now part of editors/calligra itself. Okular support in editors/calligra and Marble support in textproc/kreport have been disabled for now because they need the KF5 version of those ports. Thanks to everyone who's tested it and worked on it in our area51 repository. Submitted by: Adrian de Groot <groot@kde.org>, tcberner, rakuco Reviewed by: rakuco, mat (earlier versions) Differential Revision: https://reviews.freebsd.org/D10167
* Update to 0.19.0sunpoet2017-06-152-4/+4
| | | | Changes: https://github.com/zdennis/activerecord-import/blob/master/CHANGELOG.md
* Update to 0.21.0sunpoet2017-06-142-4/+4
| | | | Changes: https://bitbucket.org/ged/ruby-pg/src/default/History.rdoc
* Add back USES=gperf to unbreak configureantoine2017-06-131-1/+1
|
* New port: databases/postgresql-cstore_fdwtz2017-06-135-0/+53
| | | | | | | | | | | | | | | | | | | | | | | | Cstore_fdw is a extension of PostgreSQL. This extension uses the Optimized Row Columnar (ORC) format for its data layout. ORC improves upon the RCFile format developed at Facebook, and brings the following benefits: - Compression: Reduces in-memory and on-disk data size by 2-4x. Can be extended to support different codecs. - Column projections: Only reads column data relevant to the query. Improves performance for I/O bound queries. - Skip indexes: Stores min/max statistics for row groups, and uses them to skip over unrelated rows. Further, cstore_fdw used the Postgres foreign data wrapper APIs and type representations with this extension. This brings: - Support for 40+ Postgres data types. The user can also create new types and use them. - Statistics collection. PostgreSQL's query optimizer uses these stats to evaluate different query plans and pick the best one. - Simple setup. Create foreign table and copy data. Run SQL. WWW: https://github.com/citusdata/cstore_fdw PR: 219635 Submitted by: Jov <amutu@amutu.com>
* Update evolution suite to 3.24.kwm2017-06-1311-178/+83
| | | | | | | | | | | | | | | | | | * The build system switched to CMake, with ninja. Drop USES=gmake * Remove systemd files, we have no need for them. * Add/update WWW to new location evolution-data-server: * Remove double icu dependacy * Make LDAP into a option, like mail/evolution * Remove BDB warning message. This message was here if the user had a nondefault bdb version selected. Due to that the eds only use bdb version 5, the message can go. evolution: * Reenable MAPS option * Add YTNEF option to support MS Outlook TNEF format * Gstreamer is not used anymore
* Ora2Pg is a free tool used to migrate an Oracle database to a PostgreSQLwen2017-06-135-0/+55
| | | | | | | | | | | | | | | compatible schema. It connects your Oracle database, scan it automatically and extracts its structure or data, it then generates SQL scripts that you can load into your PostgreSQL database. Ora2Pg can be used from reverse engineering Oracle database to huge enterprise database migration or simply to replicate some Oracle data into a PostgreSQL database. It is really easy to used and doesn't need any Oracle database knowledge than providing the parameters needed to connect to the Oracle database. WWW: https://github.com/darold/ora2pg PR: 219682 Submitted by: amutu@amutu.com
* Update to 0.5.7 and unbreak for ruby 2.2+.mat2017-06-122-9/+5
| | | | | | PR: 219632 Submitted by: mat Approved by: maintainer timeout
* Update to 1.0.2sunpoet2017-06-123-4/+6
| | | | | | | | | - While I'm here: - Add LICENSE_FILE - Update WWW PR: 219770 Submitted by: lbartoletti <lbartoletti@tuxfamily.org> (maintainer)
* Update distinfo and unbreak this portsunpoet2017-06-112-3/+4
| | | | | | | | | | | | | - While I'm here, fix indent Content of tarballs are unchanged (checked against [1]). => XML_Query2XML-1.7.2.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/XML_Query2XML-1.7.2.tgz fetch: http://pear.php.net/get/XML_Query2XML-1.7.2.tgz: size mismatch: expected 384024, actual 388604 Reference: https://people.FreeBSD.org/~sunpoet/checksum/XML_Query2XML-1.7.2.tgz [1] Approved by: portmgr (blanket)
* Update distinfo and unbreak this portsunpoet2017-06-112-3/+4
| | | | | | | | | | | | | - While I'm here, fix indent Content of tarballs are unchanged (checked against [1]). => Structures_DataGrid_DataSource_PDO-0.2.0.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/Structures_DataGrid_DataSource_PDO-0.2.0.tgz fetch: http://pear.php.net/get/Structures_DataGrid_DataSource_PDO-0.2.0.tgz: size mismatch: expected 4213, actual 4272 Reference: https://people.FreeBSD.org/~sunpoet/checksum/Structures_DataGrid_DataSource_PDO-0.2.0.tgz [1] Approved by: portmgr (blanket)
* Update distinfo and unbreak this portsunpoet2017-06-112-3/+4
| | | | | | | | | | | | | - While I'm here, fix indent Content of tarballs are unchanged (checked against [1]). => Structures_DataGrid_DataSource_DB-0.1.1.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/Structures_DataGrid_DataSource_DB-0.1.1.tgz fetch: http://pear.php.net/get/Structures_DataGrid_DataSource_DB-0.1.1.tgz: size mismatch: expected 2433, actual 2479 Reference: https://people.FreeBSD.org/~sunpoet/checksum/Structures_DataGrid_DataSource_DB-0.1.1.tgz [1] Approved by: portmgr (blanket)
* Update distinfo and unbreak this portsunpoet2017-06-112-3/+4
| | | | | | | | | | | | | - While I'm here, fix indent Content of tarballs are unchanged (checked against [1]). => Structures_DataGrid_DataSource_CSV-0.1.6.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/Structures_DataGrid_DataSource_CSV-0.1.6.tgz fetch: http://pear.php.net/get/Structures_DataGrid_DataSource_CSV-0.1.6.tgz: size mismatch: expected 4177, actual 4231 Reference: https://people.FreeBSD.org/~sunpoet/checksum/Structures_DataGrid_DataSource_CSV-0.1.6.tgz [1] Approved by: portmgr (blanket)
* Update distinfo and unbreak this portsunpoet2017-06-111-2/+3
| | | | | | | | | | | Content of tarballs are unchanged (checked against [1]). => Structures_DataGrid_DataSource_Array-0.1.4.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/Structures_DataGrid_DataSource_Array-0.1.4.tgz fetch: http://pear.php.net/get/Structures_DataGrid_DataSource_Array-0.1.4.tgz: size mismatch: expected 3463, actual 3518 Reference: https://people.FreeBSD.org/~sunpoet/checksum/Structures_DataGrid_DataSource_Array-0.1.4.tgz [1] Approved by: portmgr (blanket)
* Update distinfo and unbreak this portsunpoet2017-06-112-3/+4
| | | | | | | | | | | | | - While I'm here, fix indent Content of tarballs are unchanged (checked against [1]). => MDB_QueryTool-1.2.3.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/MDB_QueryTool-1.2.3.tgz fetch: http://pear.php.net/get/MDB_QueryTool-1.2.3.tgz: size mismatch: expected 48427, actual 48938 Reference: https://people.FreeBSD.org/~sunpoet/checksum/MDB_QueryTool-1.2.3.tgz [1] Approved by: portmgr (blanket)
* Update distinfo and unbreak this portsunpoet2017-06-112-3/+4
| | | | | | | | | | | | | - While I'm here, add USES=php Content of tarballs are unchanged (checked against [1]). => MDB2_Driver_pgsql-1.5.0b4.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/MDB2_Driver_pgsql-1.5.0b4.tgz fetch: http://pear.php.net/get/MDB2_Driver_pgsql-1.5.0b4.tgz: size mismatch: expected 42404, actual 42757 Reference: https://people.FreeBSD.org/~sunpoet/checksum/MDB2_Driver_pgsql-1.5.0b4.tgz [1] Approved by: portmgr (blanket)
* Update distinfo and unbreak this portsunpoet2017-06-112-3/+4
| | | | | | | | | | | | | - While I'm here, add USES=php Content of tarballs are unchanged (checked against [1]). => MDB2_Driver_mysqli-1.5.0b4.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/MDB2_Driver_mysqli-1.5.0b4.tgz fetch: http://pear.php.net/get/MDB2_Driver_mysqli-1.5.0b4.tgz: size mismatch: expected 49450, actual 49986 Reference: https://people.FreeBSD.org/~sunpoet/checksum/MDB2_Driver_mysqli-1.5.0b4.tgz [1] Approved by: portmgr (blanket)
* Update distinfo and unbreak this portsunpoet2017-06-111-2/+3
| | | | | | | | | | | Content of tarballs are unchanged (checked against [1]). => MDB2-2.5.0b5.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/MDB2-2.5.0b5.tgz fetch: http://pear.php.net/get/MDB2-2.5.0b5.tgz: size mismatch: expected 136834, actual 138814 Reference: https://people.FreeBSD.org/~sunpoet/checksum/MDB2-2.5.0b5.tgz [1] Approved by: portmgr (blanket)
* Update distinfo and unbreak this portsunpoet2017-06-111-2/+3
| | | | | | | | | | | Content of tarballs are unchanged (checked against [1]). => MDB-1.3.0.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/MDB-1.3.0.tgz fetch: http://pear.php.net/get/MDB-1.3.0.tgz: size mismatch: expected 218957, actual 218815 Reference: https://people.FreeBSD.org/~sunpoet/checksum/MDB-1.3.0.tgz [1] Approved by: portmgr (blanket)
* Update distinfo and unbreak this portsunpoet2017-06-112-3/+4
| | | | | | | | | | | | | - While I'm here, add USES=php Content of tarballs are unchanged (checked against [1]). => DB_ldap2-0.5.1.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/DB_ldap2-0.5.1.tgz fetch: http://pear.php.net/get/DB_ldap2-0.5.1.tgz: size mismatch: expected 19448, actual 19618 Reference: https://people.FreeBSD.org/~sunpoet/checksum/DB_ldap2-0.5.1.tgz [1] Approved by: portmgr (blanket)
* Update distinfo and unbreak this portsunpoet2017-06-111-2/+3
| | | | | | | | | | | Content of tarballs are unchanged (checked against [1]). => DB_ldap-1.2.1.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/DB_ldap-1.2.1.tgz fetch: http://pear.php.net/get/DB_ldap-1.2.1.tgz: size mismatch: expected 10146, actual 10245 Reference: https://people.FreeBSD.org/~sunpoet/checksum/DB_ldap-1.2.1.tgz [1] Approved by: portmgr (blanket)
* Update distinfo and unbreak this portsunpoet2017-06-112-3/+4
| | | | | | | | | | | | | - While I'm here, fix indent Content of tarballs are unchanged (checked against [1]). => DB_Table-1.5.6.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/DB_Table-1.5.6.tgz fetch: http://pear.php.net/get/DB_Table-1.5.6.tgz: size mismatch: expected 116393, actual 118305 Reference: https://people.FreeBSD.org/~sunpoet/checksum/DB_Table-1.5.6.tgz [1] Approved by: portmgr (blanket)
* Update distinfo and unbreak this portsunpoet2017-06-112-3/+4
| | | | | | | | | | | | | - While I'm here, fix indent Content of tarballs are unchanged (checked against [1]). => DB_Sqlite_Tools-0.1.7.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/DB_Sqlite_Tools-0.1.7.tgz fetch: http://pear.php.net/get/DB_Sqlite_Tools-0.1.7.tgz: size mismatch: expected 20506, actual 20689 Reference: https://people.FreeBSD.org/~sunpoet/checksum/DB_Sqlite_Tools-0.1.7.tgz [1] Approved by: portmgr (blanket)
* Update distinfo and unbreak this portsunpoet2017-06-112-3/+4
| | | | | | | | | | | | | - While I'm here, fix indent Content of tarballs are unchanged (checked against [1]). => DB_QueryTool-1.1.2.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/DB_QueryTool-1.1.2.tgz fetch: http://pear.php.net/get/DB_QueryTool-1.1.2.tgz: size mismatch: expected 45977, actual 46429 Reference: https://people.FreeBSD.org/~sunpoet/checksum/DB_QueryTool-1.1.2.tgz [1] Approved by: portmgr (blanket)
* Update distinfo and unbreak this portsunpoet2017-06-111-2/+3
| | | | | | | | | | | Content of tarballs are unchanged (checked against [1]). => DB_DataObject_FormBuilder-1.0.2.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/DB_DataObject_FormBuilder-1.0.2.tgz fetch: http://pear.php.net/get/DB_DataObject_FormBuilder-1.0.2.tgz: size mismatch: expected 69226, actual 70143 Reference: https://people.FreeBSD.org/~sunpoet/checksum/DB_DataObject_FormBuilder-1.0.2.tgz [1] Approved by: portmgr (blanket)
* Update distinfo and unbreak this portsunpoet2017-06-111-2/+3
| | | | | | | | | | | Content of tarballs are unchanged (checked against [1]). => DB_DataObject-1.11.5.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/DB_DataObject-1.11.5.tgz fetch: http://pear.php.net/get/DB_DataObject-1.11.5.tgz: size mismatch: expected 82809, actual 83878 Reference: https://people.FreeBSD.org/~sunpoet/checksum/DB_DataObject-1.11.5.tgz [1] Approved by: portmgr (blanket)
* Update distinfo and unbreak this portsunpoet2017-06-112-3/+4
| | | | | | | | | | | | | - While I'm here, fix indent Content of tarballs are unchanged (checked against [1]). => DBA_Relational-0.2.0.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/DBA_Relational-0.2.0.tgz fetch: http://pear.php.net/get/DBA_Relational-0.2.0.tgz: size mismatch: expected 21181, actual 21480 Reference: https://people.FreeBSD.org/~sunpoet/checksum/DBA_Relational-0.2.0.tgz [1] Approved by: portmgr (blanket)
* Update distinfo and unbreak this portsunpoet2017-06-111-2/+3
| | | | | | | | | | | Content of tarballs are unchanged (checked against [1]). => DBA-1.1.1.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/DBA-1.1.1.tgz fetch: http://pear.php.net/get/DBA-1.1.1.tgz: size mismatch: expected 12964, actual 13144 Reference: https://people.FreeBSD.org/~sunpoet/checksum/DBA-1.1.1.tgz [1] Approved by: portmgr (blanket)
* Fix build with postgresql9.4matthew2017-06-112-5/+13
| | | | | | | | | | Switch to downloading sources from GitHub, and add the pglogical_dump submodule. This was omitted from the tarball provided by 2nd Quadrant in the latest version. The pglogical_dump code is only compiled with postgresql9.4 which failed to build -- using other postgresql versions worked fine. Reported by: pkg-fallout
* * Updated to 3.19.3ultima2017-06-112-4/+4
| | | | | | | | | | - Fix a bug associated with auto_vacuum that can lead to database corruption PR: 219903 Submitted by: pavelivolkov@gmail.com (maintainer) Reviewed by: lifanov (mentor), matthew (mentor) Approved by: pavelivolkov@gmail.com (maintainer), lifanov (mentor), matthew (mentor) Differential Revision: https://reviews.freebsd.org/D11136
* * Updated to 3.19.3ultima2017-06-112-4/+4
| | | | | | | | | | - Fix a bug associated with auto_vacuum that can lead to database corruption PR: 219902 Submitted by: pavelivolkov@gmail.com (maintainer) Reviewed by: lifanov (mentor), matthew (mentor) Approved by: pavelivolkov@gmail.com (maintainer), lifanov (mentor), matthew (mentor) Differential Revision: https://reviews.freebsd.org/D11132
* databases/mariadb102-client: Fix dependencies checking MYSQL_VERSION_IDbrnrd2017-06-102-0/+22
| | | | | | | - Add upstream patch PR: 219788 Reported by: Alexey <fbsd98816551@avksrv.org>
* Update maintainer email addressdbaio2017-06-105-5/+5
| | | | | | | | | Ownership of the former email address confirmed by email PR: 219791 Submitted by: lbartoletti@tuxfamily.org (maintainer) Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D11088
* Remove no-op WX_UNICODEsunpoet2017-06-101-1/+0
| | | | Approved by: portmgr (blanket)
* Fix the build in a better way -- this works irrespective of the SASLmatthew2017-06-101-2/+2
| | | | | | | option setting PR: 219168 Submitted by: sunpoet
* Fix the build of libmemcached: add -lthr to the librariesmatthew2017-06-107-23/+18
| | | | | | | | | plus modifications to the autoconf files. PR: 219168 Submitted by: m.tsatsenko@gmail.com (maintainer) Reported by: 000.fbsd@quip.cz Approved by: m.tsatsenko@gmail.com (maintainer)
* Update to 2.0.1matthew2017-06-093-6/+8
| | | | Release notes: https://www.2ndquadrant.com/en/resources/pglogical/release-notes/
* databases/sfcgal: Update to 1.3.1dbaio2017-06-083-6/+6
| | | | | | | | | | Update maintainer email address Ownership of the former email address confirmed by email PR: 219791 Submitted by: lbartoletti@tuxfamily.org (maintainer) Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D11069
* Add NO_ARCHsunpoet2017-06-081-0/+1
| | | | Approved by: portmgr (blanket)
* databases/mariadb102-server: Build InnoDB engine staticbrnrd2017-06-072-3/+5
| | | | | | | | | - Change InnoDB from Dynamic plugin to static [2] - Unbreak new installs on GIS bootstrap [1] PR: 219831 [1], 219818 [2] Submitted by: Benediktus Anindito <bennybroz105@gmail.com> [1] Reported by: martin@sugioarto.com [2]
* Update to 6.2.2matthew2017-06-072-4/+4
| | | | Changelog: https://github.com/citusdata/citus/blob/master/CHANGELOG.md
* databases/galera: Unbreak on powerpc64 by requesting a newer GCCvd2017-06-071-4/+8
| | | | | | Also set PORTVERSION, PORTREVISION and GH_TAGNAME conditionally (?=), so they can be overriden from the environment (to ease building custom packages from arbitrary commits on github).
* Add a fixup-lib-pkgconfig target to move files in lib/pkgconfig intomat2017-06-071-1/+0
| | | | | | | | | | | | | libdata/pkgconfig. Fix ports that where installing the file in the wrong place. PR: 218067 Submitted by: mat Exp-run by: antoine Reviewed by: rene, antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D10129
* Convert every usage of https://github.com/.../archive/xxx to USE_GITHUB.mat2017-06-074-21/+14
| | | | | | While there, fix small style issues. Sponsored by: Absolight
* databases/freetds: Update version 1.00.39=>1.0040bofh2017-06-062-4/+4
|
* Fix qt4 ports on armv6.tcberner2017-06-066-6/+6
| | | | | | | | | | | | Due to a misspelling in GCC [1] (probably) the check for the ARMv6KZ platform used ARM_ARCH_6ZK instead of ARM_ARCH_6KZ. [1] https://gcc.gnu.org/ml/gcc-patches/2015-06/msg01679.html PR: 210027 Submitted by: Mikaël Urankar <mikael.urankar@gmail.com> Reviewed by: rakuco Differential Revision: https://reviews.freebsd.org/D8322
* Remove outdated PERL_LEVEL checksunpoet2017-06-061-9/+2
| | | | | | - While I'm here, move *_DEPENDS together With hat: perl
* Add LICENSE_FILEsunpoet2017-06-051-1/+1
|
* Upgrade from 3.2.8 to 3.2.9.osa2017-06-052-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | <ChangeLog> Upgrade urgency LOW: A few rarely harmful bugs were fixed. This release just fixes bugs that are unlikely to cause serious problems so there is no need to update ASAP. Please, see the list of commits for the details on the bugs fixed and credits: o) redis-cli --bigkeys: show error when TYPE fails o) Fix preprocessor if/else chain broken in order to fix #3927 o) Fix zmalloc_get_memory_size() ifdefs to actually use the else branch o) Set lua-time-limit default value at safe place o) Fix #3848 by closing the descriptor on error o) Update block->free after some diff data are written to the child process o) Test: fix, hopefully, false PSYNC failure like in issue #2715 o) Fix #2883, #2857 pipe fds leak when fork() failed on bg aof rw o) Don't leak file descriptor on syncWithMaster() </ChangeLog> M Makefile M distinfo
* Sort SUBDIRssunpoet2017-06-051-2/+2
|
* Strip shared librarysunpoet2017-06-041-2/+5
| | | | | - Use WRKSRC_SUBDIR - Bump PORTREVISION for package change
* Update to 0.9.21.delphij2017-06-042-4/+4
|
* devel/rudiments: update 1.0.4 -> 1.0.5pi2017-06-043-16/+18
| | | | | | | databases/sqlrelay: update 1.0.1 -> 1.1.0 http://software.firstworks.com/2017/05/rudiments-105-release-announcement.html http://software.firstworks.com/2017/05/sql-relay-110-release-announcement.html
* databases/cego: 2.33.12 -> 2.33.14pi2017-06-042-4/+4
| | | | | | | | | | | | | | | | | | | | | - Design modification in CegoAction for semantic action ( execXXX methods ) An analysed statement is now just executed after complete succesful parsing of the given input. This avoid protocol effects for queries like "select * from t1;;" where the query is executed but the second semicolon is detected as an parse error which also is sent to the client. For this the new method CegoAction::execute has introduced which is ( explicitly ) called after successful CegoAction::parse - Fix for distinct handling in CegoAggreation Fix for alias handling regarding view creates. Alias definitions are mandatory now for aggregated attribute definitions, e.g. create view v1 as select count(*) from t1; => returns now ERROR: Missing alias reference for view create and must be written as create view v1 as select count(*) as c from t1; Submitted by: Bjoern Lemke <lemke@lemke-it.com>
* Update to 3.06sunpoet2017-06-032-5/+5
| | | | Changes: http://search.cpan.org/dist/Mojo-Pg/Changes
* Mark some ports failing on powerpc64. These ports are either newlinimon2017-06-021-1/+2
| | | | | | | | ports, or had been recently unblocked. While here, pet portlint. Approved by: portmgr (tier-2 blanket)
* Fix WWWsunpoet2017-06-021-1/+1
|
* Remove outdated PERL_LEVEL checksunpoet2017-06-021-8/+1
|
* Remove outdated PERL_LEVEL checksunpoet2017-06-021-7/+1
|
* Add LICENSEsunpoet2017-06-021-7/+6
| | | | | - Add NO_ARCH - Remove outdated PERL_LEVEL check
* Update databases/elixir-postgrex to version 0.13.3.olgeni2017-06-012-4/+4
|
* Add ruby to CATEGORIESsunpoet2017-06-011-1/+1
|
* Add python to CATEGORIESsunpoet2017-06-011-1/+1
|
* Update to 5.4.6sunpoet2017-05-312-5/+5
| | | | | | | - Update CONFLICTS_INSTALL Changes: https://github.com/facebook/rocksdb/releases https://github.com/facebook/rocksdb/blob/master/HISTORY.md
* Update WWWsunpoet2017-05-301-1/+1
|
* Update to 3.19.2sunpoet2017-05-302-4/+4
| | | | | | Changes: https://www.sqlite.org/releaselog/3_19_2.html PR: 219593 Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
* Update to 3.19.2sunpoet2017-05-302-4/+7
| | | | | | Changes: https://www.sqlite.org/releaselog/3_19_2.html PR: 219592 Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
* Fix OPTIONS_DEFAULT: remove NLS which is added by frameworksunpoet2017-05-291-1/+1
| | | | Approved by: portmgr (blanket)
* Fix PORTNAME, use PKGNAMESUFFIX and remove DISTNAMEsunpoet2017-05-291-2/+2
|
* Update to 1.6.0sunpoet2017-05-292-6/+6
| | | | Changes: https://github.com/dbcli/pgcli/blob/master/changelog.rst
* Register dependency on groffantoine2017-05-291-1/+1
| | | | PR: 213725
* databases/mariadb102-server: Add MariaDB 10.2 portsbrnrd2017-05-2958-0/+2063
| | | | | | | - Add mariadb102-client port - Add RocksDB storage engine - Add non-base page compressors - First sweep at making cmake patches upstreamable
* Register dependency on groffantoine2017-05-281-1/+1
| | | | PR: 213725
* Mark some ports failing to package on armv6, with errors classified aslinimon2017-05-281-2/+4
| | | | | | | | "install_error". While here, pet portlint. Approved by: portmgr (tier-2 blanket)
* Mark some ports failing on armv6, for errors classified as "coredump".linimon2017-05-281-0/+2
| | | | | | | | This skips the ports that possibly only coredump under qemu. While here, pet portlint. Approved by: portmgr (tier-2 blanket)
* Fix CONFLICTS_INSTALLsunpoet2017-05-2810-10/+10
| | | | | PR: 219388 Submitted by: pawel
* Mark some ports failing on armv6, for errors classified as "clang".linimon2017-05-273-6/+7
| | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket)
* Upgrade to 4.7.1matthew2017-05-272-4/+4
| | | | ChangeLog: https://www.phpmyadmin.net/files/4.7.1/
* Update to 5.4.5sunpoet2017-05-273-4/+5
| | | | | Changes: https://github.com/facebook/rocksdb/releases https://github.com/facebook/rocksdb/blob/master/HISTORY.md
* databases/cego: update 2.33.11 -> 2.33.12pi2017-05-272-4/+4
| | | | | | | - Fix in CegoAttrComp::reset, case VALUE2VALUE still was not treated, which lead to wrong index handling for between clauses with native values Submitted by: Bjoern Lemke <lemke@lemke-it.com>
* Respect CFLAGS: particularly, do not pass `-march=native' which somedanfe2017-05-271-0/+3
| | | | compilers do not like, which in turn might break the build.
* Mark some ports failing on armv6, for errors classified as "???".linimon2017-05-271-0/+4
| | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket)
* databases/mysqltuner: update 1.6.18 -> 1.7.2pi2017-05-272-4/+4
| | | | Changes: https://github.com/major/MySQLTuner-perl/releases
* Update to latest version.girgen2017-05-262-4/+4
|
* - Update to 1.1.54236vg2017-05-263-8/+8
| | | | | PR: ports/219538 Submitted by: proler@gmail.com (maintainer)
* databases/cego: update 2.33.9 -> 2.33.11pi2017-05-262-4/+4
| | | | | | | | | | | | | | | | | | | | | - Fix in CegoObjectManager::createBTreeObject to avoid some duplicate btree entries - Added space character in CegoSelect::toChain after distinct keyword to avoid certain errors - Fix in CegoAttrComp::operator== The values should NOT be compared, since they are set up by the calling CegoAttrCond::update method Otherwise, the error "Cannot set up diff for attribute condition" occurs. basecheck54 added to test for the this problem - Fix in CegoQueryHelper::evalAttrCond, comparison modulation was missing for one case whihc leads to wrong query results for comparisons like 3 < a ( constant left ) - Optimization added for between clause, indexes were just used for constant values in between clause ( eg. a between 10 and 20 ) This has been expanded, that also indexes are used, if attribute references are contained ( eg. a between t2.x and t3.y ) Submitted by: Bjoern Lemke <lemke@lemke-it.com>
* Disable databases/galera on i386vd2017-05-251-0/+11
| | | | | It uses 64 bit atomics, e.g. __atomic_add_fetch() with 64 bit arguments and clang fails to generate those on i386.
* Update to 6.2.1matthew2017-05-252-4/+4
| | | | ChangeLog: https://github.com/citusdata/citus/blob/master/CHANGELOG.md
* databases/rubygem-redis-actionpack-rails50: Create rails version 5.0 portjrm2017-05-254-0/+30
| | | | | | by copying databases/rubygem-redis-actionpack-rails5 Approved by: swills (mentor, implicit)
* databases/rubygem-pghero-rails50: Create rails version 5.0 port by copyingjrm2017-05-254-0/+29
| | | | | | databases/rubygem-pghero-rails5 Approved by: swills (mentor, implicit)
* Add entry in databases/Makefile for rubygem-globalid-rails50jrm2017-05-251-0/+1
| | | | Approved by: swills (mentor, implicit)
* databases/rubygem-globalid-rails50: Create rails version 5.0 port byjrm2017-05-253-0/+28
| | | | | | copying databases/rubygem-globalid-rails5 Approved by: swills (mentor, implicit)
* Update to 5.1.42sunpoet2017-05-242-4/+4
| | | | | Changes: https://github.com/jruby/activerecord-jdbc-adapter/blob/master/jdbc-mysql/History.txt https://dev.mysql.com/doc/relnotes/connector-j/5.1/en/news-5-1-42.html
* Also broken on armv6.linimon2017-05-241-0/+1
|
* - Update to 4.2.0.17.089.1709joneum2017-05-243-92/+196
| | | | | | | PR: 219200 Submitted by: vvd@unislabs.com Approved by: rene (mentor) Differential Revision: https://reviews.freebsd.org/D10871
* databases/mariadb100-server: Update to 10.0.31brnrd2017-05-245-249/+15
| | | | | | | | - Security and bug-fix update - Remove build fix (included upstream) - Fix-up CMakeLists patches Security: d9e01c35-2531-11e7-b291-b499baebfeaf
* Update to 3.6.2sunpoet2017-05-242-4/+4
| | | | Changes: http://search.cpan.org/dist/DBD-Pg/Changes
* Update to 3.6.1sunpoet2017-05-232-4/+4
| | | | Changes: http://search.cpan.org/dist/DBD-Pg/Changes
* Revision bump of all ports with USE_GL after consolidation of mesa-libsrezny2017-05-234-3/+4
| | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845
* Fix MAINTAINER as bonkor@ was mentioned by error and has no connection to ↵eugen2017-05-231-1/+1
| | | | | | this port. Approved-by: az (mentor, impicit)
* Re-add databases/p5-DBD-Oracle removed with r435735 as there is user demand ↵eugen2017-05-235-0/+80
| | | | | | | | | | | | | for it. Tested by Konstantin Stroikovsky (maintainer of databases/oracle8-client). Additional changes: - take maintainership; - simplify port: remove traces of oracle7-client and options OCI7/OCI8; - bump PORTREVISION because of these changes. Approved by: vsevolod (mentor)
* Update to 0.30sunpoet2017-05-233-12/+15
| | | | | | - Sort *_DEPENDS Changes: https://sourceforge.net/p/dbiwrapper/git/ci/master/tree/debian/changelog
* Remove redundant -jN from databases/galera/Makefilevd2017-05-231-1/+0
| | | | Reported by: Ari Maniatis
* databases/influxdb: update to 1.2.4farrokhi2017-05-222-12/+9
| | | | | | | | PR: 219140 Reviewed by: mat Approved by: mat Relnotes: https://github.com/influxdata/influxdb/blob/v1.2.4/CHANGELOG.md Differential Revision: https://reviews.freebsd.org/D10771
* Upgrade databases/galera from 25.3.5_7 to 25.3.20_2vd2017-05-229-246/+212
| | | | | | | | | | | | | | | | * Fetch from GitHub * Adopt by devel@galeracluster.com * Remove all documentation building from this port. The documentation is now online at http://galeracluster.com/documentation-webpages/ * Fix the linking with libboost_program_options if a static linkage has been chosen - it should be libboost_program_options.a, not libboost_program_options.so * The new version of the port could have been 25.3.20. The reason for 25.3.20_2 is to ease upgrades for people that are using https://github.com/codership/freebsd-ports/tree/master/databases/galera which is at 25.3.20_1. Relnotes: http://releases.galeracluster.com/release-notes-galera-25.3.20.txt
* Mark some ports failing on power64. In cases where the error messagelinimon2017-05-223-0/+8
| | | | | | | | | was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Reported by: swills
* Mark some ports failing on power64. In cases where the error messagelinimon2017-05-213-7/+9
| | | | | | | | | was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Reported by: swills
* Add rc.d scriptsunpoet2017-05-212-1/+78
| | | | | | | | - Assign default UID and GID - Bump PORTREVISION for package change PR: 217083 Submitted by: Dave Cottlehuber <dch@skunkwerks.at>
* Update to 1.1.10sunpoet2017-05-212-4/+4
| | | | Changes: https://docs.sqlalchemy.org/en/latest/changelog/changelog_11.html
* Update to 5.3.6sunpoet2017-05-212-4/+4
| | | | | Changes: https://github.com/facebook/rocksdb/releases https://github.com/facebook/rocksdb/blob/master/HISTORY.md
* databases/mariadb101-client: Mark not-broken for client on power64brnrd2017-05-212-3/+3
| | | | | | | | - Move BROKEN_powerpc64 block to server-only block - Move non-option to non-option block (10.0 only) PR: 218497 Submitted by: linimon
* databases/mariadb101-server: Fix crash in XtraDBbrnrd2017-05-212-1/+16
| | | | | | | | - Apply crash patch to XtraDB (not only InnoDB) - Bump port-revision PR: 219235 Submitted by: Dani <i.dani@outlook.com>
* Mark some ports failing on power64. In cases where the error messagelinimon2017-05-212-4/+4
| | | | | | | | | was a stub, provide a real one. While here, pet portlint. Reported by: swills Approved by: portmgr (tier-2 blanket)
* Mark some ports failing on power64. In cases where the error messagelinimon2017-05-201-0/+2
| | | | | | | | | was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Reported by: swills
* databases/postgresql-odbc: Update version 09.06.0200=>09.06.3100bofh2017-05-202-5/+5
| | | | https://odbc.postgresql.org/docs/release.html
* databases/mysql-connector-c++: Update version 1.1.8=>1.1.9bofh2017-05-202-5/+4
| | | | https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-1-1-9.html
* databases/freetds: Update version 1.00.38=>1.00.39bofh2017-05-202-4/+4
|
* Update to 3.1.2girgen2017-05-202-4/+4
|
* Update to 5.3.5sunpoet2017-05-192-4/+4
| | | | | Changes: https://github.com/facebook/rocksdb/releases https://github.com/facebook/rocksdb/blob/master/HISTORY.md
* Re-add databases/oracle8-client removed with r435735 as there is user demand ↵eugen2017-05-188-0/+884
| | | | | | | | | | | | | | | | for it. The only way for native FreeBSD binaries to connect to modern Oracle databases is usage of OCI8 libraries supplied by the port. Additional changes: - integrate patch supplied with PR 211107; - assign maintainership to the submitter; - supply additional MASTER_SITE; - dead WWW link replaced with working copy of old one; - bump PORTREVISION. PR: 211107 Approved by: vsevolod (mentor)
* databases/cassandra-cpp-driver: update to 2.7.0gahr2017-05-182-4/+4
| | | | Changelog: https://github.com/datastax/cpp-driver/blob/master/CHANGELOG.md#270
* Upgrade to 6.2.0matthew2017-05-183-5/+15
| | | | ChangeLog: https://github.com/citusdata/citus/blob/master/CHANGELOG.md
* Update to 2.4.0sunpoet2017-05-182-4/+4
| | | | Changes: https://github.com/camertron/arel-helpers/blob/master/History.txt
* Update evolution-data-server to 3.22.7kwm2017-05-173-21/+34
| | | | | | | | | | | | | | Update evolution to 3.22.6 Update evolution-ews to 3.22.6 * all: record missing dependancies. * eds: libsoup-gnome is not needed replace it with libsoup. * eds: merge the compiler USES into the main USES line, it is always needed. Remove the related text. * evo: move the canberra-gtk3 dependancy to the canberra option * evo-ews: drop google doc link in pkg-descr. Obtained from: gnome devel repo
* Fix PKGBASE collision with databases/pgpoolantoine2017-05-172-8/+4
|
* Change RUN_DEPENDS from rubygem-sinatra to rubygem-sinatra1sunpoet2017-05-171-1/+2
| | | | - Bump PORTREVISION for dependency change
* - Update maintainer addressjoneum2017-05-1629-29/+29
| | | | | Reviewed by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D10755
* New port: databases/pgpool-II-36tz2017-05-167-0/+134
| | | | | | This is an repo-copy of databases/pgpool-II-35 updated to 3.6.4 PR: 206839
* New port: databases/pgpool-II-35tz2017-05-167-0/+134
| | | | | | This is an repo-copy of databases/pgpool updated to 3.5.8 PR: 206839
* databases/pgpool: Limit PORTSCOUT to 3.4.xtz2017-05-161-0/+2
| | | | | | | Future pgpool version of 3.5 and 3.6 will get an own port, therefore limiting the PORTSCOUT check to actual branch PR: 206839
* need use gmake to buildtrociny2017-05-162-1/+14
|
* databases/mysql-connector-c: Update version 6.1.9=>6.1.10bofh2017-05-162-4/+4
|
* - Add LICENSEamdmi32017-05-162-11/+9
| | | | | | | | - Tweak python dependency: runtime only and python 2.x only - Add NO_ARCH - Fix shebangfix by removing shebang change from the patch Approved by: portmgr blanket
* databases/freetds: Update version 1.00.27=>1.0038bofh2017-05-162-5/+4
|
* Add missing dependencysunpoet2017-05-151-0/+2
| | | | | | | | - Bump PORTREVISION for dependency change PR: 218226 Submitted by: Jason Bacon <bacon4000@gmail.com> Approved by: lbartoletti <lbartoletti@tuxfamily.org> (maintainer)
* Update to 1.3.23sunpoet2017-05-152-4/+4
| | | | Changes: https://github.com/jruby/activerecord-jdbc-adapter/blob/master/History.md
* Update to 1.3.23sunpoet2017-05-152-4/+4
| | | | Changes: https://github.com/jruby/activerecord-jdbc-adapter/blob/master/History.md
* Remove svn keywords from patches.mat2017-05-152-4/+0
| | | | Sponsored by: Absolight
* databases/pgpool: Update from 3.4.9 to 3.4.11tz2017-05-152-7/+6
| | | | | | | Changelog: http://www.pgpool.net/docs/latest/en/html/release-3-4-10.html Changelog: http://www.pgpool.net/docs/latest/en/html/release-3-4-11.html PR: 206839
* databases/pgpool-II-30: set DEPRECATED and EXPIRATION_DATEtz2017-05-151-0/+3
| | | | | | | pgpool 3.0.x is EOL since 2016-02-05 PR: 206839 Approved by: maintainer (timeout)
* databases/pgpool-II: set DEPRECATEDtz2017-05-151-0/+3
| | | | | | | pgpool 3.1.x was deprecated by upstream in September 2016 PR: 206839 Approved by: maintainer (timeout)
* - update to 1.7.4.0vg2017-05-152-5/+4
|
* databases/gigabase: work around GCC >= 6 bustagejbeich2017-05-151-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | testtimeseries.cpp: In function 'float fmax(float, float)': testtimeseries.cpp:50:35: error: 'float fmax(float, float)' conflicts with a previous declaration inline float fmax(float x, float y) { return x > y ? x : y; } ^ In file included from /usr/local/lib/gcc6/include/c++/math.h:36:0, from testtimeseries.cpp:15: /usr/local/lib/gcc6/include/c++/cmath:1452:3: note: previous declaration 'constexpr float std::fmax(float, float)' fmax(float __x, float __y) ^~~~ testtimeseries.cpp: In function 'float fmin(float, float)': testtimeseries.cpp:51:35: error: 'float fmin(float, float)' conflicts with a previous declaration inline float fmin(float x, float y) { return x < y ? x : y; } ^ In file included from /usr/local/lib/gcc6/include/c++/math.h:36:0, from testtimeseries.cpp:15: /usr/local/lib/gcc6/include/c++/cmath:1472:3: note: previous declaration 'constexpr float std::fmin(float, float)' fmin(float __x, float __y) ^~~~ testtimeseries.cpp: In function 'int main(int, char**)': testtimeseries.cpp:69:54: error: call of overloaded 'fmax(float&, float&)' is ambiguous quote.high = fmax(quote.open, quote.close); ^ In file included from /usr/local/lib/gcc6/include/c++/cmath:45:0, from /usr/local/lib/gcc6/include/c++/math.h:36, from testtimeseries.cpp:15: /usr/include/math.h:309:8: note: candidate: double fmax(double, double) double fmax(double, double) __pure2; ^~~~ In file included from /usr/local/lib/gcc6/include/c++/math.h:36:0, from testtimeseries.cpp:15: /usr/local/lib/gcc6/include/c++/cmath:1463:5: note: candidate: constexpr typename __gnu_cxx::__promote_2<_Tp, _Up>::__type std::fmax(_Tp, _Up) [with _Tp = float; _Up = float; typename __gnu_cxx::__promote_2<_Tp, _Up>::__type = float] fmax(_Tp __x, _Up __y) ^~~~ /usr/local/lib/gcc6/include/c++/cmath:1456:3: note: candidate: constexpr long double std::fmax(long double, long double) fmax(long double __x, long double __y) ^~~~ /usr/local/lib/gcc6/include/c++/cmath:1452:3: note: candidate: constexpr float std::fmax(float, float) fmax(float __x, float __y) ^~~~ testtimeseries.cpp:50:14: note: candidate: float fmax(float, float) inline float fmax(float x, float y) { return x > y ? x : y; } ^~~~ testtimeseries.cpp:70:53: error: call of overloaded 'fmin(float&, float&)' is ambiguous quote.low = fmin(quote.open, quote.close); ^ In file included from /usr/local/lib/gcc6/include/c++/cmath:45:0, from /usr/local/lib/gcc6/include/c++/math.h:36, from testtimeseries.cpp:15: /usr/include/math.h:310:8: note: candidate: double fmin(double, double) double fmin(double, double) __pure2; ^~~~ In file included from /usr/local/lib/gcc6/include/c++/math.h:36:0, from testtimeseries.cpp:15: /usr/local/lib/gcc6/include/c++/cmath:1483:5: note: candidate: constexpr typename __gnu_cxx::__promote_2<_Tp, _Up>::__type std::fmin(_Tp, _Up) [with _Tp = float; _Up = float; typename __gnu_cxx::__promote_2<_Tp, _Up>::__type = float] fmin(_Tp __x, _Up __y) ^~~~ /usr/local/lib/gcc6/include/c++/cmath:1476:3: note: candidate: constexpr long double std::fmin(long double, long double) fmin(long double __x, long double __y) ^~~~ /usr/local/lib/gcc6/include/c++/cmath:1472:3: note: candidate: constexpr float std::fmin(float, float) fmin(float __x, float __y) ^~~~ testtimeseries.cpp:51:14: note: candidate: float fmin(float, float) inline float fmin(float x, float y) { return x < y ? x : y; } ^~~~ PR: 219275
* Un-break port, fix inaccurate descriptionriggs2017-05-143-1/+61
| | | | | | | | | | | | Detailed log: - Unbreak port: Add missing file ${FILESDIR}/mongos.in - Corrected description to reflect that this port supports RocksDB as a backend AND all other standard MongoDB backends (which for now is MMAPv1 and WiredTiger). - Bump PORTREVISION PR: 219259 Submitted by: numisemis@yahoo.com (maintainer)
* update to 1.3.4trociny2017-05-142-23/+29
|
* Disable dependency on firebird for tier-2 archs. There is work underwaylinimon2017-05-141-0/+9
| | | | | | | | | | to fix firebird on those archs but it is not complete. This unbreaks several dozen ports on tier-2. PR: 216943 Submitted by: linimon Reviewed by: mat (only this file)
* Update to 5.0.3sunpoet2017-05-132-4/+4
| | | | Changes: https://github.com/rails/rails/blob/5-0-stable/activerecord/CHANGELOG.md
* Update to 5.0.3sunpoet2017-05-132-4/+4
| | | | Changes: https://github.com/rails/rails/blob/5-0-stable/activemodel/CHANGELOG.md
* Update to 5.1.1sunpoet2017-05-132-4/+4
| | | | Changes: https://github.com/rails/rails/blob/5-1-stable/activerecord/CHANGELOG.md
* Update to 5.1.1sunpoet2017-05-132-4/+4
| | | | Changes: https://github.com/rails/rails/blob/5-1-stable/activemodel/CHANGELOG.md
* Add py-sphinx to BUILD_DEPENDS unconditionallysunpoet2017-05-131-3/+2
| | | | | PR: 219249 Reported by: Gerrit Beine <mail+freebsd@gerritbeine.de>
* Add rubygem-activemodel-serializers-xml 1.0.1sunpoet2017-05-134-0/+32
| | | | | | | ActiveModel::Serializers::Xml provides XML serialization for your Active Model objects and Active Record models. WWW: https://github.com/rails/activemodel-serializers-xml
* Mark some ports failing on power64. In cases where the error messagelinimon2017-05-132-0/+3
| | | | | | | | was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket)
* Update to 1.1.0sunpoet2017-05-132-5/+4
| | | | Changes: https://github.com/rails/activerecord-session_store/releases
* databases/retcl: update to 0.2.2gahr2017-05-122-4/+4
| | | | Release notes: https://github.com/gahr/retcl/releases/tag/0.2.2
* Update to 0.18.3sunpoet2017-05-122-4/+4
| | | | Changes: https://github.com/zdennis/activerecord-import/blob/master/CHANGELOG.md
* PostgreSQL security updatesgirgen2017-05-1123-25/+33
| | | | | | | | | | | | | | | | | The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.6.3, 9.5.7, 9.4.12, 9.3.17, and 9.2.21. This release fixes three security issues. It also patches a number of other bugs reported over the last three months. Users who use the PGREQUIRESSL environment variable to control connections, and users who rely on security isolation between database users when using foreign servers, should update as soon as possible. Other users should plan to update at the next convenient downtime. URL: https://www.postgresql.org/about/news/1746/ Security: CVE-2017-7484, CVE-2017-7485, CVE-2017-7486 Also modify rcorder and let sshd start before PostgreSQL, so any problems during startup can be reviewed promplty from an ssh login.
* Update to gdbm 1.13johans2017-05-113-7/+10
| | | | Changes: https://lists.gnu.org/archive/html/info-gnu/2017-03/msg00005.html
* databases/retcl: update to 0.2.1gahr2017-05-102-4/+4
| | | | Changelog: https://github.com/gahr/retcl/releases/tag/0.2.1
* New port: databases/retclgahr2017-05-104-0/+37
| | | | | | | | Retcl is an event-driven, object-oriented, Redis client library targetting the Tcl scripting language. The library consists of a single Tcl Module file, which makes it extremely easy to deploy or integrate into existing projects. WWW: https://github.com/gahr/retcl
* New port: databases/mongodb34-rocks.bsam2017-05-099-0/+269
| | | | | | | This is a port of a MongoDB database with a RocksDB storage engine. PR: 210570 Submitted by: Šimun Mikecin <numisemis@yahoo.com>
* databases/speedtables: update to 1.12.2gahr2017-05-092-4/+4
| | | | Changelog: https://github.com/flightaware/speedtables/releases/tag/v1.12.2
* - Fix plistmiwi2017-05-082-1/+2
| | | | - Bump PORTREVISION
* Enable SASL option by defaultsunpoet2017-05-081-0/+2
| | | | - Bump PORTREVISION for dependency and package change
* Enable SASL option by defaultsunpoet2017-05-081-1/+2
| | | | - Bump PORTREVISION for dependency and package change
* Fix SASL optionsunpoet2017-05-081-2/+2
| | | | | | | | | - Sort USES - Bump PORTREVISION for package change PR: 219100 Submitted by: sunpoet (myself) Approved by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer, via email)
* Update to 3.1.3sunpoet2017-05-082-4/+4
| | | | Changes: https://github.com/collectiveidea/awesome_nested_set/blob/master/CHANGELOG
* Update to 1.8.0sunpoet2017-05-082-4/+4
| | | | Changes: https://github.com/dbcli/pgspecial/blob/master/changelog.rst
* databases/cego: update 2.33.8 -> 2.33.9pi2017-05-072-4/+4
| | | | | | | | | | | | - in CegoTableManager::getClobData added termination character to ensure clob values are terminated with 0 character - Small fixes for fixed value handling - Small fixes for quote escape handling in cgclt batch mode - In CegoAction::selectionList1 added alias check for non unique alias definitions - Stored Procedure formatting improvements regarding indent handling Submitted by: Bjoern Lemke <lemke@lemke-it.com>
* databases/pecl-mongodb: update 1.2.8 -> 1.2.9pi2017-05-072-4/+4
| | | | Changes: https://pecl.php.net/package-changelog.php?package=mongodb&release=1.2.9
* databases/cegobridge: fix backChar() for Oracle/Postgres, toopi2017-05-073-0/+23
|
* - Update to 0.10.11tota2017-05-072-5/+8
| | | | - Add "compiles" argument to USES=cran
* Upgrade from 4.0-rc2 to 4.0-rc3.osa2017-05-076-49/+101
|
* Update to 2.0.0matthew2017-05-063-10/+6
| | | | ChangeLog: https://2ndquadrant.com/en/resources/pglogical/release-notes/
* Add CARES optionsunpoet2017-05-061-1/+5
| | | | | | | - Bump PORTREVISION for package change PR: 218499 Submitted by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer)
* Update to 6.1.1matthew2017-05-062-4/+4
| | | | ChangeLog: https://github.com/citusdata/citus/blob/master/CHANGELOG.md
* Update to 0.4.6sunpoet2017-05-052-5/+6
| | | | | | | - Add LICENSE_FILE - Add USES=ssl Changes: https://github.com/brianmario/mysql2/releases
* Update to 0.18.2sunpoet2017-05-052-4/+4
| | | | Changes: https://github.com/zdennis/activerecord-import/blob/master/CHANGELOG.md
* - Update to 2.7.4miwi2017-05-053-5/+5
| | | | | PR: 219061 Submitted by: maintainer
* - Update to 2.3.2miwi2017-05-052-4/+4
| | | | | PR: 219062 Submitted by: maintainer
* Take maintainershipsunpoet2017-05-055-5/+5
|
* Fix some FreeBSD.org case of bad case.mat2017-05-041-1/+1
| | | | Sponsored by: Absolight
* databases/rubygem-pghero-rails5: Update to version 1.7.0jrm2017-05-042-4/+4
| | | | | | Upstream changes: https://github.com/ankane/pghero/blob/master/CHANGELOG.md Approved by: swills (mentor, implicit)
* databases/mariadb55-server: Update to 5.5.56brnrd2017-05-0439-571/+168
| | | | | | | | - Bugfix update to 5.5.56 - Re-roll patches - Convert patches to new naming convention - Add/move ldconfig config to -server - Move client option to -client port
* databases/mariadb101-server: Update to 10.1.23brnrd2017-05-048-254/+48
| | | | | | | | | | | | | - Security and bugfix update to 10.1.23 - Add upstream patch for InnoDB crash - Update CMakeLists.txt patch - Remove MDEV-12261 patch (included upstream) - Fix plist issues PR: 219045 Submitted by: Dani <i.dani@outlook.com> MFH: 2017Q2 Security: d9e01c35-2531-11e7-b291-b499baebfeaf
* Update to 1.7.0sunpoet2017-05-042-4/+4
| | | | Changes: https://github.com/ankane/pghero/blob/master/CHANGELOG.md