Commit Graph

21538 Commits

Author SHA1 Message Date
Dmitry Marakasov 4a6389abf2 - Update WWW
Approved by:	portmgr blanket
2018-10-23 09:30:12 +00:00
Thomas Zander 99d1ff901d Update to upstream version 2.0.6
PR:		232036
Submitted by:	riggs
Approved by:	maintainer timeout
MFH:		2018Q4
2018-10-22 16:53:40 +00:00
Kurt Jaeger afe7379fae databases/xtrabackup: fix build due to stricter llvm60 c++
PR:		230836
Submitted by:	Sergey Akhmatov <sergey@akhmatov.ru>
Reported by:	rainer@ultra-secure.de
Reviewed by:	ddrinnon@cdor.net,
Approved by:	aleks@twindb.com (maintainer timeout)
Obtained from:	https://github.com/percona/percona-xtrabackup/commit/09069e9ee8f84df0ba3091f591b9269842e71503#diff-765605c50b26c5ee91da8227ac1093b2
MFH:		2018Q4
2018-10-22 16:40:57 +00:00
Palle Girgensohn aa70cc2b84 Minor patch to fix the default data directory used on startup.
Submitted by:	Jonathan Chen
PR:		232487
2018-10-21 21:55:23 +00:00
Tobias C. Berner efc00d2cf8 databases/kdb: fix build with GCC-based architectures
PR:		232293
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
2018-10-20 16:19:12 +00:00
Sunpoet Po-Chuan Hsieh 6553473ace Update to 1.0.3
Changes:	https://github.com/remiprev/her/releases
2018-10-20 14:50:49 +00:00
Sunpoet Po-Chuan Hsieh e515905fe4 Update to 4.11
Changes:	https://metacpan.org/changes/distribution/Mojo-Pg
2018-10-20 14:49:10 +00:00
Tobias Kortkamp 73c070a02e databases/sequeler: Update to 0.6.3
Changes:	https://github.com/Alecaddd/sequeler/releases/tag/v0.6.3
2018-10-20 09:19:51 +00:00
Palle Girgensohn b48c2a7d22 The PostgreSQL Global Development Group today announced the release of
PostgreSQL 11, the latest version of the world’s most advanced open
source database.

PostgreSQL 11 provides users with improvements to overall performance of
the database system, with specific enhancements associated with very
large databases and high computational workloads. Further, PostgreSQL 11
makes significant improvements to the table partitioning system, adds
support for stored procedures capable of transaction management,
improves query parallelism and adds parallelized data definition
capabilities, and introduces just-in-time (JIT) compilation for
accelerating the execution of expressions in queries.

"For PostgreSQL 11, our development community focused on adding features
that improve PostgreSQL's ability to manage very large databases," said
Bruce Momjian, a core team member of the PostgreSQL Global Development
Group. "On top of PostgreSQL's proven performance for transactional
workloads, PostgreSQL 11 makes it even easier for developers to run big
data applications at scale."

PostgreSQL benefits from over 20 years of open source development and
has become the preferred open source relational database for developers.
The project continues to receive recognition across the industry, and
has been featured as the "DBMS of the Year 2017" by DB-Engines and in
the SD Times 2018 100.

PostgreSQL 11 is the first major release since PostgreSQL 10 was
released on October 5, 2017. The next update release for PostgreSQL 11
containing bug fixes will be PostgreSQL 11.1, and the next major release
with new features will be PostgreSQL 12.

