From owner-freebsd-ports Tue Jan 16 4:16:50 2001 Delivered-To: freebsd-ports@freebsd.org Received: from blizzard.sabbo.net (ns.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id 3E19037B69F; Tue, 16 Jan 2001 04:16:22 -0800 (PST) Received: from vic.sabbo.net ([193.193.218.181]) by blizzard.sabbo.net (8.10.1/8.10.1) with ESMTP id f0GCFn216413; Tue, 16 Jan 2001 14:15:50 +0200 Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.11.1/8.9.3) with ESMTP id f0GCD2r43356; Tue, 16 Jan 2001 14:13:02 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3A643ACC.B916CF30@FreeBSD.org> Date: Tue, 16 Jan 2001 14:13:01 +0200 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.76 [en] (WinNT; U) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Peter Pentchev Cc: "eric k. wolven" , will@FreeBSD.org, ports@FreeBSD.org Subject: Re: FreeBSD Port: qt22-2.2.3 References: <3A642CC4.691EF07@catskill.net> <20010116131609.B364@ringworld.oblivion.bg> Content-Type: text/plain; charset=x-user-defined Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Peter Pentchev wrote: > On Tue, Jan 16, 2001 at 06:13:08AM -0500, eric k. wolven wrote: > > Wil: > > > > I'm getting a "patch-aa did not apply cleanly" message. > > > > Any suggestions? > > Have you, very recently, cvsup'd your sources directly from an earlier > FreeBSD release? If so, you just might have been bitten by the Attic > cleanage bug; hang on for recommendations. > > The cleanest way out would be to completely remove your ports tree > and pull the whole of it back in via cvsup; if you do not want to do > that, hang on for better suggestions. Here is a better suggestion: You can use the following procedure to clean-up your ports tree w/o wiping it out completely: $ cat /where/it/is/sup/ports-all/checkouts.cvs\:. | grep "^C " | sed 's|^C || ; s|,v \. \. .*||' | sort > /tmp/sup.list $ cd /usr ; find ports -type f | grep -v ports/distfiles | sort > /tmp/real.list $ diff /tmp/sup.list /tmp/real.list | grep "^> " | sed 's|^> ||' You should have list of leftover files in your /usr/ports directory. It would be nice if someone can formalize it into the appropriate script. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message