summaryrefslogtreecommitdiff
path: root/lang/perl5.6 (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-08-31FreeBSD.ORG -> FreeBSD.orgMichael Haro1-1/+1
Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
1999-08-28ln -> ${LN}Michael Haro1-1/+1
Notes: svn path=/head/; revision=21047
1999-08-25Change Id->FreeBSD.David E. O'Brien1-1/+1
Notes: svn path=/head/; revision=20952
1999-06-26Commit #3/4 to enforce caps, no period.Tim Vanderhoek1-1/+1
FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s Notes: svn path=/head/; revision=19803
1999-05-09Add '%D' so we get the whole path for the '@unexec rm's.Steve Price1-1/+2
PR: 7848 Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp> Notes: svn path=/head/; revision=18655
1999-03-29Use FORBIDDEN to indicate that this port shouldn't be built under any (some)Satoshi Asami1-2/+2
circumstances. This is different from BROKEN, which merely means we think it is broken. Notes: svn path=/head/; revision=17429
1998-11-11Use bsd.port.{pre,post}.mk. Either use them to avoid having to defineSatoshi Asami1-4/+5
something already there (PORTOBJFORMAT, OSVERSION) or move stuff from after .include <bsd.port.mk> to before. (This is not by any means the complete list but just the ones I've noticed recently.) Notes: svn path=/head/; revision=14465
1998-10-12Perl 5 is in the system. Mark this port broken for 3.0 for that reason.Mark Murray2-3/+6
(Also minor repairs to PLIST - nuke ranlibs) Reviewed by: asami OK-ed by: jseger Notes: svn path=/head/; revision=13894
1998-08-28Make this port honour CFLAGS.Mark Murray1-0/+11
Submitted by: axl (Sheldon Hearn) Notes: svn path=/head/; revision=12895
1998-08-15Upgrade to perl 5.005_02. This will have virtually no impact on ports thatMark Murray3-718/+497
have been converted to the new scheme. Notes: svn path=/head/; revision=12530
1998-08-07create needed directories before making .ph filesAndrey A. Chernov1-0/+1
Notes: svn path=/head/; revision=12315
1998-08-07generate .ph files on package install nowAndrey A. Chernov2-291/+11
Notes: svn path=/head/; revision=12314
1998-08-06Remove generated include .ph files which not present on every machine,Andrey A. Chernov1-13/+0
mostly kerberos or obsoleted ones. Notes: svn path=/head/; revision=12307
1998-08-06Update to Perl 5.005_01.Mark Murray7-630/+1043
Notes: svn path=/head/; revision=12295
1998-02-15Run h2ph as part of post-install target. Note this doesn't get a completeSteve Price1-1/+2
list of header files but does get enough that when perl needs more header files that it will hint to use h2ph. PR: 5738 Notes: svn path=/head/; revision=9741
1997-11-12Upgrade to 5.004_04. Maintenance upgrade.Mark Murray3-237/+239
Notes: svn path=/head/; revision=8592
1997-10-06Add perl5 as an alias for the binary.David E. O'Brien2-1/+4
OKed by: Satoshi Notes: svn path=/head/; revision=8137
1997-09-22Patch to make this compile on 2.2.1Mark Murray1-0/+10
Notes: svn path=/head/; revision=8000
1997-07-18Corrent package name.Mark Murray1-2/+2
Pointed out by: Satoshi Notes: svn path=/head/; revision=7368
1997-07-17Update to perl-5.004_01Mark Murray3-243/+250
Notes: svn path=/head/; revision=7361
1997-06-04Make suidperl install on 2.1.*Mark Murray1-3/+11
Submitted by: pius@ienet.com Notes: svn path=/head/; revision=6751
1997-05-24Remove two initial ranlib's without any previous fileAndrey A. Chernov1-2/+0
Notes: svn path=/head/; revision=6547
1997-05-23Upgrade to Perl5.004. SUID Perl Works for 3.0-current and 2.2.2!Mark Murray7-1556/+574
Notes: svn path=/head/; revision=6541
1997-05-13This is the Perl5 equivalent of the MNT_NOSUID patch that was put intoOllivier Robert1-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
1997-04-20Add virtual category 'perl5'.Wolfram Schneider1-2/+2
Notes: svn path=/head/; revision=6249
1996-12-11Update to take advantage of new features in bsd.port.mk rev. 1.237.Satoshi Asami1-9/+3
Notes: svn path=/head/; revision=4924
1996-12-10Remove GDBM_File.3, it won't be built if gdbm isn't already installed.Satoshi Asami2-3/+2
Reported by: markm Notes: svn path=/head/; revision=4913
1996-12-07Compress manpages in lib/perl5/man/man3 too. Add missing GDBM_File.3.Satoshi Asami2-79/+104
Notes: svn path=/head/; revision=4873
1996-11-26Add missing manpage (perl.1).Satoshi Asami1-2/+2
Notes: svn path=/head/; revision=4691
1996-11-18Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1-1/+0
PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building. Notes: svn path=/head/; revision=4578
1996-11-17Converted to MAN[1-9NL]David E. O'Brien1-9/+7
Notes: svn path=/head/; revision=4533
1996-11-13Correct my idea of what "FreeBSD after 2.2 needs". SuidPerl failed toMark Murray1-1/+2
compile. Notes: svn path=/head/; revision=4450
1996-11-12CATAGORIES+= -> CATAGORIES=David E. O'Brien1-2/+2
Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc. Notes: svn path=/head/; revision=4416
1996-11-01Use phkmalloc instead of Perl's own malloc. Also clean up the FreeBSDMark Murray2-31/+43
hints file for future releases. This will be submitted to the Perl maintainers. Notes: svn path=/head/; revision=4241
1996-10-10Oh my goodness! Satoshi is finally fed up and decided to "clean up"Satoshi Asami1-1/+1
all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified! Notes: svn path=/head/; revision=3948
1996-07-27(By way of Andrew Stesin):Mark Murray1-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
1996-07-13Update to perl5.003Mark Murray4-84/+94
Notes: svn path=/head/; revision=3387
1996-06-02Use setreuid instead of seteuid for permissions managementGary Palmer1-0/+72
Notes: svn path=/head/; revision=3155
1996-03-18A little reformatting. Also conditionalize man page compression onSatoshi Asami1-5/+8
NOMANCOMPRESS. Notes: svn path=/head/; revision=2849
1996-03-16Update to Perl 5.002.Mark Murray5-98/+153
Notes: svn path=/head/; revision=2842
1995-11-22Change category nome from "languages" to "lang". Also remove "programming"Satoshi Asami1-2/+2
which appeared in some of them, everything here is a programming language! :) Notes: svn path=/head/; revision=2450
1995-07-04Upgrade to patchlevel 'm'Jean-Marc Zucconi3-24/+118
Notes: svn path=/head/; revision=1923
1995-05-12Put back this long PLIST too.Satoshi Asami1-3/+298
Notes: svn path=/head/; revision=1693
1995-05-05Shortened the PLIST (aka +CONTENTS) file to under 4k to avoid bugMark Murray1-298/+3
(this will be backed out when the bug is fixed, as is it is a hack rather that a fix) Notes: svn path=/head/; revision=1623
1995-04-24Corrected some spelling, and generally clarified the description.Mark Murray1-2/+6
Notes: svn path=/head/; revision=1526
1995-04-24Add -Dprefix=${PREFIX} in configure args.Jean-Marc Zucconi1-2/+2
Notes: svn path=/head/; revision=1523
1995-04-23Add suidperl; man pages are gzip'edJean-Marc Zucconi1-29/+32
Notes: svn path=/head/; revision=1504
1995-04-23gzip man pages, strip binariesJean-Marc Zucconi1-8/+11
Notes: svn path=/head/; revision=1503
1995-04-19Put prep as primary site, move old primary to secondaryAndrey A. Chernov1-3/+3
Add more categories Notes: svn path=/head/; revision=1464
1995-04-18Add IS_INTERACTIVE. The Configure script checks for file descriptor 0,Satoshi Asami1-1/+8
so you can't run it with all the stdio redirected. Notes: svn path=/head/; revision=1443