aboutsummaryrefslogtreecommitdiff
path: root/lang/perl5.32
Commit message (Collapse)AuthorAgeFilesLines
* lang/perl5.32: enable DTRACE on powerpcPiotr Kubaj2021-06-101-1/+0
|
* lang/perl5.*: Fixup DEPRECATED/EXPIRATION_DATEMathieu Arnold2021-05-061-2/+2
|
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Fix an obscure sed message while going through check-plist.Mathieu Arnold2021-03-221-2/+2
| | | | | | | | | | The obscure message being: sed: 4: /tmp/sed_plist_sub.1i0ZNBB8: RE error: trailing backslash (\) Thanks to: kevans Notes: svn path=/head/; revision=568966
* Update to 5.32.1.Mathieu Arnold2021-01-254-6/+12
| | | | Notes: svn path=/head/; revision=562596
* lang/perl5*: remove powerpcspe from DTRACE exclude listPiotr Kubaj2020-12-051-1/+1
| | | | | | | | | Builds fine. Reported by: jhibbits Notes: svn path=/head/; revision=557091
* lang/perl5.32: enable DTRACE on powerpc64Piotr Kubaj2020-12-021-2/+2
| | | | | | | Builds fine. Notes: svn path=/head/; revision=556861
* lang/perl5.32: revert r544611Piotr Kubaj2020-08-181-8/+2
| | | | | | | Perl builds fine on powerpc with LLVM 11 rc1. Notes: svn path=/head/; revision=545236
* lang/perl5.32: fix build on powerpc headPiotr Kubaj2020-08-101-2/+8
| | | | | | | | | | | | | When building on powerpc (powerpc64 is fine) on head (which uses Clang), the following command causes a build crash when compiled with -O2: LD_LIBRARY_PATH=/wrkdirs/usr/ports/lang/perl5.32/work/perl-5.32.0 ./miniperl -Ilib make_ext.pl lib/auto/DB_File/DB_File.so MAKE="/usr/bin/make" LIBPERL_A=libperl.so.5.32.0 LINKTYPE=dynamic Compiling with -O1 is fine. Base GCC on stable/12 is fine, so only Clang needs this workaround. PR: 248561 Approved by: mat (maintainer) Notes: svn path=/head/; revision=544611
* Update to 5.32.0.Mathieu Arnold2020-06-232-4/+4
| | | | Notes: svn path=/head/; revision=539970
* perl5.*: Fix a couple grammar errorsAdam Weinberger2020-06-091-1/+1
| | | | | | | These have been bugging me for a while now. Notes: svn path=/head/; revision=538289
* Add Perl 5.32.0-RC1.Mathieu Arnold2020-06-0818-0/+3028
Notes: svn path=/head/; revision=538219