- explicitly depend on OTP>=21.3 to skip BEAM coredumps observed in the wild
- drop OTP<20 option per above
- tweak rc.d script to ensure coredumps can be retrieved if needed
Approved by: jrm (mentor)
Differential Revision: https://reviews.freebsd.org/D19621
When CouchDB is started whithout a parent tty, for example, via ssh,
the daemon invocation retains a connection to stdout, thus blocking
disconnection of the ssh command.
The Erlang VM provides a `-detach` flag for avoiding this situation.
Add additional notes on debugging to the config file to aid users.
PR: 234100
Reported by: Reshad Patuck <reshadpatuck1@gmail.com>
Reviewed by: Reshad Patuck <reshadpatuck1@gmail.com>
Approved by: jrm (mentor)
As lang/erlang-runtime21 is a dependency, it requires a PORTREVISION
bump to ensure BEAM bytecode in CouchDB is updated accordingly. Byte
code is versioned so the module version changes in Erlang break those
in CouchDB.
Approved by: jrm (mentor)
MFH: 2018Q4
Differential Revision: https://reviews.freebsd.org/D18597
Summary: JSON document database with HTTP API & scalable multi-master sync
A number of people provided signficant assistance while developing this
port. Thank-you for your perseverance and assistance.
PR: 218844
Submitted by: dch
Reviewed by: Reshad Patuck, Richard Gallamore, Tobias Herre, mat, ler, pi
Approved by: jrm (mentor)
Differential Revision: https://reviews.freebsd.org/D16819