TEXT   26
steps
Guest on 10th March 2023 12:14:48 AM


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

Raw Paste

Login or Register to edit or fork this paste. It's free.