summaryrefslogtreecommitdiffstats
path: root/usr.bin/perl
Commit message (Collapse)AuthorAgeFilesLines
* As warned on freebsd-current@, remove the perl wrapper from /usr/src.obrien2002-11-273-138/+0
| | | | | | | | | The /usr/bin/perl wrapper isn't solving many of the problems it was imported to deal with. There are limitations to it that don't have a clear "fix". Reviewed by: markm, kris Extorted approval from: re(jhb)
* Prevent the wrapper from looping on itself forever, when therethomas2002-09-102-1/+11
| | | | | | | | | | | is a symbolic link in the PATH pointing back to /usr/bin/perl. Change WARNS from 6 to 5 to account for the fact that sys/time.h, included from sys/stat.h, produces a warning when compiled with -pedantic. PR: bin/42418 Reviewed by: roberto
* For scripts that are called in non-login environments (in particularjoerg2002-08-212-1/+52
| | | | | | | | mail filters), the /usr/bin/perl dummy fails since it assumes that the installed package could be reached via the existing $PATH. Also, since we are obviously looking for a perl installed by a package, we should make sure that at least the default package bindir is being searched.
* Install a "perl5.6.1" wrapper. I think this is going too far as nowobrien2002-06-071-0/+1
| | | | | | /usr/src has to carefully watch the Perl port to keep this in sync. But this is the only way I am allowed to fix the mozzila build (and other USE_PERL5 ports).
* Support suidperl as well.des2002-06-062-3/+8
|
* Some things used "#!/usr/bin/perl5" (such as the /usr/local/bin/use.perl onobrien2002-06-051-0/+1
| | | | my system). So install a "perl5" wrapper too.
* WARNS 6 this.obrien2002-05-182-0/+2
|
* Add a perl wrapper. mergmaster(8) is broken with out it.obrien2002-05-182-0/+68
Submitted by: DES
OpenPOWER on IntegriCloud