From owner-freebsd-ports@FreeBSD.ORG Tue Feb 21 20:24:36 2012 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 3EC44106564A for ; Tue, 21 Feb 2012 20:24:36 +0000 (UTC) (envelope-from andrey@zonov.org) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id BBE938FC1A for ; Tue, 21 Feb 2012 20:24:35 +0000 (UTC) Received: by bkcjg1 with SMTP id jg1so7763055bkc.13 for ; Tue, 21 Feb 2012 12:24:34 -0800 (PST) Received-SPF: pass (google.com: domain of andrey@zonov.org designates 10.204.149.147 as permitted sender) client-ip=10.204.149.147; Authentication-Results: mr.google.com; spf=pass (google.com: domain of andrey@zonov.org designates 10.204.149.147 as permitted sender) smtp.mail=andrey@zonov.org Received: from mr.google.com ([10.204.149.147]) by 10.204.149.147 with SMTP id t19mr14574702bkv.124.1329855874830 (num_hops = 1); Tue, 21 Feb 2012 12:24:34 -0800 (PST) Received: by 10.204.149.147 with SMTP id t19mr11805837bkv.124.1329855874634; Tue, 21 Feb 2012 12:24:34 -0800 (PST) Received: from [10.254.254.77] (ppp95-165-133-32.pppoe.spdop.ru. [95.165.133.32]) by mx.google.com with ESMTPS id i2sm47412843bkd.10.2012.02.21.12.24.33 (version=SSLv3 cipher=OTHER); Tue, 21 Feb 2012 12:24:34 -0800 (PST) Message-ID: <4F43FD81.2060307@zonov.org> Date: Wed, 22 Feb 2012 00:24:33 +0400 From: Andrey Zonov User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.8.1.24) Gecko/20100228 Thunderbird/2.0.0.24 Mnenhy/0.7.6.0 MIME-Version: 1.0 To: =?ISO-8859-1?Q?Beat_G=E4tzi?= References: <29CEA923-4620-4982-B8EA-45F46C711DAD@chruetertee.ch> In-Reply-To: <29CEA923-4620-4982-B8EA-45F46C711DAD@chruetertee.ch> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Gm-Message-State: ALoCoQloQ0SKS9XAAV7J+gZ6e2mC1zen4ZphLt5FzAUGS0qy3zOP520aO6/iqTdhulVNyL14PxyN Cc: tinderbox-list@marcuscom.com, FreeBSD Ports Subject: Re: CFT: pkgng support for tinderbox 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: Tue, 21 Feb 2012 20:24:36 -0000 On 16.02.2012 1:07, Beat Gätzi wrote: > Hi, > > pkgng support for tinderbox (written by bapt@) is ready and is looking for > some review and testers. The patch is against tinderbox HEAD: > > http://tmp.chruetertee.ch/tinderbox-pkgng.patch One more fix: --- lib/buildscript.prev 2012-02-22 00:16:17.000000000 +0400 +++ lib/buildscript 2012-02-22 00:17:24.000000000 +0400 @@ -146,7 +146,7 @@ RD=$7 TD=$8 PKGD=$9 -PLISTCHECK=$10 +PLISTCHECK=${10} use_pkgng=no Thanks to vim. It's highlighted me "0" as separated character. -- Andrey Zonov