no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
— | openbsd_ports [2013/03/11 23:31] (current) – created - external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== OpenBSD Ports ====== | ||
+ | * [[OpenBSD]] | ||
+ | |||
+ | == Install ports tree == | ||
+ | |||
+ | You'll probably want this, if even to just search what is available: | ||
+ | |||
+ | < | ||
+ | ftp ftp:// | ||
+ | tar -zxf ports.tar.gz -C /usr | ||
+ | </ | ||
+ | |||
+ | == Display build options == | ||
+ | |||
+ | < | ||
+ | make show=FLAVORS | ||
+ | </ | ||
+ | |||
+ | == Build with specific options == | ||
+ | |||
+ | < | ||
+ | cd / | ||
+ | env FLAVOR=" | ||
+ | </ | ||
+ | |||
+ | == Get a complete list of ports == | ||
+ | |||
+ | < | ||
+ | gfind /usr/ports/ -mindepth 2 -maxdepth 2 -type d -! -name CVS | sort | gcut -d "/" | ||
+ | </ |