mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 01:16:28 -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.
7 lines
199 B
Text
7 lines
199 B
Text
--- rebar.config.orig 2012-01-11 12:00:24 UTC
|
|
+++ rebar.config
|
|
@@ -1,3 +1,3 @@
|
|
-{erl_opts, [warnings_as_errors, debug_info]}.
|
|
+{erl_opts, [debug_info]}.
|
|
|
|
{xref_checks, [undefined_function_calls]}.
|