Port details |
- perl5.24 Practical Extraction and Report Language
- 5.24.4_2 lang
=5 5.24.4_2Version of this port present on the latest quarterly branch.
- DEPRECATED: Support ends three years after .0 release, please upgrade to a more recent version of Perl
This port expired on: 2019-05-09
- Maintainer: mat@FreeBSD.org
- Port Added: 2016-05-09 12:50:53
- Last Update: 2019-05-09 16:23:02
- SVN Revision: 501118
- People watching this port, also watch:: pkg, libevent, pcre, libunistring, pkgconf
- Also Listed In: devel perl5
- License: ART10 GPLv1+
- WWW:
- http://www.perl.org/
- Description:
- Perl is a language that combines some of the features of C, sed, awk and
shell. See the manual page for more hype. There are also many books
published by O'Reilly & Assoc. See pod/perlbook.pod for more
information.
WWW: http://www.perl.org/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: perl5.24
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1523793370
SHA256 (perl/perl-5.24.4.tar.xz) = 7f080287ff64750270689843ae945f02159a33cb8f2fc910248c15befba5db84
SIZE (perl/perl-5.24.4.tar.xz) = 11580256
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- This port has no dependencies.
- NOTE: dependencies for deleted ports are notoriously suspect
- This port is required by:
- for Build
-
Deleted ports which required this port:
- for Extract
- for Run
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for perl5.24-5.24.4_2:
DEBUG=off: Build with debugging support
DTRACE=on: Build with DTrace probes
GDBM=off: GDBM_File extension
MULTIPLICITY=on: Use multiplicity
PERL_64BITINT=on: Use 64 bit integers (on i386)
PTHREAD=on: Build with -lpthread
SITECUSTOMIZE=off: Run-time customization of @INC
====> Exclusive OPTIONS: you can only select none or one of them
THREADS=on: Build threaded perl
PERL_MALLOC=off: Use Perl malloc
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- cpe tar:xz
- pkg-message:
- The /usr/bin/perl symlink has been removed starting with Perl 5.20.
For shebangs, you should either use:
#!/usr/local/bin/perl
or
#!/usr/bin/env perl
The first one will only work if you have a /usr/local/bin/perl,
the second will work as long as perl is in PATH.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.24.4_2 09 May 2019 16:23:02 |
rene |
Remove expired port:
2019-05-09 lang/perl5.24: Support ends three years after .0 release, please
upgrade to a more recent version of Perl |
5.24.4_2 21 Nov 2018 16:37:35 |
mat |
Remove two unimportant failing tests. |
5.24.4_2 11 Nov 2018 15:38:51 |
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) |
5.24.4_1 02 Nov 2018 13:32:35 |
rene |
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 |
5.24.4_1 01 Nov 2018 10:36:33 |
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 |
5.24.4 29 Jun 2018 14:08:41 |
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 ) |
5.24.4 25 Jun 2018 14:39:32 |
mat |
Steal these two from perl@.
Sponsored by: Absolight |
5.24.4 15 Apr 2018 20:03:38 |
sunpoet |
Update to 5.24.4
Changes: https://metacpan.org/changes/release/SHAY/perl-5.24.4
Security: 41c96ffd-29a6-4dcc-9a88-65f5038fa6eb
MFH: 2018Q2 |
5.24.3 03 Apr 2018 13:54:06 |
mat |
Mark Perl 5.24 as DEPRECATED now that the default changed to 5.26.
Forgotten by: mat
Sponsored by: Absolight |
5.24.3 27 Dec 2017 16:47:12 |
mat |
Garbage collect very old code.
Sponsored by: Absolight |
5.24.3 25 Sep 2017 13:01:22 |
mat |
Update to 5.24.3.
Sponsored by: Absolight |
5.24.2 15 Sep 2017 08:32:44 |
mat |
Fix license information. (for reals)
PR: 222319, 222320, 222321, 222323
Submitted by: Yasuhiro KIMURA
Sponsored by: Absolight |
5.24.2 15 Sep 2017 08:24:08 |
mat |
Fix license information.
PR: 222319, 222320, 222321, 222323
Submitted by: Yasuhiro KIMURA
Sponsored by: Absolight |
5.24.2 29 Aug 2017 12:45:42 |
mat |
Add armv7 to the list of arch without DTRACE.
PR: 221900
Submitted by: linimon
Sponsored by: Absolight |
5.24.2 16 Jul 2017 16:10:12 |
sunpoet |
Update to 5.24.2
Changes: https://metacpan.org/changes/release/SHAY/perl-5.24.2 |
5.24.1_1 04 Jun 2017 11:47:43 |
sunpoet |
Fix typo |
5.24.1_1 04 Apr 2017 14:06:51 |
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 |
5.24.1 31 Jan 2017 11:32:22 |
mat |
Record correct dates for expiration dates for Perl ports.
Sponsored by: Absolight |
5.24.1 18 Jan 2017 13:20:32 |
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) |
5.24.1 15 Jan 2017 15:21:19 |
sunpoet |
Update to 5.24.1
There is no code change since 5.24.1-RC5. |
5.24.1.r5_1 06 Jan 2017 14:59:18 |
mat |
Seems we should not be using DTRACE on 10 either.
Reported by: swills
Sponsored by: Absolight |
5.24.1.r5 03 Jan 2017 12:05:44 |
mat |
Update Perl 5.22 to 5.22.3-RC5 and 5.24 to 2.24.1-RC5.
Sponsored by: Absolight |
5.24.1.r4_1 21 Dec 2016 14:31:20 |
mat |
Try and fix the DTRACE ONLY WORKS on x86 another way.
Sponsored by: Absolight |
5.24.1.r4_1 21 Dec 2016 12:34:56 |
mat |
Turns out, DTRACE does not work on non x86 platforms.
Sponsored by: Absolight |
5.24.1.r4_1 20 Dec 2016 16:33:55 |
mat |
Get a DTRACE option for lang/perl5.24 and lang/perl5-devel.
Submitted by: swills
Sponsored by: Absolight |
5.24.1.r4 14 Oct 2016 07:56:37 |
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 |
5.24.1.r3 13 Aug 2016 08:39:41 |
mat |
Update Perl 5.22.3 & 5.24.1 to -RC3.
Sponsored by: Absolight |
5.24.1.r2 11 Aug 2016 13:32:05 |
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 |
5.24.0 24 May 2016 23:01:14 |
bapt |
Ensure makewhatis is run in post install script phase
hile here make sure to remove the whatis db on head |
5.24.0 09 May 2016 16:11:34 |
mat |
Fix secondary MASTER_SITES.
Pointy hat: mat
Sponsored by: Absolight |
5.24.0 09 May 2016 16:03:40 |
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 |
5.24.0 09 May 2016 12:50:38 |
mat |
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 |