From owner-freebsd-ports@FreeBSD.ORG Thu Feb 9 16:25:58 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2E6D16A420 for ; Thu, 9 Feb 2006 16:25:58 +0000 (GMT) (envelope-from fcash@ocis.net) Received: from smtp.sd73.bc.ca (smtp.sd73.bc.ca [142.24.13.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66FE943D4C for ; Thu, 9 Feb 2006 16:25:58 +0000 (GMT) (envelope-from fcash@ocis.net) Received: from localhost (localhost [127.0.0.1]) by localhost.sd73.bc.ca (Postfix) with ESMTP id EAB888A004B for ; Thu, 9 Feb 2006 08:28:06 -0800 (PST) Received: from smtp.sd73.bc.ca ([127.0.0.1]) by localhost (smtp.sd73.bc.ca [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 70589-06-85 for ; Thu, 9 Feb 2006 08:28:00 -0800 (PST) Received: from s157.sbo (s157.sbo [192.168.0.157]) by smtp.sd73.bc.ca (Postfix) with ESMTP id C391D8A0045 for ; Thu, 9 Feb 2006 08:28:00 -0800 (PST) From: Freddie Cash To: ports@freebsd.org Date: Thu, 9 Feb 2006 08:25:51 -0800 User-Agent: KMail/1.9.1 References: <43EA4026.2010903@sailorfej.net> <43EA6361.10901@sailorfej.net> <20060209110814.GA56937@qlovarnika.bg.datamax> In-Reply-To: <20060209110814.GA56937@qlovarnika.bg.datamax> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200602090825.51634.fcash@ocis.net> X-Virus-Scanned: by amavisd-new using ClamAV at sd73.bc.ca Cc: Subject: Re: MySQL with SSL X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Feb 2006 16:25:59 -0000 On Thursday 09 February 2006 03:08 am, Vasil Dimov wrote: > On Wed, Feb 08, 2006 at 01:32:17PM -0800, Jeffrey Williams wrote: > > Thanks guys much appreciated > In any case I advise you to backup the existing (and working) version > of the mysql server: > cd /some/safeplace > pkg_create -b /var/db/pkg/mysql-server Or, automatically via portupgrade: portupgrade -b -m WITH_OPENSSL=yes databases/mysql41-server :) I used to use pkg_create every week or so to do manual package creation before upgrading. When I found the -b switch to portupgrade, and the corresponding settings in pkgtools.conf, it became a lot easier to manage and a lot faster to do. -- Freddie Cash fcash@ocis.net