svn commit: r418422 - head/devel/erlang-cuttlefish/files
Jimmy Olgeni
olgeni at FreeBSD.org
Tue Jul 12 14:27:12 UTC 2016
Author: olgeni
Date: Tue Jul 12 14:27:10 2016
New Revision: 418422
URL: https://svnweb.freebsd.org/changeset/ports/418422
Log:
Patch devel/erlang-cuttlefish for upcoming Erlang 19.
Modified:
head/devel/erlang-cuttlefish/files/patch-rebar.config
Modified: head/devel/erlang-cuttlefish/files/patch-rebar.config
==============================================================================
--- head/devel/erlang-cuttlefish/files/patch-rebar.config Tue Jul 12 12:44:38 2016 (r418421)
+++ head/devel/erlang-cuttlefish/files/patch-rebar.config Tue Jul 12 14:27:10 2016 (r418422)
@@ -1,6 +1,12 @@
---- rebar.config.orig 2016-07-07 11:03:52 UTC
+--- rebar.config.orig 2016-07-06 13:44:53 UTC
+++ rebar.config
-@@ -12,9 +12,6 @@
+@@ -1,4 +1,4 @@
+-{require_otp_vsn, "R16|17|18"}.
++{require_otp_vsn, "R16|17|18|19"}.
+
+ {erl_opts, [warnings_as_errors, {parse_transform, lager_transform}, debug_info, warn_untyped_record]}.
+
+@@ -12,12 +12,9 @@
{xref_queries, [{"(XC - UC) || (XU - X - B - \"(rebar.*|mustache)\" : Mod)", []}]}.
{deps, [
@@ -10,3 +16,7 @@
]}.
{post_hooks, [
+ {"-win32", compile, "rebar escriptize"},
+- {"^((?!-win32).)*$", compile, "./rebar escriptize"}
++ {"^((?!-win32).)*$", compile, "/usr/local/bin/rebar escriptize"}
+ ]}.
More information about the svn-ports-all
mailing list