From owner-freebsd-ports@freebsd.org Sun Jun 12 10:23:01 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0883BAF0BE3 for ; Sun, 12 Jun 2016 10:23:01 +0000 (UTC) (envelope-from abi@abinet.ru) Received: from mail.abinet.ru (mail.abinet.ru [136.243.72.227]) by mx1.freebsd.org (Postfix) with ESMTP id C54722D15 for ; Sun, 12 Jun 2016 10:23:00 +0000 (UTC) (envelope-from abi@abinet.ru) Received: from [10.0.1.1] (unknown [10.0.1.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.abinet.ru (Postfix) with ESMTPSA id 484182524; Sun, 12 Jun 2016 10:22:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=abinet.ru; s=dkim; t=1465726979; bh=i3Per65zlNo0+YKI7/kwdWn4IUHv1zFD1QCIUnKd++Q=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=Ri99mcOfZCUg9RaD+NlhKDoui3+JlT6CtofPtdY7Py+rb26fuAC5fCvJH688x6OQP 6EgJWpnoItTeVcLVVO0JjwIFoUwi/y5d5A0zVJGq2dlOK68ku5HbkDcLeeIex7+RN8 d+hjaOP9eYGQXWZPQCvzVeXFWsf8xRN0ZUMe1T+4= Message-ID: <575D3826.7060609@abinet.ru> Date: Sun, 12 Jun 2016 13:23:34 +0300 From: abi User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:25.8) Gecko/20151117 FossaMail/25.1.9 MIME-Version: 1.0 To: Kurt Jaeger CC: freebsd-ports@freebsd.org Subject: Re: Ports test system setup References: <57587D08.90009@abinet.ru> <64d969fb-f604-68c1-fe61-52013db957a0@FreeBSD.org> <575D362E.7030206@abinet.ru> <20160612101913.GA41922@home.opsec.eu> In-Reply-To: <20160612101913.GA41922@home.opsec.eu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Jun 2016 10:23:01 -0000 My question was that poudriere testport tries to build port automatically. What to do if I want some manual steps with port sources between make extract and make patch steps ? I'm asking about interactivity with port testing. On 12.06.2016 13:19, Kurt Jaeger wrote: > Hi! > >> OK, I installed 11-a2 and poudriere. Now I'm running testport, however I >> have a question - poudriere wiki describes situation where developer >> patches port and runs it to test. This looks like final precaution >> before commit to port tree. >> >> What if I don't know yet what to patch, but need to experiment a little? >> I want 'make extract', then patch by hand, then try to compile. Is it >> possible? > I do this kind of testing in the 11 environment ('loaded with other ports') > and only if it builds there, I copy the patched port to the poudriere tree > and run the testbuilds there. >