non port: lang/perl5.22/Makefile |
Number of commits found: 38 |
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
 |
Sunday, 16 Jul 2017
|
16:10 sunpoet
Update to 5.22.4
Changes: https://metacpan.org/changes/release/SHAY/perl-5.22.4
 |
Sunday, 4 Jun 2017
|
11:47 sunpoet
Fix typo
 |
Tuesday, 4 Apr 2017
|
14:06 mat
Explain perldoc how to handle MANWIDTH=tty in the environment, and stop
it from reporting tty being an invalid version.
With hat: perl@
Sponsored by: Absolight
 |
Tuesday, 31 Jan 2017
|
11:32 mat
Record correct dates for expiration dates for Perl ports.
Sponsored by: Absolight
 |
Wednesday, 18 Jan 2017
|
13:20 tijl
The output of tools like awk, date, sort, tr,... depends on the current
locale set by the user. Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well. The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.
Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).
PR: 215882
Exp-run by: antoine
Approved by: portmgr (antoine)
 |
Sunday, 15 Jan 2017
|
15:21 sunpoet
Update to 5.22.3
There is no code change since 5.22.3-RC5.
 |
Tuesday, 3 Jan 2017
|
12:05 mat
Update Perl 5.22 to 5.22.3-RC5 and 5.24 to 2.24.1-RC5.
Sponsored by: Absolight
 |
Thursday, 3 Nov 2016
|
14:59 mat
Mark lang/perl5.20 as unsupported, and lang/perl5.22 as soon to be out
of support.
from perlpolicy:
* We "officially" support the two most recent stable release series.
5.20.x and earlier are now out of support. As of the release of
5.26.0, we will "officially" end support for Perl 5.22.x, other than
providing security updates as described below.
Sponsored by: Absolight
 |
Friday, 14 Oct 2016
|
07:56 mat
Update Perl 5.22.3 & 5.24.1 to -RC4.
This fixes the fix (-RC3) of the fix (-RC2) of CVE-2016-1238.
MFH: 2016Q4
Sponsored by: Absolight
 |
Saturday, 13 Aug 2016
|
08:39 mat
Update Perl 5.22.3 & 5.24.1 to -RC3.
Sponsored by: Absolight
 |
Thursday, 11 Aug 2016
|
13:32 mat
Update lang/perl5.* to fix CVE-2016-1238.
We're exceptionnaly using the latest release candidates for this, Perl
5.22.3 and 5.24.1 were about to be released when CVE-2016-1238 hit the
fan, so we feel confident that EVERYTHING WILL BE FINE.
- lang/perl5.24 goes to 5.24.1-RC2.
- lang/perl5.22 goes to 5.22.3-RC2.
- lang/perl5.20 goes to 5.20.3_14.
- lang/perl5.18 goes to 5.18.3_23
PR: 211561
Reported by: Sevan Janiyan
MFH: 2016Q3
Security: CVE-2016-1238
Sponsored by: Absolight
 |
Monday, 9 May 2016
|
16:03 mat
A new release was done, so resync all the Perl 5 Makefiles a bit more,
and adjust the perl5-devel Makefile a bit for the couple of new
tasks that need doing.
Sponsored by: Absolight
 |
10:12 mat
Try to simplify how libperl.so is looked for.
PR: 209123
Submitted by: mat
Exp-run by: antoine
With hat: perl@
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D6107
 |
Saturday, 30 Apr 2016
|
18:55 sunpoet
- Remove PORTREVISION
 |
Monday, 25 Apr 2016
|
12:25 mat
Don't do the extra zlib tests, they take forever.
Sponsored by: Absolight
 |
Monday, 18 Apr 2016
|
11:20 mat
Fix a Perl security issue.
PR: 208879
Reported by: Sevan Janiyan
Security: CVE-2016-2381
Sponsored by: Absolight
 |
Thursday, 14 Apr 2016
|
08:56 mat
Fix running make test (I think) and test more things.
Sponsored by: Absolight
 |
Monday, 11 Apr 2016
|
15:05 mat
Change the man.d file to one that should be less prone to conflict.
Sponsored by: Absolight
 |
11:29 mat
Patch Config_heavy.pl so that -L${WRKSRC} is not removed after Perl is built.
Sponsored by: Absolight
 |
Monday, 4 Apr 2016
|
09:48 mat
Fix manual build of Perl modules when Perl has been cross compiled.
PR: 205600
Reported by: Mark Millard
Sponsored by: Absolight
 |
Friday, 1 Apr 2016
|
14:08 mat
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight
 |
Monday, 14 Dec 2015
|
09:46 mat
Fix MASTER_SITES, should have been part of the update.
Sponsored by: Absolight
 |
Thursday, 5 Nov 2015
|
13:22 mat
Remove outdated comments.
Sponsored by: Absolight
 |
Thursday, 15 Oct 2015
|
14:24 mat
Try to fix upgrading a non default Perl version that is supposed to be
the default one.
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3704
 |
Thursday, 8 Oct 2015
|
15:11 olgeni
Remove trailing whitespace from Makefiles, A-L.
 |
12:10 mat
Use the test framework to run perl's tests.
Sponsored by: Absolight
 |
Tuesday, 15 Sep 2015
|
09:48 mat
SITEMAN3PREFIX was renamed SITEMANPREFIX, catch up with it here too.
Pointy hat to: mat
Sponsored by: Absolight
 |
Monday, 14 Sep 2015
|
12:19 mat
Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
Though you should note that only the default version can be used to
install Perl modules, and the non default Perl versions cannot use the
modules installed via ports if they contain .so as they are installed
in a version specific directory.
Reviewed by: bapt (the Mk bits)
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3542
 |
Monday, 31 Aug 2015
|
13:44 mat
Fix last commit.
Pointy hat to: mat
Noticed by: the index breakage notification of portsnap.
Sponsored by: Absolight
 |
13:17 mat
To ease up with future upgrades, move PERL_VERSION into a separate file.
While there, remove 8.4 support, and do some cleanup.
Sponsored by: Absolight
 |
Sunday, 16 Aug 2015
|
08:51 mat
Add a pkg-message to Perl 5.20+ about the /usr/bin/perl symlink.
Sponsored by: Absolight
 |
Tuesday, 21 Jul 2015
|
12:36 mat
Convert the post-patch target to use the new target option helpers.
While there, remove some DEBUG handling that is already done in
bsd.port.mk.
Sponsored by: Absolight
 |
Monday, 29 Jun 2015
|
12:32 mat
Make Perl behave nicely, and install files 644 and not 444.
With hat: perl@
Sponsored by: Absolight
 |
Monday, 1 Jun 2015
|
18:55 mat
Update lang/perl5.22 to 5.22.0, and lang/perl5-devel to 5.23.0-ish.
Sponsored by: Absolight
 |
Tuesday, 26 May 2015
|
14:44 mat
Welcome lang/perl5.22 to te tree, currently at 5.22.0-RC2
Changes: https://metacpan.org/pod/release/RJBS/perl-5.22.0-RC2/pod/perldelta.pod
Sponsored by: Absolight
 |
Number of commits found: 38 |