summaryrefslogtreecommitdiff
path: root/lang/perl5.10/files/patch-ab (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to 5.8.0 (after repocopy).Anton Berezin2002-07-211-13/+0
| | | | Notes: svn path=/head/; revision=63317
* Put SITEARCH and SITELIB paths in front of ARCHLIB and PRIVLIB in theAnton Berezin2002-06-021-0/+2
| | | | | | | | | | | | | | | | | | | | | | @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 to Perl 5.005_01.Mark Murray1998-08-061-25/+7
| | | | Notes: svn path=/head/; revision=12295
* Upgrade to Perl5.004. SUID Perl Works for 3.0-current and 2.2.2!Mark Murray1997-05-231-41/+29
| | | | Notes: svn path=/head/; revision=6541
* Use phkmalloc instead of Perl's own malloc. Also clean up the FreeBSDMark Murray1996-11-011-31/+0
| | | | | | | | hints file for future releases. This will be submitted to the Perl maintainers. Notes: svn path=/head/; revision=4241
* Use setreuid instead of seteuid for permissions managementGary Palmer1996-06-021-0/+72
Notes: svn path=/head/; revision=3155