[Bug 271269] net/rabbitmq unresolved PATH in rc script

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 31 Jul 2023 09:29:51 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271269

--- Comment #4 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=eaf122aac00621177a187c6cc77629bcc2e11318

commit eaf122aac00621177a187c6cc77629bcc2e11318
Author:     Jean-Sébastien Pédron <dumbbell@FreeBSD.org>
AuthorDate: 2023-07-31 09:22:33 +0000
Commit:     Jean-Sébastien Pédron <dumbbell@FreeBSD.org>
CommitDate: 2023-07-31 09:27:57 +0000

    net/rabbitmq: Fix `rabbitmq` rc.d script to use `%%_ERLANG_LIB%%`

    [Why]
    In commit c9033971719dc098b34276f11b8e5a5e22b966fd, the variable was
    renamed from `ERLANG_LIB` to `_ERLANG_LIB`. However the rc.d script was
    not updated to reflect that change.

    Therefore the script didn't use the expected version of Erlang. This
    meant that it could use `lang/erlang` if it was installed (which could
    be incompatible) or not start at all.

    [How]
    The rc.d script is simply updated to use the new variable name. The port
    revision is bumped to note the change.

    PR:             271269
    Reported by:    Miroslav Lachman <000.fbsd@quip.cz>

 net/rabbitmq/Makefile          | 1 +
 net/rabbitmq/files/rabbitmq.in | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.