Date: Thu, 19 Jan 2023 23:23:23 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 269064] editors/pico-alpine has stopped building with libressl Message-ID: <bug-269064-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D269064 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 t= he 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. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-269064-7788>