This is working but only partially. The OS is on the snapshot branch (sysupgrade -s) . I checkout out the current branch for ports, configured the prerequisites, then make prepare FETCH_PACKAGES=-Dsnap ``` make prepare FETCH_PACKAGES=-Dsnap ===> libreoffice-24.2.3.2v0 depends on: kio-* - not found ===> Verifying install for kio-* in devel/kf5/kio ===> Looking for kio-5.116.0.tgz in $PKG_PATH - Can't install gstreamer1-plugins-bad-1.24.4 because of libraries |library nettle.7.3 not found | /usr/local/lib/libnettle.so.7.2 (libnettle-3.9.1): minor is too small Direct dependencies for gstreamer1-plugins-bad-1.24.4 resolve to soundtouch-2.3.3 libbs2b-3.1.0p5 opus-1.5.2 lcms2-2.16p0 librsvg-2.58.1 gstreamer1-plugins-base-1.24.4 json-glib-1.8.0 libnettle-3.9.1 libass-0.17.1p0 ``` I am not sure which branch of ports CVS to use or redo sysupgrade -s?
On Sat, Jun 22, 2024 at 12:19 AM Thomas L. <tom.longsh...@web.de> wrote: > On Fri, 21 Jun 2024 20:16:57 +0530 > Sandeep Gupta <gupta.sand...@gmail.com> wrote: > > My query is how to install build dependency of a package listed in > > ports? > > i have FETCH_PACKAGES=-Dsnap in my /etc/mk.conf so that for all > dependencies > pkg_add -Dsnap is tried first (see bsd.port.mk(5) for details). you can > also > pass that as argument to make(1). >