From owner-freebsd-ports@FreeBSD.ORG Thu Oct 1 20:54:34 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D452E106566B; Thu, 1 Oct 2009 20:54:34 +0000 (UTC) (envelope-from shuvaev@physik.uni-wuerzburg.de) Received: from mailrelay.rz.uni-wuerzburg.de (mailrelay.rz.uni-wuerzburg.de [132.187.3.28]) by mx1.freebsd.org (Postfix) with ESMTP id 87BE88FC15; Thu, 1 Oct 2009 20:54:34 +0000 (UTC) Received: from virusscan.mail (localhost [127.0.0.1]) by mailrelay.mail (Postfix) with ESMTP id 25C8B5BA6A; Thu, 1 Oct 2009 22:54:24 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by virusscan.mail (Postfix) with ESMTP id 1F16E5BA5D; Thu, 1 Oct 2009 22:54:24 +0200 (CEST) X-Virus-Scanned: by amavisd-new at uni-wuerzburg.de Received: from mail.physik.uni-wuerzburg.de (wthp192.physik.uni-wuerzburg.de [132.187.40.192]) by mailmaster.uni-wuerzburg.de (Postfix) with ESMTP id F13F35CD37; Thu, 1 Oct 2009 22:54:23 +0200 (CEST) Received: from wep4035 ([132.187.37.35]) by mail.physik.uni-wuerzburg.de (Lotus Domino Release 8.0.2FP1HF244) with ESMTP id 2009100122542255-114834 ; Thu, 1 Oct 2009 22:54:22 +0200 Received: by wep4035 (sSMTP sendmail emulation); Thu, 1 Oct 2009 22:54:22 +0200 Date: Thu, 1 Oct 2009 22:54:21 +0200 From: Alexey Shuvaev To: Ion-Mihai Tetcu Message-ID: <20091001205421.GA88770@wep4035.physik.uni-wuerzburg.de> Mail-Followup-To: Ion-Mihai Tetcu , freebsd-ports@freebsd.org References: <20090928194606.GA47155@wep4035.physik.uni-wuerzburg.de> <20090928232750.6941027f@it.buh.tecnik93.com> Mime-Version: 1.0 In-Reply-To: <20090928232750.6941027f@it.buh.tecnik93.com> User-Agent: Mutt/1.4.2.3i Organization: Universitaet Wuerzburg X-MIMETrack: Itemize by SMTP Server on domino1/uni-wuerzburg(Release 8.0.2FP1HF244 | April 7, 2009) at 10/01/2009 10:54:22 PM, Serialize by Router on domino1/uni-wuerzburg(Release 8.0.2FP1HF244 | April 7, 2009) at 10/01/2009 10:54:23 PM, Serialize complete at 10/01/2009 10:54:23 PM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Cc: freebsd-ports@freebsd.org Subject: Re: Tinderbox + perl5.10? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Oct 2009 20:54:34 -0000 On Mon, Sep 28, 2009 at 11:27:50PM +0300, Ion-Mihai Tetcu wrote: > On Mon, 28 Sep 2009 21:46:06 +0200 > Alexey Shuvaev wrote: > > > Hello all! > > > > After about one month of playing with ports-mgmt/tinderbox (thanks to > > all for the tool!) I realized I've applied the following in order to > > get it working in my environment (amd64 9-CURRENT with perl5.10): > > > > --- tc_command.sh.orig 2009-09-28 21:35:34.000000000 +0200 > > +++ tc_command.sh 2009-09-28 21:35:43.000000000 +0200 > > @@ -190,7 +190,7 @@ > > #--------------------------------------------------------------------------- > > > > Setup () { > > - MAN_PREREQS="lang/perl5.8" > > + MAN_PREREQS="lang/perl5.10" > > OPT_PREREQS="lang/php[45] databases/pear-DB www/php[45]-session" > > PREF_FILES="tinderbox.ph" > > README="$(tinderLoc scripts README)" > > > > I'm not very good at shell patters. Is there any way to depend on > > perl5.8 or perl5.10? > > BTW, this issue is seen only on fresh installations. > > It should be already fixed in the port, I think I did that. > If not, it's fixed in marcus' CVS > FYI, it is indeed fixed in marcus' CVS 2 months ago, but it is not in the ports yet (neither tinderbox nor tinderbox-devel). Thanks, Alexey.