Commit Graph

21538 Commits

Author SHA1 Message Date
Vasil Dimov a94a04921a databases/mysqlwsrep56-server: Upgrade from 5.6.39 to 5.6.41 2018-09-03 16:21:21 +00:00
Vasil Dimov c8888c3727 databases/galera: Upgrade from 25.3.23 to 25.3.24 2018-09-03 14:05:20 +00:00
Steve Wills ccc8f0d3fa databases/pspg: Update to 1.6.0
Using correct patch this time, previous commit used obsolete patch.

PR:		231071
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
Pointyhat to:	swills
2018-09-03 13:24:26 +00:00
Jan Beich f9e1b3e8eb databases/lmdb: back out r478269 due to cyrus-imapd30 instability
Robust mutexes were already enabled but r478269 disabled POSIX
semaphores. It appears both are only mutually exclusive on Android and
old GNU libc.

PR:		230564
Reported by:	Volodymyr Kostyrko
Pointy hat to:	jbeich
2018-09-03 12:08:40 +00:00
Timur I. Bakeyev 19b93568b0 Update (unused) ldb13 port to 1.3.6
Sponsored by:	my wife
2018-09-02 22:18:10 +00:00
Steve Wills 783474f320 databases/pspg: Update to 1.6.0
PR:		231071
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
2018-09-02 15:40:19 +00:00
Tobias C. Berner 0d4d521a3d databases/kexi: fix build with Qt 5.11
PR:		230884
Obtained from:	upstream
2018-09-02 09:03:46 +00:00
Matthew Seaman aa84db2337 Update to 5.1.47
Release Notes: https://dev.mysql.com/doc/relnotes/connector-j/5.1/en/news-5-1-47.html
2018-09-02 06:55:26 +00:00
Matthew Seaman ac00a2f5b5 Update to 7.5.1
ChangeLog: https://github.com/citusdata/citus/blob/master/CHANGELOG.md
2018-09-02 06:52:31 +00:00
Jan Beich 285d666320 databases/hamsterdb: unbreak build with Clang 6 (C++14 by default)
In file included from 4env/env_local.cc:21:
In file included from ./2device/device_factory.h:31:
./2device/device_disk.h:72:7: error: no matching function for call to 'swap'
      std::swap(m_state, state);
      ^~~~~~~~~
