summaryrefslogtreecommitdiff
path: root/lang/perl5.16/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove lang/perl5.16 and the support bits in perl5.mk, it is no longerRene Ladan2015-12-3119-529/+0
| | | | | | | | | | supported and expired today. Approved by: portmgr (mat), perl (sunpoet) Differential Revision: https://reviews.freebsd.org/D4745 Notes: svn path=/head/; revision=404962
* SITEMAN3PREFIX was renamed SITEMANPREFIX, catch up with it here too.Mathieu Arnold2015-09-151-1/+1
| | | | | | | | Pointy hat to: mat Sponsored by: Absolight Notes: svn path=/head/; revision=396950
* Make it so that the default Perl is always called perl5.Mathieu Arnold2015-09-142-3/+1
| | | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=396892
* To ease up with future upgrades, move PERL_VERSION into a separate file.Mathieu Arnold2015-08-311-32/+0
| | | | | | | | | While there, remove 8.4 support, and do some cleanup. Sponsored by: Absolight Notes: svn path=/head/; revision=395673
* Make Perl behave nicely, and install files 644 and not 444.Mathieu Arnold2015-06-291-0/+11
| | | | | | | | With hat: perl@ Sponsored by: Absolight Notes: svn path=/head/; revision=390893
* Have perldoc use mandoc before *roff. Also, fix perldoc when using more as aMathieu Arnold2015-04-273-0/+34
| | | | | | | | | | | pager. Differential Revision: https://reviews.freebsd.org/D2373 With hat: perl@ Sponsored by: Absolight Notes: svn path=/head/; revision=384837
* Patch Perl's header for c++11 compatibility.Mathieu Arnold2015-04-111-0/+46
| | | | | | | | | | | While there, drop MASTER_SITE_SUBDIRS. PR: 199361 Submitted by: amdmi3 Sponsored by: Absolight Notes: svn path=/head/; revision=383784
* Make Perl build more reproducibly.Mathieu Arnold2015-04-094-4/+170
| | | | | | | | | Differential Revision: https://reviews.freebsd.org/D2016 Some bits from: Jérémy Bobbio <lunar@debian.org> Sponsored by: Absolight Notes: svn path=/head/; revision=383641
* Deorbit PTHREAD_{CFLAGS,LIBS} from Perl, and use -lpthread.Mathieu Arnold2015-03-241-9/+0
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=382125
* Add an upstream patch fixing build with gcc5.Mathieu Arnold2015-03-091-0/+39
| | | | | | | | Submitted by: marino Sponsored by: Absolight Notes: svn path=/head/; revision=380849
* Use a less kludgy way for handling libperl.so's versionning and linking.Mathieu Arnold2014-12-241-9/+8
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=375473
* Make Perl link all .so it builds with libperl.so.Mathieu Arnold2014-12-171-1/+1
| | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=374847
* One last cleanup, factorize a few things into variables, add a few entries toMathieu Arnold2014-12-022-5/+4
| | | | | | | | | | PLIST_SUB and SUB_LIST, finish making sure the MANPATH are valid all around. Differential Revision: https://reviews.freebsd.org/D1254 Sponsored by: Absolight Notes: svn path=/head/; revision=373771
* And point man to the new right place.Mathieu Arnold2014-11-271-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=373477
* - Bring back the .packlist files, many people need them, they willMathieu Arnold2014-11-271-0/+11
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=373476
* lang/perl5.16: fix warning in Math/BigInt.pmKurt Jaeger2014-06-101-0/+11
| | | | | | | | | | See also https://rt.cpan.org/Public/Bug/Display.html?id=80182 PR: ports/185541 Approved-by: tobez (maintainer timeout), jadawin (mentor) Notes: svn path=/head/; revision=357286
* - Remove temp file on deinstall[1]Mathieu Arnold2014-03-311-0/+1
| | | | | | | | | | | - Unshun all installation commands - Make PREFIX-clean Poked by: bdrewery [1] Sponsored by: Absolight Notes: svn path=/head/; revision=349811
* Fix the build of x11/rxvt-unicode with clang34, by defining a moreThierry Thomas2014-03-151-0/+14
| | | | | | | | | | | | | | | | | C++-friendly dNOOP. Note: don't apply the patch proposed in the PR, but a patch proposed by Craig A. Berry at http://perl5.git.perl.org/perl.git/commit/7db66e12883f0832ca80164b723768b848187bda as suggested by az@. PR: ports/187571 Submitted by: /me Reported by: Thomas Hoffmann <trh411 (at) gmail.com> Approved by: az Notes: svn path=/head/; revision=348304
* Massive cleanup of the Perl ports:Mathieu Arnold2014-02-123-27/+2
| | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=343921
* Partial restore r343675 (leave some warnings/errors output)Andrej Zverev2014-02-111-0/+5
| | | | | | | | Suggested by: ak@ Reviewed by: ak@ Notes: svn path=/head/; revision=343731
* Turn use.perl into silent modeAndrej Zverev2014-02-101-21/+0
| | | | | | | Reviewed by: bapt@, mat@ Notes: svn path=/head/; revision=343675
* Rename patches in the makepatch fashion.Mathieu Arnold2014-01-113-0/+0
| | | | Notes: svn path=/head/; revision=339452
* Add the same patch to perl5.1{2,4,6} that perl 5.18, fixing a parallel build ↵Mathieu Arnold2014-01-071-0/+34
| | | | | | | issue. Notes: svn path=/head/; revision=338990
* - Simplify and modernize use.perlAlex Kozlov2013-10-141-79/+53
| | | | | | | Approved by: perl (az, mat) Notes: svn path=/head/; revision=330335
* - Now use.perl don't spam /etc/make.conf and using ↵Andrej Zverev2013-09-231-22/+15
| | | | | | | | | | | | | | ${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@ Notes: svn path=/head/; revision=327989
* - lang/perl5.12 upgrade to 5.12.5Andrej Zverev2013-06-124-780/+8
| | | | | | | | | | | | | | | | | - lang/perl5.14 upgrade to 5.14.4 - lang/perl5.16 upgrade to 5.16.3 - Global modify SITE_PERL[1][2] [1] - See more info: http://docs.freebsd.org/cgi/getmsg.cgi?fetch=26605+0+archive/2013/freebsd-perl/20130609.freebsd-perl [2] - Fix for mail/cyrus-imapd* - Approved by portmrg(bapt@) Please, see ports/UPDATING for upgrade procedure. Reviewed by: bapt@ (exp-run), culot@ Notes: svn path=/head/; revision=320679
* Perl 5.x: fix CVE-2013-1667Eygene Ryabinkin2013-03-101-0/+170
| | | | | | | Feature safe: wholeheartedly hope so Notes: svn path=/head/; revision=313838
* - Fix PERL_VERSION_REGEX to match actual perl version (5.16).Andrej Zverev2012-10-091-1/+1
| | | | | | | | | Repoted by: kib@ Reviewed by: tobez@ With Hat: perl@ Notes: svn path=/head/; revision=305578
* Introduce Perl 5.16.0Sergey Skvortsov2012-06-302-41/+0
| | | | | | | | Changes: http://search.cpan.org/dist/perl-5.16.0/pod/perldelta.pod Approved by: portmgr (linimon) Notes: svn path=/head/; revision=300289
* - Pull ↵Philip M. Gollucci2012-03-071-0/+11
| | | | | | | | | | | | | | | | | | | | https://github.com/dagolden/extutils-makemaker/commit/a19beeaa9f0df1be60d5a45bf22c0a42dd600dca/raw to fix: Can't use string "XXX" as an ARRAY ref while "strict refs" in use at /usr/local/lib/perl5/5.14.2/ExtUtils/MM_Unix.pm line 2893. - perl 5.14.[012] shipped with a broken version of ExtUtils::MakeMakker (6.57_06) which is fixed in 6.57_06. This patch can hopefully go away when/if perl 5.14.3 is released. - Bump PORTREVISION PR: ports/165457 With Hat: perl@ Notes: svn path=/head/; revision=292865
* - Unbreak on FreeBSD 10Martin Wilke2011-11-051-0/+30
| | | | Notes: svn path=/head/; revision=285107
* - Fix perl configure erroneously saving /usr/local/script as a site script ↵Dmitry Marakasov2011-08-081-1/+11
| | | | | | | | | | | | install directory if it's present, which leads to misinstallation of many ports which install perl scripts (p5-Mail-SpamAssassin, for example) PR: 149771 Submitted by: Peter Radcliffe <pir-freebsd.org@pir.net> Patch by: myself Approved by: jadawin Notes: svn path=/head/; revision=279239
* Update to 5.14.1Sergey Skvortsov2011-06-191-1/+1
| | | | | | | Changes: http://search.cpan.org/~jesse/perl-5.14.1/pod/perldelta.pod Notes: svn path=/head/; revision=275828
* Introduce Perl 5.14.0Sergey Skvortsov2011-05-171-136/+0
| | | | | | | Changes: http://search.cpan.org/~jesse/perl-5.14.0/pod/perldelta.pod Notes: svn path=/head/; revision=274235
* Do not touch /etc/manpath.config on -CURRENT after man.d/perl.conf is usedRenato Botelho2010-12-061-3/+7
| | | | | | | | | | | instead PR: ports/151914 Submitted by: garga@ Approved by: skv@ (maintainer) Notes: svn path=/head/; revision=265753
* Add patch to install a configuration file for the new man utilityGordon Tetlow2010-11-051-0/+2
| | | | | | | | | | | | instead of manipulating /etc/manpath.config. Follow up commit since I missed adding the config file. Approved by: maintainer (timeout), wes@ (mentor, implicit) Pointyhat to: gordon@ Notes: svn path=/head/; revision=264122
* Add patch to install a configuration file for the new man utilityGordon Tetlow2010-11-051-7/+9
| | | | | | | | | instead of manipulating /etc/manpath.config. Approved by: maintainer (timeout), wes@ (mentor, implicit) Notes: svn path=/head/; revision=264121
* Add patch to fix h2ph deprecated goto (perl bug #74404)Martin Matuska2010-10-131-0/+136
| | | | | | | | PR: ports/150876 Approved by: maintainer (timeout) Notes: svn path=/head/; revision=262959
* - Fix perl-after-upgrade [1]Sergey Skvortsov2010-09-162-1/+3
| | | | | | | | | | - Preserve perms on modified /etc/make.conf, /etc/manpath.conf [2] PR: 150622 [1], 150611 [2] Submitted by: garga [1], swell.k@gmail.com [2] Notes: svn path=/head/; revision=261284
* [1] Unbreak build with THREADS optionSergey Skvortsov2010-07-231-2/+11
| | | | | | | | | | | [2] Remove SUIDPERL option: SUID emulation has been removed for 5.12 PR: ports/148648 [1] Submitted by: Andrei Lavreniyuk <andy.lavr@gmail.com> [1] WWW: http://search.cpan.org/~jesse/perl-5.12.1/pod/perl5120delta.pod#Deprecations [2] Notes: svn path=/head/; revision=258104
* Introduce Perl 5.12.1Sergey Skvortsov2010-07-155-206/+4
| | | | | | | Acknowledgements: kuriyama Notes: svn path=/head/; revision=257819
* - Fix generation of '+CONTENTS' file for 'bsdpan-*' packages [1]Sergey Skvortsov2010-07-141-0/+11
| | | | | | | | | | | | - Don't remove '/usr/local/lib' from path $libpth if this dir does not exist [2] PR: ports/116908 [1] Submitted by: Steve Wills <steve@mouf.net> [1], Kukushkin Konstantin <dark@ramtel.ru> [2] Notes: svn path=/head/; revision=257756
* - Add patches for RT 69973 [1], RT 71952 [2]Sergey Skvortsov2010-05-062-0/+141
| | | | | | | | | | | | | - Update P5PORTER mode [3] - Update CONFLICTS for Perl 5.12 Pointed by: a.smith xx ukgrid.net [1] PR: ports/144717 [2], ports/142110 [3] Submitted by: Bryan Fullerton <bryanf@samuraiconsulting.ca> [2], Alex Deiter <alex.deiter xx gmail.com> [3] Notes: svn path=/head/; revision=253832
* perl-after-upgrade:Sergey Skvortsov2009-11-231-4/+2
| | | | | | | | | - simplify regexes - catch lines in +CONTENTS like: @unexec rmdir %D/lib/perl5/5.10.0 2>/dev/null || true Notes: svn path=/head/; revision=244689
* Fix script "use.perl": correctly check variables 'need_*'.Sergey Skvortsov2009-11-051-7/+7
| | | | | | | Submitted by: Artis Caune <artis.caune xx gmail.com> Notes: svn path=/head/; revision=243848
* - Fix behaviour of USE_PERL option when it is "off"Sergey Skvortsov2009-11-021-3/+3
| | | | | | | - Add PORTSCOUT variable Notes: svn path=/head/; revision=243662
* Update to 5.10.1Sergey Skvortsov2009-09-1118-533/+45
| | | | | | | Changes: http://search.cpan.org/~dapm/perl-5.10.1/pod/perl5101delta.pod Notes: svn path=/head/; revision=241213
* - Add option MULTIPLICITYSergey Skvortsov2009-07-061-0/+95
| | | | | | | - Add bugfix for map memory leak (RT#53038) Notes: svn path=/head/; revision=237256
* - Add more essential bugfixesSergey Skvortsov2009-06-083-0/+51
| | | | | | | | | | | - Add perl-threaded-5.* to CONFLICTS [1] - Introduce PERL_VENDOR_PREFIX variable - Be really PREFIX-neutral [2} Submitted by: lth [1], rafan [2] Notes: svn path=/head/; revision=235438
* Add bugfiux for "Attributes + Unkown Error".Sergey Skvortsov2009-04-111-0/+48
| | | | | | | Bug: http://rt.perl.org/rt3/Public/Bug/Display.html?id=49472 Notes: svn path=/head/; revision=232097