Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 May 2007 11:23:04 +0100
From:      Matthew Seaman <m.seaman@infracaninophile.co.uk>
To:        Albert.Shih@obspm.fr
Cc:        questions@freebsd.org
Subject:   Re: Xorg 7.2 ... install
Message-ID:  <465AAD88.4000902@infracaninophile.co.uk>
In-Reply-To: <20070528100953.GA83851@pcjas.obspm.fr>
References:  <20070528100953.GA83851@pcjas.obspm.fr>

next in thread | previous in thread | raw e-mail | index | archive | help
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Albert Shih wrote:
> Hi all
> 
> I'm like Rambo and I don't like make a big upgrade. Now with the big
> upgrade Xorg 6.2 --> Xorg 7.x I erase everthing a make a fresh install.
> 
> My problem (that's not really a problem but...) is event we make a fresh
> install (I erase everthing in /usr/local and /usr/X11R6), I need 
> 	export XORG_UPGRADE=yes
> 
> before installing any ports (with X11 of course).
> 
> I think that's very strange because...I don't make a upgrade. 
> 
> I can understand it's not a big problem...just a litte remark.

We were having exactly this discussion over on freebsd-stable@... just
now.

Actually, for a fresh install on a system without any X ports already
installed, you're better off doing this:

    mkdir /usr/X11R6
    sh /usr/ports/Tools/scripts/mergebase.sh

and then carry on installing everything.  Or you can do the following
by hand (which just duplicates the effect mergebase.sh ultimately
has):

    cd /usr
    ln -sf local X11R6
    cd /etc
    echo local_startup="/usr/local/etc/rc.d" >> rc.conf
    echo local_periodic="/usr/local/etc/periodic" >> periodic.conf
    sed -i.save -e '/X11R6/s/^/#/' manpath.config

	Cheers,

	Matthew

- -- 
Dr Matthew J Seaman MA, D.Phil.                       7 Priory Courtyard
                                                      Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey         Ramsgate
                                                      Kent, CT11 9PW
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.3 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGWq2I8Mjk52CukIwRCLMoAJ4iCk3Evc4xP+lZ3JcZZNkza0L80gCeLzSN
CWT86BnryY6BeEno22PiV3g=
=MpX0
-----END PGP SIGNATURE-----



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?465AAD88.4000902>