From owner-cvs-all@FreeBSD.ORG Wed May 2 21:40:53 2007 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D42D516A401 for ; Wed, 2 May 2007 21:40:53 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.224]) by mx1.freebsd.org (Postfix) with ESMTP id 71EEA13C44C for ; Wed, 2 May 2007 21:40:53 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: by nz-out-0506.google.com with SMTP id s1so308029nze for ; Wed, 02 May 2007 14:40:53 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=D6+iKLXVYfMMhas7WIxMmA3jzSTI1ULa4flusRzv3GVBwjH1FJKc2xTlDN+twPIq1XYqMX4LjmVcSKhG1LsYoVuEX7ZICFqoqKU9iNNwnXxke5P2djyauyX1cN2LtdQrZfY0NiCNl48w2TOq+y2VyG3vKD5kTwo1luR3hh7FElc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=MXxDkKhC4EKW17gagCPUeuIyjNaq5e3zACxKokLgQ2kz98CWeYsDCp0GmnmLsXMeDzAywpzw9OsTPvkOY49IL0Mk+kXGcUK4jTVrgAlRh6cOktvp97B6+WKza9g16yF7qRpj607Zl80mNRgRRnL0+vxvQurtQ9PG7WtquOm6WMA= Received: by 10.114.134.1 with SMTP id h1mr409630wad.1178142052587; Wed, 02 May 2007 14:40:52 -0700 (PDT) Received: by 10.114.194.5 with HTTP; Wed, 2 May 2007 14:40:52 -0700 (PDT) Message-ID: Date: Thu, 3 May 2007 01:40:52 +0400 From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: "Kris Kennaway" In-Reply-To: <20070502201548.GA43460@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200705021957.l42JvwXm090850@repoman.freebsd.org> <20070502201548.GA43460@xor.obsecurity.org> X-Google-Sender-Auth: 6ec3f0cb4dc19444 Cc: Mikhail Teterin , cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/lang/tclX Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 May 2007 21:40:53 -0000 On 5/3/07, Kris Kennaway wrote: > On Wed, May 02, 2007 at 07:57:58PM +0000, Mikhail Teterin wrote: > > mi 2007-05-02 19:57:58 UTC > > > > FreeBSD ports repository > > > > Modified files: > > lang/tclX Makefile > > Log: > > Work-around the deficiencies in FreeBSD package-building cluster, > > which causes the regression-tests to fail by disabling the regression > > tests. > > > > Unbreak -- the build was never "broken" for the usual (non-jail) > > systems. > > Thanks. Just for the record, building in a jail is a supported > configuration for all users, so it's something that is required to > work for all ports. So can we please actually write it down somewhere? I've never heard that we support that, but it's great if we do. The only thing a ports developer needs is a comprehensible way to set up a jail for testing purposes (comprehensible = without trying to parse tinderbox/pointyhat source files himself). Personally, I've never been able to build perl in a jail, I hope that's just me. Thanks!