From owner-freebsd-ports@FreeBSD.ORG Sat May 22 23:23:20 2010 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 3C6511065677 for ; Sat, 22 May 2010 23:23:20 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id BD54B8FC1A for ; Sat, 22 May 2010 23:23:19 +0000 (UTC) Received: by bwz2 with SMTP id 2so507676bwz.13 for ; Sat, 22 May 2010 16:23:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=jXFvKFRmogUetsbNZItd4NjxH+K4xeWC5+ySjb0sPl4=; b=ZdkctF+9XJlGFo+Cxn3/hadjJ7OsRp6QxKwKtXD5lYeAlwY4rxbGLhVbZszY416fQn CBNYOtMRha/iSOBwDJoynJwUfJijk/Orhl7EsFG52w0V9hFdn694L0Av4R3Q4pB42ZwK /KMB5uz3IKjX/86bA9QsXhTCJH7UJzQv2VNBk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=VE+zq4QNQO/MPR3tyev7g5v9bU+R5+pqE1WdVF+0tTFpdfUqtcAkI2sjV0Lyhm67oU Elz80uj3q0o9BrI0lu7TNM/J5gHeu2zr1nYhyQ8bwtqJuS2IKk+MhDPJNFS4plfWO/4y ulj0qIPdHZ8MnuRZ7Draxvd+1yxSt8zo8Nqsk= Received: by 10.204.82.227 with SMTP id c35mr928813bkl.174.1274570598368; Sat, 22 May 2010 16:23:18 -0700 (PDT) Received: from localhost (95-25-188-72.broadband.corbina.ru [95.25.188.72]) by mx.google.com with ESMTPS id a11sm11438180bkc.3.2010.05.22.16.23.05 (version=SSLv3 cipher=RC4-MD5); Sat, 22 May 2010 16:23:18 -0700 (PDT) From: Anonymous To: Stephen Montgomery-Smith References: <4BF85A4A.8060209@missouri.edu> Date: Sun, 23 May 2010 03:23:03 +0400 In-Reply-To: <4BF85A4A.8060209@missouri.edu> (Stephen Montgomery-Smith's message of "Sat, 22 May 2010 17:27:22 -0500") Message-ID: <86632fa5d4.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-ports@FreeBSD.org Subject: Re: How to extract tcl src 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: Sat, 22 May 2010 23:23:20 -0000 Stephen Montgomery-Smith writes: > I am trying to update graphics/togl. I am running into the following issue. > > The togl configure file accesses /usr/local/lib/tcl8.5/tclConfig.sh, > and figures out that the port was built in > /usr/ports/lang/tcl85/work/tcl8.5.8. It wants to access that > directory. > > How do I tell the Makefile in the port to make sure that I have done > something like "cd /usr/ports/lang/tcl85 && make extract"? Try to add following BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/lang/tcl85:extract