From owner-freebsd-ports@FreeBSD.ORG Mon Sep 28 19:46:10 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 66C791065679 for ; Mon, 28 Sep 2009 19:46:10 +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 1A3D08FC18 for ; Mon, 28 Sep 2009 19:46:09 +0000 (UTC) Received: from virusscan.mail (localhost [127.0.0.1]) by mailrelay.mail (Postfix) with ESMTP id 65A031998AF; Mon, 28 Sep 2009 21:46:07 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by virusscan.mail (Postfix) with ESMTP id 593391998AB; Mon, 28 Sep 2009 21:46:07 +0200 (CEST) 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 45B3F199884; Mon, 28 Sep 2009 21:46:07 +0200 (CEST) Received: from wep4035 ([132.187.37.35]) by mail.physik.uni-wuerzburg.de (Lotus Domino Release 8.0.2FP1HF244) with ESMTP id 2009092821460558-99677 ; Mon, 28 Sep 2009 21:46:05 +0200 Received: by wep4035 (sSMTP sendmail emulation); Mon, 28 Sep 2009 21:46:06 +0200 Date: Mon, 28 Sep 2009 21:46:06 +0200 From: Alexey Shuvaev To: itetcu@FreeBSD.org Message-ID: <20090928194606.GA47155@wep4035.physik.uni-wuerzburg.de> Mail-Followup-To: itetcu@FreeBSD.org, freebsd-ports@freebsd.org Mime-Version: 1.0 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 09/28/2009 09:46:05 PM, Serialize by Router on domino1/uni-wuerzburg(Release 8.0.2FP1HF244 | April 7, 2009) at 09/28/2009 09:46:06 PM, Serialize complete at 09/28/2009 09:46:06 PM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Virus-Scanned: by amavisd-new at uni-wuerzburg.de Cc: freebsd-ports@freebsd.org Subject: 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: Mon, 28 Sep 2009 19:46:10 -0000 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. Thanks, Alexey.