non port: lang/perl5.26/Makefile |
Number of commits found: 21 |
Wednesday, 26 Feb 2020
|
09:09 kp
perl: Disable DTrace for riscv
Just like other embedded platforms, disable dtrace for riscv builds.
Approved by: mat
Sponsored by: Axiado
 |
Friday, 4 Oct 2019
|
22:43 linimon
The arch definitions used in the test for DTRACE functionality are
missing the definition for powerpcspe, as well as some obscure mips*
definitions. This patch fixes that.
There should be no need to bump PORTREVISION, because only those
archs are affected, and we do not build packages for any of them
in any case.
PR: 239171
Approved by: mat
 |
Saturday, 6 Jul 2019
|
15:14 antoine
Revert r505994 and dependency loop
Pointy hat: pkubaj
With hat: portmgr
 |
13:21 pkubaj
databases/p5-DBD-mysql: fix build with GCC architectures
Add USES=compiler:c11 (also to lang/perl5* ports) since it's necessary:
Can't link/include C library 'atomic', aborting.
Approved by: mentors (implicit approval)
 |
Saturday, 25 May 2019
|
11:03 tobik
lang/perl5.26: Remove OPTIONS_EXCLUDE_FreeBSD_10
FreeBSD 10.x is no longer supported.
 |
Monday, 20 May 2019
|
13:04 mat
Remove Created by lines where I am the one.
 |
Monday, 17 Dec 2018
|
14:29 mat
Forgot to uncomment this after switching the default to Perl 5.28.
 |
Tuesday, 4 Dec 2018
|
14:25 mat
Update to 5.26.3.
 |
Sunday, 11 Nov 2018
|
15:38 danfe
Update `databases/gdbm' to version 1.18.1, an important bugfix release
which restores compatibility with old databases (version 1.8) and some
later versions which were built without mmap(2) support. Due to shlib
version change, bump port revisions of the consumer ports.
PR: 233059
Exp-run by: antoine
Approved by: maintainer (johans, numerous timeouts)
 |
Thursday, 1 Nov 2018
|
10:36 mat
Make $^X is deterministic.
Its output can vary, and not be the correct one because of hard links.
So replace the hard links with symlinks so that there is only one perl.
PR: 232501
Reported by: Helge Oldach
 |
Friday, 29 Jun 2018
|
14:08 mat
Make a note about why this hack is required.
Here is the story:
- Default Perl is 5.24.
- You install stuff, and have Perl 5.24.
- The default Perl is changed to 5.26 because it was time.
- You do not really follow those things and are not using pkg (and
possibly poudriere) to maintain your /usr/local and you run
portmaster to update what needs to be updated.
- As you did not set anything, your Perl default is still 5.24 because
it is the installed /usr/local/bin/perl.
- Turns out that there has been a new version of lang/perl5.24 in the
mean time, and portmaster updates it. Keep in mind that the only
thing that makes 5.24 the default is that it is the installed version
you have. If you did not have it installed, the default would be
5.26.
- portmaster builds the new perl 5.24, and before it installs it, it
needs to remove the old version.
- now, you do not have any Perl installed, so the default falls back to
5.26.
- portmaster installs perl 5.24 it just built, but as it is not the
default any pore, it will not install /usr/local/bin/perl, and
everything using Perl on your system is toast, you spend countless
hours not understanding wtf happened. You end up rebuilding
everything with 5.26.
PR: 227356
Sponsored by: Absolight
 |
Monday, 25 Jun 2018
|
14:39 mat
Steal these two from perl@.
Sponsored by: Absolight
 |
Thursday, 19 Apr 2018
|
18:25 sunpoet
Update to 5.26.2
Changes: https://metacpan.org/changes/release/SHAY/perl-5.26.2
Security: 41c96ffd-29a6-4dcc-9a88-65f5038fa6eb
MFH: 2018Q2
 |
Tuesday, 3 Apr 2018
|
13:54 mat
Mark Perl 5.24 as DEPRECATED now that the default changed to 5.26.
Forgotten by: mat
Sponsored by: Absolight
 |
Wednesday, 27 Dec 2017
|
16:47 mat
Garbage collect very old code.
Sponsored by: Absolight
 |
Friday, 15 Sep 2017
|
08:32 mat
Fix license information. (for reals)
PR: 222319, 222320, 222321, 222323
Submitted by: Yasuhiro KIMURA
Sponsored by: Absolight
 |
08:24 mat
Fix license information.
PR: 222319, 222320, 222321, 222323
Submitted by: Yasuhiro KIMURA
Sponsored by: Absolight
 |
Tuesday, 29 Aug 2017
|
12:45 mat
Add armv7 to the list of arch without DTRACE.
PR: 221900
Submitted by: linimon
Sponsored by: Absolight
 |
Sunday, 4 Jun 2017
|
11:47 sunpoet
Fix typo
 |
Wednesday, 31 May 2017
|
10:03 mat
Put the canonical URL back, it has propagated enough.
Sponsored by: Absolight
 |
09:02 mat
Introduce Perl 5.26.
A few important changes:
- '.' is no longer in @INC.
- "do" now gives a deprecation warning when it fails to load a file
which it would have loaded had "." been in @INC.
- In regular expression patterns, a literal left brace "{" should be
escaped.
Changes: https://metacpan.org/pod/release/XSAWYERX/perl-5.26.0/pod/perldelta.pod
Sponsored by: Absolight
 |
Number of commits found: 21 |