Port details |
- perl5.26 Practical Extraction and Report Language
- 5.26.3 lang
=4 5.26.3Version 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: 2020-05-31
- Maintainer: mat@FreeBSD.org
 - Port Added: 2017-05-31 09:03:38
- Last Update: 2020-05-31 10:23:06
- SVN Revision: 537147
- People watching this port, also watch:: autoconf, indexinfo, javavmwrapper
- Also Listed In: devel perl5
- License: ART10 GPLv1+
- WWW:
- https://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: https://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.26
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1543932034
SHA256 (perl/perl-5.26.3.tar.xz) = e0a17cdaed5304aea1783e507e56bb0001dd72c46f211553ead3a580c3f38135
SIZE (perl/perl-5.26.3.tar.xz) = 11957032
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 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.26-5.26.3:
DEBUG=off: Build with debugging support
DOT_INC=off: Add '.' to @INC (unsafe)
DTRACE=on: Build with DTrace probes
GDBM=off: GDBM_File extension
MULTIPLICITY=on: Use multiplicity
PERL_64BITINT=on: Use 64 bit integers (on i386)
PERL_MALLOC=off: Use Perl malloc
SITECUSTOMIZE=off: Run-time customization of @INC
THREADS=on: Build threaded perl
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- cpe tar:xz
- pkg-message:
- For install:
- 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.
- If upgrading from < 5.21:
- 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.26.3 31 May 2020 10:23:06
  |
rene  |
Remove expired port:
2020-05-31 lang/perl5.26: Support ends three years after .0 release, please
upgrade to a more recent version of Perl |
5.26.3 16 Apr 2020 10:28:00
  |
mat  |
Fix a few redirects to https in my ports. |
5.26.3 26 Feb 2020 09:09:59
  |
kp  |
perl: Disable DTrace for riscv
Just like other embedded platforms, disable dtrace for riscv builds.
Approved by: mat
Sponsored by: Axiado |
5.26.3 04 Oct 2019 22:43:46
  |
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 |
5.26.3 06 Jul 2019 15:14:24
  |
antoine  |
Revert r505994 and dependency loop
Pointy hat: pkubaj
With hat: portmgr |
5.26.3 06 Jul 2019 13:21:56
  |
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) |
5.26.3 19 Jun 2019 15:20:17
  |
mat  |
Convert lang/perl5*'s pkg-message to UCL, and remove it from perl5-devel.
The message is 5 years old, no need to carry it on in future versions. |
5.26.3 25 May 2019 11:03:01
  |
tobik  |
lang/perl5.26: Remove OPTIONS_EXCLUDE_FreeBSD_10
FreeBSD 10.x is no longer supported. |
5.26.3 20 May 2019 13:04:24
  |
mat  |
Remove Created by lines where I am the one. |
5.26.3 17 Dec 2018 14:29:48
  |
mat  |
Forgot to uncomment this after switching the default to Perl 5.28. |
5.26.3 04 Dec 2018 14:25:38
  |
mat  |
Update to 5.26.3. |
5.26.2_2 21 Nov 2018 16:37:35
  |
mat  |
Remove two unimportant failing tests. |
5.26.2_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.26.2_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.26.2 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.26.2 25 Jun 2018 14:39:32
  |
mat  |
Steal these two from perl@.
Sponsored by: Absolight |
5.26.2 19 Apr 2018 18:25:36
  |
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 |
5.26.1 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.26.1 27 Dec 2017 16:47:12
  |
mat  |
Garbage collect very old code.
Sponsored by: Absolight |
5.26.1 24 Sep 2017 19:08:24
  |
sunpoet  |
Update to 5.26.1
Changes: https://metacpan.org/changes/release/SHAY/perl-5.26.1 |
5.26.0 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.26.0 15 Sep 2017 08:24:08
  |
mat  |
Fix license information.
PR: 222319, 222320, 222321, 222323
Submitted by: Yasuhiro KIMURA
Sponsored by: Absolight |
5.26.0 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.26.0 04 Jun 2017 11:47:43
  |
sunpoet  |
Fix typo |
5.26.0 31 May 2017 10:03:56
  |
mat  |
Put the canonical URL back, it has propagated enough.
Sponsored by: Absolight |
5.26.0 31 May 2017 09:02:11
  |
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 |