From owner-freebsd-current@FreeBSD.ORG Fri Oct 22 01:23:01 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA05A16A4CE for ; Fri, 22 Oct 2004 01:23:01 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70BE843D1D for ; Fri, 22 Oct 2004 01:23:01 +0000 (GMT) (envelope-from amracks@gmail.com) Received: by rproxy.gmail.com with SMTP id 79so91781rnk for ; Thu, 21 Oct 2004 18:22:57 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=FemBji8zZib4QGB3g8rIQ5wbg9mhzDKpDFg6PuO2D9UqOhoLx5V0O4z52KmZpbYIxLlPrkQzObp+cOfVrzGRKNyCFyvM3T9sI1majROzZr74xLnftal2jWhAtNsHj29cyYyjScMYk9R2qD7hrnh9/VUpiQnfOCzJFaiTvjulxbc= Received: by 10.38.77.47 with SMTP id z47mr272066rna; Thu, 21 Oct 2004 18:22:56 -0700 (PDT) Received: by 10.38.74.74 with HTTP; Thu, 21 Oct 2004 18:22:56 -0700 (PDT) Message-ID: <4415e9c1041021182271f1c445@mail.gmail.com> Date: Thu, 21 Oct 2004 18:22:56 -0700 From: Andrew Marks To: freebsd-current@freebsd.org In-Reply-To: <20041022010936.GA74657@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <4415e9c104102117372ed41d27@mail.gmail.com> <20041022004228.GA67788@xor.obsecurity.org> <4415e9c104102117463d9ff6f7@mail.gmail.com> <20041022010936.GA74657@xor.obsecurity.org> Subject: Re: xorg-clients broken patches on 5.3-RC1 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Andrew Marks List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Oct 2004 01:23:01 -0000 On Thu, 21 Oct 2004 18:09:36 -0700, Kris Kennaway wrote: > On Thu, Oct 21, 2004 at 05:46:53PM -0700, Andrew Marks wrote: > > > > > Stop in /usr/ports/x11/xorg-clients. > > > > > > You probably have stale patches in your ports tree. > > > > > > Kris > > > > > > > > > > > > > Will wiping out all my xorg ports and cvsup-ing fix that? > > > > i.e. > > rm -rf /usr/ports/x11/xorg* /usr/ports/x11-servers/xorg* > > /usr/ports/x11-fonts/xorg* > > cvsup ports-supfile > > Yeah, although if you have stale patches here you almost certainly > have stale patches elsewhere too. Read the cvsup FAQ on > www.polstra.com for how to correctly start using cvsup if you install > the ports tree from some other medium (e.g. installing the ports tree > from a release iso) > > Kris > > > Yes, that seems to have worked, and I will read up on this. I did not know I could have stale files, but it makes sense. Thanks! -Andrew