From owner-cvs-ports@FreeBSD.ORG Fri Jan 9 12:16:38 2004 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 71DE416A4CE; Fri, 9 Jan 2004 12:16:38 -0800 (PST) Received: from mx.nsu.ru (mx.nsu.ru [212.192.164.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id D41C943D46; Fri, 9 Jan 2004 12:16:36 -0800 (PST) (envelope-from danfe@regency.nsu.ru) Received: from mail by mx.nsu.ru with drweb-scanned (Exim 3.35 #1 (Debian)) id 1Af3BO-0007Ye-00; Sat, 10 Jan 2004 02:24:38 +0600 Received: from regency.nsu.ru ([193.124.210.26]) by mx.nsu.ru with esmtp (Exim 3.35 #1 (Debian)) id 1Af3BN-0007YT-00; Sat, 10 Jan 2004 02:24:37 +0600 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.12.9p2/8.12.9) with ESMTP id i09KGoDO044580; Sat, 10 Jan 2004 02:16:50 +0600 (NOVT) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.12.9p2/8.12.9/Submit) id i09KGoAi044506; Sat, 10 Jan 2004 02:16:50 +0600 (NOVT) (envelope-from danfe) Date: Sat, 10 Jan 2004 02:16:50 +0600 From: Alexey Dokuchaev To: Erwin Lansing Message-ID: <20040109201650.GB38186@regency.nsu.ru> References: <20040109080326.GB78450@droso.net> <20040109153627.83F1317712@sirius.firepipe.net> <20040109190721.GD35127@droso.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040109190721.GD35127@droso.net> User-Agent: Mutt/1.4.1i X-Envelope-To: erwin@lansing.dk, petef@freebsd.org, cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org cc: cvs-ports@freebsd.org cc: Pete Fritchman cc: cvs-all@freebsd.org cc: ports-committers@freebsd.org Subject: Re: cvs commit: ports/textproc Makefile ports/textproc/p5-Lingua-PT-Stemmer Makefile distinfo pkg-descr pkg-plist 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: Fri, 09 Jan 2004 20:16:38 -0000 On Fri, Jan 09, 2004 at 08:07:21PM +0100, Erwin Lansing wrote: > On Fri, Jan 09, 2004 at 09:36:27AM -0600, Pete Fritchman wrote: > > * Fri, 09 Jan 2004 09:03:26 +0100 - Erwin Lansing: > > | On Thu, Jan 08, 2004 at 06:53:41PM -0800, Pete Fritchman wrote: > > | > Log: > > | > Add p5-Lingua-PT-Stemmer 0.01, stemmers for Portuguese and Galician. > > | > =20 > > | > > | Did you test this port with perl 5.005_03 ? It breaks in my test > > | environment: > > > > Yeah, same result here, that's why I put this in the Makefile: > > > > .if ${PERL_LEVEL} < 500601 > > IGNORE= p5-Lingua-PT-Stemmer requires perl 5.6.1. Instal lang/perl5 and then try again > > .endif > > > Sigh. I'm really getting tired of perl 5.005_03. Thanks for taking care > of this. I seem to recall number of cases when updating Perl to 5.6 in the base (for RELENG_4) seemed like a viable solution. Is this effort considered worthwhile? ./danfe