From owner-freebsd-questions@FreeBSD.ORG Fri Dec 26 14:55:02 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 541F6106564A for ; Fri, 26 Dec 2008 14:55:02 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from dhcp-172-28-76-39.eur.corp.google.com (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D08C38FC16 for ; Fri, 26 Dec 2008 14:55:01 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <4954F045.7070206@FreeBSD.org> Date: Fri, 26 Dec 2008 14:55:01 +0000 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.18 (Macintosh/20081105) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <329760.53824.qm@web53410.mail.re2.yahoo.com> <20081223072719.16f3c047@scorpio> <495437A9.80503@gmail.com> <20081226024922.3612bc02@gluon> <4954D1D8.7070604@FreeBSD.org> <20081226080502.7d21a54a@scorpio> In-Reply-To: <20081226080502.7d21a54a@scorpio> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Perl 5.10? 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, 26 Dec 2008 14:55:02 -0000 Jerry wrote: > On Fri, 26 Dec 2008 12:45:12 +0000 > Kris Kennaway wrote: > > [snip] > >> It is still true that the change from 5.6 to 5.8 was very disruptive >> because it broke lots of things in the ports tree. > > Is this the official reason that Perl-5.10 has not been released into > the ports tree? > > Are ports being tied to specific versions of Perl? I did some Googling > and found that of the users that have installed Perl from source on > FBSD, most were not experiencing any major problem. If every time Perl > is updated it will require massive changes or whatever to the FBSD > ports, then perhaps there is a fundamental flaw in the ports system to > start with. The issue with 5.8 was that the perl developers made various incompatible changes that broke lots of third party software included in the ports tree, which all had to be fixed. I don't know what the issue is with 5.10. Kris