non port: lang/perl5.24/Makefile |
SVNWeb
|
Number of commits found: 27 |
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)
|
Fri, 2 Nov 2018
|
[ 13:32 rene ] (Only the first 10 of 243 ports in this commit are shown above. )
Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by: rene
Reviewed by: bapt, jbeich
Differential Revision: https://reviews.freebsd.org/D17724
|
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
|
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, 16 Jul 2017
|
[ 16:10 sunpoet ]
Update to 5.24.2
Changes: https://metacpan.org/changes/release/SHAY/perl-5.24.2
|
Sun, 4 Jun 2017
|
[ 11:47 sunpoet ]
Fix typo
|
Tue, 4 Apr 2017
|
[ 14:06 mat ] (Only the first 10 of 15 ports in this commit are shown above. )
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
|
Tue, 31 Jan 2017
|
[ 11:32 mat ]
Record correct dates for expiration dates for Perl ports.
Sponsored by: Absolight
|
Wed, 18 Jan 2017
|
[ 13:20 tijl ] (Only the first 10 of 120 ports in this commit are shown above. )
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)
|
Sun, 15 Jan 2017
|
[ 15:21 sunpoet ]
Update to 5.24.1
There is no code change since 5.24.1-RC5.
|
Fri, 6 Jan 2017
|
[ 14:59 mat ]
Seems we should not be using DTRACE on 10 either.
Reported by: swills
Sponsored by: Absolight
|
Tue, 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
|
Wed, 21 Dec 2016
|
[ 14:31 mat ]
Try and fix the DTRACE ONLY WORKS on x86 another way.
Sponsored by: Absolight
|
[ 12:34 mat ]
Turns out, DTRACE does not work on non x86 platforms.
Sponsored by: Absolight
|
Tue, 20 Dec 2016
|
[ 16:33 mat ]
Get a DTRACE option for lang/perl5.24 and lang/perl5-devel.
Submitted by: swills
Sponsored by: Absolight
|
Fri, 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
|
Sat, 13 Aug 2016
|
[ 08:39 mat ]
Update Perl 5.22.3 & 5.24.1 to -RC3.
Sponsored by: Absolight
|
Thu, 11 Aug 2016
|
[ 13:32 mat ] (Only the first 10 of 16 ports in this commit are shown above. )
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
|
Mon, 9 May 2016
|
[ 16:11 mat ]
Fix secondary MASTER_SITES.
Pointy hat: mat
Sponsored by: Absolight
|
[ 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
|
[ 12:50 mat ] (Only the first 10 of 11 ports in this commit are shown above. )
Introduce Perl 5.24 and update perl5-devel to v5.25.0-8-g51f69a2.
Changes: https://metacpan.org/pod/release/RJBS/perl-5.24.0/pod/perldelta.pod
Changes: https://github.com/Perl/perl5/compare/v5.24.0...v5.25.0-8-g51f69a2
Sponsored by: Absolight
|
Number of commits found: 27 |