mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 21:30:31 -04:00
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
10 lines
271 B
Text
10 lines
271 B
Text
--- rel/reltool.config.orig 2018-08-20 14:11:32 UTC
|
|
+++ rel/reltool.config
|
|
@@ -11,6 +11,7 @@
|
|
% the License.
|
|
|
|
{sys, [
|
|
+ {excl_lib, otp_root}, %% require erts runtime from FreeBSD ports
|
|
{lib_dirs, ["../src"]},
|
|
{rel, "couchdb", "2.2.0", [
|
|
%% stdlib
|