mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 06:40:33 -04:00
- 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.
14 lines
418 B
Text
14 lines
418 B
Text
--- 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",
|