aports/community/erlang/0010-fix-nteventlog-remove.patch
Daniel Isaksen 17d9809246 community/erlang: bump to 20.0.5, use github as source
I have updated the community/erlang package to version 20.0.5, and changed the
APKBUILD file to pull the source from github.com/erlang/otp instead of
erlang.com as they distribute "older" releases there.

Three applications were removed upstream (and subsequently here):
  - erlang-percept (concurrency profiling tool)
  - erlang-typer (type annotator)
  - erlang-gs (graphics system)
2017-09-25 13:34:13 +00:00

12 lines
481 B
Diff

--- a/lib/os_mon/src/os_mon.app.src
+++ b/lib/os_mon/src/os_mon.app.src
@@ -22,7 +22,7 @@
[{description, "CPO CXC 138 46"},
{vsn, "%VSN%"},
{modules, [os_mon, os_mon_mib, os_sup,
- disksup, memsup, cpu_sup, os_mon_sysinfo, nteventlog]},
+ disksup, memsup, cpu_sup, os_mon_sysinfo]},
{registered, [os_mon_sup, os_mon_sysinfo, disksup, memsup, cpu_sup,
os_sup_server]},
{applications, [kernel, stdlib, sasl]},