From owner-freebsd-perl@FreeBSD.ORG Mon Jul 7 15:55:51 2014 Return-Path: Delivered-To: perl@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8469591; Mon, 7 Jul 2014 15:55:51 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 453952419; Mon, 7 Jul 2014 15:55:51 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 6E6C6BDC56; Mon, 7 Jul 2014 17:55:47 +0200 (CEST) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id 39199BDC2E; Mon, 7 Jul 2014 17:55:47 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id 8BBE96119; Mon, 7 Jul 2014 17:55:45 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id A7E81709C79E; Mon, 7 Jul 2014 17:55:44 +0200 (CEST) Date: Mon, 07 Jul 2014 17:55:44 +0200 From: Mathieu Arnold To: Ryan Steinmetz , Barrie Archer Subject: Re: p5-Git-Repository Message-ID: In-Reply-To: <20140707134409.GA12289@exodus.zi0r.com> References: <53BA9AD8.7030906@myarcher.net> <20140707134409.GA12289@exodus.zi0r.com> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: perl@freebsd.org, portmgr@freebsd.org X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jul 2014 15:55:51 -0000 +--On 7 juillet 2014 09:44:09 -0400 Ryan Steinmetz wrote: | We should either add workarounds for older systems or a warning | that will be printed if a user is running a FreeBSD release that lacks | required functionality for the ports tree to function. Well, the ports tree is only guaranteed to work with supported FreeBSD releases. So, if you're not running a supported release, you're on your own. We can't add bits and pieces of version checks around everything that won't work with older releases. -- Mathieu Arnold