summaryrefslogtreecommitdiff
path: root/lang/perl5.10/files/patch-ac (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to 5.8.1.Anton Berezin2003-10-271-38/+0
| | | | | | | | | | | | | 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
* Add a new `WITH_THREADS' option to build perl with support for threads andMaxim Sobolev2003-04-011-2/+13
| | | | | | | | | fix threaded build on 5.x. Approved by: maintainer Notes: svn path=/head/; revision=77916
* Update to 5.8.0 (after repocopy).Anton Berezin2002-07-211-14/+10
| | | | Notes: svn path=/head/; revision=63317
* 1. Merge from src/contrib/perl5/lib/ExtUtils/Attic/Install.pm rev. 1.2:Anton Berezin2002-07-101-1/+2
| | | | | | | | | | | | | | | | | Force installs. This is to allow (semi-)automatic garbage removal by "find /usr/libdata -ctime -N -delete". Well - substitute /usr/libdata with /usr/local/lib/perl5 here. Requested by: sheldonh 2. Do not link with libbind even if Configure detects it. A particular reason for that is that perl's getpw* stop working with NIS. Reported by: Russell Cattelan <cattelan@thebarn.com> Notes: svn path=/head/; revision=62775
* Put SITEARCH and SITELIB paths in front of ARCHLIB and PRIVLIB in theAnton Berezin2002-06-021-2/+13
| | | | | | | | | | | | | | | | | | | | | | @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
* Update for Perl 5.6.1.Mark Murray2001-04-101-13/+3
| | | | | | | | | | As before, this is a "guru only" port. If you know what you are doing, go ahead and use it. If not - HANDS OFF! Perl 5.6.1 will be committed to "base" FreeBSD in a week or 2. Notes: svn path=/head/; revision=41222
* Update to Perl 5.005_01.Mark Murray1998-08-061-4/+4
| | | | Notes: svn path=/head/; revision=12295
* Make suidperl install on 2.1.*Mark Murray1997-06-041-3/+11
| | | | | | | Submitted by: pius@ienet.com Notes: svn path=/head/; revision=6751
* Upgrade to Perl5.004. SUID Perl Works for 3.0-current and 2.2.2!Mark Murray1997-05-231-1076/+20
| | | | Notes: svn path=/head/; revision=6541
* (By way of Andrew Stesin):Mark Murray1996-07-271-0/+1077
From: wjm@best.com (William J. Middleton) Newsgroups: comp.lang.perl.announce,comp.lang.perl.misc Subject: PATCH: perltrap.pod <- 425traps Date: 1 Jul 1996 14:49:58 GMT Approved: merlyn@stonehenge.com (comp.lang.perl.announce) Message-ID: <4r8oim$e5q@nadine.teleport.com> NNTP-Posting-Host: julie.teleport.com [The rush to 5.003 couldn't integrate this, so here it is] The following is a patch for perltrap.pod, from 5.003 (also 5.002). It integrates the latest version of my simple 425traps document. 425traps demonstrated, with examples, all of the traps which have been discovered and sent to me, which have bitten folks making the transition from perl4 to perl5. It also gave an example for each one, including all of the existing perl4 traps in perltrap.pod. As always, if you discover something that isn't documented in one form or another in here, and isn't an official (or at least reported) bug, drop me a line with it. Also, when or if any of these is ever formally declared a bug, I'll take it out. Notes: svn path=/head/; revision=3436