summaryrefslogtreecommitdiff
path: root/lang/perl5.10/files/patch-ab (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-07-21Update to 5.8.0 (after repocopy).Anton Berezin1-13/+0
Notes: svn path=/head/; revision=63317
2002-06-02Put SITEARCH and SITELIB paths in front of ARCHLIB and PRIVLIB in theAnton Berezin1-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
1998-08-06Update to Perl 5.005_01.Mark Murray1-25/+7
Notes: svn path=/head/; revision=12295
1997-05-23Upgrade to Perl5.004. SUID Perl Works for 3.0-current and 2.2.2!Mark Murray1-41/+29
Notes: svn path=/head/; revision=6541
1996-11-01Use phkmalloc instead of Perl's own malloc. Also clean up the FreeBSDMark Murray1-31/+0
hints file for future releases. This will be submitted to the Perl maintainers. Notes: svn path=/head/; revision=4241
1996-06-02Use setreuid instead of seteuid for permissions managementGary Palmer1-0/+72
Notes: svn path=/head/; revision=3155