5.0 mipsel 2009Q1 packages binary (partial)

Izumi Tsutsui <[email protected]> Wed, 26 Aug 2009 01:13:48 +0900
Newsgroups gmane.os.netbsd.ports.cobalt
Message-ID <[email protected]>
Hi,

My RaQ2 has been working on 2009Q1 pkgsrc binary build since
5.0 release date and it's still in progress at ~82% (6548/7962),
but I've uploaded binaries built till last week:

ftp://ftp.NetBSD.org/pub/pkgsrc/packages/NetBSD/mipsel/5.0_2009Q1/

To use binaries, set or enable PKG_PATH environment,
which is commented out in /root/.cshrc

 #setenv PKG_PATH "ftp://ftp.netbsd.org/pub/pkgsrc/packages/NetBSD/`uname -m`/5.0/All"

or /root/.profile

 #export PKG_PATH="ftp://ftp.netbsd.org/pub/pkgsrc/packages/NetBSD/$(uname -m)/5.0/All"

(note there are appropriate symlinks for version and port strings)
and just type
# pkg_add tcsh
# pkg_add perl
etc.

Note 5.0 binaries should work fine on 5.0.1.
pkg_add(1) command might warn about version mismatch,
but generally it's harmless if running system is newer
than package's version.

See the pkgsrc guide for more details:
http://www.NetBSD.org/docs/pkgsrc/using.html#using-pkg
(sorry no openoffice2 binary for mips)
---
Izumi Tsutsui