Port details |
- perl5.28 Practical Extraction and Report Language
- 5.28.3_1 lang
=2 5.28.3_1Version 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: 2021-06-22
- Maintainer: mat@FreeBSD.org
 - Port Added: 2018-05-21 13:51:06
- Last Update: 2021-06-26 10:45:59
- Commit Hash: d67ea7e
- People watching this port, also watch:: smartmontools, lynx, openssl, net-snmp
- 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/
¦ ¦ ¦ ¦ 
- 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.28
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1591078640
SHA256 (perl/perl-5.28.3.tar.xz) = 77dc1ddf541643af14d585867d3d0741cce45d0dbe8f1467024e63165d9e2fc5
SIZE (perl/perl-5.28.3.tar.xz) = 12382032
Packages (timestamps in pop-ups are UTC):
- 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.28-5.28.3_1:
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:
- lang_perl5.28
- 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.28.3_1 26 Jun 2021 10:45:59
    |
Rene Ladan (rene)  |
*/*: Remove expired ports:
2021-06-22 lang/perl5.28: Support ends three years after .0 release. Please
upgrade to a more recent version of Perl |
5.28.3_1 10 Jun 2021 12:13:11
    |
Piotr Kubaj (pkubaj)  |
lang/perl5.28: enable DTRACE on powerpc |
5.28.3_1 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
5.28.3_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
5.28.3_1 22 Mar 2021 15:13:55
  |
mat  |
Fix an obscure sed message while going through check-plist.
The obscure message being:
sed: 4: /tmp/sed_plist_sub.1i0ZNBB8: RE error: trailing backslash (\)
Thanks to: kevans |
5.28.3_1 05 Dec 2020 22:48:45
  |
pkubaj  |
lang/perl5*: remove powerpcspe from DTRACE exclude list
Builds fine.
Reported by: jhibbits |
5.28.3_1 02 Dec 2020 21:01:59
  |
pkubaj  |
lang/perl5.28: enable DTRACE on powerpc64
Builds fine. |
5.28.3 09 Jun 2020 06:27:59
  |
adamw  |
perl5.*: Fix a couple grammar errors
These have been bugging me for a while now. |
5.28.3 02 Jun 2020 06:38:00
  |
mat  |
Update to 5.28.3.
MFH: 2020Q2 (security blanket)
Security: CVE-2020-10543 CVE-2020-10878 CVE-2020-12723 |
5.28.2 16 Apr 2020 10:28:00
  |
mat  |
Fix a few redirects to https in my ports. |
5.28.2 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.28.2 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.28.2 12 Aug 2019 14:20:18
  |
mat  |
Mark Perl 5.28 as DEPRECATED. |
5.28.2 06 Jul 2019 15:14:24
  |
antoine  |
Revert r505994 and dependency loop
Pointy hat: pkubaj
With hat: portmgr |
5.28.2 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.28.2 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.28.2 20 May 2019 13:04:24
  |
mat  |
Remove Created by lines where I am the one. |
5.28.2 23 Apr 2019 12:09:05
  |
mat  |
Update to 5.28.2. |
5.28.1_1 14 Mar 2019 21:13:01
  |
mat  |
Put back a default non dumb pod formatter [1], and fix a probable bug in
the mandoc formatter.
PR: 236092 [1]
Reported by: Andrew Daugherity |
5.28.1 04 Dec 2018 14:30:53
  |
mat  |
Update to 5.28.1. |
5.28.0_2 21 Nov 2018 16:37:35
  |
mat  |
Remove two unimportant failing tests. |
5.28.0_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.28.0_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.28.0_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.28.0 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.28.0 25 Jun 2018 14:39:16
  |
mat  |
Update to 5.28.0.
Sponsored by: Absolight |
5.28.0.r3 19 Jun 2018 14:19:41
  |
mat  |
Update to 5.28.0-RC3.
Sponsored by: Absolight |
5.28.0.r2 11 Jun 2018 11:55:55
  |
mat  |
Update to RC2.
Sponsored by: Absolight |
5.28.0.r1 21 May 2018 13:50:40
  |
mat  |
Add Perl 5.28.0-RC1.
Sponsored by: Absolight |