Commit Graph

21538 Commits

Author SHA1 Message Date
Sergey A. Osokin 99c247d1a3 Upgrade from 5.0-rc1 to 5.0-rc3.
Add experimental support for jemalloc.	(*)

Requested by:	farrokhi (*)
2018-06-19 23:00:46 +00:00
Sergey A. Osokin 6489b11b1d Upgrade from 4.0.9 to 4.0.10.
Update CONFLICTS.

<ChangeLog>

Redis 4.0.10 fixes a number of important issues:

* Important security issues related to the Lua scripting engine.
  Please check https://github.com/antirez/redis/issues/5017
  for more information.

* A bug with SCAN, SSCAN, HSCAN and ZSCAN, that may not return all the elements.
  We also add a regression test that can trigger the issue often when present, and
  may in theory be able to find unrelated regressions.

* A PSYNC2 bug is fixed: Redis should not expire keys when saving RDB files
  because otherwise it is no longer possible to use such RDB file as a base
  for partial resynchronization. It no longer represents the right state.

* Compatibility of AOF with RDB preamble when the RDB checksum is disabled.

* Sentinel bug that in some cases prevented Sentinel to detect that the master
  was down immediately. A delay was added to the detection.

* Other minor issues.

</ChangeLog>
2018-06-19 22:55:51 +00:00
Kurt Jaeger 3e6b00ca07 New port: databases/p5-CHI-Driver-Memcached
This implements a driver for the generic cache handling interface (CHI)
that uses Cache::Memcached to store data in the specified memcached
server(s).

WWW: https://metacpan.org/pod/CHI::Driver::Memcached

PR:		229078
Submitted by:	Tomohiro Hosaka <bokutin@bokut.in>
2018-06-19 20:25:10 +00:00
Kurt Jaeger e124c9c5ab devel/rudiments: update 1.0.6 -> 1.0.7
databases/sqlrelay: update 1.2.0 -> 1.3.0

 http://software.firstworks.com/2018/05/rudiments-107-release-announcement.html
 http://software.firstworks.com/2018/05/sql-relay-130-release-announcement.html
2018-06-19 09:09:31 +00:00
Kurt Jaeger 2e22159129 databases/pecl-mongodb: update 1.4.3 -> 1.4.4
Relnotes:	https://pecl.php.net/package-changelog.php?package=mongodb
2018-06-18 20:52:32 +00:00
Mark Linimon efc62e6bcd Adjust USES to fix builds on gcc-based architectures.
While here, pet portlint.

Tested for no regression on amd64.

Approved by:	portmgr (tier-2 blanket)
2018-06-18 19:03:03 +00:00
Mark Linimon 836c2938d1 Mark ports broken on powerpc64, categories d-f.
While here, pet portlint and do some other cleanup.

Approved by:	portmgr (tier-2 blanket)
2018-06-18 03:49:09 +00:00
Tobias Kortkamp fd4528a7ce databases/dbtool: Unbreak with Clang 6
engine.cc:539:46: error: non-constant-expression cannot be narrowed from type
      'std::__1::basic_string<char, std::__1::char_traits<char>,
      std::__1::allocator<char> >::size_type' (aka 'unsigned long') to 'int' in
      initializer list [-Wc++11-narrowing]
  datum key   = {(char *)config.key.c_str(), config.key.length()};
                                             ^~~~~~~~~~~~~~~~~~~
engine.cc:539:46: note: insert an explicit cast to silence this issue
  datum key   = {(char *)config.key.c_str(), config.key.length()};
                                             ^~~~~~~~~~~~~~~~~~~
                                             static_cast<int>(  )

http://beefy12.nyi.freebsd.org/data/head-amd64-default/p472224_s334983/logs/dbtool-1.9.1.log
2018-06-17 19:06:51 +00:00
Yuri Victorovich 8351f59a2b atabases/py-python-arango: Update 4.2.0 -> 4.2.1
Reported by:	portscout
2018-06-17 17:45:01 +00:00
Dmitry Marakasov 52dcecbefd - Add LICENSE
- Add NO_ARCH

Approved by:	portmgr blanket
2018-06-16 09:04:33 +00:00
Wen Heping e2c155f583 - Update to 1.12.1 2018-06-16 01:27:49 +00:00
Steve Wills 610d6e9d3e databases/tcl-sqlite3: Update to 3.24.0
PR:		228886
Submitted by:	Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
2018-06-14 23:19:38 +00:00
Steve Wills c392d46476 databases/sqlite3: Update to 3.24.0
PR:		228885
Submitted by:	Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
2018-06-14 23:18:08 +00:00
Vasil Dimov f153be667d databases/mysqlwsrep57-server: Fix ${name}_limits clash
PR:		227233
Submitted by:	0mp
2018-06-13 06:23:29 +00:00
Vasil Dimov fa9c35dba1 databases/mysqlwsrep56-server: Fix ${name}_limits clash
PR:		227232
Submitted by:	0mp
2018-06-13 06:23:07 +00:00
Yuri Victorovich 7f2748bce1 databases/usql: Update 0.6.0 -> 0.7.0
Reported by:	portscout
2018-06-13 04:58:31 +00:00
Yuri Victorovich 49563c16cf databases/pgadmin3: Correct the mistake in wxrc substitution
${WXRC_CMD} is what should be used to make it compatible with
future wxWidgets versions.

