From owner-freebsd-ports@FreeBSD.ORG Fri Nov 24 08:53:57 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B9E8B16A412 for ; Fri, 24 Nov 2006 08:53:57 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0067F43D5A for ; Fri, 24 Nov 2006 08:53:16 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so565328uge for ; Fri, 24 Nov 2006 00:53:56 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; 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=p+XUpe43+qI5bScanmIIrdjihj3W7iyEhG5htDup+o2IKC3yDcJ8b5yu4e717I8KEZccS9IAK3vc9GeDd0w587p0A4H9Eke/MQ88Gs9WI37/w9QtOyO1CmmSUXJYnEKUpANItUEXthZEvd0f2+PS/jqu3OJhd6Shggk5q7s2Tm0= Received: by 10.78.51.9 with SMTP id y9mr10098887huy.1164358435813; Fri, 24 Nov 2006 00:53:55 -0800 (PST) Received: by 10.78.167.16 with HTTP; Fri, 24 Nov 2006 00:53:55 -0800 (PST) Message-ID: Date: Fri, 24 Nov 2006 11:53:55 +0300 From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: "Kris Kennaway" In-Reply-To: <20061123185428.GA81019@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20061123185428.GA81019@xor.obsecurity.org> X-Google-Sender-Auth: 766890ac1f4beb84 Cc: ports@freebsd.org Subject: Re: Build in progress with non-standard X11BASE 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: Fri, 24 Nov 2006 08:53:57 -0000 On 11/23/06, Kris Kennaway wrote: > Dear All, > > I have started a new package build with X11BASE=/usr/xorg, to shake > out those ports that need to be brought into PREFIX-compliance to deal > with the move of xorg into /usr/local. That's great! Can you mention a simple non-tinderbox way to test a fix? Also, where should we actually look for X11 during the transition, X11BASE? Thanks!