Building packages on OpenBSD - BSD

Users browsing this thread: 1 Guest(s)
dcoppa
Members
Are you running OpenBSD under a VM on your i7?

If so, just build the packages on the faster i7 machine and:

\# cd /var/www/htdocs/
\# ln -s /usr/ports/packages/amd64/all packages
\# /etc/rc.d/httpd -f start

Then, on the slow machine, just point PKG_PATH to your http server:

\# export PKG_PATH=http://ip_of_i7_machine/packages/
\# pkg_add -v rxvt-unicode firefox whatever

The example is for amd64.
Replace amd64 with the right architecture for you (e.g.: i386)


Messages In This Thread
Building packages on OpenBSD - by shtols - 23-09-2013, 10:42 AM
RE: Building packages on OpenBSD - by dcoppa - 24-09-2013, 10:18 AM
RE: Building packages on OpenBSD - by shtols - 24-09-2013, 10:29 AM
RE: Building packages on OpenBSD - by yrmt - 24-09-2013, 01:33 PM
RE: Building packages on OpenBSD - by dcoppa - 24-09-2013, 03:16 PM
RE: Building packages on OpenBSD - by yrmt - 24-09-2013, 03:47 PM