Re: An idea for a pkg option

2022-03-22 Thread Mark Millard
On 2022-Mar-22, at 18:50, Tatsuki Makino wrote: > Mark Millard wrote on 2022/03/23 09:49: >> custom: { >>url: "file:///usr/local/poudriere/data/packages/13_0R-amd64-default", >>enabled: yes, >> } > > If the package exists on local file system, > > pkg delete -f llvm14 > pkg add

Re: An idea for a pkg option

2022-03-22 Thread Tatsuki Makino
Mark Millard wrote on 2022/03/23 09:49: > custom: { > url: "file:///usr/local/poudriere/data/packages/13_0R-amd64-default", > enabled: yes, > } If the package exists on local file system, pkg delete -f llvm14 pkg add -A -M /usr/local/poudriere/data/packages/13_0R-amd64-default/Al

Re: An idea for a pkg option

2022-03-22 Thread Mark Millard
On 2022-Mar-22, at 17:49, Mark Millard wrote: > On 2022-Mar-22, at 04:44, Eugene Grosbein wrote: >> >> 22.03.2022 16:56, Mark Millard wrote: >> >>> For my explicit list of what to try to install >>> (in the file) your command does not work for >>> my purpose/goal: >>> >>> # pkg install -yU `c

Re: An idea for a pkg option

2022-03-22 Thread Mark Millard
On 2022-Mar-22, at 04:44, Eugene Grosbein wrote: > > 22.03.2022 16:56, Mark Millard wrote: > >> For my explicit list of what to try to install >> (in the file) your command does not work for >> my purpose/goal: >> >> # pkg install -yU `cat ~/origins/amd64-pkgs.txt` >> pkg: No packages available

Re: An idea for a pkg option

2022-03-22 Thread Sysadmin Lists
min Lists > Sent: Tue Mar 22 18:54:22 CET 2022 > To: Mark Millard > Cc: b...@freebsd.org , FreeBSD Toolchain > , , Eugene Grosbein > > Subject: Re: An idea for a pkg option > > > `awk' could probably handle that. Something like this*: > > BEGIN { sys

Re: An idea for a pkg option

2022-03-22 Thread Sysadmin Lists
Sent: Tue Mar 22 10:56:56 CET 2022 > To: Eugene Grosbein > Cc: b...@freebsd.org , , FreeBSD > Toolchain > Subject: Re: An idea for a pkg option > > > On 2022-Mar-22, at 02:34, Eugene Grosbein wrote: > > > 22.03.2022 16:28, Mark Millard wrote: > > > >> So

Re: An idea for a pkg option

2022-03-22 Thread Eugene Grosbein
22.03.2022 16:56, Mark Millard wrote: > For my explicit list of what to try to install > (in the file) your command does not work for > my purpose/goal: > > # pkg install -yU `cat ~/origins/amd64-pkgs.txt` > pkg: No packages available to install matching 'rpi4-edk2' have been found in > the repo

Re: An idea for a pkg option

2022-03-22 Thread Mark Millard
On 2022-Mar-22, at 02:34, Eugene Grosbein wrote: > 22.03.2022 16:28, Mark Millard wrote: > >> So it might look something like: >> >> # pkg install --available-ones-of `cat ~/origins/CA72-pkgs.txt` >> Updating custom repository catalogue... >> custom repository is up to date. >> All repositories

Re: An idea for a pkg option

2022-03-22 Thread Eugene Grosbein
22.03.2022 16:28, Mark Millard wrote: > So it might look something like: > > # pkg install --available-ones-of `cat ~/origins/CA72-pkgs.txt` > Updating custom repository catalogue... > custom repository is up to date. > All repositories are up to date. > pkg: No packages available to install matc