/usr/include/c++/v1/type_traits:4643:1: note: candidate template ignored: requirement 'is_move_constructible<State>::value' was not satisfied [with _Tp = hamsterdb::DiskDevice::State]
swap(_Tp& __x, _Tp& __y) _NOEXCEPT_(is_nothrow_move_constructible<_Tp>::value &&
^
/usr/include/c++/v1/utility:268:1: note: candidate template ignored: could not match '_Tp [_Np]' against 'hamsterdb::DiskDevice::State'
swap(_Tp (&__a)[_Np], _Tp (&__b)[_Np]) _NOEXCEPT_(__is_nothrow_swappable<_Tp>::value)
^
/usr/include/c++/v1/utility:609:1: note: candidate template ignored: could not match 'pair<type-parameter-0-0, type-parameter-0-1>' against 'hamsterdb::DiskDevice::State'
swap(pair<_T1, _T2>& __x, pair<_T1, _T2>& __y)
^
/usr/include/c++/v1/tuple:163:6: note: candidate template ignored: could not match '__tuple_leaf<_Ip, type-parameter-0-1, >' against 'hamsterdb::DiskDevice::State'
void swap(__tuple_leaf<_Ip, _Hp, _Ep>& __x, __tuple_leaf<_Ip, _Hp, _Ep>& __y)
     ^
/usr/include/c++/v1/tuple:949:1: note: candidate template ignored: could not match 'tuple<type-parameter-0-0...>' against 'hamsterdb::DiskDevice::State'
swap(tuple<_Tp...>& __t, tuple<_Tp...>& __u)
^
/usr/include/c++/v1/memory:2257:6: note: candidate template ignored: could not match '__compressed_pair<type-parameter-0-0, type-parameter-0-1>' against 'hamsterdb::DiskDevice::State'
void swap(__compressed_pair<_T1, _T2>& __x, __compressed_pair<_T1, _T2>& __y)
     ^
/usr/include/c++/v1/memory:2905:1: note: candidate template ignored: could not match 'unique_ptr<type-parameter-0-0, type-parameter-0-1>' against 'hamsterdb::DiskDevice::State'
swap(unique_ptr<_Tp, _Dp>& __x, unique_ptr<_Tp, _Dp>& __y) _NOEXCEPT {__x.swap(__y);}
^
/usr/include/c++/v1/memory:4887:1: note: candidate template ignored: could not match 'shared_ptr<type-parameter-0-0>' against 'hamsterdb::DiskDevice::State'
swap(shared_ptr<_Tp>& __x, shared_ptr<_Tp>& __y) _NOEXCEPT
^
/usr/include/c++/v1/memory:5186:1: note: candidate template ignored: could not match 'weak_ptr<type-parameter-0-0>' against 'hamsterdb::DiskDevice::State'
swap(weak_ptr<_Tp>& __x, weak_ptr<_Tp>& __y) _NOEXCEPT
^
/usr/include/c++/v1/string:3889:1: note: candidate template ignored: could not match 'basic_string<type-parameter-0-0, type-parameter-0-1, type-parameter-0-2>' against 'hamsterdb::DiskDevice::State'
swap(basic_string<_CharT, _Traits, _Allocator>& __lhs,
^
/usr/include/c++/v1/__mutex_base:277:1: note: candidate template ignored: could not match 'unique_lock<type-parameter-0-0>' against 'hamsterdb::DiskDevice::State'
swap(unique_lock<_Mutex>& __x, unique_lock<_Mutex>& __y) _NOEXCEPT
^
/usr/include/c++/v1/functional:1975:1: note: candidate template ignored: could not match 'function<type-parameter-0-0 (type-parameter-0-1...)>' against 'hamsterdb::DiskDevice::State'
swap(function<_Rp(_ArgTypes...)>& __x, function<_Rp(_ArgTypes...)>& __y) _NOEXCEPT
^
/usr/include/c++/v1/__bit_reference:86:1: note: candidate template ignored: could not match '__bit_reference<type-parameter-0-0, __has_storage_type<type-parameter-0-0>::value>' against 'hamsterdb::DiskDevice::State'
swap(__bit_reference<_Cp> __x, __bit_reference<_Cp> __y) _NOEXCEPT
^
/usr/include/c++/v1/__bit_reference:96:1: note: candidate template ignored: could not match '__bit_reference<type-parameter-0-0, __has_storage_type<type-parameter-0-0>::value>' against 'hamsterdb::DiskDevice::State'
swap(__bit_reference<_Cp> __x, __bit_reference<_Dp> __y) _NOEXCEPT
^
/usr/include/c++/v1/__bit_reference:106:1: note: candidate template ignored: could not match '__bit_reference<type-parameter-0-0, __has_storage_type<type-parameter-0-0>::value>' against 'hamsterdb::DiskDevice::State'
swap(__bit_reference<_Cp> __x, bool& __y) _NOEXCEPT
^
/usr/include/c++/v1/__bit_reference:116:1: note: candidate template ignored: could not match '__bit_reference<type-parameter-0-0, __has_storage_type<type-parameter-0-0>::value>' against 'hamsterdb::DiskDevice::State'
swap(bool& __x, __bit_reference<_Cp> __y) _NOEXCEPT
^
/usr/include/c++/v1/__tree:2681:1: note: candidate template ignored: could not match '__tree<type-parameter-0-0, type-parameter-0-1, type-parameter-0-2>' against 'hamsterdb::DiskDevice::State'
swap(__tree<_Tp, _Compare, _Allocator>& __x,
^
/usr/include/c++/v1/map:553:1: note: candidate template ignored: could not match '__map_value_compare<type-parameter-0-0, type-parameter-0-1, type-parameter-0-2, >' against 'hamsterdb::DiskDevice::State'
swap(__map_value_compare<_Key, _CP, _Compare, __b>& __x,
^
/usr/include/c++/v1/map:1452:1: note: candidate template ignored: could not match 'map<type-parameter-0-0, type-parameter-0-1, type-parameter-0-2, type-parameter-0-3>' against 'hamsterdb::DiskDevice::State'
swap(map<_Key, _Tp, _Compare, _Allocator>& __x,
^
/usr/include/c++/v1/map:1917:1: note: candidate template ignored: could not match 'multimap<type-parameter-0-0, type-parameter-0-1, type-parameter-0-2, type-parameter-0-3>' against 'hamsterdb::DiskDevice::State'
swap(multimap<_Key, _Tp, _Compare, _Allocator>& __x,
^
/usr/include/c++/v1/sstream:431:1: note: candidate template ignored: could not match 'basic_stringbuf<type-parameter-0-0, type-parameter-0-1, type-parameter-0-2>' against 'hamsterdb::DiskDevice::State'
swap(basic_stringbuf<_CharT, _Traits, _Allocator>& __x,
^
/usr/include/c++/v1/sstream:718:1: note: candidate template ignored: could not match 'basic_istringstream<type-parameter-0-0, type-parameter-0-1, type-parameter-0-2>' against 'hamsterdb::DiskDevice::State'
swap(basic_istringstream<_CharT, _Traits, _Allocator>& __x,
^
/usr/include/c++/v1/sstream:836:1: note: candidate template ignored: could not match 'basic_ostringstream<type-parameter-0-0, type-parameter-0-1, type-parameter-0-2>' against 'hamsterdb::DiskDevice::State'
swap(basic_ostringstream<_CharT, _Traits, _Allocator>& __x,
^
/usr/include/c++/v1/sstream:955:1: note: candidate template ignored: could not match 'basic_stringstream<type-parameter-0-0, type-parameter-0-1, type-parameter-0-2>' against 'hamsterdb::DiskDevice::State'
swap(basic_stringstream<_CharT, _Traits, _Allocator>& __x,
^
/usr/include/c++/v1/__split_buffer:627:1: note: candidate template ignored: could not match '__split_buffer<type-parameter-0-0, type-parameter-0-1>' against 'hamsterdb::DiskDevice::State'
swap(__split_buffer<_Tp, _Allocator>& __x, __split_buffer<_Tp, _Allocator>& __y)
^
/usr/include/c++/v1/vector:3358:1: note: candidate template ignored: could not match 'vector<type-parameter-0-0, type-parameter-0-1>' against 'hamsterdb::DiskDevice::State'
swap(vector<_Tp, _Allocator>& __x, vector<_Tp, _Allocator>& __y)
^
/usr/include/c++/v1/list:2411:1: note: candidate template ignored: could not match 'list<type-parameter-0-0, type-parameter-0-1>' against 'hamsterdb::DiskDevice::State'
swap(list<_Tp, _Alloc>& __x, list<_Tp, _Alloc>& __y)
^
/usr/include/c++/v1/deque:2900:1: note: candidate template ignored: could not match 'deque<type-parameter-0-0, type-parameter-0-1>' against 'hamsterdb::DiskDevice::State'
swap(deque<_Tp, _Allocator>& __x, deque<_Tp, _Allocator>& __y)
^
/usr/include/c++/v1/set:800:1: note: candidate template ignored: could not match 'set<type-parameter-0-0, type-parameter-0-1, type-parameter-0-2>' against 'hamsterdb::DiskDevice::State'
swap(set<_Key, _Compare, _Allocator>& __x,
^
/usr/include/c++/v1/set:1209:1: note: candidate template ignored: could not match 'multiset<type-parameter-0-0, type-parameter-0-1, type-parameter-0-2>' against 'hamsterdb::DiskDevice::State'
swap(multiset<_Key, _Compare, _Allocator>& __x,
^
/usr/include/c++/v1/array:286:1: note: candidate template ignored: could not match 'array<type-parameter-0-0, _Size>' against 'hamsterdb::DiskDevice::State'
swap(array<_Tp, _Size>& __x, array<_Tp, _Size>& __y)
^

Reported by:	pkg-fallout
2018-09-01 13:12:37 +00:00
Jan Beich a519cdfee3 devel/google{test,mock}: update to 1.8.1
Changes:	https://github.com/google/googletest/compare/9bda90b...release-1.8.1
2018-08-31 20:14:40 +00:00
Sunpoet Po-Chuan Hsieh 637fb55fd5 Update to 1.1.2
Changes:	https://bitbucket.org/ged/ruby-pg/src/default/History.rdoc
2018-08-31 14:42:58 +00:00
Adriaan de Groot a5de80209a Deprecate KDE4 software, categories d-games.
The last upstream release supporting KDE4 was 10 months ago,
  https://www.kde.org/announcements/announce-applications-17.08.3.php ,
and the kde@ team for FreeBSD has supported modern KDE (i.e.  KDE
Frameworks, Plasma 5 and KDE Applications) for 4 months. Give a 4
month deprecation period to allow users to switch over.

Not marked deprecated: games/knights-kde4, that's not ours.
2018-08-30 14:34:04 +00:00
Sunpoet Po-Chuan Hsieh 36a9d4dff3 Update to 1.1.1
Changes:	https://bitbucket.org/ged/ruby-pg/src/default/History.rdoc
2018-08-29 19:11:22 +00:00
Steve Wills ed7dcb98e7 databases/pspg: Update to 1.4.2
PR:		230976
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
2018-08-29 14:26:47 +00:00
Tobias Kortkamp 716ad8ebf7 databases/mantis: Update to 2.16.0
- Use upstream release tarball instead of doing our own vendoring
- Add missing PHP extensions
- Flavorize
- Update plugins and install them by default
- Add LICENSE
- Improve pkg-descr

Changes:	https://mantisbt.org/bugs/changelog_page.php?project=mantisbt&version=2.16.0
PR:		229880
Reviewed by:	dvl, mat, ndowens@yahoo.com
MFH:		2018Q3 (with r477954, r477984)
Security:	0822a4cf-9318-11e8-8d88-00e04c1ea73d
Differential Revision:	https://reviews.freebsd.org/D16890
2018-08-29 12:03:23 +00:00
Jan Beich 855a5b4b58 databases/lmdb: switch to robust mutexes on FreeBSD >= 11
PR:		230564
Approved by:	delphij (maintainer)
2018-08-28 00:01:28 +00:00
Tobias Kortkamp d53a02bba1 databases/metakit: Fix build with Clang 6
checking size of long... configure: error: cannot compute sizeof (long), 77

http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/metakit-2.4.9.7_2.log
2018-08-27 19:38:26 +00:00
Sunpoet Po-Chuan Hsieh 77168db607 Fix build with Python 3.7
PR:		230064
Submitted by:	amdmi3, Kamigishi Rei <spambox@haruhiism.net>
2018-08-26 18:42:33 +00:00
Kurt Jaeger ee8fd962f4 databases/pecl-mongo: update 1.5.1 -> 1.5.2
Relnotes:	https://pecl.php.net/package-changelog.php?package=mongodb
2018-08-26 14:36:51 +00:00
Sunpoet Po-Chuan Hsieh d8b526aa76 Update to 1.1.0
Changes:	https://bitbucket.org/ged/ruby-pg/src/default/History.rdoc
2018-08-25 16:01:09 +00:00
Sunpoet Po-Chuan Hsieh 661f52358b Update to 0.5.0
Changes:	https://github.com/geoalchemy/geoalchemy2/blob/master/CHANGES.txt
2018-08-25 16:00:37 +00:00
Tobias C. Berner 6517ccec6c Update KDE Applications to 18.08
Changelog: https://www.kde.org/announcements/announce-applications-18.08.0.php
2018-08-25 05:15:02 +00:00
Tobias Kortkamp 27a1684678 Take maintainership of databases/mantis 2018-08-24 22:14:34 +00:00
Tobias Kortkamp 02af806c36 databases/mantis: Revert fake update from r475644
The checksums and sizes from 2.9.0 and 2.15.0 are identical because
GH_TAGNAME was not updated as well, so the update to 2.15.0 never
actually happened.

PR:		229880
Pointy hat:	joneum
MFH:		2018Q3
Security:	0822a4cf-9318-11e8-8d88-00e04c1ea73d
2018-08-24 10:32:46 +00:00
Jan Beich bd72161054 databases/sqlite3: document gecko@ also needs FTS3_TOKEN
https://searchfox.org/mozilla-central/rev/c45b9755593c/db/sqlite3/src/moz.build#61-63
https://searchfox.org/comm-central/rev/39cff66145fd/mailnews/extensions/fts3/src/nsFts3Tokenizer.cpp#40
2018-08-24 07:31:59 +00:00
Sunpoet Po-Chuan Hsieh 50ffafbd07 Update to 5.14.3
Changes:	https://github.com/facebook/rocksdb/releases
2018-08-23 17:53:44 +00:00
Wen Heping 224d5ffb9a - Update to 1.12.3 2018-08-23 14:28:01 +00:00
Martin Wilke 431f703648 - Update to 1.6.1
- Fix typo in rc.d script

PR:		230533
Submitted by:	dg@syrec.org
Approved by:	maintainer timeout
Sponsored by:	iXsystems Inc.
2018-08-23 09:25:23 +00:00
Wen Heping 40d17ead3e - Fix LICENSE_FILE
Spotted by:	sunpoet@
2018-08-23 01:15:04 +00:00
Matthew Seaman e8bb7fade8 Update to 4.8.3; includes a security update for PMASA-2018-5
MFH:		2018Q3
Security:	9e205ef5-a649-11e8-b1f6-6805ca0b3d42
2018-08-22 22:22:16 +00:00
Sunpoet Po-Chuan Hsieh 12ddabb329 Update WWW 2018-08-22 21:45:00 +00:00
Wen Heping 616f9f41b6 - Add LICENSE_FILE_*
- Update DEPENDS

PR:		229695
Submitted by:	svysh.fbsd@gmail.com
2018-08-22 03:41:52 +00:00
Sunpoet Po-Chuan Hsieh f90843d472 Update to 1.2.11
Changes:	https://docs.sqlalchemy.org/en/latest/changelog/changelog_12.html
2018-08-21 18:23:57 +00:00
Rene Ladan 7526a10e45 Remove expired ports:
2018-08-20 net/openmq: Broken for more than 5 months
2018-08-20 net/coda6_server: Broken for more than 5 months
2018-08-20 net/ceph-devel: Broken for more than 5 months
2018-08-20 java/jgrapht: Broken for more than 5 months
2018-08-20 mail/mutt14: mutt 1.4.x has been out of support for 10+ years use mail/mutt
2018-08-20 www/pydio: Broken for more than 5 months
2018-08-20 security/fastd-devel: Broken for more than 5 months
2018-08-20 security/fastd: Broken for more than 5 months
2018-08-20 devel/bhyve-vm-goagent: Broken for more than 5 months
2018-08-20 devel/cherivis-devel: Depends on broken and expiring cheritrace-devel
2018-08-20 devel/cheritrace-devel: Broken for more than 5 months
2018-08-20 devel/javolution: Broken for more than 5 months
2018-08-20 devel/bisoncpp: Depends on broken and expiring libbobcat
2018-08-20 databases/php5-pdo_cassandra: Broken for more than 5 months
2018-08-20 games/crafty-open-large: Broken for more than 5 months
2018-08-20 games/crafty-open-enormous: Broken for more than 5 months
2018-08-20 games/crafty-open-medium: Broken for more than 5 months
2018-08-20 math/jakarta-commons-math: Broken for more than 5 months
2018-08-20 math/hfst: Broken for more than 5 months
2018-08-20 math/octave-forge-communications: Broken for more than 5 months
2018-08-20 lang/v8-devel: Broken for more than 5 months
2018-08-20 sysutils/rubygem-fluentd010: Broken for more than 5 months
2018-08-21 12:06:54 +00:00
Dmitry Marakasov 9d767412c9 - Add LICENSE
- Add NO_ARCH

Approved by:	portmgr blanket
2018-08-21 09:08:08 +00:00
Rene Ladan 216fd04f54 databases/py-fakeredis: update to 0.13.0.1 2018-08-20 21:45:03 +00:00
Yuri Victorovich b45d56f2db databases/py-influxdb: Add LICENSE_FILE; Add NO_ARCH; Update WWW
Approved by:	portmgr blanket
2018-08-20 16:08:18 +00:00
Kurt Jaeger 544e44bf85 databases/ora2pg: update 18.2 -> 19.0
- This release fix several issues reported by users during last year.
  It also adds several new features and configuration directives.

Relnotes:	https://github.com/darold/ora2pg/releases
2018-08-19 14:26:10 +00:00
Sunpoet Po-Chuan Hsieh 8df1419ff6 Fix order
Notified by:	mat
2018-08-18 00:43:56 +00:00
Sunpoet Po-Chuan Hsieh 6ff8580e13 Update to 2.8.0
Changes:	https://github.com/camertron/arel-helpers/blob/master/CHANGELOG.md
2018-08-18 00:14:24 +00:00
Rene Ladan 048dda0400 Remove expired ports:
2018-08-16 net/traceroute: Upstream gone
2018-08-15 net/e169-stats: unknown license
2018-08-15 net/l4ip: unknown license
2018-08-15 net/dhcprelay: unknown license
2018-08-15 emulators/m2000: unknown license
2018-08-15 textproc/ant-xinclude-task: unknown license
2018-08-15 textproc/bomstrip: unknown license
2018-08-15 x11-fonts/ecofont: unknown license
2018-08-15 mail/roundcube-groupvice: unknown license
2018-08-15 security/pft: unknown license
2018-08-15 devel/kickassembler: unknown license
2018-08-15 devel/gdbmods: unknown license
2018-08-15 devel/as31: unknown license
2018-08-15 databases/dbf2mysql: unknown license
2018-08-15 misc/xpns: unknown license
2018-08-15 misc/amfm: unknown license
2018-08-15 games/smashbattle: unknown license
2018-08-15 games/syobon: unknown license
2018-08-15 games/optimax: unknown license
2018-08-15 games/xgospel: unknown license
2018-08-15 biology/blat: unknown license
2018-08-15 x11-clocks/swisswatch: unknown license
2018-08-15 palm/ppmtoTbmp: unknown license
2018-08-15 dns/ghtool: unknown license
2018-08-15 x11-themes/beastie: unknown license
2018-08-15 converters/uudx: unknown license
2018-08-15 sysutils/areca-cli: unknown license
2018-08-16 20:28:32 +00:00
Martin Wilke 6d3cec9b09 - Update to 3.0
PR:		230664
Sponsored by:	iXsystems Inc.
2018-08-16 13:04:31 +00:00
Bernard Spil 1bfb0da556 databases/mariadb102-server: Security update to 10.2.17
MFH:		2018Q3
Security:	909be51b-9b3b-11e8-add2-b499baebfeaf
2018-08-16 11:38:58 +00:00
Dmitry Marakasov 7b3c8f0992 - Pet portlint
- Switch to options helpers
- Update WWW

Approved by:	portmgr blanket
2018-08-16 09:38:04 +00:00
Sunpoet Po-Chuan Hsieh 0a5c9d4347 Update to 2.0.1
- Change the way *_DEPENDS are set

Changes:	https://metacpan.org/changes/distribution/MongoDB
2018-08-15 19:33:36 +00:00
Sunpoet Po-Chuan Hsieh 934ba07f50 Update to 4.0.2
Changes:	https://github.com/redis/redis-rb/blob/master/CHANGELOG.md
2018-08-15 19:33:15 +00:00
Sunpoet Po-Chuan Hsieh 314ed7123e Add p5-BSON-XS 0.4.3
BSON::XS contains an XS implementation for BSON encoding and decoding. There is
no public API. Use the BSON module and it will choose the best implementation
for you.

WWW: https://metacpan.org/release/BSON-XS
2018-08-15 19:33:09 +00:00
Steve Wills 9cae087b79 databases/timescaledb: Update to 0.11.0
PR:		230636
Submitted by:	kbowling (maintainer)
2018-08-15 19:06:12 +00:00
Babak Farrokhi aeda64f39a databases/py-aiopg: Update to 0.15.0 2018-08-15 18:32:55 +00:00