On 2024-06-21, Sandeep Gupta <gupta.sand...@gmail.com> wrote:
> --0000000000007b80c9061b67819e
> Content-Type: text/plain; charset="UTF-8"
>
> I am trying to compile and build a branch of libreoffice (for collabra
> online tools).
> The dependencies are numerous  to list out manually. I am using the
> dependencies listed in the ports folder : /usr/ports/editors/libreoffice
> (downloaded from ftp https://cdn.openbsd.org/pub/OpenBSD/$(uname
> -r)/{ports.tar.gz,SHA256.sig}).
> Using the command: `make print-build-depends`.
>
> However when I use the output from there to install using pkg_add : `doas
> pkg_add jbigkit-2.1p0 javaPathHelper-2.3 metaauto-1.0p4 autoconf-2.52p6
> cdparanoia-3.a9.8p5 libdaemon-0.14p1` I get several  can't find messages:
> Can't find p5-URI-5.27
> Can't find libsodium-1.0.19
> Can't find xz-5.4.5
>
> My query is how to install build dependency of a package listed in ports?

make sure that your ports tree is up to date for whichever version of
OpenBSD that you're using (cvs head for -current, OPENBSD_7_5 for
7.5, etc - you can use a downloaded ports.tar.gz to start from if
you must, but then do the relevant cvs update), then:

make prepare FETCH_PACKAGES=

Reply via email to