summaryrefslogtreecommitdiff
path: root/lang/perl5.14/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove expired port:Rene Ladan2014-12-3110-261/+0
| | | | | | | 2014-12-31 lang/perl5.14: Unsupported, please upgrade to a more recent version of Perl Notes: svn path=/head/; revision=375897
* 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
* - 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
* Massive cleanup of the Perl ports:Mathieu Arnold2014-02-123-28/+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-125-812/+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/+172
| | | | | | | Feature safe: wholeheartedly hope so Notes: svn path=/head/; revision=313838
* - Fix all cases of 'No newline at end of file' in ports treeAlex Kozlov2013-02-011-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=311381
* - 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
* Add several bugfixes, imported from maint-5.10Sergey Skvortsov2009-04-0411-0/+290
| | | | | | | (i.e. will be included into forthcoming 5.10.1). Notes: svn path=/head/; revision=231575
* Introduce Perl 5.10.0Sergey Skvortsov2009-03-284-53/+24
| | | | Notes: svn path=/head/; revision=231213
* Update "perl-after-upgrade": set correct perl package name in @pkgdep.Sergey Skvortsov2009-03-131-45/+4
| | | | Notes: svn path=/head/; revision=229989
* Remove variable PERL_VER from the ports tree at all - becauseSergey Skvortsov2009-03-051-102/+6
| | | | | | | it is obsolete since Perl 5.6.0. Notes: svn path=/head/; revision=229523
* * Fix suidperl functionality. [1]Sergey Skvortsov2009-02-151-0/+9
| | | | | | | | | | * Update BSDPAN. PR: ports/131434 [1] Submitted by: William Olson <wolson xx gmail.com> [1] Notes: svn path=/head/; revision=228469
* Unbreak build of threaded perl.Sergey Skvortsov2009-01-141-1/+1
| | | | | | | | PR: ports/130529 Submitted by: Shin-ichi Yoshimoto <yosimoto xx waishi.jp> Notes: svn path=/head/; revision=226051
* Update to 5.8.9Sergey Skvortsov2009-01-135-155/+58
| | | | | | | | | | | | | | | | Also: - add option SITECUSTOMIZE which enable -Dusesitecustomize [1] - add patch against sv_dup() bug causes memory corruption in threaded perl [2] Changes: http://search.cpan.org/~nwclark/perl-5.8.9/pod/perl589delta.pod PR: 111120 [1], 130033 [2] Submitted by: "Ian A. Tegebo" <yontege xx dev-mug.rescomp.berkeley.edu> [1], kevin brintnall <kbrint xx rufus.net> [2] Notes: svn path=/head/; revision=225991
* Fix a possible buffer overflow with ASCII regexes that really areAnton Berezin2007-11-061-0/+95
| | | | | | | | | | Unicode regexes. Obtained from: perl5-porters (Nicholas Clark), with modifications Approved by: portmgr (marcus) Notes: svn path=/head/; revision=202550
* Filter out <command-line> from preprocessor output in makedepend.SHAlexander Kabaev2007-05-031-0/+10
| | | | | | | to fix build with GCC 4.2.0. Notes: svn path=/head/; revision=191442
* 1. Fix breakage due to incorrect objformat-related change.Anton Berezin2007-02-191-9/+9
| | | | | | | | | | | | | | | 2. While at it, add a WITHOUT_USE_PERL knob that avoids spamming /usr/bin; it is meant for those who do cross-installs and such. No version bump. Pointy hat to: kris [1] Reported by: many [1] PR: 104524 [2] Submitted by: Nick Hibma <nick@anywi.com> [2] Notes: svn path=/head/; revision=185534
* Default to elf instead of a.out.Kris Kennaway2007-01-291-13/+28
| | | | Notes: svn path=/head/; revision=183584
* Upgrade to 5.8.8.Anton Berezin2006-02-205-31/+43
| | | | | | | | | | | | | | | | | | | | Also: Do not strip when built with -DWITH_DEBUGGING. [1] Do not build non-threaded perl with -pthread. [2] Add rebuild-xs target which should be used when perl-after-upgrade does not do its job adequately. [3] Fix perl-after-upgrade to handle threaded perl. [4] Submitted by: John Narron <jnarron@cdsinet.net> [2], Sergey Prikhodko <sergey@network-asp.biz> [4], parv@pair.com [1], pavel@ctk.ru [2], skv [3], vasilis <vasilis@karkampounas.gr> [2] PR: 83223 [4], 83767 [2], 84255 [2], 89443 [1], 90832 [2] Notes: svn path=/head/; revision=156521