Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.18.4_24 31 Dec 2016 16:58:36 |
rene |
Remove expired port:
2016-12-31 lang/perl5.18: Unsupported, please upgrade to a more recent version
of Perl |
5.18.4_24 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.18.4_23 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.18.4_22 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.18.4_22 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.18.4_22 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.18.4_21 25 Apr 2016 12:25:24 |
mat |
Don't do the extra zlib tests, they take forever.
Sponsored by: Absolight |
5.18.4_21 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.18.4_20 14 Apr 2016 08:56:12 |
mat |
Fix running make test (I think) and test more things.
Sponsored by: Absolight |
5.18.4_20 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.18.4_19 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.18.4_18 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.18.4_17 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.18.4_17 16 Dec 2015 15:43:47 |
mat |
Have patches for Perl ports use the correct file names.
Sponsored by: Absolight |
5.18.4_17 05 Nov 2015 13:22:56 |
mat |
Remove outdated comments.
Sponsored by: Absolight |
5.18.4_17 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.18.4_17 08 Oct 2015 15:11:28 |
olgeni |
Remove trailing whitespace from Makefiles, A-L. |
5.18.4_17 08 Oct 2015 12:10:55 |
mat |
Use the test framework to run perl's tests.
Sponsored by: Absolight |
5.18.4_17 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.18.4_16 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.18.4_15 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.18.4_15 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.18.4_15 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.18.4_15 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.18.4_14 13 May 2015 10:37:01 |
mat |
Perl 5.18 will officially be out of active support when 5.22 is released.
perlpolicy(1) states though, that critical patches can be provided for three
years after the .0 release, adjust Perl 5.16's expiration date accordingly.
Sponsored by: Absolight |
5.18.4_14 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.18.4_13 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.18.4_13 11 Apr 2015 10:45:54 |
mat |
Remove old, unused, code.
Sponsored by: Absolight |
5.18.4_13 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.18.4_12 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.18.4_11 24 Mar 2015 17:05:26 |
mat |
Deorbit PTHREAD_{CFLAGS,LIBS} from Perl, and use -lpthread.
Sponsored by: Absolight |
5.18.4_11 09 Mar 2015 14:26:35 |
mat |
Add an upstream patch fixing build with gcc5.
Submitted by: marino
Sponsored by: Absolight |
5.18.4_11 22 Jan 2015 17:27:06 |
mat |
Remove BSDPAN from here too.
Sponsored by: Absolight |
5.18.4_11 24 Dec 2014 17:14:12 |
mat |
Use a less kludgy way for handling libperl.so's versionning and linking.
Sponsored by: Absolight |
5.18.4_11 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.18.4_11 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.18.4_10 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.18.4_10 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.18.4_9 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.18.4_8 28 Nov 2014 12:43:51 |
mat |
Fixup the makewhatis errors.
Sponsored by: Absolight |
5.18.4_7 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.18.4_7 27 Nov 2014 13:44:09 |
mat |
Get the man config file right.
Sponsored by: Absolight |
5.18.4_6 27 Nov 2014 10:00:55 |
mat |
And point man to the new right place.
Sponsored by: Absolight |
5.18.4_6 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.18.4_5 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.18.4_4 17 Oct 2014 15:08:23 |
mat |
Update to 5.18.4.
Sponsored by: Absolight |
5.18.2_4 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.18.2_4 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.18.2_4 12 Jun 2014 14:33:29 |
mat |
Fix plist orphans
Noticed by: miwi
Sponsored by: Absolight |
5.18.2_4 10 Jun 2014 12:14:14 |
mat |
Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight |
5.18.2_4 10 Jun 2014 09:22:26 |
pi |
lang/perl5.18: 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.18.2_3 04 Jun 2014 16:54:32 |
des |
Add CPE information.
With hat: ports-secteam |
5.18.2_3 27 May 2014 19:41:59 |
mat |
I Forgot to update the CONFLICTS.
Submitted by: az
Sponsored by: Absolight |
5.18.2_3 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 |
5.18.2_3 26 May 2014 22:55:50 |
mat |
Ship Perl with its real licenses, and not the stock ones.
While there, sort the plist according to makeplist.
Sponsored by: Absolight |
5.18.2_2 07 Apr 2014 16:27:14 |
mat |
USES=tar:bzip2
Sponsored by: Absolight |
5.18.2_2 31 Mar 2014 22:26:09 |
mat |
- Remove temp file on deinstall[1]
- Unshun all installation commands
- Make PREFIX-clean
Poked by: bdrewery [1]
Sponsored by: Absolight |
5.18.2_1 06 Mar 2014 16:32:42 |
mat |
Pet portscout.
Sponsored by: Absolight |
5.18.2_1 14 Feb 2014 15:41:50 |
mat |
Like it was announced six months ago, remove Perl 5.12.
Sponsored by: Absolight |
5.18.2_1 12 Feb 2014 13:46:07 |
mat |
Massive cleanup of the Perl ports:
- Use SUB_FILES instead of own backed version
- Have etc/perl5_version in the package instead of generating a static
one at install
- Move some mkdirs from pkg-install to pkg-plist
- Move the bin/perl5 creation from plist to post-install
Reviewed by: az
Sponsored by: Absolight |
5.18.2 11 Feb 2014 12:38:32 |
mat |
Remove all NO_LATEST_LINK, all of them have different PKGNAMEs.
Sponsored by: Absolight |
5.18.2 11 Feb 2014 10:45:17 |
az |
Partial restore r343675 (leave some warnings/errors output)
Suggested by: ak@
Reviewed by: ak@ |
5.18.2 10 Feb 2014 19:33:05 |
az |
Turn use.perl into silent mode
Reviewed by: bapt@, mat@ |
5.18.2 10 Feb 2014 10:19:32 |
az |
PERLIOBUF_DEFAULT_BUFSIZ - new knob for controlling PerlIO buffer size.
Additional information:
- http://perl5.git.perl.org/perl.git/commit/b83080de5c4254
This change doesn't affect default perl behavior.
Requested by: Anton Yuzhaninov <ayuzhaninov@openstat.ru> |
5.18.2 11 Jan 2014 20:36:18 |
mat |
Rename patches in the makepatch fashion. |
5.18.2 11 Jan 2014 20:30:16 |
mat |
Update to 5.18.2. |
5.18.1_6 07 Jan 2014 00:04:20 |
mat |
Add a patch from upstream fixing the parallel builds. |
5.18.1_6 22 Dec 2013 16:09:43 |
mat |
Revert r337193, groff needs perl, makes a loop, is bad.
Pointy hat to: myself |
5.18.1_5 22 Dec 2013 15:59:14 |
mat |
Fixup perldoc by using groff from ports. |
5.18.1_4 30 Nov 2013 17:28:45 |
mat |
Take care of whatis database.
- remove on deinstall
- create on install
PR: ports/184164
Submitted by: Tatsuki Makino |
5.18.1_3 18 Nov 2013 16:46:55 |
mat |
Enable threads by default on all Perl versions.
PR: ports/183530
Submitted by: mat
Exp-Run by: bdrewery |
5.18.1_2 24 Oct 2013 03:24:46 |
az |
remove unused target (AZ:) |
5.18.1_2 23 Oct 2013 20:15:20 |
mat |
Fixup BSDPAN.
Reported by: olli hauer |
5.18.1_1 23 Oct 2013 10:51:03 |
mat |
Ah, mixed up CONFLICTS and CONFLICTS_INSTALL.
Submitted by: az |
5.18.1_1 23 Oct 2013 10:29:05 |
mat |
Have perl ports use different package names so that they don't conflict.
Submitted by: az
Approved by: az,bapt |
5.18.1_1 14 Oct 2013 16:22:34 |
ak |
- Simplify and modernize use.perl
Approved by: perl (az, mat) |
5.18.1_1 05 Oct 2013 18:15:39 |
antoine |
Re-order directory removal to fix leftovers with pkg_install
Approved by: az |
5.18.1_1 05 Oct 2013 14:56:20 |
az |
- Add more missed dirs for staging
Submitted by: antoine@ (via IRC, version for perl5.14) |
5.18.1_1 03 Oct 2013 13:35:04 |
bapt |
Stop renaming perl ports base on options |
5.18.1_1 03 Oct 2013 13:30:29 |
mat |
- Fixup staging with pkgng.
- Always use new LIB_DEPENDS format.
Pointy hat to: myself |
5.18.1_1 03 Oct 2013 08:35:38 |
mat |
Remove the now useless pre-su-install target.
Spotted by: bapt |
5.18.1_1 03 Oct 2013 08:24:08 |
mat |
And remove those now defunct files. |
5.18.1_1 03 Oct 2013 08:21:30 |
mat |
Support staging. |
5.18.1_1 23 Sep 2013 12:37:58 |
az |
- Now use.perl don't spam /etc/make.conf and using
${LOCALBASE}/etc/perl5_version instead
You must switch to DEFAULT_VERSIONS (see ports/UPDATING entry 20130920 by
bapt@)
if you are still using PERL_VERSION to define a specific version requirement.
- bump portrevision
Reviewed by: bapt@ |
5.18.1 20 Sep 2013 19:53:10 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang) |
13 Aug 2013 13:04:55
|
mat |
Introduce Perl 5.18.1
Changes: http://search.cpan.org/dist/perl-5.18.0/pod/perldelta.pod
Changes: http://search.cpan.org/dist/perl-5.18.1/pod/perldelta.pod |