Date: Mon, 28 Sep 2009 21:46:06 +0200 From: Alexey Shuvaev <shuvaev@physik.uni-wuerzburg.de> To: itetcu@FreeBSD.org Cc: freebsd-ports@freebsd.org Subject: Tinderbox + perl5.10? Message-ID: <20090928194606.GA47155@wep4035.physik.uni-wuerzburg.de>
next in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090928194606.GA47155>