While here, change WWW to https.

Approved by:	portmgr blanket
2018-06-12 08:56:36 +00:00
Bernard Spil 6e9fec3207 databases/sqlcipher: Fix build with LibreSSL 2.7
- LibreSSL 2.7 adds OpenSSL 1.1 ABI

PR:		228248
Approved by:	maintainer (jharris widomaker com)
2018-06-11 18:35:25 +00:00
Kurt Jaeger 82753dfe3f databases/leofs: update 1.3.8 -> 1.4.1
PR:		228887
Requested by:	Franco Ricci <franco.ricc@gmail.com>
Approved by:	trociny (maintainer)
Relnotes:	https://github.com/leo-project/leofs/releases
2018-06-11 18:24:23 +00:00
Mathieu Arnold 4559e82ff4 Remove inconditionnal WITH_DEBUG.
mongodb works just fine without it, and it leads to packages that are 10
times bigger than needed.

PR:		228494
Submitted by:	mat
Sponsored by:	Absolight
2018-06-11 12:00:59 +00:00
Thomas Zander 40fee58c1f Update to upstream version 2.0.2
PR:		228840
Submitted by:	riggs
Reviewed by:	seanc, freebsd@jen20.com (maintainer)
Approved by:	freebsd@jen20.com (maintainer, via seanc)
Differential Revision:	https://reviews.freebsd.org/D15719
2018-06-11 06:44:36 +00:00
Tobias C. Berner 880f6c87cc Update KDE Applications to 18.04.2 2018-06-10 10:39:35 +00:00
Yuri Victorovich 8220db01a8 databases/sqlite-ext-pcre: Remove USE_LDCONFIG
SQLite extensions are loaded with the full path to the shared library.

Approved by:	portmgr (port compliance, infrastructure)
2018-06-10 04:46:52 +00:00
Yuri Victorovich ac2decb858 databases/sqlite-ext-miscfuncs: Remove USE_LDCONFIG
SQLite extensions are loaded with the full path to the shared library.
2018-06-10 04:43:51 +00:00
Yuri Victorovich d9e0cf8a69 databases/sqlite-ext-spellfix: Remove USE_LDCONFIG
SQLite extensions are loaded with the full path to the shared library.
2018-06-10 04:41:38 +00:00
Yuri Victorovich 571453a0cd databases/sqlite-ext-regexp: Remove USE_LDCONFIG
SQLite extensions are loaded with the full path to the shared library.
2018-06-10 04:40:03 +00:00
Steve Wills 2c3f1274a4 databases/mongodb36: upgrade to 3.6.5
PR:		228806
Submitted by:	dev@dudu.ro (maintainer)
2018-06-09 21:33:55 +00:00
Thomas Zander 826af1967d Adapt ${name}_limits to the new resource limiting mechanics for services
While on it:
- Pet portlint

