notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: lang/perl5.20/Makefile

Number of commits found: 54

Tuesday, 4 Apr 2017
14:06 mat search for other commits by this committer
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
Original commitRevision:437735 
Tuesday, 31 Jan 2017
11:32 mat search for other commits by this committer
Record correct dates for expiration dates for Perl ports.

Sponsored by:	Absolight
Original commitRevision:432911 
Wednesday, 18 Jan 2017
13:20 tijl search for other commits by this committer
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)
Original commitRevision:431796 
Thursday, 3 Nov 2016
14:59 mat search for other commits by this committer
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
Original commitRevision:425226 
Monday, 15 Aug 2016
09:33 mat search for other commits by this committer
Fix the XSLoader thing in Perl 5.18 and 5.20.

MFH:		2016Q3
Security:	CVE-2016-6185
Sponsored by:	Absolight
Original commitRevision:420220 
Thursday, 11 Aug 2016
13:32 mat search for other commits by this committer
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
Original commitRevision:420067 
Monday, 9 May 2016
16:03 mat search for other commits by this committer
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
Original commitRevision:414862 
10:12 mat search for other commits by this committer
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
Original commitRevision:414832 
Tuesday, 26 Apr 2016
09:40 mat search for other commits by this committer
Simplify the Makefile.

Sponsored by:	Absolight
Original commitRevision:414041 
Monday, 25 Apr 2016
12:25 mat search for other commits by this committer
Don't do the extra zlib tests, they take forever.

Sponsored by:	Absolight
Original commitRevision:414002 
Monday, 18 Apr 2016
11:20 mat search for other commits by this committer
Fix a Perl security issue.

PR:		208879
Reported by:	Sevan Janiyan
Security:	CVE-2016-2381
Sponsored by:	Absolight
Original commitRevision:413567 
Thursday, 14 Apr 2016
08:56 mat search for other commits by this committer
Fix running make test (I think) and test more things.

Sponsored by:	Absolight
Original commitRevision:413249 
Monday, 11 Apr 2016
15:05 mat search for other commits by this committer
Change the man.d file to one that should be less prone to conflict.

Sponsored by:	Absolight
Original commitRevision:413036 
11:29 mat search for other commits by this committer
Patch Config_heavy.pl so that -L${WRKSRC} is not removed after Perl is built.

Sponsored by:	Absolight
Original commitRevision:413019 
Monday, 4 Apr 2016
09:48 mat search for other commits by this committer
Fix manual build of Perl modules when Perl has been cross compiled.

PR:		205600
Reported by:	Mark Millard
Sponsored by:	Absolight
Original commitRevision:412502 
Friday, 1 Apr 2016
14:08 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412347 
Thursday, 5 Nov 2015
13:22 mat search for other commits by this committer
Remove outdated comments.

Sponsored by:	Absolight
Original commitRevision:400851 
Thursday, 15 Oct 2015
14:24 mat search for other commits by this committer
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
Original commitRevision:399342 
Thursday, 8 Oct 2015
15:11 olgeni search for other commits by this committer
Remove trailing whitespace from Makefiles, A-L.
Original commitRevision:398832 
12:10 mat search for other commits by this committer
Use the test framework to run perl's tests.

Sponsored by:	Absolight
Original commitRevision:398814 
Tuesday, 15 Sep 2015
09:48 mat search for other commits by this committer
SITEMAN3PREFIX was renamed SITEMANPREFIX, catch up with it here too.

Pointy hat to:	mat
Sponsored by:	Absolight
Original commitRevision:396950 
Monday, 14 Sep 2015
12:19 mat search for other commits by this committer
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
Original commitRevision:396892 
Monday, 31 Aug 2015
13:44 mat search for other commits by this committer
Fix last commit.

Pointy hat to:	mat
Noticed by:	the index breakage notification of portsnap.
Sponsored by:	Absolight
Original commitRevision:395700 
13:17 mat search for other commits by this committer
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
Original commitRevision:395673 
Sunday, 16 Aug 2015
08:51 mat search for other commits by this committer
Add a pkg-message to Perl 5.20+ about the /usr/bin/perl symlink.

