From owner-cvs-ports@FreeBSD.ORG Wed Sep 3 06:08:50 2003 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A62116A4BF; Wed, 3 Sep 2003 06:08:50 -0700 (PDT) Received: from mx.nsu.ru (mx.nsu.ru [212.192.164.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48D1A43F75; Wed, 3 Sep 2003 06:08:47 -0700 (PDT) (envelope-from danfe@regency.nsu.ru) Received: from mail by mx.nsu.ru with drweb-scanned (Exim 3.35 #1 (Debian)) id 19uXPd-0008P0-00; Wed, 03 Sep 2003 20:11:05 +0700 Received: from regency.nsu.ru ([193.124.210.26]) by mx.nsu.ru with esmtp (Exim 3.35 #1 (Debian)) id 19uXPT-0008Mw-00; Wed, 03 Sep 2003 20:10:55 +0700 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.12.9/8.12.9) with ESMTP id h83DA5vt051239; Wed, 3 Sep 2003 20:10:05 +0700 (NOVST) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.12.9/8.12.9/Submit) id h83DA4HM051222; Wed, 3 Sep 2003 20:10:04 +0700 (NOVST) Date: Wed, 3 Sep 2003 20:10:04 +0700 From: Alexey Dokuchaev To: foxfair@freebsd.org Message-ID: <20030903131004.GA47455@regency.nsu.ru> References: <20030903124527.GA2088@drago.fomokka.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030903124527.GA2088@drago.fomokka.net> User-Agent: Mutt/1.4.1i X-Envelope-To: foxfair@freebsd.org, ports-committers@freebsd.org, cvs-ports@freebsd.org cc: cvs-ports@freebsd.org cc: ports-committers@freebsd.org Subject: Re: cvs commit: ports/databases/p5-DBI Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Sep 2003 13:08:50 -0000 On Wed, Sep 03, 2003 at 08:45:27PM +0800, Foxfair Hu wrote: > Ok, let me clarify it a bit: > > > perl -v > > This is perl, version 5.005_03 built for i386-freebsd > > > sudo make install > ===> p5-DBI-1.38 This port is for perl 5.6.0 and later only.. > > Now, what's that next step? One who really wants to use DBI can do > either of the following steps: > > 1. install 1.37 from CPAN > 2. do a revert checkout from FreeBSD's ports repo, make install then. > > I don't know how big this issue is, and I won't decide it myself. But if > most people are considering this upgrade harmful. I'll roll p5-DBI back to > v1.37 before 4.9-R. I am still open to hear other porters' comment. Well, I see the following ways (well, some of them anyways): 1) Fix 1.38 p-5.005_03-[in]compatibily issues, shall this be clean enough; that is, only apply a fix if building for -STABLE. Alternatively, bug DBI guys about breaking p-5.005_03 and ask them to fix this ;-); 2) Repocopy p5-DBI to p5-DBI-137, carrying 1.37 version, and use it on -STABLE instead of p5-DBI; 3) Upgrade perl to 5.6 on -STABLE *grin*; 4) Require installation of Perl 5.6 from ports on -STABLE when building p5-DBI. ./danfe