Re: Updated versions of erlang-runtime25 and elixir-devel

From: Dave Cottlehuber <dch_at_FreeBSD.org>
Date: Sat, 21 Jan 2023 23:13:22 UTC
On Sat, 21 Jan 2023, at 21:45, Eric Saxby wrote:
> Hello,
>
> I’ve been working on building updated versions of erlang (25.2) and 
> elixir (1.14.3) for myself using poudriere. I was hoping to contribute 
> my updates back to the main freebsd-ports tree, and saw that this email 
> address is listed as the maintainer of both packages.
>
> Please let me know if my patches would be useful to you. I can either 
> point you to my fork, submit pull requests, or figure out how to format 
> patches to submit in the freebsd bug tracker.
>
> I see that erlang 25.2.1 was just released, so I think I’d update to 
> that prior to submitting a patch.
>
> Best,
> Eric

welcome, Eric.

That would be great!

Ideally you'd drop a bugzilla ticket with the port name as subject, add 
either a patch from git, or just link to your PR.

The most important thing is to check that downstream dependencies aren't
broken bythe updates, if you're using poudriere this is pretty easy:

Either `pkg rquery %ro lang/erlang` to generate the build list, and
 https://www.freshports.org/lang/erlang for a graphical list.

For elixir, we can bump lang/elixir-devel freely, but lang/elixir is
a build-time dependency of net/rabbitmq for the moment, and a few other
things as well, like hex, rebar etc.

RabbitMQ should really be converted over to the Generic Unix version,
it would be a lot simpler to build & deploy, and also should remove
the reliance on ports elixir as an install.

https://github.com/rabbitmq/rabbitmq-server/releases/download/v3.11.7/rabbitmq-server-generic-unix-3.11.7.tar.xz

A+
Dave