From f7e77ea56eaafd2422d50090000d52cae79ef264 Mon Sep 17 00:00:00 2001 From: Amadeusz Żołnowski Date: Sun, 28 May 2017 14:29:55 +0100 Subject: net-im/ejabberd: Bump version Package-Manager: Portage-2.3.5, Repoman-2.3.2 --- ...7.04-0001-Don-t-configure-or-compile-deps.patch | 53 ++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 net-im/ejabberd/files/ejabberd-17.04-0001-Don-t-configure-or-compile-deps.patch (limited to 'net-im/ejabberd/files') diff --git a/net-im/ejabberd/files/ejabberd-17.04-0001-Don-t-configure-or-compile-deps.patch b/net-im/ejabberd/files/ejabberd-17.04-0001-Don-t-configure-or-compile-deps.patch new file mode 100644 index 000000000000..0a42f549b58c --- /dev/null +++ b/net-im/ejabberd/files/ejabberd-17.04-0001-Don-t-configure-or-compile-deps.patch @@ -0,0 +1,53 @@ +From 4086249e78cde107df84e6ad022e9d9821cecc40 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Amadeusz=20=C5=BBo=C5=82nowski?= +Date: Sun, 28 May 2017 14:22:08 +0100 +Subject: [PATCH] Don't configure or compile deps + +--- + rebar.config.script | 23 ----------------------- + 1 file changed, 23 deletions(-) + +diff --git a/rebar.config.script b/rebar.config.script +index 19142b9e..04f8b310 100644 +--- a/rebar.config.script ++++ b/rebar.config.script +@@ -242,27 +242,6 @@ CtParams = fun(CompileOpts) -> + TestConfig] + end, + +-GenDepConfigureLine = +-fun(DepPath, Flags) -> +- ["sh -c 'if test ! -f ",DepPath,"config.status -o ", +- "config.status -nt ",DepPath,"config.status; ", +- "then (cd ", DepPath, " && ", +- "CFLAGS=\"", CFlags,"\" ", +- "CPPFLAGS=\"", CPPFlags, "\" " +- "LDFLAGS=\"", LDFlags, "\"", +- " ./configure ", string:join(Flags, " "), +- "); fi'"] +-end, +- +-GenDepsConfigure = +-fun(Hooks) -> +- lists:map(fun({Pkg, Flags}) -> +- DepPath = ResolveDepPath("deps/" ++ Pkg ++ "/"), +- {'compile', +- lists:flatten(GenDepConfigureLine(DepPath, Flags))} +- end, Hooks) +-end, +- + ProcessErlOpt = fun(Vals) -> + lists:map( + fun({i, Path}) -> +@@ -315,8 +294,6 @@ Rules = [ + AppendList([{coveralls, ".*", {git, "https://github.com/markusn/coveralls-erl.git", "master"}}]), []}, + {[post_hooks], [cover_enabled], os:getenv("TRAVIS") == "true", + AppendList2(TravisPostHooks), [], false}, +- {[pre_hooks], [post_hook_configure], true, +- AppendList2(GenDepsConfigure), [], []}, + {[ct_extra_params], [eunit_compile_opts], true, + AppendStr2(CtParams), "", []}, + {[erl_opts], true, +-- +2.12.2 + -- cgit v1.2.3-65-gdbad