Date: Sun, 08 Apr 2007 08:25:10 -0400 From: Gerard <gerard@seibercom.net> To: User Questions <freebsd-questions@freebsd.org> Subject: Re: Package management question Message-ID: <20070408082136.B26B.GERARD-SEIBERT@seibercom.net> In-Reply-To: <cb5206420704080037kff83aa4md28261ec21c3eece@mail.gmail.com> References: <1176010191.23205.12.camel@creto.quietwind.net> <cb5206420704080037kff83aa4md28261ec21c3eece@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sunday April 08, 2007 at 03:37:04 (AM) Andrew Pantyukhin wrote: > mysql 5.1 is not ready for mainstream, AFAIK. > > You can install ports-mgmt/portupgrade and then use > "portupgrade -o databases/somenewport someoldport" > to upgrade an installed port to another one. > > pkg_delete -f oldport && cd newport && make install > > works fine, but you loose all the dependencies (kde > won't depend on the newport). 1) Use 'pkg_delete -dfv name-of-port 2) Install the new port with portmanager portmanager name-of-port -p -l That will install the new port and properly correct all of the dependencies on you machine that depend on the new port. HTH -- Gerard
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070408082136.B26B.GERARD-SEIBERT>