From owner-freebsd-questions@FreeBSD.ORG Mon Feb 16 23:53:27 2015 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 64935B6 for ; Mon, 16 Feb 2015 23:53:27 +0000 (UTC) Received: from mail-wg0-x22a.google.com (mail-wg0-x22a.google.com [IPv6:2a00:1450:400c:c00::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E6DEB66B for ; Mon, 16 Feb 2015 23:53:26 +0000 (UTC) Received: by mail-wg0-f42.google.com with SMTP id n12so15546139wgh.1 for ; Mon, 16 Feb 2015 15:53:25 -0800 (PST) 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=utky4rTO02buXpxYQZcgD0arOQn6WoTJ+mYOiMlNYnE=; b=oyzkwROpLtTl26dreJspi6NX1jgsac/DohdTWgHc6sAm3x0aFXR+YsO9et0hD1aTNB g2Quj7PGTj1Y5zZSlaQh7338RX/4x3Zqr0T3RMoCeV/VXtC7p9TnrCQFLEzPrAYrod2j EMZke4MrGnMlibPdOdL2qsyIjwzrHf2469UaaqW+xq3aCFCPwpAn3OqQtkcETRpzkQX9 wkbtW90Z5f16h1qOWviU7ItLnAQZa7snv4QD1eGU3xC7FJyleMcuUQESVO3HV84s7bHw odNm3E+++2ZnTAb1xNTraFvUkCjfTnALCUjW+DcLYuy5tsoD69wt2Z8jYA3SlFRAWF80 ZHWQ== MIME-Version: 1.0 X-Received: by 10.180.104.34 with SMTP id gb2mr51023879wib.7.1424130805300; Mon, 16 Feb 2015 15:53:25 -0800 (PST) Received: by 10.194.241.132 with HTTP; Mon, 16 Feb 2015 15:53:25 -0800 (PST) In-Reply-To: <201502162346.t1GNkxA3007913@deneb.dwf.com> References: <201502152242.t1FMgIeE003747@deneb.dwf.com> <20150216095159.36614238@B85M-HD3-0.alogt.com> <54E155AB.4050105@ShaneWare.Biz> <201502162346.t1GNkxA3007913@deneb.dwf.com> Date: Tue, 17 Feb 2015 07:53:25 +0800 Message-ID: Subject: Re: Where is the source? From: Ben Woods To: "reg@dwf.com" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: Erich Dollansky , "questions@freebsd.org" , "reg@deneb.dwf.com" , Shane Ambler X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 23:53:27 -0000 Are you trying to build this from source outside of ports, or are you trying to build the port x11/nvidia-driver-304? What is your build error? On Tuesday, February 17, 2015, wrote: > > Thanks to everyone who responded. > > The src.txz file in your note is what I needed. > Unfortunately, on trying to do the build of the NVIDIA driver, it > only works with FreeBSD 10 not 10.1, so running down the source > only got me one step closer before erroring out. > -- > Reg.Clemens > reg@dwf.com > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org " > -- -- From: Benjamin Woods woodsb02@gmail.com