Re: svn commit: r328242 - head/lib/libregex

2020-04-16 Thread Hans Petter Selasky
On 2020-04-16 10:58, Hans Petter Selasky wrote: Hi Kyle, There is a sed regression between older 12.1 and 13-current likely caused by libregex changes. I will try to bisect: Can you have a look at this: Expected result: printf "#define MEDIA_BUS_FMT_SRGGB16_1X16\t\t\t0x3020\n" | sed -e 's/

Re: svn commit: r328242 - head/lib/libregex

2020-04-16 Thread Hans Petter Selasky
Hi Kyle, There is a sed regression between older 12.1 and 13-current likely caused by libregex changes. I will try to bisect: Can you have a look at this: Expected result: printf "#define MEDIA_BUS_FMT_SRGGB16_1X16\t\t\t0x3020\n" | sed -e 's/.*FMT_//; s/\t.*//; s/.*/{ \"&\", MEDIA_BUS_FMT_

svn commit: r328242 - head/lib/libregex

2018-01-21 Thread Kyle Evans
Author: kevans Date: Mon Jan 22 03:12:26 2018 New Revision: 328242 URL: https://svnweb.freebsd.org/changeset/base/328242 Log: libregex: Drop WARNS to 2 to match libc It's become clear that my armv7 builds didn't catch all of the warnings that other builds are picking up, drop WARNS to 2 t