summaryrefslogtreecommitdiff
path: root/lang/perl5.10/files/patch-perl.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Undo ports/165457 to not violate POLA. As far as I knew, the PRMark Linimon2012-03-111-0/+61
| | | | | | | | | | | | | | was to test what happened when we did eventually delete these two ports, not to delete them immediately. A subsequent commit will add appropriate deprecation messages. Hat: portmgr PR: ports/165457 Feature safe: yes (actually no, however, this is to preserve POLA) Notes: svn path=/head/; revision=293132
* - Remove lang/perl5.8 (12/16/2008 EOL) and lang/perl5.10 (08/23/2009 EOL)Philip M. Gollucci2012-03-081-61/+0
| | | | | | | | | | | | | | | | | | | | | | | - lang/5.12 (default) is in Maint mode and lang/5.14 is GA right now. - The final UNcommitted portition of this PR will move the default perl to lang/perl5.14 but mail/cyrus-impad2 mail/cyrus-impad22 print/perlftlib audio/papcl www/WebMagick misc/gcstar math/ploymak must be fixed or marked BROKEN 1st. PR: ports/165457 Submitted by: pgollucci (myself) Approved by: portmgr (linimon) Exp Run by: linimon Tested by: make index Notes: svn path=/head/; revision=292976
* Introduce Perl 5.10.0Sergey Skvortsov2009-03-281-8/+0
| | | | Notes: svn path=/head/; revision=231213
* * 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
* Update to 5.8.9Sergey Skvortsov2009-01-131-23/+25
| | | | | | | | | | | | | | | | 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
* Move path to BSDPAN ahead of the path to site_perl. This makes BSDPANAnton Berezin2005-12-221-11/+9
| | | | | | | | | | | | work when devel/p5-ExtUtils/MakeMaker is installed. This, again, is a minor change, which does not require re-installation of the dependant packages. Reported by: lth Notes: svn path=/head/; revision=151847
* Update to 5.8.1.Anton Berezin2003-10-271-20/+22
| | | | | | | | | | | | | Also: Make suidperl optional (ENABLE_SUIDPERL knob). Switch to perlmalloc by default, unless threaded perl is built, to improve performance. Modernize pkg-plist (switch to SITE_PERL where possible). Update WWW. Many thanks to foxfair who prepared most of this update. Notes: svn path=/head/; revision=92346
* Put SITEARCH and SITELIB paths in front of ARCHLIB and PRIVLIB in theAnton Berezin2002-06-021-0/+58
@INC array. This takes care of the infamous problem of updating the packages already in the perl distribution. With this change, no tricks are any longer necessary for such p5 ports, except the usual tweaking of INSTALLDIRS in Makefile.PL. This last one can also be taken care of by an appropriate BSDPAN modifications, but until we have the `natural' @INC order in the 4.X base system perl, it is meaningless. Do not include iconv.h and do not link with libiconv. Iconv is not used by perl in any way currently, but it used to link it if found. Fix perl on freebsd/sparc64. PR: 33212 (iconv), 37605 (iconv), 38813 (sparc64) Reported by: Vivek Khera <khera@kciLink.com> (iconv), Martin Nilsson <martin@gneto.com> (iconv) Submitted by: jake (sparc64) Notes: svn path=/head/; revision=60490