summaryrefslogtreecommitdiff
path: root/dev-lang/erlang/files
AgeCommit message (Collapse)Author
2025-04-23dev-lang/erlang: Drop header line from Emacs site-init fileUlrich Müller
elisp-site-file-install() adds the line by itself. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
2024-05-21dev-lang/erlang: add 27.0Matthew Smith
Signed-off-by: Matthew Smith <matthew@gentoo.org>
2024-04-15dev-lang/erlang: add 26.2.4Matthew Smith
Signed-off-by: Matthew Smith <matthew@gentoo.org>
2023-10-16dev-lang/erlang: remove unused filesMichael Mair-Keimberger
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/33281 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
2022-12-16dev-lang/erlang: remove unused filesMatthew Smith
Signed-off-by: Matthew Smith <matthew@gentoo.org>
2022-11-25dev-lang/erlang: fix configure breakage with clang-16Matthew Smith
Closes: https://bugs.gentoo.org/882887 Signed-off-by: Matthew Smith <matthew@gentoo.org>
2022-10-16dev-lang/erlang: add 25.1.1Matthew Smith
Also, fix localhost clash. Signed-off-by: Matthew Smith <matthew@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/26360
2022-09-12dev-lang/erlang: remove unused patchesMichael Mair-Keimberger
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Portage 3.0.36 / pkgdev 0.2.1 / pkgcheck 0.10.14 Closes: https://github.com/gentoo/gentoo/pull/27229 Signed-off-by: Matthew Smith <matthew@gentoo.org>
2022-07-09dev-lang/erlang: fix localhost dependency in init scriptigna_martinoli
net.lo is netifrc specific. Closes: https://bugs.gentoo.org/857099 Closes: https://github.com/gentoo/gentoo/pull/26303 Signed-off-by: igna_martinoli <ignamartinoli@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
2022-05-05dev-lang/erlang: backport emacs-28 compatibility patchMatthew Smith
Signed-off-by: Matthew Smith <matthew@gentoo.org>
2021-07-05dev-lang/erlang: run configure in serialSergei Trofimovich
./configure does not take much time. And is certainly orders of magnitude slower than the build itself. Let's keep predictable parallelism by running sub-configure serially. Reported-by: Toralf Förster Closes: https://bugs.gentoo.org/790563 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
2021-02-27dev-lang/erlang: remove unused patchMichael Mair-Keimberger
Closes: https://github.com/gentoo/gentoo/pull/19686 Package-Manager: Portage-3.0.15, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
2020-11-07dev-lang/erlang: bump up to 23.1.2Sergei Trofimovich
Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
2020-08-20dev-lang/erlang: remove unused patchesMichael Mair-Keimberger
Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/17172 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
2020-05-26dev-lang/erlang: remove unused patchesMichael Mair-Keimberger
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/15976 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
2020-04-18dev-lang/erlang: remove unused fileMichael Mair-Keimberger
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/15393 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
2020-01-17dev-lang/erlang: fix lib/asn1 depend, bug #705500Sergei Trofimovich
The build failure is reproducible on a 4-core CPU when using massive parallelism: ``` $ make -j21 -l4 ... GEN asn1ct_eval_ext.erl {"init terminating in do_boot", {undef,[{asn1ct_func,start_link,[],[]}, {prepare_templates,gen_asn1ct_eval,1, [{file,"prepare_templates.erl"},{line,58}]}, {init,start_it,1,[]},{init,start_em,1,[]}]}} init terminating in do_boot () Crash dump is being written to: erl_crash.dump...done make[2]: *** [Makefile:139: asn1ct_eval_ext.erl] Error 1 ``` Here `asn1ct_eval_ext.erl` attempts to load `asn1ct_func.beam` via `prepare_templates.erl` before it's compiled into `.beam` file. The change pulls in a dependency on `asn1ct_func.beam`. Reported-by: WGH Closes: https://bugs.gentoo.org/705500 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
2020-01-14dev-lang/erlang: bump up to 22.2.2Sergei Trofimovich
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
2019-11-22dev-lang/erlang: drop -relaxed_command_check from defaultsSergei Trofimovich
Reported-by: Hanno Böck Bug: https://bugs.gentoo.org/700930 Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
2019-11-22dev-lang/erlang: drop old versionsPetr Vaněk
Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
2019-10-10dev-lang/erlang: version bump to 22.1.1Petr Vaněk
Closes: https://bugs.gentoo.org/695770 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/13141 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
2019-09-18dev-lang/erlang: fix epmd conf.d default argsHans de Graaff
All epmd options start with a single dash. Use -daemon instead of --daemon. Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
2019-09-11dev-lang/erlang: Drop oldMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2019-07-17dev-lang/erlang: make epmd.init need net.lo for >=openrc-0.41.2Zac Medico
Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Zac Medico <zmedico@gentoo.org>
2019-06-28dev-lang/erlang: Move command_args to conf.diamdenchik
Signed-off-by: Denis Pershin <bazukajo@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11830 Signed-off-by: Michał Górny <mgorny@gentoo.org>
2019-06-17dev-lang/erlang: Init script relicensed to Apache-2.0.Ulrich Müller
Acked-by: Steve Arnold <nerdboy@gentoo.org> Closes: https://bugs.gentoo.org/425928 Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
2019-06-04dev-lang/erlang: version bump to 22.0.2Anthony G. Basile
Signed-off-by: Anthony G. Basile <blueness@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11
2019-05-26dev-lang/erlang: fix USE=pgo loop, bug #686786Sergei Trofimovich
It does not completely recover PGO support but at least stops ./configure from looping indefinitely. Reported-by: Dennis Schridde Bug: https://bugs.gentoo.org/686786 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
2019-05-26dev-lang/erlang: fix lto support, bug #681778Sergei Trofimovich
re:replace/4 used libpcre2 with a stack overflow check. lto was smart enough to inline the check too much to make it useless. The changes uninlines stack prober and fixes re:replace/4. Reported-by: Fabio Coatti Closes: https://bugs.gentoo.org/681778 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
2018-10-22dev-lang/erlang: Old.Jeroen Roovers
Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
2018-09-30dev-lang/erlang: version bump to 21.1Ștefan Talpalaru
I removed some deprecated configure options, properly (re-)added the "wxwidgets" USE flag - without automagic dependencies, added the "pgo" flag and made some USE flags enabled by default to match upstream's defaults. Most of the ebuild was refactored, after code reviews, with the more significant change being the replacement of two shell functions copied from an upstream build script with a call to a patched version of that script. When the "pgo" USE flag is enabled, distcc and ccache are disabled, to avoid a build failure due to a version mismatch in .gcda files that cannot be explained by different GCC versions. Closes: https://bugs.gentoo.org/653700 Closes: https://bugs.gentoo.org/658656 Signed-off-by: Ștefan Talpalaru <stefantalpalaru@yahoo.com> Signed-off-by: Michał Górny <mgorny@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/9357
2018-08-06dev-lang/erlang: add create pidfile patch for epmd and openrcStephen L Arnold
* this is supposed to be clean and minimally invasive, so follows upstream idef practices :/ Package-Manager: Portage-2.3.40, Repoman-2.3.9
2018-04-20dev-lang/erlang: Version bump to 20.3.2Nick Sarnie
This change includes a major update to the ebuild. I, with guidance from gokturk, have fixed many mistakes and cleaned up the ebuild. The build system is difficult to work with, and requires some special autoconf work to get the correct configure scripts generated. In addition, please note that the erlang.org and github releases for the same version are different, the biggest factor being that the erlang.org release includes precompiled binaries, while the github release does not. Please also note that I have dropped the "wxwidgets" USE flag, as upstream unconditionally links against it Signed-off-by: Nick Sarnie <commendsarnex@gmail.com> Package-Manager: Portage-2.3.28, Repoman-2.3.9
2018-01-21dev-lang/erlang: backport libressl-2.6 suport, bug #640946Sergei Trofimovich
Backport of https://github.com/erlang/otp/commit/b5b6c7695c5377b5aa474d8620df7c3e9a1ba629 Reported-by: Toralf Förster Bug: https://bugs.erlang.org/browse/ERL-546 Closes: https://bugs.gentoo.org/640946 Package-Manager: Portage-2.3.19, Repoman-2.3.6
2017-09-03dev-lang/erlang: remove unused patchMichael Mair-Keimberger
2017-02-28Drop remaining $Id$ and $Header$ from files.Ulrich Müller
Bug: 611234
2016-08-30dev-lang/erlang: remove unused patchesMichael Mair-Keimberger (asterix)
Acked-By: Dirkjan Ochtman <djc@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/2161
2016-05-18dev-lang/erlang: use #!/sbin/openrc-run instead of #!/sbin/runscriptAustin English
2016-01-09dev-lang/erlang: version bump to 18.2.1 (fixes bug 563240)Dirkjan Ochtman
Package-Manager: portage-2.2.24
2015-10-25dev-lang/erlang: Support wxGTK:3.0 (#563322)Pacho Ramos
Package-Manager: portage-2.2.23
2015-08-08proj/gentoo: Initial commitRobin H. Johnson
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed