mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 05:40:30 -04:00
And fix a long-standing error in rc.d script that affects new installs. PR: 271177 Reported by: Jose Jachuf <jjachuf@gmail.com> Sponsored by: SkunkWerks, GmbH
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", "3.3.2", [
|
|
%% stdlib
|