Release Notes: https://www.postgresql.org/docs/11/static/release-11.html
2018-10-19 21:32:08 +00:00
Jan Beich 29c3f477d7 databases/firebird25-server: unbreak with ICU 63
In file included from ../src/jrd/unicode_util.cpp:41:
In file included from /usr/local/include/unicode/utrans.h:20:
/usr/local/include/unicode/localpointer.h:221:40: error: expected ';' at end of declaration list
    LocalPointer(LocalPointer<T> &&src) U_NOEXCEPT : LocalPointerBase<T>(src.ptr) {
                                       ^
/usr/local/include/unicode/localpointer.h:366:36: error: expected ';' at end of declaration list
    LocalArray(LocalArray<T> &&src) U_NOEXCEPT : LocalPointerBase<T>(src.ptr) {
                                   ^
In file included from ../src/jrd/unicode_util.cpp:41:
In file included from /usr/local/include/unicode/utrans.h:23:
/usr/local/include/unicode/uenum.h:68:1: error: expected ';' at end of declaration list
U_DEFINE_LOCAL_OPEN_POINTER(LocalUEnumerationPointer, UEnumeration, uenum_close);
^
/usr/local/include/unicode/localpointer.h:493:60: note: expanded from macro 'U_DEFINE_LOCAL_OPEN_POINTER'
        LocalPointerClassName(LocalPointerClassName &&src) U_NOEXCEPT \
                                                           ^
/usr/local/include/unicode/platform.h:503:23: note: expanded from macro 'U_NOEXCEPT'
 #   define U_NOEXCEPT noexcept
                       ^
In file included from ../src/jrd/unicode_util.cpp:41:
In file included from /usr/local/include/unicode/utrans.h:24:
/usr/local/include/unicode/uset.h:330:1: error: expected ';' at end of declaration list
U_DEFINE_LOCAL_OPEN_POINTER(LocalUSetPointer, USet, uset_close);
^
/usr/local/include/unicode/localpointer.h:493:60: note: expanded from macro 'U_DEFINE_LOCAL_OPEN_POINTER'
        LocalPointerClassName(LocalPointerClassName &&src) U_NOEXCEPT \
                                                           ^
/usr/local/include/unicode/platform.h:503:23: note: expanded from macro 'U_NOEXCEPT'
 #   define U_NOEXCEPT noexcept
                       ^
In file included from ../src/jrd/unicode_util.cpp:41:
/usr/local/include/unicode/utrans.h:255:1: error: expected ';' at end of declaration list
U_DEFINE_LOCAL_OPEN_POINTER(LocalUTransliteratorPointer, UTransliterator, utrans_close);
^
/usr/local/include/unicode/localpointer.h:493:60: note: expanded from macro 'U_DEFINE_LOCAL_OPEN_POINTER'
        LocalPointerClassName(LocalPointerClassName &&src) U_NOEXCEPT \
                                                           ^
/usr/local/include/unicode/platform.h:503:23: note: expanded from macro 'U_NOEXCEPT'
 #   define U_NOEXCEPT noexcept
                       ^
In file included from ../src/jrd/unicode_util.cpp:43:
/usr/local/include/unicode/ucnv.h:585:1: error: expected ';' at end of declaration list
U_DEFINE_LOCAL_OPEN_POINTER(LocalUConverterPointer, UConverter, ucnv_close);
^
/usr/local/include/unicode/localpointer.h:493:60: note: expanded from macro 'U_DEFINE_LOCAL_OPEN_POINTER'
        LocalPointerClassName(LocalPointerClassName &&src) U_NOEXCEPT \
                                                           ^
/usr/local/include/unicode/platform.h:503:23: note: expanded from macro 'U_NOEXCEPT'
 #   define U_NOEXCEPT noexcept
                       ^
In file included from ../src/jrd/unicode_util.cpp:44:
In file included from /usr/local/include/unicode/ucol.h:17:
In file included from /usr/local/include/unicode/unorm.h:25:
/usr/local/include/unicode/unorm2.h:261:1: error: expected ';' at end of declaration list
U_DEFINE_LOCAL_OPEN_POINTER(LocalUNormalizer2Pointer, UNormalizer2, unorm2_close);
^
/usr/local/include/unicode/localpointer.h:493:60: note: expanded from macro 'U_DEFINE_LOCAL_OPEN_POINTER'
        LocalPointerClassName(LocalPointerClassName &&src) U_NOEXCEPT \
                                                           ^
/usr/local/include/unicode/platform.h:503:23: note: expanded from macro 'U_NOEXCEPT'
 #   define U_NOEXCEPT noexcept
                       ^
In file included from ../src/jrd/unicode_util.cpp:44:
/usr/local/include/unicode/ucol.h:538:1: error: expected ';' at end of declaration list
U_DEFINE_LOCAL_OPEN_POINTER(LocalUCollatorPointer, UCollator, ucol_close);
^
/usr/local/include/unicode/localpointer.h:493:60: note: expanded from macro 'U_DEFINE_LOCAL_OPEN_POINTER'
        LocalPointerClassName(LocalPointerClassName &&src) U_NOEXCEPT \
                                                           ^
/usr/local/include/unicode/platform.h:503:23: note: expanded from macro 'U_NOEXCEPT'
 #   define U_NOEXCEPT noexcept
                       ^

Regressed by:	https://github.com/unicode-org/icu/commit/35ce5296c1d3
PR:		232300
Reported by:	antoine (via exp-run)
2018-10-19 19:26:44 +00:00
Sergey A. Osokin 79656f9573 Fix build on GCC-based architectures.
PR:	231780
2018-10-18 22:20:51 +00:00
Sergey A. Osokin fb4ae547ff Upgrade from 5.0-rc5 to 5.0.0.
<ChangeLog>

Upgrade urgency CRITICAL: Several fixes to streams AOF and replication.

Hi all and welcome to the first stable release of Redis 5! \o/

To start a quick recap of what's new in Redis 5:

1. The new Stream data type. https://redis.io/topics/streams-intro
2. New Redis modules APIs: Timers, Cluster and Dictionary APIs.
3. RDB now store LFU and LRU information.
4. The cluster manager was ported from Ruby (redis-trib.rb) to C code
   inside redis-cli. Check `redis-cli --cluster help` for more info.
5. New sorted set commands: ZPOPMIN/MAX and blocking variants.
6. Active defragmentation version 2.
7. Improvemenets in HyperLogLog implementations.
8. Better memory reporting capabilities.
9. Many commands with sub-commands now have an HELP subcommand.
10. Better performances when clients connect and disconnect often.
11. Many bug fixes and other random improvements.
12. Jemalloc was upgraded to version 5.1
13. CLIENT UNBLOCK and CLIENT ID.
14. The LOLWUT command was added. http://antirez.com/news/123
15. We no longer use the "slave" word if not for API backward compatibility.
16. Differnet optimizations in the networking layer.
17. Lua improvements:
    - Better propagation of Lua scripts to slaves / AOF.
    - Lua scripts can now timeout and get in -BUSY state in the slave as well.
18. Dynamic HZ to balance idle CPU usage with responsiveness.
19. The Redis core was refactored and improved in many ways.

</ChangeLog>
2018-10-18 22:15:25 +00:00
Steve Wills 9430336ec0 databases/ora2pg: Update to 19.1
PR:		232367
Submitted by:	Nathan <ndowens@yahoo.com>
2018-10-18 19:03:14 +00:00
Tobias Kortkamp fb67a29339 databases/mantis: Update to 2.18.0
- Update plugins to their latest versions

Changes:	https://mantisbt.org/bugs/changelog_page.php?project=mantisbt&version=2.18.0
2018-10-18 09:02:44 +00:00
Jochen Neumeister 81973d8a15 Update to 0.21.2
Changelog:
 - added check-single-keys and make check-keys not use KEYS
 - add total_system_memory metric
 - environment variables for all command line options
 - more persistence related metrics

PR:		232321
Submitted by:	Volodymyr Kostyrko <arcade@b1t.name> (maintainer)
Sponsored by:	Netzkommune GmbH
2018-10-17 19:17:08 +00:00
Sunpoet Po-Chuan Hsieh c9179cb14c Update to 0.27.0
Changes:	https://github.com/zdennis/activerecord-import/blob/master/CHANGELOG.md
2018-10-14 16:29:58 +00:00
Sunpoet Po-Chuan Hsieh ce68bff524 Fix build with PHP 7.3 2018-10-14 16:28:27 +00:00
Sunpoet Po-Chuan Hsieh a59643c1a2 Fix build with PHP 7.3 2018-10-14 16:28:19 +00:00
Sunpoet Po-Chuan Hsieh 5cd92a00a2 Fix build with PHP 7.3
Obtained from:	https://github.com/php-memcached-dev/php-memcached/commit/8bfdbcc9063dafcb25fdb1d1705e07ee027d7379
2018-10-14 16:28:10 +00:00
Sunpoet Po-Chuan Hsieh ff81f459ae Update to 0.4.6
Changes:	https://metacpan.org/changes/distribution/BSON-XS
2018-10-14 16:28:02 +00:00
Sunpoet Po-Chuan Hsieh 73ecf0cde0 Update to 1.10.2
Changes:	https://github.com/tarantool/tarantool/releases
2018-10-14 16:27:45 +00:00
Rene Ladan 370b0c8fda Hand over databases/py-django-transaction-hooks to the Python team. 2018-10-14 15:38:33 +00:00
Tobias C. Berner d19d17bd64 qt5: Fix build on GCC based architectures.
PR:		231584
PR:		231677
PR:		231685
PR:		231830
PR:		231955
PR:		231905
PR:		231892
PR:		231684
PR:		231958
PR:		231960
PR:		231818
PR:		231542
PR:		231860
PR:		231681
PR:		231963
PR:		231891
PR:		231966
PR:		231904
PR:		231676
PR:		231819
PR:		231956
PR:		231680
PR:		231957
PR:		231903
PR:		231901
PR:		231667
PR:		231861
Submitted by:	 Piotr Kubaj <pkubaj@anongoth.pl>
2018-10-14 08:01:13 +00:00
Sunpoet Po-Chuan Hsieh f55d00b97b Update to 0.4.5
Changes:	https://metacpan.org/changes/distribution/BSON-XS
2018-10-12 19:58:43 +00:00
Jan Beich 2e8d729d62 lang/rust: update to 1.29.2
- Force rebuild all consumers in case some are affected by miscompilation

Changes:	https://blog.rust-lang.org/2018/10/12/Rust-1.29.2.html
PR:		229826 (follow up)
Approved by:	rust (tobik)
MFH:		2018Q4
Differential Revision:	https://reviews.freebsd.org/D17477
2018-10-12 19:01:02 +00:00
Wen Heping 2aac96bbae This is a MongoDB to Moose object mapper. This module allows you to use
the full power of MongoDB within your Moose classes, without sacrificing
MongoDB's power, flexibility and speed.

WWW: https://metacpan.org/release/Mongoose/

PR:		219320
Submitted by:	n_hibma@FreeBSD.org
2018-10-12 16:14:37 +00:00
Wen Heping a0c0fbd1df - Update to 0.14.1 2018-10-12 07:22:46 +00:00
Antoine Brodin d926c2a565 Those ports are not compatible with php 7.3
Reported by:	pkg-fallout
2018-10-12 06:23:47 +00:00
Tobias C. Berner d847d05617 Update KDE Applications to 18.08.2 2018-10-11 20:23:50 +00:00
Mahdi Mokhtari ee2988c0b1 databases/mysql56-server: Fix build with libressl after r481608
PR:		228899
Submitted by:	Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
Reported by:	brnrd
Sponsored by:	The FreeBSD Foundation
2018-10-11 19:50:57 +00:00
Jochen Neumeister 539442ccd5 Update to 4.1.1
PR:		232156
Reported by:	maintainer
Sponsored by:	Netzkommune GmbH
2018-10-11 15:41:23 +00:00
Babak Farrokhi be7d201be9 databases/pymongo: Update to 3.7.2 2018-10-11 08:13:06 +00:00
Steve Wills 1e18211acb databases/pecl-cassandra: Update to 1.3.2
PR:		232157
Submitted by:	Daniel Ylitalo <daniel@blodan.se> (maintainer)
2018-10-11 02:16:16 +00:00
Sunpoet Po-Chuan Hsieh 9093b1e84c Remove p5-Module-Build from BUILD_DEPENDS: already brought in by USE_PERL5=modbuild
With hat:	perl
2018-10-10 19:10:17 +00:00
Guido Falsi 2dd9174342 - Update devel/courier-unicode to 2.1
- Convert to USES localbase
- Update mail/cone to 1.0 [1]
- Update mail/courier-imap to 5.0.0
- Add LICENSE
- Update mail/maildrop to 3.0.0
- Remove IDN option since it's now mandatory
- Update mail/sqwebmail to 6.0.0 [2]
- Update security/courier-authlib to 0.69.0
- Add note to UPDATING
- Silence some portlint warnings

PR:			231471 [1]
Submitted by:		me
Approved by:		Maintainer timeout [1],
			oliver@ [2]
Differential Revision:	https://reviews.freebsd.org/D17234
2018-10-10 11:54:58 +00:00
Sunpoet Po-Chuan Hsieh 640e5e41c5 Update to 3.2
Changes:	https://github.com/darold/pgFormatter/releases
2018-10-10 10:22:04 +00:00
Mahdi Mokhtari f1750d5d5c databases/mysql56-{client, server}: Fix build with OpenSSL1.1.x
This is the backport of fix on mysql57

PR:		225888
Reported by:	brnrd
Reviewed by:	antoine
Sponsored by:	The FreeBSD Foundation
2018-10-09 07:49:27 +00:00
Sunpoet Po-Chuan Hsieh 3d52a4f729 Update to 0.38
Changes:	https://metacpan.org/changes/distribution/DBD-SQLite2
2018-10-08 21:40:51 +00:00
Vasil Dimov fc32d12c19 databases/mysqlwsrep57-server: replay r459359 from mysql57-server
r459359 | mmokhi | 2018-01-18 17:09:53 +0100 (Thu, 18 Jan 2018) | 5 lines

  databases/mysql57-server: Delete no-longer-needed patch.
  The patch was casting variables to right size on previous versions
  Issue seems fixed by upstream it's not needed anymore.
  It also fixes a warning/error for from Clang6 on the port build.
2018-10-08 18:19:41 +00:00
Antoine Brodin 3f14fbb2c0 Fix some PKGNAME collisions 2018-10-08 15:08:13 +00:00
Torsten Zuehlsdorff b4100a4c15 Connect all the PHP 7.3 ports 2018-10-08 09:31:09 +00:00
Torsten Zuehlsdorff 3a5533b48d Add PHP 7.3 RC2 to the ports-tree.
Notable changes:
- Switch from PCRE to PCRE2
- Many modules now require PCRE2 for building
- graphics/php73-gd: X11 option is no longer default

Changes to Mk/Uses/php.mk approved by ale
2018-10-08 08:52:51 +00:00
Tobias C. Berner b05f3ff1ac databases/kbibtex: update to 0.8.1 and switch to Qt5
- An upcoming release of poppler will drop support for Qt4.
  Prepare this port by switching to Qt5 already.
2018-10-07 13:32:25 +00:00
Dmitry Marakasov fd906cf4b3 - Update WWW
Approved by:	portmgr blanket
2018-10-07 09:38:38 +00:00
Dag-Erling Smørgrav 9dff352320 Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.

Approved by:	portmgr (adamw)
2018-10-06 13:06:42 +00:00
Thomas Zander 2e4b740f2c Update to upstream version 2.0.5
PR:		231581
Submitted by:	riggs
Approved by:	maintainer timeout (2 weeks)
MFH:		2018Q4
2018-10-06 12:15:39 +00:00
Tobias Kortkamp dc48457bac databases/sqlcached: Switch to sqlite3 and respect {C,LD}FLAGS
PR:		231992
Submitted by:	tobik
Approved by:	ivoras (maintainer, via mail)
2018-10-06 10:30:45 +00:00
Sunpoet Po-Chuan Hsieh 7b65b26c30 Update to 3.1.3
Changes:	https://github.com/infused/dbf/blob/master/CHANGELOG.md
2018-10-06 09:35:55 +00:00
Sunpoet Po-Chuan Hsieh 0c2e535dbc Update to 1.8.1
Changes:	https://metacpan.org/changes/distribution/BSON
2018-10-06 09:34:16 +00:00
Mark Linimon 8d936c5cc5 Presumably fixed on powerpc64 by fix to masterport in r481225.
Approved by:	portmgr (tier-2 blanket)
2018-10-04 15:14:28 +00:00