Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 07 Jun 2010 14:56:33 +0300
From:      Manolis Kiagias <sonicy@otenet.gr>
To:        n dhert <ndhertbsd@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: reinstall all of Xorg
Message-ID:  <4C0CDE71.8010807@otenet.gr>
In-Reply-To: <AANLkTikq__5YDXdSeiWH36UIoEF4iXla8runFicpWkEj@mail.gmail.com>
References:  <AANLkTikq__5YDXdSeiWH36UIoEF4iXla8runFicpWkEj@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 07/06/2010 12:42 μ.μ., n dhert wrote:
> After an upgrade FreeBSD72 -> 80, Xorg doesn't work
> looking in /var/log/Xorg.0.log tells
> Build Operating System: FreeBSD 7.2-RELEASE-p7
> Current O S  FreeSBD-8.0-RELEASE-p2
>
> I have done a portupgrade -af after upgrading, but somehow if seems not to
> have done this for Xorg ??
> How can I reinstall anything of Xorg ?
>
> Will this do the job?
> # cd /usr/ports/x11/xorg
> # make clean
> # make deinstall
> # make reinstall clean
>   

I doubt this will work. x11/xorg is a meta port, make deinstall will not
really deinstall anything but the skeleton port.
If you wish to go down this route, install something like
ports-mgmt/pkg_rmleaves. Then select xorg from the list and follow down
all the list of dependencies it will show you while it is running, until
everything is uninstalled.
> or
> # portupgrade -f xorg
>
>   
Probably portupgrade -Rf xorg



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4C0CDE71.8010807>