From owner-freebsd-questions@FreeBSD.ORG Mon Jan 24 02:50:58 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 8B86616A4CE for ; Mon, 24 Jan 2005 02:50:58 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0720E43D31 for ; Mon, 24 Jan 2005 02:50:58 +0000 (GMT) (envelope-from bithawk@gmail.com) Received: by rproxy.gmail.com with SMTP id 40so80891rnz for ; Sun, 23 Jan 2005 18:50:56 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:to:references:subject:date:mime-version:content-type:x-priority:x-msmail-priority:x-mailer:x-mimeole:from; b=EJPNqyz6M5s5eAZaiEgmbCMFPh9+8l1mJFH44wTVCIbLJ/3Cr48esJ/1/zQOhKE4etAAzwiUfCh5F+yuvTscdeeFn9RjsmlTe5WD9VM6kW0hqsApFD7QfXSJV1MnZCkWzuzndNmmOzmfHwxqiAYvOkUjWPatqkxFFkzlt+crl30= Received: by 10.38.26.40 with SMTP id 40mr195383rnz; Sun, 23 Jan 2005 18:50:56 -0800 (PST) Received: from ebhhome ([212.11.178.33]) by smtp.gmail.com with ESMTP id 72sm4689rna.2005.01.23.18.50.52; Sun, 23 Jan 2005 18:50:56 -0800 (PST) Message-ID: <00cd01c501bf$88f36140$0201a8c0@ebhhome> To: , References: <20050124003641.GD92435@telus.net> Date: Mon, 24 Jan 2005 05:50:51 +0300 Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2527 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 From: bitHawk Subject: Re: upgrade software with no package db 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: Mon, 24 Jan 2005 02:50:58 -0000 Hi Sean, 1. run the cvsup to update your port collection. (http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.html) The updated port should already contain patching information and will take care of the rest. So do not worry about dependencies. If you prefer to do it manually: 1. run "make exctract". 2. run "make" 3. run "make install" I hope this helps, Regards, bitHawk ----- Original Message ----- From: "Sean Ellis" To: Sent: Monday, January 24, 2005 3:36 AM Subject: upgrade software with no package db > Hello, > > I'm looking moving to a newer Mysql version on a machine where the > database of installed packages has been trashed. > > I'm expecting that after examining /usr/ports/UPGRADING, whatever > READMEs accompany the source, and manually checking for dependencies, > that I can extract and patch the port, and install it. > > If anyone has any tips for some way of using the ports framework to make > this any easier please pass them on, > > thanks, > > -- > Sean > _______________________________________________ > 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"