Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.20.3_16 01 Jun 2017 02:26:53 |
rene |
Remove lang/perl5.20 and unregister it, it expired in May 2017.
Submitted by: rene
Reviewed by: perl (sunpoet), portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D10983 |
5.20.3_16 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.20.3_15 31 Jan 2017 11:32:22 |
mat |
Record correct dates for expiration dates for Perl ports.
Sponsored by: Absolight |
5.20.3_15 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.20.3_15 03 Nov 2016 14:59:22 |
mat |
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 |
5.20.3_15 15 Aug 2016 09:33:39 |
mat |
Fix the XSLoader thing in Perl 5.18 and 5.20.
MFH: 2016Q3
Security: CVE-2016-6185
Sponsored by: Absolight |
5.20.3_14 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.20.3_13 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.20.3_13 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.20.3_13 09 May 2016 10:12:18 |
mat |
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 |
5.20.3_12 26 Apr 2016 09:40:17 |
mat |
Simplify the Makefile.
Sponsored by: Absolight |
5.20.3_12 25 Apr 2016 12:25:24 |
mat |
Don't do the extra zlib tests, they take forever.
Sponsored by: Absolight |
5.20.3_12 18 Apr 2016 11:20:10 |
mat |
Fix a Perl security issue.
PR: 208879
Reported by: Sevan Janiyan
Security: CVE-2016-2381
Sponsored by: Absolight |
5.20.3_11 14 Apr 2016 08:56:12 |
mat |
Fix running make test (I think) and test more things.
Sponsored by: Absolight |
5.20.3_11 11 Apr 2016 15:05:09 |
mat |
Change the man.d file to one that should be less prone to conflict.
Sponsored by: Absolight |
5.20.3_10 11 Apr 2016 11:29:31 |
mat |
Patch Config_heavy.pl so that -L${WRKSRC} is not removed after Perl is built.
Sponsored by: Absolight |
5.20.3_9 04 Apr 2016 09:48:54 |
mat |
Fix manual build of Perl modules when Perl has been cross compiled.
PR: 205600
Reported by: Mark Millard
Sponsored by: Absolight |
5.20.3_8 01 Apr 2016 14:08:38 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight |
5.20.3_8 16 Dec 2015 15:43:47 |
mat |
Have patches for Perl ports use the correct file names.
Sponsored by: Absolight |
5.20.3_8 05 Nov 2015 13:22:56 |
mat |
Remove outdated comments.
Sponsored by: Absolight |
5.20.3_8 19 Oct 2015 14:17:06 |
mat |
Add a few patches to lang/perl5.* to make tests pass.
Sponsored by: Absolight |
5.20.3_8 15 Oct 2015 14:24:43 |
mat |
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 |
5.20.3_8 08 Oct 2015 15:11:28 |
olgeni |
Remove trailing whitespace from Makefiles, A-L. |
5.20.3_8 08 Oct 2015 12:10:55 |
mat |
Use the test framework to run perl's tests.
Sponsored by: Absolight |
5.20.3_8 15 Sep 2015 09:48:42 |
mat |
SITEMAN3PREFIX was renamed SITEMANPREFIX, catch up with it here too.
Pointy hat to: mat
Sponsored by: Absolight |
5.20.3_7 14 Sep 2015 12:19:50 |
mat |
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 |
5.20.3_6 14 Sep 2015 07:37:41 |
mat |
Update to 5.20.3.
Sponsored by: Absolight |
5.20.2_6 31 Aug 2015 13:44:49 |
mat |
Fix last commit.
Pointy hat to: mat
Noticed by: the index breakage notification of portsnap.
Sponsored by: Absolight |
5.20.2_6 31 Aug 2015 13:17:49 |
mat |
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 |
5.20.2_6 16 Aug 2015 08:51:05 |
mat |
Add a pkg-message to Perl 5.20+ about the /usr/bin/perl symlink.
Sponsored by: Absolight |
5.20.2_5 21 Jul 2015 12:36:09 |
mat |
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 |
5.20.2_5 29 Jun 2015 12:32:41 |
mat |
Make Perl behave nicely, and install files 644 and not 444.
With hat: perl@
Sponsored by: Absolight |
5.20.2_4 27 Apr 2015 14:32:10 |
mat |
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 |
5.20.2_3 16 Apr 2015 11:44:22 |
mat |
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 |
5.20.2_3 15 Apr 2015 13:46:34 |
mat |
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 |
5.20.2_2 15 Apr 2015 13:35:44 |
mat |
The canonical place to look for Perl is that directory
That's what http://cpan.metacpan.org/src/ says anyway.
Sponsored by: Absolight |
5.20.2_2 11 Apr 2015 10:45:54 |
mat |
Remove old, unused, code.
Sponsored by: Absolight |
5.20.2_2 11 Apr 2015 10:31:43 |
mat |
Patch Perl's header for c++11 compatibility.
While there, drop MASTER_SITE_SUBDIRS.
PR: 199361
Submitted by: amdmi3
Sponsored by: Absolight |
5.20.2_1 09 Apr 2015 12:21:30 |
mat |
Make Perl build more reproducibly.
Differential Revision: https://reviews.freebsd.org/D2016
Some bits from: Jeremy Bobbio <lunar@debian.org>
Sponsored by: Absolight |
5.20.2 24 Mar 2015 17:05:26 |
mat |
Deorbit PTHREAD_{CFLAGS,LIBS} from Perl, and use -lpthread.
Sponsored by: Absolight |
5.20.2 09 Mar 2015 14:26:35 |
mat |
Add an upstream patch fixing build with gcc5.
Submitted by: marino
Sponsored by: Absolight |
5.20.2 17 Feb 2015 15:58:13 |
mat |
Update Perl 5.20 to 5.20.2.
Poked by: az
Sponsored by: Absolight |
5.20.1_10 22 Jan 2015 17:27:06 |
mat |
Remove BSDPAN from here too.
Sponsored by: Absolight |
5.20.1_10 24 Dec 2014 17:14:12 |
mat |
Use a less kludgy way for handling libperl.so's versionning and linking.
Sponsored by: Absolight |
5.20.1_10 22 Dec 2014 17:45:57 |
mat |
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 |
5.20.1_10 17 Dec 2014 13:21:57 |
mat |
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 |
5.20.1_9 17 Dec 2014 12:59:31 |
mat |
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 |
5.20.1_9 02 Dec 2014 16:27:01 |
mat |
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 |
5.20.1_8 29 Nov 2014 14:56:27 |
mat |
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 |
5.20.1_7 28 Nov 2014 12:43:51 |
mat |
Fixup the makewhatis errors.
Sponsored by: Absolight |
5.20.1_6 27 Nov 2014 15:19:52 |
mat |
/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 |
5.20.1_6 27 Nov 2014 13:44:09 |
mat |
Get the man config file right.
Sponsored by: Absolight |
5.20.1_5 27 Nov 2014 10:00:55 |
mat |
And point man to the new right place.
Sponsored by: Absolight |
5.20.1_5 27 Nov 2014 09:57:39 |
mat |
- 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 |
5.20.1_4 26 Nov 2014 13:08:38 |
mat |
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 (Only the first 15 lines of the commit message are shown above ) |
5.20.1_3 17 Oct 2014 15:08:44 |
mat |
Update to 5.20.1.
Sponsored by: Absolight |
5.20.0_3 03 Oct 2014 12:42:29 |
mat |
Cleanup @dirrm*.
Differential Revision: https://reviews.freebsd.org/D885
Reviewed by: bapt
With hat: perl@
Sponsored by: Absolight |
5.20.0_3 15 Jun 2014 12:40:43 |
marino |
lang/perl5*: Remove absolute path to makewhatis in pkg-plist
Generally absolutely paths are not used with @exec in pkg-plist.
In this case, the path /usr/bin/makewhatis doesn't work on DragonFly
where the binary is located at /usr/sbin/makewhatis. Removing the
full path is a no-op on FreeBSD and fixes perl man page installation
on DragonFly. No revbump required.
Approved by: portmgr (bapt) |
5.20.0_3 10 Jun 2014 08:28:44 |
pi |
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) |
5.20.0_2 04 Jun 2014 16:54:39 |
des |
Add CPE information.
With hat: ports-secteam |
5.20.0_2 30 May 2014 03:55:51 |
az |
revert previous changes
Requested by: mat@ |
5.20.0_1 29 May 2014 18:58:08 |
az |
Restore behavior for internal EU::MM - make copy .bs files even if they
are empty. |
5.20.0 27 May 2014 19:41:59 |
mat |
I Forgot to update the CONFLICTS.
Submitted by: az
Sponsored by: Absolight |
5.20.0 27 May 2014 12:19:25 |
mat |
Add perl 5.20.0.
Changes: http://search.cpan.org/dist/perl-5.20.0/pod/perldelta.pod
Sponsored by: Absolight |