From owner-freebsd-questions@FreeBSD.ORG Wed Aug 28 15:34:48 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 62DFE4A6; Wed, 28 Aug 2013 15:34:48 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from mail-pb0-x22e.google.com (mail-pb0-x22e.google.com [IPv6:2607:f8b0:400e:c01::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3A1AB219D; Wed, 28 Aug 2013 15:34:48 +0000 (UTC) Received: by mail-pb0-f46.google.com with SMTP id rq2so6375540pbb.19 for ; Wed, 28 Aug 2013 08:34:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=DHFrePJqOVzMC3D56KGn2RDdluqVzeE6jJwPFHOiK1Q=; b=Vlki0sEOZDxljAq8tx1mv2llehS9lTLwokhy1GiKlIA7aaqVkGS5l1VD6mixpinubX RVGu8ZyyPfxwfYla0lsF/C7hbkrkwOU7IPWFeuLjEmf6/6HQpx+pYS5J+ElN+QrVNrHR sg5bOyA46QEhu/nIKJ55h+rsKKoTY5i76cUuFwVSUMyWcWqEOOmiDSP91cYLmOeTlaRF fzH8jeXZFKDTLL8uYl8Qd1L/XFcvuxtZEZE358JblB8YRf67rJRw1d44FlPfoj29C/Lg 5kjS/w0qy3Gqcir+Qr/JmIBXzVHiWsGr9b87oZcAmVMZHL0lWDqiMT0JFHIkLkgWWxj1 Dw3Q== MIME-Version: 1.0 X-Received: by 10.68.253.67 with SMTP id zy3mr21069891pbc.137.1377704087875; Wed, 28 Aug 2013 08:34:47 -0700 (PDT) Received: by 10.68.129.99 with HTTP; Wed, 28 Aug 2013 08:34:47 -0700 (PDT) In-Reply-To: <521D40A8.5020602@a1poweruser.com> References: <521D40A8.5020602@a1poweruser.com> Date: Wed, 28 Aug 2013 11:34:47 -0400 Message-ID: Subject: Re: distfiles changed to new path From: "illoai@gmail.com" To: Fbsd8 Content-Type: text/plain; charset=ISO-8859-1 Cc: ports@freebsd.org, FreeBSD Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Aug 2013 15:34:48 -0000 On 27 August 2013 20:13, Fbsd8 wrote: > I just did a portsnap run that updated the base port system. > > Now I see a port's distfile going to /var/ports/distfiles instead of > /usr/ports/distfiles. > > Is this a error in the newly updated base port system which contains the > default port make environment? > Nothing seems to set it like that here. (ports svn r325494 right now on 9.2-RC3) Are you sure you don't have a spurious DISTDIR declaration somewhere? -- --