From owner-freebsd-ports@FreeBSD.ORG Fri Oct 5 20:37:45 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 04B1216A418 for ; Fri, 5 Oct 2007 20:37:45 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by mx1.freebsd.org (Postfix) with ESMTP id 85B5213C458 for ; Fri, 5 Oct 2007 20:37:44 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so538856nfb for ; Fri, 05 Oct 2007 13:37:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=oOU1B787hNtnuHRvWfIpW6+7m+I+3+aQMrnppGQWImA=; b=ruddcXiU57BYeXRn23ymsf3D04UeWnM5cbmUBVmt+hjjl2wioTm8nKbiom5u7/JuKb3JZr8YFfYyvQ0DplrYA1O3dEPZzHAYRmVJ5g3lEzBXKF1Tf2mdOdO2rOsp5+f16E+mfDI9VOfT9jy+LRpv1bNvS1mzMpQWZ3G+TlOpXVA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Yhlucrz1fB0Br6CX26hlEeS6wYsVfJ6M+rMw0nNwM7+BuMuEOGbQhk0SYaUjrSmPyhm1QHnvGTxiv9VgC08x+/Io3EYJ6er7XmdK2Go3LEJq6KmvqLbYWKwUcsi52YtJS2b3VIVOCkOD3iKlum0cFSP69T77jOGxXYbk6vZuN5E= Received: by 10.86.98.18 with SMTP id v18mr2751747fgb.1191616663373; Fri, 05 Oct 2007 13:37:43 -0700 (PDT) Received: by 10.86.71.6 with HTTP; Fri, 5 Oct 2007 13:37:43 -0700 (PDT) Message-ID: <790a9fff0710051337j710e5f97w809ce08998884648@mail.gmail.com> Date: Fri, 5 Oct 2007 15:37:43 -0500 From: "Scot Hetzel" To: "Lars Stokholm" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Cc: freebsd-ports@freebsd.org Subject: Re: Has portmaster gone insane? 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, 05 Oct 2007 20:37:45 -0000 On 10/5/07, Lars Stokholm wrote: > Running 'portmaster --clean-distfiles-all' it began to delete *a lot* > of files it shouldn't. I haven't had time to see how much is missing, > but I guess is so much, that the entire installation is screwed. It > choked on a filename of a weird charset, so it didn't get a chance to > delete everything. > > Here's a little sample of what it was doing: > ===>>> Deleting usr/home/lars/documents/blaagaard/2/nt/alkohol.doc > > I had accepted if, if it had just been messing around with /usr/ports > - but /usr/home...? What the hell was it doing there? Do you have DISTDIR set in /etc/make.conf? Portmaster uses the following to determine the value of DISTDIR. What does this show that DISTDIR is set to? make BEFOREPORTMK=yes -f/usr/share/mk/bsd.port.mk -V DISTDIR Scot