SHA256 (mtxorbd-1.0.2.tgz) = 576220ea7b9bd858e9b8c13427e061246039362e860f44cefad4cc74baeb8ed2 SIZE (mtxorbd-1.0.2.tgz) = 11523 on.ico'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/lang/perl5.20
Commit message (Collapse)AuthorAgeFilesLines
* Remove lang/perl5.20 and unregister it, it expired in May 2017.Rene Ladan2017-06-0126-3949/+0
| | | | | | Submitted by: rene Reviewed by: perl (sunpoet), portmgr (mat) Differential Revision: https://reviews.freebsd.org/D10983
* Explain perldoc how to handle MANWIDTH=tty in the environment, and stopMathieu Arnold2017-04-043-1/+21
| | | | | | | it from reporting tty being an invalid version. With hat: perl@ Sponsored by: Absolight
* Record correct dates for expiration dates for Perl ports.Mathieu Arnold2017-01-311-2/+2
| | | | Sponsored by: Absolight
* The output of tools like awk, date, sort, tr,... depends on the currentTijl Coosemans2017-01-181-6/+2
| | | | | | | | | | | | | | | | | | 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)
* Mark lang/perl5.20 as unsupported, and lang/perl5.22 as soon to be outMathieu Arnold2016-11-031-0/+3
| | | | | | | | | | | | 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
* Fix the XSLoader thing in Perl 5.18 and 5.20.Mathieu Arnold2016-08-152-1/+91
| | | | | | MFH: 2016Q3 Security: CVE-2016-6185 Sponsored by: Absolight
* Update lang/perl5.* to fix CVE-2016-1238.Mathieu Arnold2016-08-112-1/+795
| | | | | | | | | | | | | | | | | 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
* Ensure makewhatis is run in post install script phaseBaptiste Daroussin2016-05-251-2/+4
| | | | hile here make sure to remove the whatis db on head
* A new release was done, so resync all the Perl 5 Makefiles a bit more,Mathieu Arnold2016-05-101-6/+3
| | | | | | | and adjust the perl5-devel Makefile a bit for the couple of new tasks that need doing. Sponsored by: Absolight
* Try to simplify how libperl.so is looked for.Mathieu Arnold2016-05-091-3/+6
| | | | | | | | | PR: 209123 Submitted by: mat Exp-run by: antoine With hat: perl@ Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6107
* Simplify the Makefile.Mathieu Arnold2016-04-261-3/+1
| | | | Sponsored by: Absolight
* Don't do the extra zlib tests, they take forever.Mathieu Arnold2016-04-251-1/+1
| | | | Sponsored by: Absolight
* Fix a Perl security issue.Mathieu Arnold2016-04-182-1/+101
| | | | | | | PR: 208879 Reported by: Sevan Janiyan Security: CVE-2016-2381 Sponsored by: Absolight
* Fix running make test (I think) and test more things.Mathieu Arnold2016-04-141-1/+2
| | | | Sponsored by: Absolight
* Change the man.d file to one that should be less prone to conflict.Mathieu Arnold2016-04-112-3/+4
| | | | Sponsored by: Absolight
* Patch Config_heavy.pl so that -L${WRKSRC} is not removed after Perl is built.Mathieu Arnold2016-04-111-2/+7
| | | | Sponsored by: Absolight
* Fix manual build of Perl modules when Perl has been cross compiled.Mathieu Arnold2016-04-041-1/+7
| | | | | | PR: 205600 Reported by: Mark Millard Sponsored by: Absolight
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.Mathieu Arnold2016-04-011-1/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* Have patches for Perl ports use the correct file names.Mathieu Arnold2015-12-164-0/+0
| | | | Sponsored by: Absolight
* Remove outdated comments.Mathieu Arnold2015-11-051-1/+0
| | | | Sponsored by: Absolight
* Add a few patches to lang/perl5.* to make tests pass.Mathieu Arnold2015-10-191-0/+20
| | | | Sponsored by: Absolight
* Try to fix upgrading a non default Perl version that is supposed to beMathieu Arnold2015-10-151-0/+15
| | | | | | | the default one. Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3704
* Remove trailing whitespace from Makefiles, A-L.Jimmy Olgeni2015-10-081-1/+1
|
* Use the test framework to run perl's tests.Mathieu Arnold2015-10-081-5/+3
| | | | Sponsored by: Absolight
* SITEMAN3PREFIX was renamed SITEMANPREFIX, catch up with it here too.Mathieu Arnold2015-09-152-2/+2
| | | | | Pointy hat to: mat Sponsored by: Absolight
* Make it so that the default Perl is always called perl5.Mathieu Arnold2015-09-145-282/+320
| | | | | | | | | | | | | | | | - 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
* Update to 5.20.3.Mathieu Arnold2015-09-144-42/+5
| | | | Sponsored by: Absolight
* Fix last commit.Mathieu Arnold2015-08-311-1/+1
| | | | | | Pointy hat to: mat Noticed by: the index breakage notification of portsnap. Sponsored by: Absolight
* To ease up with future upgrades, move PERL_VERSION into a separate file.Mathieu Arnold2015-08-314-59/+5
| | | | | | While there, remove 8.4 support, and do some cleanup. Sponsored by: Absolight
* Add a pkg-message to Perl 5.20+ about the /usr/bin/perl symlink.Mathieu Arnold2015-08-162-1/+12
| | | | Sponsored by: Absolight
* Convert the post-patch target to use the new target option helpers.Mathieu Arnold2015-07-211-7/+4
| | | | | | | While there, remove some DEBUG handling that is already done in bsd.port.mk. Sponsored by: Absolight
* Make Perl behave nicely, and install files 644 and not 444.Mathieu Arnold2015-06-292-1/+12
| | | | | With hat: perl@ Sponsored by: Absolight
* Have perldoc use mandoc before *roff. Also, fix perldoc when using more as aMathieu Arnold2015-04-274-1/+35
| | | | | | | | pager. Differential Revision: https://reviews.freebsd.org/D2373 With hat: perl@ Sponsored by: Absolight
* Add lang/perl5-devel, which will be the one from which the lang/perl5.xx portsMathieu Arnold2015-04-161-3/+1
| | | | | | | | will come from, from now on. Please, only use the -devel port for testing, not for production purposes. Sponsored by: Absolight
* Only add the PKGINSTALL/DEINSTALL on 8.4. While there, move a few thingsMathieu Arnold2015-04-152-26/+27
| | | | | | before port.pre.mk that had no place after it. Sponsored by: Absolight
* The canonical place to look for Perl is that directoryMathieu Arnold2015-04-151-1/+1
| | | | | | That's what http://cpan.metacpan.org/src/ says anyway. Sponsored by: Absolight
* Remove old, unused, code.Mathieu Arnold2015-04-111-4/+0
| | | | Sponsored by: Absolight
* Patch Perl's header for c++11 compatibility.Mathieu Arnold2015-04-112-3/+13
| | | | | | | | While there, drop MASTER_SITE_SUBDIRS. PR: 199361 Submitted by: amdmi3 Sponsored by: Absolight
* Make Perl build more reproducibly.Mathieu Arnold2015-04-095-3/+185
| | | | | | Differential Revision: https://reviews.freebsd.org/D2016 Some bits from: Jérémy Bobbio <lunar@debian.org> Sponsored by: Absolight
* Deorbit PTHREAD_{CFLAGS,LIBS} from Perl, and use -lpthread.Mathieu Arnold2015-03-252-13/+2
| | | | Sponsored by: Absolight
* Add an upstream patch fixing build with gcc5.Mathieu Arnold2015-03-091-0/+39
| | | | | Submitted by: marino Sponsored by: Absolight
* Update Perl 5.20 to 5.20.2.Mathieu Arnold2015-02-179-22/+27
| | | | | Poked by: az Sponsored by: Absolight
* Remove BSDPAN from here too.Mathieu Arnold2015-01-231-2/+0
| | | | Sponsored by: Absolight
* Use a less kludgy way for handling libperl.so's versionning and linking.Mathieu Arnold2014-12-252-14/+14
| | | | Sponsored by: Absolight
* Do not let Perl's Configure finds out if it needs to use nm or not. It shouldMathieu Arnold2014-12-231-1/+1
| | | | | | | | 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
* Make Perl link all .so it builds with libperl.so.Mathieu Arnold2014-12-172-5/+15
| | | | | | | | | | | | | | | | 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
* Retire BSDPAN.Mathieu Arnold2014-12-172-31/+3
| | | | | | | | | | 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
* One last cleanup, factorize a few things into variables, add a few entries toMathieu Arnold2014-12-034-1482/+1497
| | | | | | | PLIST_SUB and SUB_LIST, finish making sure the MANPATH are valid all around. Differential Revision: https://reviews.freebsd.org/D1254 Sponsored by: Absolight
* Really disable MULTIPLICITY if disabled in OPTIONS, and as it was always onMathieu Arnold2014-11-291-2/+3
| | | | | | | before, add it to the OPTIONS_DEFAULT to not change the default behavior. Noticed by: ache Sponsored by: Absolight
* Fixup the makewhatis errors.Mathieu Arnold2014-11-282-3/+3
| | | | Sponsored by: Absolight
* /usr/bin/env is in SETENV, not ENV, and sometime, ENV=$USER/.shrc, which ofMathieu Arnold2014-11-271-1/+1
| | | | | | | course, won't work. Noticed by: Richard Clayton Sponsored by: Absolight
* Get the man config file right.Mathieu Arnold2014-11-271-1/+2
| | | | Sponsored by: Absolight
* And point man to the new right place.Mathieu Arnold2014-11-271-1/+1
| | | | Sponsored by: Absolight
* - Bring back the .packlist files, many people need them, they willMathieu Arnold2014-11-273-5/+24
| | | | | | | | | | | 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