[Bug 269064] editors/pico-alpine has stopped building with libressl

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 19 Jan 2023 23:23:23 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269064

            Bug ID: 269064
           Summary: editors/pico-alpine has stopped building with libressl
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: dave@jetcafe.org
                CC: mbeis@xs4all.nl
             Flags: maintainer-feedback?(mbeis@xs4all.nl)
                CC: mbeis@xs4all.nl

This is failing from a Q42022 build:

`cat CCTYPE` -c `cat CFLAGS` `cat OSCFLAGS` -c osdep.c
In file included from osdep.c:46:
In file included from ./env_unix.c:259:
./pmatch.c:41:43: warning: passing 'unsigned char *' to parameter of type
'const char *' converts between pointers to integer types where one is of the
unique plain 'char' type and the other is not [-Wpointer-sign]
    if (!pat[1]) return (delim && strchr (s,delim)) ? NIL : T;
                                          ^
/usr/include/string.h:78:26: note: passing argument to parameter here
char    *strchr(const char *, int) __pure;
                            ^
There's many more. See https://www.jetcafe.org/dave/pico.log for the entire
thing.

-- 
You are receiving this mail because:
You are the assignee for the bug.