From owner-freebsd-ports@FreeBSD.ORG Thu Nov 11 01:40:41 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 8AF3310656A9 for ; Thu, 11 Nov 2010 01:40:41 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from spartan.hamla.org (spartan.hamla.org [206.251.255.30]) by mx1.freebsd.org (Postfix) with ESMTP id 6848D8FC13 for ; Thu, 11 Nov 2010 01:40:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by spartan.hamla.org (Postfix) with ESMTP id 1CE3B1715A for ; Wed, 10 Nov 2010 20:40:41 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tandon.net; h= user-agent:in-reply-to:content-disposition:content-type :content-type:mime-version:references:reply-to:message-id :subject:subject:from:from:date:date:received:received; s=aegis; t=1289439640; bh=UXeGPwhU8rkMX2eGyPO+v5hYJ8hWWgAHlxp1A/msA4E=; b= dFMe+3kHlD4ldSGvNBpyV38oWEEcebTL9ZDS+ue/b6Wzgady/VipFtKi3aCc9V2A 8ru8QTW6KjNjjnXKfGzjPJZRAzJOEZMBZlgvEB8lrEixuHhnH3AVzkQL0bfQOldU rk7UqBgM6ocUPtNDzUHgF8fKplIEQyUQAUix2TQw/38= X-Virus-Scanned: by ClamAV at spartan.hamla.org Received: from spartan.hamla.org ([127.0.0.1]) by localhost (spartan.hamla.org [127.0.0.1]) (amavisd-new, port 10027) with LMTP id dxwOm2z2T4P4 for ; Wed, 10 Nov 2010 20:40:40 -0500 (EST) Received: from magic.hamla.org (cpe-69-201-179-80.nyc.res.rr.com [69.201.179.80]) by spartan.hamla.org (Postfix) with ESMTPSA id 6761C17157 for ; Wed, 10 Nov 2010 20:40:40 -0500 (EST) Date: Wed, 10 Nov 2010 20:40:28 -0500 From: Sahil Tandon To: freebsd-ports@freebsd.org Message-ID: <20101111014027.GA12136@magic.hamla.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Subject: Re: Get path of extracted port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-ports@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Nov 2010 01:40:41 -0000 On Thu, 2010-11-11 at 02:13:41 +0300, xpahos@gmail.com wrote: > I'm trying to write Makefile for MySQL plugin. In make file I've added > BUILD_DEPENDS directive: > > BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/databases/mysql50-server:extract > > How I can get directory path with sources of MySQL for using in ./configure? There are a few ways; for example (and inspiration), see devel/ruby-thrift and net/cvsupchk. -- Sahil Tandon