tech-pkg archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: pkgsrc/security/mit-krb5
On Tue, 29 Apr 2025 19:29:44 -0400
Greg Troxel <gdt%lexort.com@localhost> wrote:
> If I change to gnu99, then do things seem ok?
Yes, go for it.
There are unfortunately some other high impact packages that will
need a similar fix. The ones I still have uncommitted are:
pkg_install-info, bash, readline and ncurses. ncurses it looks like
will be fixed in the next release. Still investigating what to do about
the others.
I'll note the use case we're discussing is different from how we
traditionally have used the -std= option. Normally we use it to require
a newer standard which sometimes implies depending a newer compiler
package. Requiring a older standard is different and, as demonstrated with
strdup(3), care must be taken when choosing the value.
-Tobias
Home |
Main Index |
Thread Index |
Old Index