aboutsummaryrefslogtreecommitdiff
path: root/lang/perl5.14/files
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'RELEASE_4_10_0'.release/4.10.0cvs2svn2004-05-153-202/+0
| | | | | Notes: svn path=/head/; revision=109221 svn path=/tags/RELEASE_4_10_0/; revision=109222; tag=release/4.10.0
* Check /usr/bin/perl5 existence before using "ident -q /usr/bin/perl5".Jun Kuriyama2004-01-201-1/+1
| | | | | | | Approved by: tobez Notes: svn path=/head/; revision=98627
* Under certain conditions (perl Makefile.PL used directly or by proxy,Anton Berezin2003-10-281-0/+10
| | | | | | | | | | | without PERL_CONFIGURE trickery), the interaction of 5.8.1's MakeMaker and BSDPAN can lead to parts of perl-using ports to be installed to /lib, which is bad. Fix that. Reported by: Mike Harding <mvh@ix.netcom.com> Notes: svn path=/head/; revision=92488
* Update to 5.8.1.Anton Berezin2003-10-2710-302/+22
| | | | | | | | | | | | | 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 patch to properly escape generated action attribute inAnton Berezin2003-09-301-0/+15
| | | | | | | | | | CGI::start_form. The escape code is taken from CGI.pm v.3.00. PR: 57391 Reported by: IIJIMA Hiromitsu <delmonta@ht.sakura.ne.jp> Notes: svn path=/head/; revision=89884
* Fix a bug which goes unnoticed on all platforms but leads to aAnton Berezin2003-07-141-0/+31
| | | | | | | | | | | | | coredump on FreeBSD/amd64 when one uses $^N variable and there were no captures in the last executed regexp. One third of this fix was applied to the perl tree in December 2002, with the rest hopefully applied in the next couple of days. Reported by: jwd Notes: svn path=/head/; revision=84872
* Patch Safe.pm (seeAnton Berezin2003-04-211-0/+83
| | | | | | | | | http://use.perl.org/articles/02/10/06/1118222.shtml?tid=5). Reported by: kuriyama Notes: svn path=/head/; revision=79416
* 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
* Make port's Configure correctly detect crypt(3). Bump PORTREVISION.Anton Berezin2002-12-111-3/+15
| | | | | | | | Reported by: Jeroen Ruigrok van der Werven <asmodai@tendra.org> Approved by: portmgr Notes: svn path=/head/; revision=71527
* o Make perl -MConfig -e 'use lib $Config{installsitelib}' workAnton Berezin2002-08-201-0/+45
| | | | | | | | | o Bump PORTREVISION Prompted by: green Notes: svn path=/head/; revision=64714
* Update to 5.8.0 (after repocopy).Anton Berezin2002-07-214-49/+12
| | | | Notes: svn path=/head/; revision=63317
* 1. Merge from src/contrib/perl5/lib/ExtUtils/Attic/Install.pm rev. 1.2:Anton Berezin2002-07-102-5/+13
| | | | | | | | | | | | | | | | | 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
* Fix manpath.config patching in case there is no system perl manpathAnton Berezin2002-06-161-4/+11
| | | | | | | (read: -current). No PORTREVISION bump. Notes: svn path=/head/; revision=61363
* 1. Do not do rm -rf as a mean to deinstall this port. Instead, apartAnton Berezin2002-06-162-1/+40
| | | | | | | | | | | | | | | | | | from normal rmdir'ing and unexec rmdir'ing, do a find | xargs rm for generated .ph files, since those will differ in different versions of FreeBSD just like .h files may not be the same. 2. Install.pm is broken in 5.6.1 and leads to the wrong .packlist generation, which, in turn, breaks BSDPAN. Fix that. 3. Extend use.perl to patch /etc/manpath.config so that manpages for modules installed by this and other p5- ports are be available. PR: 39108 (item 1) Reported by: Dan Nelson <dan@dan.emsphone.com> (item 1) Notes: svn path=/head/; revision=61362
* Update to better handle life as it is now in -current.Doug Barton2002-06-091-9/+26
| | | | | | | Approved by: tobez (MAINTAINER) Notes: svn path=/head/; revision=60961
* Put SITEARCH and SITELIB paths in front of ARCHLIB and PRIVLIB in theAnton Berezin2002-06-027-3/+80
| | | | | | | | | | | | | | | | | | | | | | @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
* Make make depend to work with the new gcc (the new preprocessor outputsAnton Berezin2002-05-211-0/+13
| | | | | | | | | | | | more stuff than the old one, which confuses makedepend script in the distribution). PORTREVISION is not bumped since there was no functionality change. Reported-by: too many to list here Notes: svn path=/head/; revision=59620
* 1. Speed up the fetch stage by using groups of MASTER_SITES.Anton Berezin2002-05-201-1/+1
| | | | | | | | | | 2. Remove the dependency on perl (rather important for this port). 3. Make the script this port installs use the version of perl from ports. Reported-by: (item 2) Juriy Goloveshkin <j@gu.ru>, Mark Huizer <xaa@timewasters.nl> Notes: svn path=/head/; revision=59495
* Unforbid the port for the use of general FreeBSD public.Anton Berezin2001-12-191-0/+82
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Compile perl with BSDPAN support, both -current and -stable. The version of BSDPAN used here coincides accidentally with the one present in the -current system perl, but is installed in a different place. Provide a script, use.perl, to facilitate switching of the perl used by default between the system perl and this port. Also print a message describing the usage of use.perl (this works for the port and for the package built from it). The switching to the port version is done by removing /usr/bin/perl and /usr/bin/suidperl (they both have link count >1, so this is reversible), and making them to be symlinks to the corresponding binaries in $PREFIX/bin. Also, assignments of the correct values of PERL_VER, PERL_VERSION, and PERL_ARCH are appended to /etc/make.conf. Last, NOPERL=yes is appended to /etc/make.conf, so that the changes made will survive system upgrades from source. The switching to the system version is more or less a reverse of the process described above. Set and use PERL_ARCH which is independed from the one used by the system perl. Fix the port for post-malloc.h -current. Fix a small bogon when PREFIX was used in pkg-install (PKG_PREFIX should have been used instead). Reviewed by: markm, joe Notes: svn path=/head/; revision=51847
* Update for Perl 5.6.1.Mark Murray2001-04-103-23/+13
| | | | | | | | | | 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
* Upgrade this to perl5.6.0 for _knowledgeable_ folks in STABLE whoMark Murray2001-03-222-25/+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
* Make this port honour CFLAGS.Mark Murray1998-08-281-0/+11
| | | | | | | Submitted by: axl (Sheldon Hearn) Notes: svn path=/head/; revision=12895
* Update to Perl 5.005_01.Mark Murray1998-08-064-49/+31
| | | | 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
* 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-234-1202/+89
| | | | 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
* Correct my idea of what "FreeBSD after 2.2 needs". SuidPerl failed toMark Murray1996-11-131-1/+2
| | | | | | | compile. Notes: svn path=/head/; revision=4450
* Use phkmalloc instead of Perl's own malloc. Also clean up the FreeBSDMark Murray1996-11-012-31/+43
| | | | | | | | hints file for future releases. This will be submitted to the Perl maintainers. Notes: svn path=/head/; revision=4241
* (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
* Use setreuid instead of seteuid for permissions managementGary Palmer1996-06-021-0/+72
Notes: svn path=/head/; revision=3155