Changes between Version 2 and Version 3 of Poudriere
- Timestamp:
- Nov 20, 2015, 4:03:53 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Poudriere
v2 v3 1 [[PageOutline]]1 pudr[[PageOutline]] 2 2 = Setup Poudriere = 3 3 == Installing required packages == … … 26 26 == Using portshaker == 27 27 {{{ 28 pkg install portshaker 29 cp portshaker.conf /usr/local/etc/30 cp portshaker.d/* /usr/local/etc/portshaker.d/28 pkg install portshaker portshaker-config 29 **?? cp portshaker.conf /usr/local/etc/ 30 **?? cp portshaker.d/* /usr/local/etc/portshaker.d/ 31 31 portshaker -U 32 32 portshaker -M … … 36 36 37 37 = Configure ports = 38 Note: the packagelist is in $R/cfg/ 38 39 39 40 Strip X11 and other bulky dependencies. Follow the dialogs: … … 48 49 poudriere bulk -j wlpkgbuild10_2 -p default -z node -f wlpkgbuild10_2-default-node-pkglist 49 50 }}} 50 51 cd 51 52 = References = 52 53 * [https://www.freebsd.org/doc/handbook/ports-poudriere.html FreeBSD Handbook section Poudriere]