Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jan 2001 14:13:01 +0200
From:      Maxim Sobolev <sobomax@FreeBSD.org>
To:        Peter Pentchev <roam@orbitel.bg>
Cc:        "eric k. wolven" <wyrdwulf@catskill.net>, will@FreeBSD.org, ports@FreeBSD.org
Subject:   Re: FreeBSD Port: qt22-2.2.3
Message-ID:  <3A643ACC.B916CF30@FreeBSD.org>
References:  <3A642CC4.691EF07@catskill.net> <20010116131609.B364@ringworld.oblivion.bg>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3A643ACC.B916CF30>