22 Dec
2011
22 Dec
'11
5:54 p.m.
On Thu, Dec 22, 2011 at 11:49:18AM -0600, samwyse wrote:
I've built crux without any optional packages and am now trying to add several contributed packages and am figuring out which of the opt packages I need. Running with the -r option, adds every Pkgfile found below the current directory, which seems fairly useless. I see two choices. First is to have a small wrapper script, like this: cd /etc/ports for PORT in \ opt/libxml2 contrib/lighttpd \ opt/php \ opt/libjpeg opt/libpng opt/libgd opt/freetype contrib/php-gd do cd ${PORT}; pkgmk -d -i; cd ../.. done
prt-get depinst <whatever> done -- Fredrik Rinnestam