non port: lang/perl5.26/Makefile |
SVNWeb
|
Number of commits found: 21 |
Wed, 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
|
Fri, 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
|
Sat, 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)
|
Sat, 25 May 2019
|
[ 11:03 tobik ]
lang/perl5.26: Remove OPTIONS_EXCLUDE_FreeBSD_10
FreeBSD 10.x is no longer supported.
|
Mon, 20 May 2019
|
[ 13:04 mat ] (Only the first 10 of 70 ports in this commit are shown above. )
Remove Created by lines where I am the one.
|
Mon, 17 Dec 2018
|
[ 14:29 mat ]
Forgot to uncomment this after switching the default to Perl 5.28.
|
Tue, 4 Dec 2018
|
[ 14:25 mat ]
Update to 5.26.3.
|
Sun, 11 Nov 2018
|
[ 15:38 danfe ] (Only the first 10 of 65 ports in this commit are shown above. )
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)
|
Thu, 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
|
Fri, 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 (Only the first 15 lines of the commit message are shown above )
|
Mon, 25 Jun 2018
|
[ 14:39 mat ]
Steal these two from perl@.
Sponsored by: Absolight
|
Thu, 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
|
Tue, 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
|
Wed, 27 Dec 2017
|
[ 16:47 mat ]
Garbage collect very old code.
Sponsored by: Absolight
|
Fri, 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
|
Tue, 29 Aug 2017
|
[ 12:45 mat ]
Add armv7 to the list of arch without DTRACE.
PR: 221900
Submitted by: linimon
Sponsored by: Absolight
|
Sun, 4 Jun 2017
|
[ 11:47 sunpoet ]
Fix typo
|
Wed, 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 |