aboutsummaryrefslogtreecommitdiff
path: root/lang/perl5.6/files/patch-ae
Commit message (Collapse)AuthorAgeFilesLines
* Remove expired port lang/perl5.6Sergey Skvortsov2009-06-081-18/+0
| | | | Notes: svn path=/head/; revision=235439
* Filter out <command-line> from preprocessor output in makedepend.SHAlexander Kabaev2007-05-031-5/+11
| | | | | | | to fix build with GCC 4.2.0. Notes: svn path=/head/; revision=191441
* 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
* Upgrade this to perl5.6.0 for _knowledgeable_ folks in STABLE whoMark Murray2001-03-221-2/+2
| | | | | | | | | | | | | | | | really want it. This is still marked FORBIDDEN as there may be all sorts of horrible incompatabilities with the perl5 in "base", but folks who are willing to override this and experiment are welcome. Consider this to be only partially supported. I'll happily commit patches and fixes, but I don't want to answer too many questions. Sorry! Notes: svn path=/head/; revision=40213
* Update to Perl 5.005_01.Mark Murray1998-08-061-3/+3
| | | | Notes: svn path=/head/; revision=12295
* Patch to make this compile on 2.2.1Mark Murray1997-09-221-0/+10
| | | | Notes: svn path=/head/; revision=8000
* Upgrade to Perl5.004. SUID Perl Works for 3.0-current and 2.2.2!Mark Murray1997-05-231-42/+0
| | | | Notes: svn path=/head/; revision=6541
* This is the Perl5 equivalent of the MNT_NOSUID patch that was put intoOllivier Robert1997-05-131-0/+42
/usr/bin/perl a while ago. It works with 5.003 and 5.004-tobe. I can't test it on freefall (I don't have a setuid script to play with) but it works at home. I'll test on thud later. Every setuid script found on a partition mounted "nosuid" will not be executed and "Permission Denied" will be displayed. It won't be in soo-to-be-released 5.004 because it is not a FreeBSD speciific problem but it will be dealt with in 5.004_01 (maintenance release). Obtained from: Jörg's patch (edited for Perl5 by me). Notes: svn path=/head/; revision=6446