Re: [dpdk-dev] [dpdk-stable] [PATCH] doc/examples: fix build on FreeBSD

2021-12-22 Thread Bruce Richardson
On Wed, Nov 17, 2021 at 11:20:17AM +0100, Thomas Monjalon wrote: > 01/10/2021 17:41, Bruce Richardson: > > On Fri, Oct 01, 2021 at 05:36:51PM +0200, Thomas Monjalon wrote: > > > 01/10/2021 17:15, Bruce Richardson: > > > > On Fri, Oct 01, 2021 at 05:03:11PM +0200, Thomas Monjalon wrote: > > > > > 15

Re: [dpdk-dev] [dpdk-stable] [PATCH] doc/examples: fix build on FreeBSD

2021-11-17 Thread Thomas Monjalon
01/10/2021 17:41, Bruce Richardson: > On Fri, Oct 01, 2021 at 05:36:51PM +0200, Thomas Monjalon wrote: > > 01/10/2021 17:15, Bruce Richardson: > > > On Fri, Oct 01, 2021 at 05:03:11PM +0200, Thomas Monjalon wrote: > > > > 15/09/2021 19:36, Bruce Richardson: > > > > > On FreeBSD, "find" does not sup

Re: [dpdk-dev] [dpdk-stable] [PATCH] doc/examples: fix build on FreeBSD

2021-10-01 Thread Bruce Richardson
On Fri, Oct 01, 2021 at 05:36:51PM +0200, Thomas Monjalon wrote: > 01/10/2021 17:15, Bruce Richardson: > > On Fri, Oct 01, 2021 at 05:03:11PM +0200, Thomas Monjalon wrote: > > > 15/09/2021 19:36, Bruce Richardson: > > > > On FreeBSD, "find" does not support the "printf" flag, so we need to > > > >

Re: [dpdk-dev] [dpdk-stable] [PATCH] doc/examples: fix build on FreeBSD

2021-10-01 Thread Thomas Monjalon
01/10/2021 17:15, Bruce Richardson: > On Fri, Oct 01, 2021 at 05:03:11PM +0200, Thomas Monjalon wrote: > > 15/09/2021 19:36, Bruce Richardson: > > > On FreeBSD, "find" does not support the "printf" flag, so we need to > > > use "gfind" from the "findutils" package. > > > > It is one more dependenc

Re: [dpdk-dev] [dpdk-stable] [PATCH] doc/examples: fix build on FreeBSD

2021-10-01 Thread Bruce Richardson
On Fri, Oct 01, 2021 at 05:03:11PM +0200, Thomas Monjalon wrote: > 15/09/2021 19:36, Bruce Richardson: > > On FreeBSD, "find" does not support the "printf" flag, so we need to > > use "gfind" from the "findutils" package. > > It is one more dependency. > Shouldn't we avoid it by rewritting the she

Re: [dpdk-dev] [dpdk-stable] [PATCH] doc/examples: fix build on FreeBSD

2021-10-01 Thread Thomas Monjalon
15/09/2021 19:36, Bruce Richardson: > On FreeBSD, "find" does not support the "printf" flag, so we need to > use "gfind" from the "findutils" package. It is one more dependency. Shouldn't we avoid it by rewritting the shell commands with loops?