[Bug 261652] [New Port] databases/pgadmin4: feature rich Open Source administration and development platform for PostgreSQL

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 08 Apr 2026 15:33:34 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261652

--- Comment #19 from Vladimir Druzenko <vvd@FreeBSD.org> ---
> I try to fetch the npm packages with yarn install in the fetch phase,
> put in a tarball in DISTDIR, unpack the tarball in the extract phase,
> and run yarn install --offline in the build phase.
This is a very bad option.

This should only be done if the file doesn't exist in DISTDIR, and it should
always be created identically on any system. If it's impossible to guarantee
repeatable builds, then it should be created once and pushed to LOCAL by one of
the committers (I can help with this).

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