summaryrefslogtreecommitdiff
path: root/devel/erlang-oserl/files/patch-rebar.config
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2015-06-27 12:54:11 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2015-06-27 12:54:11 +0000
commit683f16618521c66911dd06539b9e9435270de4fb (patch)
tree7d61b3e1ed0576b122e72f1a7f9244ea99379aba /devel/erlang-oserl/files/patch-rebar.config
parentDo not escape libxml++ it is not needed as it is not used in regular expression (diff)
Sorting out some Erlang stuff:
- Rename a few Erlang-related ports using the erlang- prefix; it will avoid confusion with elixir- ports. - Remove DOCS and EXAMPLES where not actually useful. - Simplify RUN_DEPENDS where possible. - Move textproc/exmpp to devel/erlang-exmpp. - Add missing R18 compatibility fix for devel/erlang-oserl. - Upgrade erlang-cuttlefish to 2.0.3. The idea is that libraries ("deps") have the "erlang-" prefix, while larger projects (rabbitmq, yaws, couchdb, etc) keep their usual names.
Diffstat (limited to 'devel/erlang-oserl/files/patch-rebar.config')
-rw-r--r--devel/erlang-oserl/files/patch-rebar.config14
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/erlang-oserl/files/patch-rebar.config b/devel/erlang-oserl/files/patch-rebar.config
new file mode 100644
index 000000000000..830bf8129143
--- /dev/null
+++ b/devel/erlang-oserl/files/patch-rebar.config
@@ -0,0 +1,14 @@
+--- rebar.config.orig 2013-05-10 18:52:27 UTC
++++ rebar.config
+@@ -1,9 +1,6 @@
+-{lib_dirs, ["deps"]}.
+-
+-{erl_opts, [warnings_as_errors, debug_info]}.
++{lib_dirs, ["deps", ".."]}.
+
+-{deps, [{common_lib, "3.3.4",
+- {git, "git://github.com/iamaleksey/common_lib.git", {tag, "3.3.4"}}}]}.
++{erl_opts, [debug_info]}.
+
+ {erl_first_files, ["src/gen_esme_session.erl",
+ "src/gen_mc_session.erl",