Date: Wed, 17 Jan 2007 10:11:18 -0800 From: Doug Barton <dougb@FreeBSD.org> To: Matthew Herzog <matthew.herzog@gmail.com> Cc: freebsd-stable@freebsd.org Subject: Re: vBulletin Message-ID: <45AE66C6.3000606@FreeBSD.org> In-Reply-To: <7cf39bb60701170949n3e8acd7cp347cc5320772db04@mail.gmail.com> References: <7cf39bb60701170949n3e8acd7cp347cc5320772db04@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Matthew Herzog wrote: > Hi all. > > I seem to have screwed up my ports nicely. I have two versions of the > same php modules > installed. GAH! > > php5-session-5.1.6_3 The session shared extension for php > php5-session-5.2.0 The session shared extension for php > php5-shmop-5.1.6_3 The shmop shared extension for php > php5-shmop-5.2.0 The shmop shared extension for php Where are you seeing that? If it's from pkg_info (implying that the old directories are still in /var/db/pkg), then you could use sysutils/portmaster to fix this. Install that port, then do: portmaster -v php5-session-5.1.6_3 php5-shmop-5.1.6_3 That will rebuild the new versions of the modules, then replace the dependency tracking in /var/db/pkg with the information for the new ones. hth, Doug -- This .signature sanitized for your protection
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?45AE66C6.3000606>