aboutsummaryrefslogtreecommitdiffstats
path: root/databases
Commit message (Collapse)AuthorAgeFilesLines
* Update to 5.1.43matthew2017-07-252-5/+5
| | | | ChangeLog: https://dev.mysql.com/doc/relnotes/connector-j/5.1/en/news-5-1-43.html
* Update to 1.7.vanilla2017-07-242-4/+5
|
* databases/mariadb102-server: Fix mysql_install_dbbrnrd2017-07-242-3/+1
| | | | | | PR: 218063 Submitted by: Joris Dedieu <joris.dedieu@gmail.com> MFH: 2017Q3
* bases/py-MySQLdb: Fix build with MariaDB 10.2.7brnrd2017-07-242-5/+21
| | | | | | | | | | | | | | | With MariaDB 10.2.6 the Connect/C is updated to ~3.0. This means the C interface changed slightly and some functions are changed. - Replace direct struct access with accessor in _mysql.c - Add LICENSE/LICENSE_FILE - Strip Binaries - Remove conflict with itself PR: 219797 Reviewed_by: sunpoet, koobs, brnrd Submitted by: sirl33tname@gmail.com Approved by: koobs (python) Differential Revision: https://reviews.freebsd.org/D11054
* databases/adodb5 : Update to 5.20.9dbaio2017-07-243-8/+5
| | | | | | | | | While here, update LICENSE Changes: https://github.com/ADOdb/ADOdb/blob/v5.20.9/docs/changelog.md PR: 216768 Submitted by: Demetris Procopiou <dem.procopiou@gmail.com> (maintainer)
* databases/mariadb101-server: Fix re-definition of OPTIONS_DEFINEbrnrd2017-07-241-2/+1
| | | | | | | - Fix double definition of OPTIONS_DEFINE PR: 220527 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com>
* databases/mariadb102-server: Update to 10.2.7brnrd2017-07-246-34/+16
| | | | - Regular update to 10.2.7
* databases/mysql57-{server client}: Fix broken SASL/LDAP integration on ↵mmokhi2017-07-247-7/+138
| | | | | | | | | | | | | | | | | | | newest 5.7.19 upgrade -Add a SASL/LDAP option for mysql57-client -Fix plugin.cmake for "FreeBSD != Linux" case For new plugin, MySQL build assumes everything is MacOS or Windows or Linux. This breaks upgrades when you have SASL/LDAP client-library installed. Because it "Decides" that you "Want" SASL/LDAP support and tries to build it. PR: 220865 Submitted by: mmokhi Reported by: Vladimir Omelchuk <admin@vladiom.com.ua> Reviewed by: mat, feld (mentors) Approved by: feld (mentor) MFH: 2017Q3 Differential Revision: https://reviews.freebsd.org/D11667
* databases/postgresql-cstore_fdw: Update to 1.6.0dbaio2017-07-234-6/+27
| | | | | | | | | - STRIP cstore_fdw.so [1] - Update LICENSE - Add a message about the additional steps for users that are upgrading PR: 220922 [1] Submitted by: amutu@amutu.com (maintainer) [1]
* databases/percona55-server percona56-server:feld2017-07-232-4/+6
| | | | | | | Fix OPENSSL option to actually enable linking with OpenSSL MFH: 2017Q3 Differential Revision: https://reviews.freebsd.org/D9122
* Add PORTSCOUTsunpoet2017-07-231-0/+2
|
* Update to 2.7.2sunpoet2017-07-232-4/+4
| | | | | Changes: https://github.com/psycopg/psycopg2/blob/master/NEWS http://initd.org/psycopg/articles/2017/07/22/psycopg-272-released/
* databases/mariadb-server: Security update to 5.5.57brnrd2017-07-233-6/+5
| | | | Security: cda2f3c2-6c8b-11e7-867f-b499baebfeaf
* Unbreak, the tarball doesn't have a license fileantoine2017-07-221-1/+0
| | | | Reported by: pkg-fallout
* Mark BROKEN: wrong dependenciesantoine2017-07-221-0/+2
|
* databases/cego: update 2.33.19 -> 2.33.20pi2017-07-222-4/+4
| | | | | | | | | | | | | Fix in CegoDistCursor to support advanced left and right outer join queries of the form SELECT tx.a AS xa, ty.a AS ya FROM t1 tx LEFT OUTER JOIN t2 ty ON tx.a = ty.a + 1; For this, the evaluation of the predicate has to be done in a different way to get complete row set Submitted by: Bjoern Lemke <lemke@lemke-it.com>
* databases/cegobridge: update 1.1.3 -> 1.1.4pi2017-07-224-27/+4
| | | | | | - fixes build problem due to invalid pointer arithmetic Submitted by: Bjoern Lemke <lemke@lemke-it.com>
* Update to 4.7.3matthew2017-07-222-4/+4
| | | | | | This is a routine maintenance release. ChangeLog: https://www.phpmyadmin.net/files/4.7.3/
* Update to 0.19.1sunpoet2017-07-222-4/+4
| | | | Changes: https://github.com/zdennis/activerecord-import/blob/master/CHANGELOG.md
* Update to 4.01sunpoet2017-07-222-4/+4
| | | | Changes: http://search.cpan.org/dist/Mojo-Pg/Changes
* databases/timescaledb: update to 0.2.0swills2017-07-213-5/+11
| | | | | PR: 220859 Submitted by: kbowling (maintainer)
* Pass maintainership to puppet@romain2017-07-204-4/+4
| | | | | puppet@ is basically aliased to the previous maintainers in order to ease-up updating Puppet-related ports. The changes where approved by e-mail.
* databases/mongodb: unbreak with clang >= 4.0jbeich2017-07-202-0/+6
| | | | | | | | | | Convert ptr > 0 to ptr != 0. As semantics are similar no need for PORTREVISION bump. PR: 216213 220857 Submitted by: tobik (based on) Approved by: maintainer timeout (4 months) + portmgr blanket Obtained from: upstream (still under APACHE-2.0)
* Update to 5.5.5sunpoet2017-07-202-6/+8
| | | | | | | - Update LICENSE Changes: https://github.com/facebook/rocksdb/releases https://github.com/facebook/rocksdb/blob/master/HISTORY.md
* databases/mysql57-{client/server}: Update to 5.7.19mmokhi2017-07-195-9/+30
| | | | | | | | | | ChangeLog for this update: https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-19.html PR: 220849 Reviewed by: mat (mentor) Approved by: mat (mentor) Sponsored by: Netzkommune GmbH Differential Revision: https://reviews.freebsd.org/D11656
* databases/postgresql-orafce: move Readme into PORTDOCStz2017-07-191-1/+2
| | | | | PR: 219616 Reported by: mat
* databases/py-odbc: Update to 4.0.17, Rename to databases/py-pyodbcdbaio2017-07-196-25/+10
| | | | | | | | | | | | | Rename to comply with PyPI scheme While here: - Switch to USES=localbase and remove a patch that does the same - STRIP pyodbc.so PR: 220305 Submitted by: rob.kruus@gmail.com (maintainer) Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D11587
* databases/pecl-redis: Update to 3.1.3cpm2017-07-192-4/+4
| | | | | | | Changelog: https://pecl.php.net/package-changelog.php?package=redis&release=3.1.3 PR: 220803 Submitted by: Daniel Ylitalo <daniel@blodan.se> (maintainer)
* Update to 2.3.3sunpoet2017-07-192-5/+5
| | | | | | Changes: https://pecl.php.net/package-changelog.php?package=couchbase PR: 220633 Submitted by: John Chen <johnpupu@gmail.com> (maintainer)
* Update to 2.7.6sunpoet2017-07-194-6/+14
| | | | | | | | | - While I'm here, update WWW Changes: https://github.com/couchbase/libcouchbase/blob/master/RELEASE_NOTES.markdown PR: 220632 Submitted by: John Chen <johnpupu@gmail.com> Approved by: Sergey Avseyev <sergey@couchbase.com> (maintainer)
* Update to 5.5.3sunpoet2017-07-192-4/+4
| | | | | Changes: https://github.com/facebook/rocksdb/releases https://github.com/facebook/rocksdb/blob/master/HISTORY.md
* Update to 2.2matthew2017-07-192-4/+4
| | | | ChangeLog: https://sourceforge.net/projects/pgbarman/files/2.2/README.txt/view
* databases/mysql56-{server client}: Update to latest 5.6.37mmokhi2017-07-192-4/+4
| | | | | | | | | | | | | | | | | | | | | | This release contains features: * The mysql client now supports a --binary-as-hex option for binary data (Bug #25340722, Bug #84391) * mysqlaccess now looks for its configuration file only in the SYSCONFDIR directory and /etc. (Bug #25043674) And bugfixes: * mysqld: failed to start the server if the --datadir option was specified with a relative path name. (Bug #25364806) * InnoDB: The server allocated memory unnecessarily for an operation that rebuilt the table. (Bug #25573565, Bug #85043) * mysqldump: could write database names in USE statements incorrectly. (Bug #25998635) Reviewed by: mat (mentor) Approved by: mat (mentor) Sponsored by: Netzkommune GmbH Differential Revision: https://reviews.freebsd.org/D11638
* Update to 6.2.3matthew2017-07-182-5/+4
| | | | ChangeLog: https://github.com/citusdata/citus/blob/master/CHANGELOG.md
* databases/mysqlwsrep5[67]-server: Hook a runtime dependency on bashvd2017-07-182-4/+13
| | | | The installed scripts in PREFIX/bin/wsrep_sst_* are bash scripts.
* databases/mysqlwsrep57-server: fix pkg-plistvd2017-07-181-1/+3
|
* New port: databases/postgresql-orafcetz2017-07-174-0/+50
| | | | | | | | | | | | | The "orafce" is a module of PostgreSQL. It implements of some functions from the Oracle database. The functionality was verified on Oracle 10g, and the module is useful for production work. This module contains some useful function which can help with porting Oracle application to PostgreSQL or can be useful generally. WWW: https://github.com/orafce/orafce PR: 219616 Submitted by: Jov <amutu@amutu.com>
* - Include pg_regress to all postgresql*-client ports, to allow running ↵amdmi32017-07-178-5/+12
| | | | | | | regression tests for postgresql extensions PR: 217874 Approved by: maintainer timeout (pgsql, 4 months)
* - Add missing file to plistamdmi32017-07-172-0/+2
| | | | | PR: 217874 Approved by: maintainer timeout (postgres, 2 weeks)
* New port: databases/postgresql-zhparsertz2017-07-174-0/+46
| | | | | | | | | | | | | Zhparser is a PostgreSQL extension for full-text search of Chinese. It use Simple Chinese Word Segmentation (SCWS) as driver and highly configurable and easy to use. The default dictionary of Zhparser is for Simplified Chinese. If you use Tranditional Chinese,you can download the dicionary from SCWS offical site. WWW: https://github.com/amutu/zhparser PR: 219649 Submitted by: Jov <amutu@amutu.com>
* Update CONFLICTSsunpoet2017-07-171-1/+1
| | | | | | - Use CONFLICTS_INSTALL instead of CONFLICTS Approved by: portmgr (blanket)
* Update to 1.7.0sunpoet2017-07-172-5/+7
| | | | | | - Add LICENSE_FILE Changes: https://github.com/dbcli/pgcli/blob/master/changelog.rst
* databases/cego: update 2.33.18 -> 2.33.19pi2017-07-162-4/+4
| | | | | | | | | | | | | - Fix in CegoOrderSpace::insertTuple, for the localTuple variable, also a dedicated copy has to be allocated, otherwise it may happen that invalid tuple references ( caused be page relocation ) lead to invalid order results - Added performance optimization to CegoTableManager::updateTuple. The already evaluated index, key and checklist are also provided to checkIntegrity method now ( instead of retrieving the lists again). The improves performance for updates with many tuples significantly Submitted by: Bjoern Lemke <lemke@lemke-it.com>
* Fix initial startup: Create missing /var/run/mongodb folderriggs2017-07-163-8/+10
| | | | | | PR: 219700 Submitted by: numisemis@yahoo.com (maintainer) MFH: 2017Q3
* Update databases/elixir-geo to version 2.0.0.olgeni2017-07-163-8/+13
|
* databases/postgis23: Update to 2.3.3dbaio2017-07-163-5/+9
| | | | | | | | Changes: https://git.osgeo.org/gogs/postgis/postgis/raw/2.3.3/NEWS PR: 220695 Submitted by: lbartoletti@tuxfamily.org (maintainer) Approved by: garga (mentor, implicit)
* Update to 0.005003sunpoet2017-07-162-5/+5
| | | | Changes: http://search.cpan.org/dist/DBIx-Class-Candy/Changes
* Add LICENSE_FILEsunpoet2017-07-161-0/+1
|
* Update databases/clickhouse to 1.1.54245eugen2017-07-153-8/+9
| | | | | | PR: 220734 Submitted by: proler@gmail.com (maintainer) Approved by: vsevolod (mentor)
* Update to 5.5.2sunpoet2017-07-153-8/+8
| | | | | Changes: https://github.com/facebook/rocksdb/releases https://github.com/facebook/rocksdb/blob/master/HISTORY.md
* - Update WWWamdmi32017-07-141-1/+1
| | | | Approved by: portmgr blanket
* New port: databases/postgresql-tds_fdwtz2017-07-144-0/+40
| | | | | | | | | | | | | Tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases that use the Tabular Data Stream (TDS) protocol, such as Sybase databases and Microsoft SQL server. The current version does not yet support JOIN push-down, or write operations. It does support WHERE and column pushdowns when match_column_names is enabled. WWW: https://github.com/tds-fdw/tds_fdw PR: 219671 Submitted by: Jov <amutu@amutu.com>
* databases/cego: update 2.33.16 -> 2.33.18pi2017-07-142-4/+4
| | | | | | | | | | | | | | | | - Method cleanup in CegoSelect.cc, also some irrelevant case is treated for grouping clauses in combination with distinct operator - Added tablemanager parameter to CegoProcWhileStmt to catch query abort. In case of infinite while loops, this enables the db admin to abort procedure execution - Optimization for CegoFunction::SETCOUNT procedure implementation added. Now this is an atomic operation, instead of calling getCounterValue. - For this, also the CegoXMLSpace::setCounterValue method has been changed to return the current counter value return the current counter value Submitted by: Bjoern Lemke <lemke@lemke-it.com>
* databases/mysqlwsrep57-server: Fetch boost as a distfilevd2017-07-142-2/+6
| | | | | | Instead of relying on cmake to fetch the boost source archive during configure time (make configure), fetch it like a normal distfile (make fetch).
* Update to 1.11.0sunpoet2017-07-142-6/+7
| | | | Changes: https://github.com/dbcli/mycli/blob/master/changelog.md
* databases/py-sispy: create portswills2017-07-134-0/+27
| | | | | | | | | Client library for interacting with the SIS RESTful API WWW: https://pypi.python.org/pypi/sispy PR: 219823 Submitted by: Rick Miller <vmiller@hostileadmin.com>
* Update to 0.4.8sunpoet2017-07-122-4/+4
| | | | Changes: https://github.com/brianmario/mysql2/releases
* databases/mysqlwsrep57-server: New port, MySQL 5.7.x for Galera replicationvd2017-07-1138-0/+1200
|
* databases/mysqlwsrep56-server: Add a missing LIB_DEPENDSvd2017-07-111-0/+1
|
* - Update to 1.7.4.260vg2017-07-102-4/+4
|
* databases/speedtables: update to 1.13.1gahr2017-07-102-4/+4
| | | | | | Changelogs: https://github.com/flightaware/speedtables/releases/tag/v1.13.1 https://github.com/flightaware/speedtables/releases/tag/v1.13.0
* databases/mysqlwsrep56-server: Bring more in line with databases/mysql56-servervd2017-07-102-3/+43
| | | | | * Install my.cnf.sample, /var/db/mysql_secure/ and /var/db/mysql_tmpdir/ * Use the same CMake options as databases/mysql56-server (almost)
* * Updated to 3.4.6ultima2017-07-103-7/+7
| | | | | | | | | | | | | | portlint complains about *_DEPENDS has to appear earlier. This is a false positive, ONLY_FOR_ARCHS*(13.1.5) comes before *_DEPENDS(13.1.6).[1] [1] https://www.freebsd.org/doc/en/books/porters-handbook/porting-samplem.html#porting-samplem-order PR: 220526 Submitted by: Eric Camachat <eric@camachat.org> (maintainer) Reviewed by: matthew (mentor) Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D11526
* - Update to 0.10.12tota2017-07-092-4/+4
|
* Update to 4.0sunpoet2017-07-082-4/+4
| | | | Changes: http://search.cpan.org/dist/Mojo-Pg/Changes
* databases/mariadb101-server: Fix extra change in prev commitbrnrd2017-07-071-1/+1
| | | | - i386 still does not build with clang
* * Updated to 3.4.5ultima2017-07-075-35/+57
| | | | | | | | | | | * Sorted Makefile * regenerated patches PR: 220393 Submitted by: Eric Camachat <eric@camachat.org> (maintainer) Reviewed by: lifanov (mentor) Approved by: lifanov (mentor) Differential Revision: https://reviews.freebsd.org/D11496
* - Update devel/courier-unicode to 2.0madpilot2017-07-064-4/+4
| | | | | | | | | | | | | | - Update mail/cone to 0.96 - Update mail/courier-imap to 4.18.0 [1] - Update mail/maildrop to 2.9.0 - Update mail/sqwebmail to 5.9.0 [1] - Update security/courier-authlib (and slaves) to 0.68.0 [1] On request from oliver@, take maintainership of the courier-authlib ports and the courier-imap port. Approved by: oliver@ (maintainer) [1] Differential Revision: https://reviews.freebsd.org/D11467
* New port: databases/pg_repacktz2017-07-064-0/+41
| | | | | | | | | | | | | Pg_repack is a PostgreSQL extension which lets you remove bloat from tables and indexes, and optionally restore the physical order of clustered indexes. Unlike CLUSTER and VACUUM FULL it works online, without holding an exclusive lock on the processed tables during processing. pg_repack is efficient to boot, with performance comparable to using CLUSTER directly. WWW: https://github.com/reorg/pg_repack PR: 219679 Submitted by: Jov <amutu@amutu.com>
* databases/plpgsql_check: Add missing strippingtz2017-07-061-0/+4
|
* databases/mysqlwsrep56-server: Fix CONFLICTS_INSTALLvd2017-07-061-2/+1
| | | | Should also conflict with mysql56-server.
* databases/mariadb101-server: Update to 10.1.25brnrd2017-07-062-5/+5
| | | | - update to bugfix release 10.1.25
* databases/mysqlwsrep56-server: Upgrade from 5.6.35_1 to 5.6.36vd2017-07-064-66/+55
| | | | | | | | * Change maintainer from info@galeracluster.com to devel@galeracluster.com for consistency with databases/galera * Fetch the source code from GitHub * Remove patches that have been included upstream (files/patch-client_mysql.cc, files/patch-cmake_readline.cmake)
* databases/influxdb: update to 1.3.0farrokhi2017-07-052-21/+20
| | | | | | Changes: https://github.com/influxdata/influxdb/blob/1.3/CHANGELOG.md PR: 220465 Approved by: cheffo@freebsd-bg.org (maintainer, implicit)
* New port: databases/pgFormattertz2017-07-055-0/+41
| | | | | | | | | | | | | | This SQL formatter/beautifier supports keywords from SQL-92, SQL-99, SQL-2003, SQL-2008, SQL-2011 and PostgreSQL specifics keywords. May works with any other databases too. pgFormatter can work as a console program or as a CGI. It will automatically detect his environment and output as text or as HTML following the context. Keywords highlighting will only be available in CGI context. WWW: https://github.com/darold/pgFormatter PR: 219681 Submitted by: Jov <amutu@amutu.com>
* New port: databases/plpgsql_checktz2017-07-055-0/+48
| | | | | | | | | | | | | Plpgsql_check is next generation of plpgsql_lint. It allows to check source code by explicit call plpgsql_check_function. The SQL statements inside PL/pgSQL functions are checked by validator for semantic errors. These errors can be found by plpgsql_check_function. PostgreSQL 9.2 is required, PostgreSQL 9.3, 9.4, 9.5, 9.6 and 10 are supported. WWW: https://github.com/okbob/plpgsql_check PR: 219680 Submitted by: Jov <amutu@amutu.com>
* databases/timescaledb: needs a C11 compilerswills2017-07-051-1/+1
| | | | Submitted by: kbowling (maintainer, via private communications)
* multiple ports: Update MAINTAINERbhughes2017-07-051-1/+1
| | | | | | | | | | | | | | | | | | | | Change udvzsolt@gmail.com to uzsolt@uzsolt.hu on all relevant ports: audio/musicpc databases/adminer deskutils/fet graphics/mupdf graphics/timg graphics/zathura-pdf-mupdf sysutils/rdiff-backup textproc/urlview www/kohana x11/dzen2 x11-wm/herbstluftwm PR: 220323 Submitted by: Zsolt Udvari <uzsolt@uzsolt.hu> (maintainer) Approved by: mat (co-mentor) Differential Revision: https://reviews.freebsd.org/D11469
* - Update to 1.7.4.99vg2017-07-042-5/+4
|
* 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