Date: Thu, 9 May 2002 18:29:27 -0500 From: Jordan DeLong <fracture@allusion.net> To: Sheldon Hearn <sheldonh@starjuice.net> Cc: Joseph Scott <joseph@randomnetworks.com>, Mark Murray <mark@grondar.za>, Paul Richards <paul@freebsd-services.com>, current@FreeBSD.ORG Subject: Re: The future of perl on FreeBSD Message-ID: <20020509182927.A71548@allusion.net> In-Reply-To: <691.1020958309@axl.seasidesoftware.co.za>; from sheldonh@starjuice.net on Thu, May 09, 2002 at 05:31:49PM %2B0200 References: <Pine.BSF.4.21.0205090821380.98498-100000@pebkac.owp.csus.edu> <691.1020958309@axl.seasidesoftware.co.za>
next in thread | previous in thread | raw e-mail | index | archive | help
--opJtzjQTFsWo+cga Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, May 09, 2002 at 05:31:49PM +0200, Sheldon Hearn wrote: >=20 > On Thu, 09 May 2002 08:24:57 MST, Joseph Scott wrote: >=20 > > This may sound like an extremely silly little idea, but is there > > any reason why we can't just replace /usr/bin/perl with a shell script > > that prints out something like : > >=20 > > Perl is no longer comes with the base install of FreeBSD, please install > > it from your ports collection, in /usr/ports/lang/perl5. >=20 > We don't want the port to overwrite a script that exists in userland, > and we don't want installworld blowing away (or, even worse, following) > the port's symlink. >=20 > Symlink or redirector, but please not this. :-) Shouldn't ports *not* touch anything outside of ${PREFIX}? I, for one, can't stand when ports do that (except /etc/shells -- that's different). Seems that neither symlink nor redirector is neccesary; portable perl shebangs use #!/usr/bin/env perl to search $PATH for it, and if the local sysadmin wants they can make a symlink. --=20 Jordan DeLong fracture@allusion.net --opJtzjQTFsWo+cga Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjzbBlcACgkQDrrilS51AZ/i1gCfZj2RSKiQnJlNayNbShkhVQ3G GQsAnAqFOPdJvRhvbxm5cLUj8UhZMTK1 =mnq1 -----END PGP SIGNATURE----- --opJtzjQTFsWo+cga-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020509182927.A71548>