From owner-freebsd-ports@FreeBSD.ORG Tue Feb 21 20:51:20 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 84272106566C for ; Tue, 21 Feb 2012 20:51:20 +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 F1A2A8FC0C for ; Tue, 21 Feb 2012 20:51:19 +0000 (UTC) Received: by bkcjg1 with SMTP id jg1so7790426bkc.13 for ; Tue, 21 Feb 2012 12:51:18 -0800 (PST) Received-SPF: pass (google.com: domain of andrey@zonov.org designates 10.204.152.145 as permitted sender) client-ip=10.204.152.145; Authentication-Results: mr.google.com; spf=pass (google.com: domain of andrey@zonov.org designates 10.204.152.145 as permitted sender) smtp.mail=andrey@zonov.org Received: from mr.google.com ([10.204.152.145]) by 10.204.152.145 with SMTP id g17mr13933449bkw.97.1329857478895 (num_hops = 1); Tue, 21 Feb 2012 12:51:18 -0800 (PST) Received: by 10.204.152.145 with SMTP id g17mr11212654bkw.97.1329857478689; Tue, 21 Feb 2012 12:51:18 -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 x11sm47611377bkd.2.2012.02.21.12.51.17 (version=SSLv3 cipher=OTHER); Tue, 21 Feb 2012 12:51:18 -0800 (PST) Message-ID: <4F4403C5.1030107@zonov.org> Date: Wed, 22 Feb 2012 00:51:17 +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> <4F43FD81.2060307@zonov.org> In-Reply-To: <4F43FD81.2060307@zonov.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Gm-Message-State: ALoCoQkSVTyq8GQBTwPjas+TaD63J5JJFg+YADN68QbZRmN9Z+w0dp5moCZrhwCkm/OGtyRWwbIk 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:51:20 -0000 On 22.02.2012 0:24, Andrey Zonov wrote: > 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: > And more: --- lib/buildscript.prev 2012-02-22 00:44:58.000000000 +0400 +++ lib/buildscript 2012-02-22 00:45:18.000000000 +0400 @@ -323,7 +323,7 @@ fi add_pkg ${TD} if [ "$use_pkgng" = "yes" ]; then - pkg info -qa | sort > /tmp/pkgs_pre_test + pkg info -qa | sort > /tmp/pkgs_post_test else pkg_info | awk '{print $1}' | sort > /tmp/pkgs_post_test fi -- Andrey Zonov