Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Dec 2023 06:47:33 +0900
From:      Tatsuki Makino <tatsuki_makino@hotmail.com>
To:        Michael Grimm <trashcan@ellael.org>
Cc:        Guido Falsi <mad@madpilot.net>, ports@freebsd.org
Subject:   Re: Setting of DEFAULT_VERSIONS of php and poudriere's ports compilation woes in my setup
Message-ID:  <SI2PR01MB50362DC049F9AB5350E71856FA86A@SI2PR01MB5036.apcprd01.prod.exchangelabs.com>
In-Reply-To: <DDC5A4EC-063D-467F-9DF4-F34BEC5E6AFE@ellael.org>
References:  <420DE888-DFEC-417F-B557-50FFCB416FB8@ellael.org> <abd31e68-f936-4cb4-97dd-839a0d213c8c@madpilot.net> <DDC5A4EC-063D-467F-9DF4-F34BEC5E6AFE@ellael.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?SI2PR01MB50362DC049F9AB5350E71856FA86A>