pkgsrc/lang/perl5
rin a95ab37fb0 perl5: Compare inode numbers as string. Bump revision.
PR pkg/55997

Internal stat() function for perl stores inode number as string, if it
cannot be represented by host's integer. However, unfortunately, some
components compare them as integer.

Therefore, if 64-bit integers are not supported, files cannot be handled,
whose inode number is larger than UINT32_MAX.

Usually, inode numbers on real filesystems are well below UINT32_MAX. But,
inode numbers larger than UINT32_MAX are assigned for tmpfs on LP64 kernels.
This results in build failures for perl on COMPAT_NETBSD32 if working
directory is tmpfs, and perl-64bitint and friends are not specified.

Now, inode numbers are compared as string, which works just fine even if
64-bit integers are not supported.

Cherry-picked from upstream. See https://github.com/Perl/perl5/pull/18788
and related pull-requests for more details.
2021-05-29 13:04:21 +00:00
..
files perl5: fix building on AIX, from Lehel Bernadt 2021-05-17 15:06:49 +00:00
patches perl5: Compare inode numbers as string. Bump revision. 2021-05-29 13:04:21 +00:00
buildlink3.mk perl: update to 5.34.0. 2021-05-24 17:46:25 +00:00
DESCR
dirs.mk
distinfo perl5: Compare inode numbers as string. Bump revision. 2021-05-29 13:04:21 +00:00
hacks.mk perl: update to 5.32.0. 2020-08-31 18:00:37 +00:00
license.mk
Makefile perl5: Compare inode numbers as string. Bump revision. 2021-05-29 13:04:21 +00:00
Makefile.common perl: update to 5.34.0. 2021-05-24 17:46:25 +00:00
module.mk perl: update to 5.32.0. 2020-08-31 18:00:37 +00:00
options.mk perl: update to 5.34.0. 2021-05-24 17:46:25 +00:00
packlist.mk
PLIST
vars.mk
version.mk