- (1) Make sure that there is a ZFS pool named tank.
- (2) mkdir -p /tank/ports/distfiles
- (3) Copy config file http://people.freebsd.org/~rodrigc/poudriere/poudriere.conf.txt to /usr/local/etc/poudriere.conf
- (4) Refer to: https://fossil.etoilebsd.net/poudriere/doc/trunk/doc/index.wiki
- (5) Check out fresh svn of ports into poudriere:
- poudriere ports -c -m svn
- (6) Create jail for amd64:
- poudriere jail -c -j 8amd64 -v 8.3-RELEASE -a amd64
- (7) Build all ports for amd64:
- poudriere bulk -a -j 8amd64
- (8) Create jail for i386:
- poudriere jail -c -j 8i386 -v 8.3-RELEASE -a i386
- (9) Build all ports for i386:
- poudriere bulk -a -j 8i386
Raw Paste