Hello,
Is there a feature like OpenBSD's FETCH_PACKAGES (in /etc/Mk.conf) which instead of recursively compiling ports dependencies, instead it simply adds the respective packages?
On the local network, we have a mirror of the FreeBSD packages and would like to use this rather than wasting bandwidth downloading countless distfiles.
So when I type `make` in openoffice.org-3, instead of compiling shedloads of software, it just pkg_add's the required packages from the local mirror and then compiles OpenOffice?
Any advice would be greatly appreciated
Karsten
Is there a feature like OpenBSD's FETCH_PACKAGES (in /etc/Mk.conf) which instead of recursively compiling ports dependencies, instead it simply adds the respective packages?
On the local network, we have a mirror of the FreeBSD packages and would like to use this rather than wasting bandwidth downloading countless distfiles.
So when I type `make` in openoffice.org-3, instead of compiling shedloads of software, it just pkg_add's the required packages from the local mirror and then compiles OpenOffice?
Any advice would be greatly appreciated

Karsten