[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 12:04:14 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261652

Hiroo Ono <hiroo.ono+freebsd@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hiroo.ono+freebsd@gmail.com

--- Comment #17 from Hiroo Ono <hiroo.ono+freebsd@gmail.com> ---
I am trying to make the port, but there is a problem.
In web/yarn.lock, there is an entry from git.

"react-data-grid@https://github.com/pgadmin-org/react-data-grid.git#8ddaa7bed99c8329e39b8ff37ba156f7fc8e85d4"

To be conpatible with poudriere of default settings (network access is allowed
only in fetch phase), 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.

The problem is, with the entry above, yarn issues git ls-remote even if the
option --offline is set, which result in an error.

Does anybody have some clues to avoid this problem? I did web search and tried
some but in vain

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