head	1.7;
access;
symbols;
locks; strict;
comment	@# @;


1.7
date	2002.11.27.17.46.26;	author obrien;	state dead;
branches;
next	1.6;

1.6
date	2002.09.10.13.56.30;	author thomas;	state Exp;
branches;
next	1.5;

1.5
date	2002.06.07.18.55.42;	author obrien;	state Exp;
branches;
next	1.4;

1.4
date	2002.06.06.12.12.23;	author des;	state Exp;
branches;
next	1.3;

1.3
date	2002.06.05.15.32.26;	author obrien;	state Exp;
branches;
next	1.2;

1.2
date	2002.05.18.05.33.28;	author obrien;	state Exp;
branches;
next	1.1;

1.1
date	2002.05.18.05.31.48;	author obrien;	state Exp;
branches;
next	;


desc
@@


1.7
log
@As warned on freebsd-current@@, remove the perl wrapper from /usr/src.
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)
@
text
@# $FreeBSD: src/usr.bin/perl/Makefile,v 1.6 2002/09/10 13:56:30 thomas Exp $

PROG=	perl
NOMAN=
WARNS?=	5
LINKS=	${BINDIR}/perl ${BINDIR}/perl5 \
	${BINDIR}/perl ${BINDIR}/perl5.6.1 \
	${BINDIR}/perl ${BINDIR}/suidperl

.include <bsd.prog.mk>
@


1.6
log
@Prevent the wrapper from looping on itself forever, when there
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
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.5
log
@Install a "perl5.6.1" wrapper.  I think this is going too far as now
/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).
@
text
@d5 1
a5 1
WARNS?=	6
@


1.4
log
@Support suidperl as well.
@
text
@d7 1
@


1.3
log
@Some things used "#!/usr/bin/perl5" (such as the /usr/local/bin/use.perl on
my system).  So install a "perl5" wrapper too.
@
text
@d6 2
a7 1
LINKS=	${BINDIR}/perl ${BINDIR}/perl5
@


1.2
log
@WARNS 6 this.
@
text
@d6 1
@


1.1
log
@Add a perl wrapper.  mergmaster(8) is broken with out it.

Submitted by:	DES
@
text
@d5 1
@