PR:		227221
Submitted by:	0mp
Approved by:	maintainer timeout
2018-06-09 19:25:56 +00:00
Thomas Zander 59bdff2a86 Adapt ${name}_limits to the new resource limiting mechanics for services
PR:		227219
Submitted by:	0mp
Approved by:	maintainer timeout
2018-06-09 18:41:46 +00:00
Bernard Spil 2ec514f10e databases/mariadb103-server: Add MariaDB 10.3 port 2018-06-09 16:40:54 +00:00
Guido Falsi c07ffb9c91 Update redis_exporter to 0.19.0
PR:		228824
Submitted by:	Volodymyr Kostyrko <arcade@b1t.name> (maintainer)
2018-06-08 19:31:30 +00:00
Jimmy Olgeni e53a4554e9 Transfer more Erlang ports to erlang@. 2018-06-08 13:43:25 +00:00
Dmitry Marakasov c31645d729 - Switch to new test framework
Approved by:	portmgr blanket
2018-06-08 08:34:32 +00:00
Jimmy Olgeni 0bf71da013 databases/couchdb: transfer maintainership to erlang@. 2018-06-07 14:45:24 +00:00
Vanilla I. Shu db130278d8 Update to 5.2.3. 2018-06-07 14:16:29 +00:00
Rene Ladan 7b4e2fac31 Remove expired ports:
2018-06-06 biology/ssaha: Broken for more than 6 months
2018-06-06 biology/crux: Broken for more than 6 months
2018-06-06 biology/ariadne: Broken for more than 6 months
2018-06-06 cad/sceptre: Broken for more than 6 months
2018-06-06 cad/cider: Broken for more than 6 months
2018-06-06 chinese/scim-array: Broken for more than 6 months
2018-06-06 chinese/xpdf: Broken for more than 6 months
2018-06-06 chinese/telnet: Broken for more than 6 months
2018-06-06 comms/java-commapi-freebsd: Depends on BROKEN and expiring comms/java-commapi
2018-06-06 comms/soundmodem: Broken for more than 6 months
2018-06-06 comms/jsdr: Broken for more than 6 months
2018-06-06 comms/java-commapi: Broken for more than 6 months
2018-06-06 converters/pdf2djvu: Broken for more than 6 months
2018-06-06 databases/rdb: Broken for more than 6 months
2018-06-06 databases/animenfo-client: Broken for more than 6 months
2018-06-06 databases/ruby-mysql: Broken for more than 6 months
2018-06-06 databases/riak: Broken for more than 6 months
2018-06-06 databases/animenfo-client-gtk: Broken for more than 6 months
2018-06-06 databases/rdfdb: Broken for more than 6 months
2018-06-06 databases/riak2: Broken for more than 6 months
2018-06-06 devel/subversion-static: Broken for more than 6 months
2018-06-06 japanese/xgate: Broken for more than 6 months
2018-06-06 textproc/opengrm-ngram: Broken for more than 6 months
2018-06-06 textproc/ocaml-tyxml: Depends on BROKEN and expiring www/ocaml-net
2018-06-06 www/ocaml-net: Broken for more than 6 months
2018-06-06 audio/linux-genpuid: Broken for more than 6 months
2018-06-06 x11/enventor: Broken for more than 6 months
2018-06-06 audio/xmms-timidity: Broken for more than 6 months
2018-06-06 audio/kaudiocreator: Broken for more than 6 months
2018-06-06 audio/jxm: Depends on BROKEN and expiring comms/java-commapi
2018-06-06 audio/deforaos-mixer: Broken for more than 6 months
2018-06-06 audio/gkrellmss2: Broken for more than 6 months
2018-06-06 audio/ogg2mp3: Broken for more than 6 months
2018-06-06 audio/abcmidi: Broken for more than 6 months
2018-06-06 benchmarks/netpipe: Broken for more than 6 months
2018-06-06 biology/plink: Broken for more than 6 months
2018-06-07 00:34:18 +00:00
Yuri Victorovich b6357bcc71 databases/py-python-arango: Update 4.1.0 -> 4.2.0
Reported by:	portscout
2018-06-06 16:25:33 +00:00
Sunpoet Po-Chuan Hsieh ab8f9fb2e9 Update WWW
Approved by:	portmgr (blanket)
2018-06-04 18:02:11 +00:00
Sunpoet Po-Chuan Hsieh 1a1ef211aa Update WWW 2018-06-04 18:02:07 +00:00
Sunpoet Po-Chuan Hsieh 10ae6e9f6b Add LICENSE
- Update WWW

Approved by:	portmgr (blanket)
2018-06-04 18:01:57 +00:00
Sunpoet Po-Chuan Hsieh 79aec22f88 Fix and update WWW 2018-06-04 18:01:52 +00:00
Sunpoet Po-Chuan Hsieh 6cb772ea1f Fix MASTER_SITES to make it fetchable
- Add LICENSE
- Remove USE_PERL5=patch: use REINPLACE_CMD instead of PERL
- Fix and update WWW
2018-06-04 18:01:46 +00:00
Sunpoet Po-Chuan Hsieh 2d7f23a185 Add LICENSE
- Add NO_ARCH
- Update WWW
2018-06-04 18:01:41 +00:00
Sunpoet Po-Chuan Hsieh 387ea42357 Add LICENSE
- Add NO_ARCH
- Update WWW
2018-06-04 18:01:35 +00:00
Yuri Victorovich bdd54b9424 databases/cayley: Merge pre-build into do-build
Reported by:	mat
2018-06-04 15:37:23 +00:00
Mathieu Arnold 69f45f5637 Use USE_GITHUB.
Sponsored by:	Absolight
2018-06-04 14:49:04 +00:00
Yuri Victorovich 155478310e New port: databases/cayley: Open-source graph database 2018-06-04 02:29:20 +00:00
Sergey A. Osokin 0e196114d3 Upgrade to recent unstable version 5.0-rc1.
Switch to new test framework.

ChangeLog:	https://raw.githubusercontent.com/antirez/redis/5.0/00-RELEASENOTES
2018-06-03 20:12:32 +00:00
Jochen Neumeister c03bc25634 databases/py-Pyrseas: Update to 0.8.0
PR:		228724
Submitted by:	Volodymyr Kostyrko <arcade@b1t.name> (maintainer)
2018-06-03 19:20:28 +00:00
Adriaan de Groot 105f2f3589 Comment on patch for databases/qt5-sqldrivers-mysql
Add a note to the patch for MariaDB-compatibility on how to do it
without ifdefs, which therefore would track changes in MariaDB
definitions (if it follows the MySQL change) automatically.
2018-06-02 20:22:16 +00:00