From owner-freebsd-questions@FreeBSD.ORG Thu Mar 3 03:33:03 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 081C316A4CF for ; Thu, 3 Mar 2005 03:33:03 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C0B343D46 for ; Thu, 3 Mar 2005 03:33:02 +0000 (GMT) (envelope-from khaled.abu@gmail.com) Received: by wproxy.gmail.com with SMTP id 70so373677wra for ; Wed, 02 Mar 2005 19:33:01 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=PDEigFI2lsv1DjqETeq6NGWUCowk/vLwzVUwM1K0DsanyJrXL0ThuQC5UyyTW997Xy/ZdAUtOtMtUn+l6A8LyIQgNjTgK0W/WYaHcN3EulZn3gcXV/zY8JMfAh9Fh+hfplGZmiZHkljIRuYfeSMwbKhqRlaf4Hm7aEBTU6WhMHQ= Received: by 10.54.35.9 with SMTP id i9mr140611wri; Wed, 02 Mar 2005 19:32:59 -0800 (PST) Received: by 10.54.23.34 with HTTP; Wed, 2 Mar 2005 19:32:58 -0800 (PST) Message-ID: Date: Thu, 3 Mar 2005 05:32:58 +0200 From: abu khaled To: Stefan Seefeld In-Reply-To: <42267C15.1050203@sympatico.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <42267C15.1050203@sympatico.ca> cc: freebsd-questions@freebsd.org Subject: Re: where is autoconf X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: abu khaled List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Mar 2005 03:33:03 -0000 ---for example if you want to install autoconf version 2.59 cd /usr/ports/devel/autoconf259 make clean make install ---the port well then be downladed and compiled/installed ---to uninstall cd /usr/ports/devel/autoconf259 make deinstall ---you can also install a pre-compiled version using pkg_add pkg_add -r autoconf259 ---to uninstall pkg_delete autoconf259 personally i like to use the ports since they compile on my custom built kernel Good Luck :) On Wed, 02 Mar 2005 21:53:09 -0500, Stefan Seefeld wrote: > hi there, > > I'm quite new to freebsd, so please forgive my > ignorance. > > I'v just installed freebsd on a free partition, > and I try to get familiar with the system. > > Ultimately I'd like to try to port applications > I develop on linux to freebsd. > > The first issue I run into is that I'm unable to > find an 'autoconf' executable. I'v found different > versions as ports and packages, but they all only > seem to contain autoconf, where > is one of [213, 253, 259]. > > What am I doing wrong ? > > Thanks, > Stefan > _______________________________________________ > 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" >