Re: Setting of DEFAULT_VERSIONS of php and poudriere's ports compilation woes in my setup
Date: Mon, 04 Dec 2023 21:47:33 UTC
Michael Grimm wrote on 2023/12/04 00:48: > FYI: local/wpm serves as a metaport for all essential ports running in one of my service jails I somehow sensed that was the intended use :) Since porttree has been worked on a lot more, I just have a list of the results of the following commands. pkg query -e "%n != pkg && %n != dialog4ports && %a = 0 && %#r = 0" %o > /tmp/something.txt When used, it is piped into xargs. cd /usr/ports && xargs -o -J % -n 1 make -C % build deinstall install clean < /tmp/something.txt But recently, there have been some flavor, and it's hard to find a good one, I think :) Regards.