From owner-freebsd-questions@FreeBSD.ORG Sat Jan 15 19:35:59 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 9A91016A4CE for ; Sat, 15 Jan 2005 19:35:59 +0000 (GMT) Received: from chen.org.nz (chen.org.nz [210.54.19.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50A0943D2F for ; Sat, 15 Jan 2005 19:35:59 +0000 (GMT) (envelope-from jonc@chen.org.nz) Received: by chen.org.nz (Postfix, from userid 1000) id 157975646E; Sun, 16 Jan 2005 08:35:58 +1300 (NZDT) Date: Sun, 16 Jan 2005 08:35:58 +1300 From: Jonathan Chen To: Marty Landman Message-ID: <20050115193558.GA9004@osiris.chen.org.nz> References: <6.2.0.14.0.20050115142405.01e19000@mail.ulster.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6.2.0.14.0.20050115142405.01e19000@mail.ulster.net> User-Agent: Mutt/1.4.2.1i cc: freebsd-questions@freebsd.org Subject: Re: how to install a different sub-release from the port X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Jan 2005 19:35:59 -0000 On Sat, Jan 15, 2005 at 02:24:19PM -0500, Marty Landman wrote: > Want to install Apache and already have a copy on my LAN of > apache_1.3.29.tar.gz; when going to /usr/ports/ > > # cd www/apache13 > # make install > >> apache_1.3.27.tar.gz doesn't seem to exist in /usr/ports/distfiles/. > > How can I get make to look for apache_1.3.29 instead of 1.3.27? Or is it > possible for me to install "manually" instead of going through the ports > collection? You need to cvsup update your ports collection. The current port is up to apache-1.3.33_1. Details on how to keep your ports collection up to date can be found in the Handbook: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html with an example file on your local file-system at: /usr/share/examples/cvsup/ports-supfile. Cheers. -- Jonathan Chen ---------------------------------------------------------------------- "I don't want to achive immortality through my works.. I want to achieve it through not dying" - Woody Allen