Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update to 5.8.0 (after repocopy). | Anton Berezin | 2002-07-21 | 1 | -13/+0 |
| | | | | Notes: svn path=/head/; revision=63317 | ||||
* | Put SITEARCH and SITELIB paths in front of ARCHLIB and PRIVLIB in the | Anton Berezin | 2002-06-02 | 1 | -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 Murray | 1998-08-06 | 1 | -25/+7 |
| | | | | Notes: svn path=/head/; revision=12295 | ||||
* | Upgrade to Perl5.004. SUID Perl Works for 3.0-current and 2.2.2! | Mark Murray | 1997-05-23 | 1 | -41/+29 |
| | | | | Notes: svn path=/head/; revision=6541 | ||||
* | Use phkmalloc instead of Perl's own malloc. Also clean up the FreeBSD | Mark Murray | 1996-11-01 | 1 | -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 management | Gary Palmer | 1996-06-02 | 1 | -0/+72 |
Notes: svn path=/head/; revision=3155 |