Subject: CVS commit: pkgsrc/lang/perl5
From: Jonathan Perkin
Date: 2023-07-04 12:26:29
Message id: 20230704102629.3F01CFA89@cvs.NetBSD.org

Log Message:
perl5: Revert reproducibility patch.

The perl configure script parses the output of "uname -a" to calculate \ 
the OS
name, version, and also has logic to alter behaviour based on the CPU type,
etc.  The reproducibility patch breaks all that by only running "uname \ 
-s", so
all of the logic returns nothing.

This at minimum breaks the build on SunOS platforms, but likely breaks others,
if not hiding nasty bugs on platforms that on the surface appear to build ok.

Files:
RevisionActionfile
1.180modifypkgsrc/lang/perl5/distinfo
1.13modifypkgsrc/lang/perl5/patches/patch-Configure
1.3removepkgsrc/lang/perl5/patches/patch-perl.c