Sponsored by:	Absolight
Original commitRevision:394393 
Tuesday, 21 Jul 2015
12:36 mat search for other commits by this committer
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
Original commitRevision:392626 
Monday, 29 Jun 2015
12:32 mat search for other commits by this committer
Make Perl behave nicely, and install files 644 and not 444.

With hat:	perl@
Sponsored by:	Absolight
Original commitRevision:390893 
Monday, 27 Apr 2015
14:32 mat search for other commits by this committer
Have perldoc use mandoc before *roff.  Also, fix perldoc when using more as a
pager.

Differential Revision:	https://reviews.freebsd.org/D2373
With hat:	perl@
Sponsored by:	Absolight
Original commitRevision:384837 
Thursday, 16 Apr 2015
11:44 mat search for other commits by this committer
Add lang/perl5-devel, which will be the one from which the lang/perl5.xx ports
will come from, from now on.

Please, only use the -devel port for testing, not for production purposes.

Sponsored by:	Absolight
Original commitRevision:384103 
Wednesday, 15 Apr 2015
13:46 mat search for other commits by this committer
Only add the PKGINSTALL/DEINSTALL on 8.4.  While there, move a few things
before port.pre.mk that had no place after it.

Sponsored by:	Absolight
Original commitRevision:384051 
13:35 mat search for other commits by this committer
The canonical place to look for Perl is that directory

That's what http://cpan.metacpan.org/src/ says anyway.

Sponsored by:	Absolight
Original commitRevision:384050 
Saturday, 11 Apr 2015
10:45 mat search for other commits by this committer
Remove old, unused, code.

Sponsored by:	Absolight
Original commitRevision:383786 
10:31 mat search for other commits by this committer
Patch Perl's header for c++11 compatibility.
While there, drop MASTER_SITE_SUBDIRS.

PR:		199361
Submitted by:	amdmi3
Sponsored by:	Absolight
Original commitRevision:383784 
Thursday, 9 Apr 2015
12:21 mat search for other commits by this committer
Make Perl build more reproducibly.

Differential Revision:	https://reviews.freebsd.org/D2016
Some bits from:	Jeremy Bobbio <lunar@debian.org>
Sponsored by:	Absolight
Original commitRevision:383641 
Tuesday, 24 Mar 2015
17:05 mat search for other commits by this committer
Deorbit PTHREAD_{CFLAGS,LIBS} from Perl, and use -lpthread.

Sponsored by:	Absolight
Original commitRevision:382125 
Tuesday, 17 Feb 2015
15:58 mat search for other commits by this committer
Update Perl 5.20 to 5.20.2.

Poked by:	az
Sponsored by:	Absolight
Original commitRevision:379168 
Wednesday, 24 Dec 2014
17:14 mat search for other commits by this committer
Use a less kludgy way for handling libperl.so's versionning and linking.

Sponsored by:	Absolight
Original commitRevision:375473 
Monday, 22 Dec 2014
17:45 mat search for other commits by this committer
Do not let Perl's Configure finds out if it needs to use nm or not.  It should
not.  In some case I can't reproduce, it was believing it should, and was
failing badly.

Reported by:	Joe Francia, Scott Loga
Sponsored by:	Absolight
Original commitRevision:375254 
Wednesday, 17 Dec 2014
13:21 mat search for other commits by this committer
Make Perl link all .so it builds with libperl.so.

It makes upgrading from one Perl major version to another way easier.  For
binary package users, it means pkg upgrade will detect the libperl.so.x.yy
change, and reinstall the affected packages.  For users using ports, it will
save rebuild time as it's easier to detect what ports really need to be
rebuilt.

PR:		195821
Differential Revision: https://reviews.freebsd.org/D1241
Submitted by:	mat
Reviewed by:	antoine, bdrewery
Exp-run by:	antoine
With hat:	perl
Sponsored by:	Absolight
Original commitRevision:374847 
12:59 mat search for other commits by this committer
Retire BSDPAN.

It was never converted to pkg, and starting with Perl 5.18 gives out
annoying warnings.

