From owner-freebsd-questions@FreeBSD.ORG Fri Jun 20 23:23:52 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 10409106566C for ; Fri, 20 Jun 2008 23:23:52 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9E6CC8FC15; Fri, 20 Jun 2008 23:23:50 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <485C3C06.3050702@FreeBSD.org> Date: Sat, 21 Jun 2008 01:23:50 +0200 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) MIME-Version: 1.0 To: "Dan Mahoney, System Admin" References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: Circumstance leading up to removal of perl from base? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jun 2008 23:23:52 -0000 Dan Mahoney, System Admin wrote: > Hello all, > > I know it was a long time ago, but I was talking with a co-worker about > why perl was removed from the base in v5 -- I seem to recall a > discussion on some mailing list about either the number of arguments or > the format of the arguments and/or output of a base perl function having > changed between 5.005 and 5.6.1. > > Thing is, that's a very vague thing to try to google for, and I can't > seem to find it. Are there any old-timers who remember the system call > in question? I dont think it was that. AFAICR the issue was mostly that it was a *lot* of work to mangle the perl build into bmake format so it would build with make world, and it was also difficult to avoid conflicts with other versions of perl that needed to be installed for port builds. It was just too difficult to maintain in the base system, especially when nothing used it. Kris