Andrew Hewus Fresh

Results 16 comments of Andrew Hewus Fresh

I do have some patches I should push upstream, although it's the same on a fairly recent OpenBSD snapshot. ``` $ grep -n d_newlocale config.sh 428:d_newlocale='define' ``` * https://github.com/afresh1/OpenBSD-perl/blob/blead/patches/GOOD/has_big_time.patch *...

I will probably drop that patch then :-) I don't think [we need both](https://github.com/openbsd/src/blob/master/gnu/usr.bin/perl/hints/openbsd.sh#L204)

Also, [the patch in the linked email thread has been in since 2019](https://github.com/openbsd/src/commit/7c81c89b3f8c422303ab723e77b864ba5b76ce0f) and OpenBSD only supports releases for 1 year (well, the two previous releases, with two releases per...

I should be able to run tests with this. Will have to remember which architectures I have that still use gcc :-)

> I should be able to run tests with this. Will have to remember which architectures I have that still use gcc :-) Time got away from me, it won't...

On my machine where it is easy to build a smoke-me perl: ```$ ./perl -v This is perl 5, version 41, subversion 13 (v5.41.13 (v5.41.12-41-g060adda81e)) built for OpenBSD.sparc64-openbsd ``` with...