Differential Revision: https://reviews.freebsd.org/D1318
Reviewed by:	swills
With hat:	perl
Sponsored by:	Absolight
Original commitRevision:374844 
Tuesday, 2 Dec 2014
16:27 mat search for other commits by this committer
One last cleanup, factorize a few things into variables, add a few entries to
PLIST_SUB and SUB_LIST, finish making sure the MANPATH are valid all around.

Differential Revision:	https://reviews.freebsd.org/D1254
Sponsored by:	Absolight
Original commitRevision:373771 
Saturday, 29 Nov 2014
14:56 mat search for other commits by this committer
Really disable MULTIPLICITY if disabled in OPTIONS, and as it was always on
before, add it to the OPTIONS_DEFAULT to not change the default behavior.

Noticed by:	ache
Sponsored by:	Absolight
Original commitRevision:373622 
Friday, 28 Nov 2014
12:43 mat search for other commits by this committer
Fixup the makewhatis errors.

Sponsored by:	Absolight
Original commitRevision:373565 
Thursday, 27 Nov 2014
15:19 mat search for other commits by this committer
/usr/bin/env is in SETENV, not ENV, and sometime, ENV=$USER/.shrc, which of
course, won't work.

Noticed by:	Richard Clayton
Sponsored by:	Absolight
Original commitRevision:373494 
13:44 mat search for other commits by this committer
Get the man config file right.

Sponsored by:	Absolight
Original commitRevision:373486 
09:57 mat search for other commits by this committer
- Bring back the .packlist files, many people need them, they will
  automatically added to the plists.
- Add soname to libperl.so and rename it to libperl.so.PERL_VER, for instance
  libperl.so.5.18. To keep software linked with it working, provide a
  libperl.so symlink.
- Rollback Perl's man page location change, it creates conflicts for the few
  modules that ship with Perl and are in the ports tree.

Sponsored by:	Absolight
Original commitRevision:373476 
Wednesday, 26 Nov 2014
13:08 mat search for other commits by this committer
Change the way Perl modules are installed, update the default Perl to 5.18.

Before, we had:

  site_perl :           lib/perl5/site_perl/5.18
  site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
  perl_man3 :           lib/perl5/5.18/man/man3

Now we have:

  site_perl : lib/perl5/site_perl
  site_arch : lib/perl5/site_perl/mach/5.18
  perl_man3 : lib/perl5/site_perl/man/man3

Modules without any .so will be installed at the same place regardless of the
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.

As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.

The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.

The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.

PR:		194969
Differential Revision:	https://reviews.freebsd.org/D1019
Exp-run by:	antoine
Reviewed by:	perl@
Approved by:	portmgr
Original commitRevision:373448 
Friday, 17 Oct 2014
15:08 mat search for other commits by this committer
Update to 5.20.1.

Sponsored by:	Absolight
Original commitRevision:371064 
Tuesday, 10 Jun 2014
08:28 pi search for other commits by this committer
lang/perl5.20: fix warning in Math/BigInt.pm

See also https://rt.cpan.org/Public/Bug/Display.html?id=80182

PR:             ports/185541
Approved-by:    tobez (maintainer timeout), jadawin (mentor)
Original commitRevision:357283 
Wednesday, 4 Jun 2014
16:54 des search for other commits by this committer
Add CPE information.

With hat:	ports-secteam
Original commitRevision:356519 
Friday, 30 May 2014
03:55 az search for other commits by this committer
revert previous changes

Requested by:	mat@
Original commitRevision:355773 
Thursday, 29 May 2014
18:58 az search for other commits by this committer
Restore behavior for internal EU::MM - make copy .bs files even if they
are empty.
Original commitRevision:355726 
Tuesday, 27 May 2014
19:41 mat search for other commits by this committer
I Forgot to update the CONFLICTS.

Submitted by:	az
Sponsored by:	Absolight
Original commitRevision:355566 
12:19 mat search for other commits by this committer
Add perl 5.20.0.

Changes:	http://search.cpan.org/dist/perl-5.20.0/pod/perldelta.pod
Sponsored by:	Absolight
Original commitRevision:355497 

Number of commits found: 54